ext/theora/: Parse segment events.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * ext/theora/gsttheoraenc.h:
4         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5         (theora_buffer_from_packet), (theora_push_packet),
6         (theora_enc_sink_event), (theora_enc_is_discontinuous),
7         (theora_enc_chain):
8         Parse segment events.
9         Pass incomming buffer timestamps to outgoing buffers.
10         Use the running_time to construct the granulepos.
11         Fixes #562163.
12
13 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
14
15         * gst/playback/gstplaybin2.c: (activate_group):
16         Fix buffer-duration property.
17
18 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
19
20         * gst-libs/gst/audio/gstbaseaudiosink.c:
21         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
22         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
23         (gst_base_audio_sink_change_state):
24         Really fix audiosink drain handling by keeping track of the running_time
25         of the last sample.
26
27 2008-11-24  Michael Smith <msmith@songbirdnest.com>
28
29         * gst/playback/gstplaybin2.c:
30           Add notification of current stream. Add ability to configure buffer
31           sizes.
32         * gst/playback/gsturidecodebin.c:
33           Add ability to configure buffer sizes for streaming mode.
34           Bug #561734.
35
36 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
37
38         * gst-libs/gst/audio/gstbaseaudiosink.c:
39           Time is already in running_time. Remove base_time handling. Fixes
40           audiosinks not draining and thus chopping some audio in the end.
41
42 2008-11-24  David Schleef  <ds@schleef.org>
43
44         * ext/ogg/gstoggmux.c:
45         * ext/ogg/gstoggmux.h:
46           If we're muxing a dirac stream, flush the page after every picture.
47
48 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
49
50         * gst-libs/gst/audio/gstbaseaudiosink.c:
51           Add one log message to check for audio_drained. Sync one log message
52           with the condition. Send EOS after draining audio in pull mode.
53
54 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
55
56         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
57         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
58         Use gst_buffer_try_new_and_alloc() and fail properly if the
59         allocation failed. This prevents abort() if downstream elements
60         request an insane amount of memory.
61
62 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         * gst/volume/gstvolume.c: (volume_choose_func),
65         (volume_update_volume), (gst_volume_set_volume),
66         (gst_volume_get_volume), (gst_volume_set_mute),
67         (gst_volume_class_init), (gst_volume_init),
68         (volume_process_double), (volume_process_float),
69         (volume_process_int32), (volume_process_int32_clamp),
70         (volume_process_int24), (volume_process_int24_clamp),
71         (volume_process_int16), (volume_process_int16_clamp),
72         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
73         (volume_transform_ip), (volume_set_property),
74         (volume_get_property):
75         * gst/volume/gstvolume.h:
76         Cleanup volume, define and use default values.
77         Recalculate new volume and mute setup before processing. Fixes #561789.
78
79         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
80         Add controller unit test. Patch by: Jonathan Matthew
81         Fix bogus test that messed with basetransform's internal state.
82
83 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         * gst/videorate/gstvideorate.c:
86         Add jpeg and png image media types to the caps. Fixes #561436.
87
88 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
89
90         * gst/playback/gstplaysink.c: (gen_audio_chain):
91         Don't post an error when we can't configure the volume but post a
92         warning instead. Fixes #561780.
93
94 2008-11-21  David Schleef  <ds@schleef.org>
95
96         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
97
98         * gst/videotestsrc/gstvideotestsrc.c:
99         * gst/videotestsrc/gstvideotestsrc.h:
100         * gst/videotestsrc/videotestsrc.c:
101         * gst/videotestsrc/videotestsrc.h:
102           Add a zone plate pattern generator based on BBC R&D Report
103           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
104           kx2=20 ky2=20 kt=1'.
105
106 2008-11-20  Michael Smith <msmith@songbirdnest.com>
107
108         * gst/playback/gstdecodebin2.c:
109           Fix random fat-fingering making this not compile.
110
111 2008-11-20  Michael Smith <msmith@songbirdnest.com>
112
113         * gst/playback/gstdecodebin2.c:
114           If the top-level type of the stream is plain text, don't try to decode
115           it, matching behaviour of decodebin.
116         * gst/playback/gstplaysink.c:
117           If we fail to generate a text chain (e.g. due to missing optional
118           plugins), don't crash.
119
120 2008-11-20  Michael Smith <msmith@songbirdnest.com>
121
122         * gst-libs/gst/rtsp/gstrtspdefs.c:
123           Fix win32 build. Oops.
124
125 2008-11-20  Michael Smith <msmith@songbirdnest.com>
126
127         * gst-libs/gst/rtsp/gstrtspdefs.c:
128           Use WSAGetLastError() rather than errno/h_errno on win32.
129
130 2008-11-20  Michael Smith <msmith@songbirdnest.com>
131
132         * gst-libs/gst/riff/riff-media.c:
133           Support WMA Lossless properly.
134
135 2008-11-18  David Schleef  <ds@schleef.org>
136
137         * gst/videotestsrc/gstvideotestsrc.c:
138         * gst/videotestsrc/gstvideotestsrc.h:
139         * gst/videotestsrc/videotestsrc.c:
140         * gst/videotestsrc/videotestsrc.h:
141           Add "colorspec" property, specifying whether to generate BT.601
142           or BT.709 video.  This only affects YCbCr values, not RGB, since
143           if you're generating a 709 test pattern, presumably you want
144           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
145           uses 75% colors instead of 100%, since this is often more useful
146           for testing (and also follows the SMPTE EG-1 guideline).
147
148 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
149
150         * gst/playback/gstdecodebin.c:
151         Add a "sink-caps" property to decodebin like it's done for decodebin2.
152         Fixes #560380.
153
154 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
155
156         * gst/audioresample/gstaudioresample.c:
157         Guard against a NULL dereference I somehow encountered -
158         with a FLUSH_STOP arriving either before basetransform _start(),
159         or after _stop().
160
161         * gst/typefind/gsttypefindfunctions.c:
162         Make sure we never jump backwards when typefinding corrupt mov files.
163
164 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
165
166         * gst-libs/gst/interfaces/propertyprobe.c:
167         Fix random type causing a docs warning.
168
169 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
170
171         * sys/v4l/gstv4l.c:
172           Give it a minimal rank for autovideosrc.
173
174 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
175
176         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
177         (plugin_init):
178         Improve typefinding of ISO JPEG2000 mime types.
179
180 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
181
182         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
183         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
184         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
185         * sys/xvimage/xvimagesink.h:
186         Avoid typechecking when we do trivial casts.
187         Move error handling out of the main program flow.
188         Sneak in the display-region caps property, not completely correct yet.
189         Cache the width/height in buffer_alloc instead of parsing it from the
190         caps all the time.
191
192 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
193
194         * gst/playback/gstplaybin2.c: (deactivate_group):
195         don't try to unlink the selector sinkpad when we don't have it yet. This
196         can happen if an error occured before the group was complete.
197
198 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
199
200         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
201         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
202         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
203         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
204         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
205         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
206         (gst_rtp_buffer_get_extension_data),
207         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
208         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
209         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
210         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
211         (gst_rtp_buffer_get_payload_type),
212         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
213         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
214         (gst_rtp_buffer_set_timestamp),
215         (gst_rtp_buffer_get_payload_subbuffer),
216         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
217         Avoid expensive type checks we already did as part of the 
218         _validate() function that should be called first.
219
220 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
221
222         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
223         (gst_base_rtp_depayload_push_full),
224         (gst_base_rtp_depayload_set_gst_timestamp):
225         Fix some cases where a newsegment event was not sent.
226
227 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
228
229         * gst/playback/gstplaybin2.c: (activate_group):
230         Catch state change errors and stop from the uridecodebin elements
231         instead of trying to continue in vain.
232
233 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
234
235         * gst-libs/gst/audio/gstbaseaudiosink.c:
236         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
237         (gst_base_audio_sink_callback):
238         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
239         for the latency to expire, fixes #559567.
240
241 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
242
243         * gst/adder/gstadder.c:
244           Change author string after seeing output of gst-inspector.
245
246 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
247
248         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
249         Don't try to do crazy things when we only have a text pad without a
250         video pad. Fixes #559478.
251
252 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
253
254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
255         Fix case where we don't have a range for the rates or channels as is the
256         case with truespeech.
257
258 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         * gst/volume/gstvolume.c: (volume_update_real_volume),
261         (gst_volume_set_volume), (gst_volume_get_volume),
262         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
263         (volume_transform_ip), (volume_update_mute),
264         (volume_update_volume), (volume_get_property):
265         * gst/volume/gstvolume.h:
266         Keep negotiated state in a separate variable.
267         Protect the volume and mute properties with the object lock.
268         Protect modifying the transform with the transform lock.
269
270 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
271
272         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
273         (gst_ffmpeg_pixfmt_to_caps):
274         Only convert caps to string when debug is enabled.
275
276 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
277
278         * ext/theora/gsttheoradec.h:
279         * ext/theora/theoradec.c: (gst_theora_dec_init),
280         (gst_theora_dec_reset), (theora_dec_src_event),
281         (theora_dec_sink_event), (theora_handle_type_packet):
282         Copy seqnum.
283         Keep events in a pending list, like vorbisdec, instead of trying
284         to construct a segment event ourselves.
285
286         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
287         (vorbis_dec_src_event), (vorbis_dec_sink_event):
288         * ext/vorbis/vorbisdec.h:
289         Copy seqnum.
290
291 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
292
293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
294         (gst_ogg_demux_deactivate_current_chain),
295         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
296         (gst_ogg_demux_loop):
297         * ext/ogg/gstoggdemux.h:
298         Copy seqnums around to track playback segments and messages.
299
300 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
301
302         Based on patch by: Matthias Kretz <kretz at kde dot org>
303
304         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
305         (gst_alsasink_prepare), (gst_alsasink_unprepare),
306         (gst_alsasink_write):
307         Make all access non-blocking so that we can better handle unplugging
308         of usb devices. Fixes #559111
309
310 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
311
312         Patch by: Damien Lespiau  <damien.lespiau gmail com>
313
314         * gst-libs/gst/rtsp/gstrtspconnection.c:
315         (gst_rtsp_connection_write):
316         Make the next call to poll not depend on previous calls to poll with or
317         without reading from the active descriptor. Fixes #544293.
318
319 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         Patch by: Nick Haddad <nick at haddads dot net>
322
323         * gst-libs/gst/riff/riff-ids.h:
324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
325         Add support for other fourcc codes that are commonly used for
326         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
327         Fixes #558553.
328
329 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
330
331         * gst/audioresample/gstaudioresample.c:
332           Return the result of parent_class->event().
333
334 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
335
336         * gst/audioresample/gstaudioresample.c:
337         (gst_audioresample_class_init), (audioresample_fixate_caps):
338         Fixate the rate to the nearest supported rate instead of
339         the first one. Fixes bug #549510.
340
341 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
342
343         * win32/common/libgstaudio.def:
344         Add new symbols.
345
346 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
349         Attempt to make obfuscated code clearer.
350
351 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
352
353         * docs/libs/gst-plugins-base-libs-sections.txt:
354         * gst-libs/gst/floatcast/floatcast.h:
355         Move float endianness conversion macros to core. Second part of
356         bug ##555196.
357
358 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
359
360         * sys/ximage/ximagesink.h:
361         * sys/xvimage/xvimagesink.h:
362           Don't mark as gtk-doc docs as they aren't public.
363
364 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
365
366         * sys/xvimage/xvimagesink.c:
367         * sys/xvimage/xvimagesink.h:
368         * tests/icles/Makefile.am:
369         * tests/icles/test-colorkey.c:
370           Allow setting colorkey if possible. Implement property probe interface
371           for optional X features (autopaint-colorkey, double-buffer and
372           colorkey). Fixes #554533
373
374 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
375
376         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
377         Remove useless buffer size assignment. It already has this value.
378
379 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
380
381         * gst-libs/gst/audio/gstaudiosink.c:
382         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
383         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
384         (gst_audioringbuffer_stop):
385         Implement a separate activate functions to start monitoring the segments
386         or, in pull mode, pulling in data.
387
388         * gst-libs/gst/audio/gstbaseaudiosink.c:
389         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
390         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
391         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
392         (gst_base_audio_sink_activate_pull),
393         (gst_base_audio_sink_async_play),
394         (gst_base_audio_sink_change_state):
395         Implement pad and element convert query function.
396         Activate the ringbuffer.
397         Use the segment last_stop value as the offset to pull.
398         Use new basesink _do_preroll() method to preroll in the pulling thread.
399         Take appropriate locking in the pulling thread.
400
401         * gst-libs/gst/audio/gstringbuffer.h:
402         Update some docs.
403
404 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
405
406         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
407         Improve MXF typefinding a bit by searching for a header partition
408         pack instead of just a general partition pack and checking more
409         bytes for valid values.
410
411 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
412
413         * tests/icles/.cvsignore:
414         update ignore file.
415
416         * tests/icles/Makefile.am:
417         * tests/icles/test-box.c: (make_pipeline), (main):
418         Add another interactive command line experimentation suite for
419         dynamically boxing/cropping/saling an input video.
420
421 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
422
423         * docs/libs/gst-plugins-base-libs-sections.txt:
424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
425         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
426         * gst-libs/gst/audio/gstringbuffer.h:
427         Add methods to more accuratly control the pulling thread of a
428         ringbuffer.
429         Add format conversion helper code to the ringbuffer.
430         API: GstRingBuffer:gst_ring_buffer_activate()
431         API: GstRingBuffer:gst_ring_buffer_is_active()
432         API: GstRingBuffer:gst_ring_buffer_convert()
433
434 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
435
436         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
437         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
438         (gst_audioringbuffer_stop):
439         Signal thread startup earlier so that we can immediatly go into pull
440         mode when we have to and block on preroll.
441
442 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
443
444         * gst-libs/gst/audio/gstringbuffer.c:
445         (gst_ring_buffer_prepare_read):
446         In pull mode we want the callback to prepull a buffer we can preroll on
447         even when we are not yet playing.
448
449 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
450
451         * ext/alsa/Makefile.am:
452         * ext/cdparanoia/Makefile.am:
453         * ext/gio/Makefile.am:
454         * ext/gnomevfs/Makefile.am:
455         * ext/libvisual/Makefile.am:
456         * ext/ogg/Makefile.am:
457         * ext/pango/Makefile.am:
458         * ext/theora/Makefile.am:
459         * ext/vorbis/Makefile.am:
460         * gst/adder/Makefile.am:
461         * gst/audioconvert/Makefile.am:
462         * gst/audiorate/Makefile.am:
463         * gst/audioresample/Makefile.am:
464         * gst/audiotestsrc/Makefile.am:
465         * gst/ffmpegcolorspace/Makefile.am:
466         * gst/gdp/Makefile.am:
467         * gst/playback/Makefile.am:
468         * gst/subparse/Makefile.am:
469         * gst/tcp/Makefile.am:
470         * gst/typefind/Makefile.am:
471         * gst/videorate/Makefile.am:
472         * gst/videoscale/Makefile.am:
473         * gst/videotestsrc/Makefile.am:
474         * gst/volume/Makefile.am:
475         * sys/v4l/Makefile.am:
476         * sys/ximage/Makefile.am:
477         * sys/xvimage/Makefile.am:
478           Don't install static libs for plugins. Fixes #550851 for base.
479
480 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
481
482         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
483         Set the default blocksize to -1 because we will then use the configured
484         samplesperbuffer to create our output buffer.
485
486 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
487
488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
489         (gst_riff_create_video_template_caps):
490         Add mappping for the KMVC (Karl Morton's Video) Codec.
491
492 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
493
494         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
495         Don't forget to advance the offset of what we're matching against, else
496         we end up in a forever loop.
497
498 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
499
500         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
501         Improve typefinding a bit. If we don't have a Unicode charset
502         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
503
504 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
505
506         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
507         Fix build on macosx.
508
509 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         Based on patch by: Robin Stocker <robin at nibor dot org>
512
513         * ext/theora/gsttheoradec.h:
514         * ext/theora/theoradec.c: (gst_theora_dec_init),
515         (theora_dec_setcaps), (theora_handle_type_packet),
516         (theora_dec_decode_buffer), (theora_dec_change_state):
517         Parse input caps and make the PAR override the encoded PAR when
518         specified by a container. Fixes #555699.
519
520 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
521
522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
523         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
524         (gst_base_rtp_depayload_set_gst_timestamp),
525         (gst_base_rtp_depayload_change_state):
526         * gst-libs/gst/rtp/gstbasertpdepayload.h:
527         Add some more G_LIKELY
528         Fail when the setcaps function was not called.
529
530         * gst-libs/gst/rtp/gstbasertppayload.c:
531         (gst_basertppayload_set_outcaps):
532         Propagate return value of setcaps.
533
534 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
535
536         * gst/subparse/Makefile.am:
537         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
538         (gst_sub_parse_class_init), (gst_sub_parse_init),
539         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
540         (get_next_line), (gst_sub_parse_data_format_autodetect),
541         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
542         (gst_subparse_type_find):
543         * gst/subparse/gstsubparse.h:
544         Add support for UTF16/UTF32 subtitles as long as the first bytes of
545         the first buffer contain the BOM. This also adds support for other
546         encodings that allow NUL bytes via the encoding property.
547         Fixes bugs #552237 and #456788.
548
549 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
550
551         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
552         Don't drop the last byte of image tags if they're not an URI list.
553         Fixes bug #556066.
554
555 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
556
557         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
558         For looking at the 4th byte we have to get 4 bytes of course
559         and not 3.
560
561 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
562
563         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
564         Improve FLAC-without-headers typefinding by looking at most of the
565         frame header and checking if invalid values are used. Should prevent
566         quite some false positives compared to the old version which only
567         check if the first 14 bits are set.
568
569 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
570
571         * sys/xvimage/xvimagesink.c:
572           Don't assert on caps==NULL.
573
574 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
575
576         * gst/subparse/gstsubparse.c:
577         (gst_sub_parse_data_format_autodetect), (handle_buffer),
578         (gst_sub_parse_change_state):
579         * gst/subparse/gstsubparse.h:
580         * tests/check/elements/subparse.c: (GST_START_TEST):
581         Add support for subtitle files with UTF-8 BOM at the beginning
582         by simple stripping it from the first line before passing it
583         to any parsing code. Fixes bug #555257 and playback of files
584         created by Gnome Subtitles.
585
586 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         * gst/audiotestsrc/gstaudiotestsrc.c:
589         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
590         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
591         (gst_audio_test_src_start), (gst_audio_test_src_stop),
592         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
593         (gst_audio_test_src_create):
594         * gst/audiotestsrc/gstaudiotestsrc.h:
595         Define the default property values in the usual place.
596         Implement start/stop to reset values correctly.
597         Calculate the sample size only once when we negotiate.
598         Rename some values to make more sense.
599         Keep track of our byte range.
600         Add support for pull based scheduling. Disabled for now until we have
601         the whole stack working.
602         Set the BUFFER_OFFSET correctly.
603
604 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
605
606         Based on a patch by: xavierb at gmail dot com
607
608         * gst/subparse/gstsubparse.c:
609         (gst_sub_parse_data_format_autodetect):
610         * tests/check/elements/subparse.c: (GST_START_TEST):
611         Make the detection of the used subtitle a bit less strict
612         for srt subtitles. Fixes bug #555607.
613
614 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
615
616         * ext/vorbis/vorbisenc.c:
617         (gst_vorbis_enc_buffer_check_discontinuous):
618         Fix discontinuity detection which was broken by last commit.
619
620 2008-10-09  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
621
622         * configure.ac::
623           Require core CVS for ghostpad API additions used by decodebin2.
624
625 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
626
627         * gst-libs/gst/audio/gstbaseaudiosrc.c:
628         (gst_base_audio_src_create):
629         Fix debug statements (space between '%' and actual format).
630
631 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
632
633         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
634         Remove bogus assert, the decodepad could have been created inside an
635         already existing group.
636
637 2008-10-08  Andy Wingo  <wingo@pobox.com>
638
639         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
640         target instead of setting it.
641         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
642         API for a decode pad. The bugfix is that we set the group in
643         activate(), not when the pad was created because it might be NULL
644         then.
645         (gst_decode_group_control_source_pad, gst_decode_group_expose):
646         Update to use the API.
647
648 2008-10-08  Andy Wingo  <wingo@pobox.com>
649
650         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
651         be a subclass of GstGhostPad.
652         (analyze_new_pad): So, when emitting the signals that determine
653         how we do autoplugging, already create the ghost pad and use it as
654         the pad in the signal arguments. This allows applications to make
655         a connection between the pad passed in e.g. autoplug-continue, and
656         the pad passed in new-decoded-pad.
657         (connect_pad, expose_pad): Update to receive the ghosted decode
658         pad in the args, retargetting it as necessary if we have to plug
659         the target pad through a multiqueue.
660         (gst_decode_group_control_source_pad): Adapt to receive an
661         already-ghosted pad that just needs activation, blocking, and
662         drain notification.
663         (sort_end_pads): Adapt for decode pads actually being pads.
664         (gst_decode_group_expose): Adapt for decode pads actually being
665         pads. Rewrite the decode pad names so they appear in order. Adds a
666         new error case if we couldn't set the name.
667         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
668         logic.
669         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
670         New API for the decode pad, needed because we shouldn't do these
671         things inside gst_decode_pad_new(), but after.
672         (gst_decode_pad_new): Change to actually make the real pad, and
673         delay the blocking/drainage bits.
674
675 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
676
677         Patch by: Daniel Drake <dsd at laptop dot org>
678
679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
680         Unref all buffers when clearing collectpads. Fixes bug #546955.
681
682 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
683
684         Based on a patch by: Klaas <klaas at rivercrew dot net>
685
686         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
687         (gst_vorbis_enc_buffer_check_discontinuous),
688         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
689         * ext/vorbis/vorbisenc.h:
690         Keep track of the upstream segments and use the running time on that
691         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
692
693 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
694
695         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
696         Prevent overflows with big buffer when calculating the size of
697         the intermediate buffer by using gst_util_uint64_scale() instead of
698         plain arithmetics. Fixes bug #552801.
699
700 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
701
702         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
703
704         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
705         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
706         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
707         (gst_clock_overlay_get_property):
708         * ext/pango/gstclockoverlay.h:
709         API: Add ability to specify format for date/time display by
710         adding a "time-format" property.
711         Fixes bug #554879.
712
713 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
714
715         Patch by: Jan Gerber <j at oil21 dot org>
716
717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
718         (gst_riff_create_video_template_caps):
719         Add FFV1 fourcc to support playback of FFMPEG lossless video
720         in AVI. Fixes bug #555319.
721
722 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
723
724         Patch by: HĂ¥vard Graff <havard dot graff at tandberg dot com>
725
726         * gst-libs/gst/audio/gstbaseaudiosrc.c:
727         (gst_base_audio_src_create):
728         Implement skew clock slaving. Fixes #552559.
729
730 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
731
732         * gst-libs/gst/audio/multichannel.c:
733         * gst-libs/gst/audio/testchannels.c:
734         Fix include of config.h
735
736 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
739
740         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
741         (print_media), (gst_sdp_message_dump):
742         Fix parsing of the c= field containing multicast addresses.
743         Fixes #552199.
744         Add the connection info to the session or streams.
745         Fix parsing of the bandwidth.
746         Add debugging for the connections and bandwidths for a media.
747         Add debugging for the bandwidth of the session. 
748
749 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
750
751         * gst-libs/gst/rtp/gstbasertppayload.c:
752         (gst_basertppayload_change_state):
753         Configure the next seqnum and timestamp in the state change so that they
754         can be queried soon after.
755
756 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
757
758         * gst-libs/gst/rtp/gstbasertpdepayload.c:
759         (gst_base_rtp_depayload_chain):
760         Improve debugging of the rtptime.
761
762 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
763
764         * configure.ac:
765         Back to development -> 0.10.21.1
766
767 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
768
769         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
770         (plugin_init):
771         Add typefinding for FLAC without headers in the beginning.
772         This is already handled by flacdec and friends.
773
774 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
775
776         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
777         (plugin_init):
778         Add typefinder for MXF.
779
780 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
781
782         * tests/icles/Makefile.am:
783         Only build test-colorkey if GTK+ is available.
784
785 === release 0.10.21 ===
786
787 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
788
789         * configure.ac:
790           releasing 0.10.21, "We Could Be Wrong"
791
792 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
793
794         * configure.ac:
795         0.10.20.4 pre-release
796
797 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
798
799         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
800
801         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
802         Set the BOS flag on the BOS packet. Fixes #553244.
803
804 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         * gst-libs/gst/rtsp/gstrtspmessage.c:
807         (gst_rtsp_message_parse_request),
808         (gst_rtsp_message_parse_response):
809         Fix the g_return_val_if_fail() statements.
810
811 2008-09-22  Michael Smith <msmith@songbirdnest.com>
812
813         * gst-libs/gst/tag/gsttagdemux.c:
814           Fail to activate if there's insufficient data in the file to be usable,
815           preventing an assertion fail later. Fixes #552960
816
817 2008-09-15  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
818
819         * gst-libs/gst/pbutils/descriptions.c:
820         * gst/typefind/gsttypefindfunctions.c:
821           Recognise Kate subtitle streams (#550582).
822
823 2008-09-13  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
824
825         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
826           Remove trailing comma from enum list, which causes problems
827           with -pendantic (#550729).
828
829 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
830
831         * configure.ac:
832         0.10.20.2 pre-release
833
834         * po/LINGUAS:
835         * po/id.po:
836         * po/pt_BR.po:
837
838         New translations.
839
840 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
841
842         * gst-libs/gst/interfaces/propertyprobe.c:
843           (gst_property_probe_get_properties),
844           (gst_property_probe_get_property),
845           (gst_property_probe_probe_property),
846           (gst_property_probe_probe_property_name),
847           (gst_property_probe_needs_probe),
848           (gst_property_probe_needs_probe_name),
849           (gst_property_probe_get_values),
850           (gst_property_probe_get_values_name),
851           (gst_property_probe_probe_and_get_values),
852           (gst_property_probe_probe_and_get_values_name):
853           More sanity checks for our second-favourite interface.
854
855 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
856
857         * gst-libs/gst/interfaces/propertyprobe.c:
858           Check for NULL pointer, in the hope that this fixes #532864.
859
860 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
861
862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
863           No really, the next release is 0.10.21 (fix Since: tags in docs).
864
865 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
866
867         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
868         Disable a code path that is now called but causes a deadlock for some
869         reason and is unneeded.
870
871 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
872
873         * sys/xvimage/xvimagesink.c:
874         * sys/xvimage/xvimagesink.h:
875           Add a "draw-border" property that can be set to false to disable
876           drawing borders.
877           
878         * tests/icles/test-colorkey.c:
879         * tests/icles/Makefile.am:
880           Add new test application for the colorkey handling.
881
882 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
883
884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
885         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
886         This will also be fixed for upcoming gst-ffmpeg release so that once
887         this release of -base is out, it will work with the latest gst-ffmpeg
888         release.
889
890 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
891
892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
893         (gst_riff_create_audio_template_caps):
894         Add Truespeech mapping for RIFF formats (AVI/WAV).
895         Fixes #550656
896
897 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
898
899         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
900         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
901         Fixes #550638.
902
903 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
904
905         * configure.ac:
906         * gst/subparse/Makefile.am:
907         * gst/subparse/gstsubparse.c:
908         * gst/subparse/samiparse.c:
909         * tests/check/elements/subparse.c:
910           Rework last change, so that we build subparse, but just disable the
911           sami parse functionality, if we're configured to not use xml. In the
912           tests only the sami test is disabled now.
913
914 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
915
916         * configure.ac:
917           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
918           test runs.
919
920 2008-09-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
921
922         * po/POTFILES.in:
923           Add some more files with strings for translation.
924
925 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
926
927         * gst-libs/gst/tag/gstvorbistag.c:
928         * tests/check/libs/tag.c:
929           Use new geo location tags from core. Fixes #481169
930
931 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
932
933         * tests/check/elements/audioresample.c: (setup_audioresample),
934         (fail_unless_perfect_stream), (test_perfect_stream_instance),
935         (test_discont_stream_instance):
936         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
937         Add debugging for coherence.
938
939 2008-08-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
940
941         Patch by: Jonathan Matthew  <notverysmart gmail com>
942
943         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
944           Add typefinder for PDF documents (which is nice to have, since it's a
945           common format, but also helps prevent false positives). Fixes #549814.
946
947 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
948
949         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
950         (no_more_pads_cb):
951         Fix nasty race where multiple decodebins could start pushing data before
952         we manage to configure the sinks, resulting in not-linked errors in
953         typical RTSP streaming cases.
954
955 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
958         Since we now call stop, we trigger this code path that causes a deadlock
959         is apparently not needed.
960
961 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
962
963         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
964         (gst_ring_buffer_stop):
965         Also allow the case where the ringbuffer was paused when we try to stop
966         it so that the basesrc stop function is still called.
967
968 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
969
970         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
971
972         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
973         Reprobe devices again instead of taking a cached list as new
974         devices could've been plugged in. Fixes bug #549062.
975
976 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
977
978         Patch by: Alessandro Dessina <alessandro nnva org>
979
980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
981         (gst_ogg_demux_activate_chain):
982         Don't add pads and activate them for skeleton streams. These are already
983         handled inside oggdemux. Fixes bug #537599.
984
985 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
986
987         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
988         Reset variable so that query and convert fail after going back to
989         READY. Fixes #548898.
990
991 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
992
993         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
994         If a buffer arrives with a timestamp before the timestamp+duration
995         of the previous buffer clip it instead of dropping it completely.
996         Slight improvement for the unfixable bug #548913.
997
998 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
999
1000         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1001         Take the current timestamp instead of timestamp+duration for the offset.
1002         This offset will later be used for calculating the timestamp and
1003         otherwise vorbisdec will interpolate timestamps wrong if upstream
1004         only sends timestamps and no granulepos.
1005
1006 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1007
1008         * tests/examples/seek/seek.c:
1009           Don't crash when having no visualisations.
1010
1011 2008-08-16  David Schleef  <ds@schleef.org>
1012
1013         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1014           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1015           Fixes #548065.
1016
1017 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1018
1019         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1020         When cleaning up the caps fields also remove "depth" for the same
1021         reason we remove "width".
1022
1023 2008-08-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1024
1025         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1026           Add Lead H.264 here as well.
1027
1028 2008-08-14  Julien Moutte  <julien@fluendo.com>
1029
1030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1031         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1032
1033 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1034
1035         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1036         (gst_base_audio_src_create):
1037         When not slaved to another clock also subtract the base_time from our
1038         internal clock time to get the running time.
1039
1040 2008-08-12  David Schleef  <ds@schleef.org>
1041
1042         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1043           since it has no basis in libtheora.
1044
1045 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1046
1047         * gst-libs/gst/interfaces/propertyprobe.h:
1048           Remove double "interface" from doc-string.
1049
1050         * gst-libs/gst/interfaces/xoverlay.h:
1051           Document interface.
1052
1053         * gst-libs/gst/riff/riff.c:
1054           Add basic doc blobs.
1055
1056 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1057
1058         * gst-libs/gst/audio/Makefile.am:
1059           Don't try to build that example anymore.
1060
1061 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1062
1063         * gst-libs/gst/audio/.cvsignore:
1064         * gst-libs/gst/audio/Makefile.am:
1065         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1066         * gst-libs/gst/audio/make_filter:
1067           Move audiofiltertemplate to gst-template.
1068
1069 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1070
1071         * docs/libs/gst-plugins-base-libs-sections.txt:
1072         * gst-libs/gst/audio/gstaudiosrc.h:
1073           More docs and shuffling. What can we do with the hundreds of #defines.
1074
1075 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1076
1077         * gst-libs/gst/audio/audio.h:
1078         * gst-libs/gst/audio/gstaudiofilter.h:
1079         * gst-libs/gst/audio/gstringbuffer.h:
1080         * gst-libs/gst/interfaces/propertyprobe.h:
1081         * gst-libs/gst/tag/gsttagdemux.h:
1082           Reducing number of dundocumented symbols.
1083
1084 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1085
1086         * gst-libs/gst/audio/audio.c:
1087           Fix doc comment syntax.
1088
1089         * gst-libs/gst/interfaces/propertyprobe.c:
1090           Add more doc-comments and a FIXME: for the signal.    
1091
1092 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1093
1094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1095         (gst_ogg_mux_request_new_pad):
1096         * ext/ogg/gstoggmux.h:
1097         Don't pretend to support NEWSEGMENT events, instead override the
1098         GstCollectPads event function to return FALSE on NEWSEGMENT events
1099         and do the normal work for other events.
1100
1101         This prevents elements like flacenc to seek to the start and rewrite
1102         some data which then results in a broken Ogg packet.
1103
1104 2008-08-07  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1105
1106         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1107
1108         * ext/alsa/gstalsaplugin.c: (plugin_init):
1109         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1110         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1112         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1113         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1114         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1115         * gst/playback/gstdecodebin.c: (plugin_init):
1116         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1117         * gst/playback/gstplayback.c: (plugin_init):
1118         * gst/playback/gstqueue2.c: (plugin_init):
1119         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1120         * sys/v4l/gstv4l.c: (plugin_init):
1121         Make sure gettext returns translations in UTF-8 encoding rather
1122         than in the current locale encoding (#546822).
1123
1124 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1125
1126         * gst-libs/gst/pbutils/descriptions.c:
1127           Add audio/x-qdm for qtdemux.
1128
1129 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1130
1131         * ext/vorbis/vorbisdec.c:
1132           Do not leak old taglist.
1133
1134 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1135
1136         * tests/icles/test-scale.c:
1137           Include <stdlib.h> for atoi().
1138
1139 2008-08-04  Andy Wingo  <wingo@pobox.com>
1140
1141         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1142         documentation fix.
1143
1144 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1145
1146         * gst/adder/gstadder.c:
1147           Cleanup lots of empty lines that came from gst-indent going havoc
1148           before I added the INDENT_ON/OFF marker some time agao.
1149
1150 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * configure.ac:
1153         * gst-libs/gst/riff/riff-read.c:
1154           Bump requirement to latest core and use new tag for riff formats.
1155           Needed for #520694.
1156
1157 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1158
1159         * tests/examples/dynamic/Makefile.am:
1160         * tests/examples/dynamic/codec-select.c: (make_encoder),
1161         (make_pipeline), (do_switch), (my_bus_callback), (main):
1162         Add example app that dynamically switches between 3 'encoders'.
1163
1164 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1165
1166         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1167         Add some more comments.
1168
1169 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1170
1171         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1172         (gst_video_test_src_create):
1173         Discard buffers of the wrong size after renegotiation, this is perfectly
1174         possible with things like capsfilter that could suggest caps changes
1175         upstream without knowing the size of the buffer.
1176
1177 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1178
1179         * tests/icles/.cvsignore:
1180         * tests/icles/Makefile.am:
1181         * tests/icles/test-scale.c: (make_pipeline), (main):
1182         Add dynamic rescaling tests for the new basetransform.
1183
1184 2008-07-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1185
1186         * gst/audioconvert/Makefile.am:
1187           Dist recently-added gstfastrandom.h.
1188
1189 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1190
1191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1192         Fix a "may be used uninitialized in this function" which weirdly only
1193         appears on macosx (?).
1194
1195 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1196
1197         * gst-libs/gst/riff/riff-ids.h:
1198           Adding acid chunk for tempo and loop information.
1199
1200 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1201
1202         * sys/xvimage/Makefile.am:
1203           floor() needs linking to $(LIBM).
1204
1205 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * ext/gnomevfs/gstgnomevfssrc.c:
1208           Aggregate short reads and add some comments and debug logging.
1209           Fixes #537380
1210
1211 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1212
1213         * gst/playback/gstplaybasebin.c:
1214           Fix property doc markup (its not a signal).
1215
1216         * sys/xvimage/xvimagesink.c:
1217           Add since tag for new proeprties (also add sice tags fro the last two
1218           other additions).
1219
1220 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1221
1222         * sys/xvimage/xvimagesink.c:
1223         * sys/xvimage/xvimagesink.h:
1224           Add autofill/colorkey properties. Fixes #538656.
1225
1226 2008-07-28  David Schleef  <ds@schleef.org>
1227
1228         * sys/xvimage/xvimagesink.c:
1229           Fix rounding errors when converting colorbalance values
1230           between hardware and object property ranges.  Partial
1231           fix for #537889, however, there still seems to be a small
1232           drift problem that could be totem's fault.
1233
1234 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1235
1236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1237         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1238         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1239         This fixes a critical warning.
1240
1241 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1242
1243         * ext/ogg/gstoggmux.c:
1244         Allow muxing of CELT into Ogg streams.
1245
1246 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1247
1248         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1249         (plugin_init):
1250         Add simple typefinder for the CELT codec (www.celt-codec.org).
1251
1252 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         Patch by: Jan Gerber <j at oil21 dot org>
1255
1256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1257         Fix calculation of the start time from skeleton streams.
1258         Fixes bug #530068.
1259
1260 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1261
1262         * tests/examples/seek/seek.c:
1263           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1264
1265 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1266
1267         * gst/audioconvert/audioconvert.h:
1268         * gst/audioconvert/gstaudioquantize.c:
1269         (gst_audio_quantize_setup_dither),
1270         (gst_audio_quantize_free_dither):
1271         * gst/audioconvert/gstfastrandom.h:
1272         Implement a linear congruential generator as pseudo random number
1273         generator for the dither noise. This is about 2 times faster than
1274         using GLib's mersenne twister. Also this uses only integer math for
1275         generating integers while GLib internally uses floating point math.
1276
1277 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1278
1279         * configure.ac:
1280           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1281
1282 2008-07-23  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1283
1284         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1285
1286         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1287           Use GST_STR_NULL to avoid crashes with libcs that don't
1288           like NULL strings in printf args (such as the win32 one).
1289           Fixes #544306.
1290
1291 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1292
1293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1294         Oops - set the size of the image used for probing back to 1x1, for
1295         consistency with ximagesink
1296
1297 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1298
1299         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1300         (gst_ximagesink_ximage_new):
1301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1302         (gst_xvimagesink_xvimage_new):
1303
1304         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1305         X server to attach to a shared memory segment after we've deleted it,
1306         with the result that MIT-SHM is disabled. Instead, remove it only after 
1307         X succeeds in attaching too.
1308
1309 2008-07-16  David Schleef  <ds@schleef.org>
1310
1311         * gst/audiotestsrc/gstaudiotestsrc.c:
1312         * gst/audiotestsrc/gstaudiotestsrc.h:
1313           Add 'ticks', a 1/30 second sine wave pulse every second.
1314
1315 2008-07-15  David Schleef  <ds@schleef.org>
1316
1317         * gst-libs/gst/video/video.c: Revert ABI change.
1318
1319 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1320
1321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1322         Make it impossible to have NULL caps at the point where we set
1323         framerate and other things. Also don't return immediately for "3ivd"
1324         video and let framerate, etc be set. Might fix bug #542508.
1325
1326 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1327
1328         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1329         Video format can also be conveniently determined from (many)
1330         non-fixed caps.
1331
1332 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1333
1334         * gst/playback/gstplaybasebin.c:
1335         * gst/playback/gstplaybasebin.h:
1336         * gst/playback/gstplaybin.c:
1337         * gst/playback/gststreamselector.c:
1338         First stab at integrating DVD subpicture overlay into
1339         playbin. Successfully plugs and plays, but the queues need
1340         shrinking - 3 seconds of video is too much buffering.
1341
1342 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1343
1344         * gst/audioconvert/gstaudioconvert.c:
1345           Remove now obsolete note in the docs.
1346
1347 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1348
1349         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1350         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1352         * docs/plugins/gst-plugins-base-plugins.args:
1353         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1354         * docs/plugins/gst-plugins-base-plugins.interfaces:
1355         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1356         * docs/plugins/gst-plugins-base-plugins.signals:
1357         * docs/plugins/inspect/plugin-adder.xml:
1358         * docs/plugins/inspect/plugin-alsa.xml:
1359         * docs/plugins/inspect/plugin-audioconvert.xml:
1360         * docs/plugins/inspect/plugin-audiorate.xml:
1361         * docs/plugins/inspect/plugin-audioresample.xml:
1362         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1363         * docs/plugins/inspect/plugin-cdparanoia.xml:
1364         * docs/plugins/inspect/plugin-decodebin.xml:
1365         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1366         * docs/plugins/inspect/plugin-gdp.xml:
1367         * docs/plugins/inspect/plugin-gnomevfs.xml:
1368         * docs/plugins/inspect/plugin-libvisual.xml:
1369         * docs/plugins/inspect/plugin-ogg.xml:
1370         * docs/plugins/inspect/plugin-pango.xml:
1371         * docs/plugins/inspect/plugin-playback.xml:
1372         * docs/plugins/inspect/plugin-queue2.xml:
1373         * docs/plugins/inspect/plugin-subparse.xml:
1374         * docs/plugins/inspect/plugin-tcp.xml:
1375         * docs/plugins/inspect/plugin-theora.xml:
1376         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1377         * docs/plugins/inspect/plugin-uridecodebin.xml:
1378         * docs/plugins/inspect/plugin-video4linux.xml:
1379         * docs/plugins/inspect/plugin-videorate.xml:
1380         * docs/plugins/inspect/plugin-videoscale.xml:
1381         * docs/plugins/inspect/plugin-videotestsrc.xml:
1382         * docs/plugins/inspect/plugin-volume.xml:
1383         * docs/plugins/inspect/plugin-vorbis.xml:
1384         * docs/plugins/inspect/plugin-ximagesink.xml:
1385         * docs/plugins/inspect/plugin-xvimagesink.xml:
1386         * ext/alsa/gstalsamixer.c:
1387         * ext/alsa/gstalsasink.c:
1388         * ext/alsa/gstalsasrc.c:
1389         * ext/gio/gstgiosink.c:
1390         * ext/gio/gstgiosrc.c:
1391         * ext/gio/gstgiostreamsink.c:
1392         * ext/gio/gstgiostreamsrc.c:
1393         * ext/gnomevfs/gstgnomevfssink.c:
1394         * ext/gnomevfs/gstgnomevfssrc.c:
1395         * ext/ogg/gstoggdemux.c:
1396         * ext/ogg/gstoggmux.c:
1397         * ext/pango/gstclockoverlay.c:
1398         * ext/pango/gsttextoverlay.c:
1399         * ext/pango/gsttextrender.c:
1400         * ext/pango/gsttimeoverlay.c:
1401         * ext/theora/theoradec.c:
1402         * ext/theora/theoraenc.c:
1403         * ext/theora/theoraparse.c:
1404         * ext/vorbis/vorbisdec.c:
1405         * ext/vorbis/vorbisenc.c:
1406         * ext/vorbis/vorbisparse.c:
1407         * ext/vorbis/vorbistag.c:
1408         * gst/adder/gstadder.c:
1409         * gst/audioconvert/gstaudioconvert.c:
1410         * gst/audioresample/gstaudioresample.c:
1411         * gst/audiotestsrc/gstaudiotestsrc.c:
1412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1413         * gst/gdp/gstgdpdepay.c:
1414         * gst/gdp/gstgdppay.c:
1415         * gst/playback/gstdecodebin2.c:
1416         * gst/playback/gstplaybin.c:
1417         * gst/playback/gstplaybin2.c:
1418         * gst/playback/gstqueue2.c:
1419         * gst/playback/gsturidecodebin.c:
1420         * gst/tcp/gstmultifdsink.c:
1421         * gst/tcp/gsttcpserversink.c:
1422         * gst/videorate/gstvideorate.c:
1423         * gst/videoscale/gstvideoscale.c:
1424         * gst/videotestsrc/gstvideotestsrc.c:
1425         * gst/volume/gstvolume.c:
1426         * sys/ximage/ximagesink.c:
1427         * sys/xvimage/xvimagesink.c:
1428           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1429           titles. Drop mentining that all our example pipelines are "simple"
1430           pipelines.
1431
1432 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * tests/examples/seek/Makefile.am:
1435         Fix out of tree build by adding all required CFLAGS.
1436
1437 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1438
1439         * gst/playback/gstdecodebin.c: (add_raw_queue):
1440         And ref the pad before returning it again when linking to the queue
1441         failed. Otherwise we will unref the pad twice later and things break.
1442
1443 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1444
1445         * gst/playback/gstdecodebin.c: (add_raw_queue):
1446         If linking the raw pad with a queue fails, try it without a queue
1447         instead of failing completely. This should never happen.
1448
1449 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1450
1451         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1452
1453         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1454         Add a queue after a demuxer if the demuxer outputs raw data. This was
1455         done before only for non-raw data but is required in this case too.
1456         Fixes bug #540215.
1457
1458         decodebin2 doesn't have this issue because all streams of a group
1459         go through multiqueue.
1460
1461 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1462
1463         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1464
1465         * gst-libs/gst/sdp/gstsdpmessage.c:
1466         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1467         that getaddrinfo() can be used. Fixes #541358.
1468
1469 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1470
1471         * gst/videotestsrc/gstvideotestsrc.c:
1472         (gst_video_test_src_class_init), (gst_video_test_src_init),
1473         (gst_video_test_src_set_property),
1474         (gst_video_test_src_get_property), (gst_video_test_src_create):
1475         * gst/videotestsrc/gstvideotestsrc.h:
1476         Cleanups, use default property values as defines.
1477         Add property to enable/disable peer buffer allocation.
1478
1479 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1480
1481         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1482         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1483         Enable unit tests on PPC again as the bugs are now fixed.
1484
1485 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1486
1487         * gst-libs/gst/riff/riff-ids.h:
1488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1489         (gst_riff_create_audio_template_caps):
1490         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1491         Fixes bug #540351.
1492
1493 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1494
1495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1496         (gst_ffmpeg_pixfmt_to_caps):
1497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1498         (gst_ffmpegcsp_get_unit_size):
1499         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1500         it on other formats. Also adjust the unit size only for that format
1501         to not include the palette. Fixes bug #540497.
1502
1503 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1504
1505         * gst/adder/gstadder.c:
1506           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1507
1508 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1509
1510         * ChangeLog:
1511           ChangeLog surgery.
1512   
1513         * tests/examples/seek/seek.c:
1514           Move variable into ifdef too.
1515         
1516
1517 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1518
1519         * tests/examples/seek/seek.c:
1520           Include config.h and check if we have X. Remove XInitThread(), don't
1521           think its needed. Fixes: #540334.
1522
1523 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1524
1525         Patch by: Sam Morris <sam at robots dot org to uk>
1526
1527         * gst-libs/gst/interfaces/mixertrack.c:
1528         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1529         (gst_mixer_track_set_property):
1530         API: Add "index" property to GstMixerTrack to differantiate between
1531         multiple mixer tracks with the same label.
1532
1533         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1534         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1535         Set the "index" property of GstMixerTrack to the index given by ALSA.
1536         Fixes bug #528299.
1537
1538 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1539
1540         * tests/examples/seek/Makefile.am:
1541         * tests/examples/seek/seek.c:
1542           Remove libgstvideo usage. Use gtk_get_option_group instead of
1543           gtk_init().
1544
1545 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1546
1547         * tests/check/Makefile.am:
1548           Name the test registry format neutral.
1549
1550 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1551
1552         * gst/playback/gstqueue2.c:
1553           Do not double notify. Remove the unsued return value.
1554
1555 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1556
1557         * ext/alsa/gstalsamixer.c:
1558           Also consider "speaker" as a name for master volume. If that doesn't
1559           help look for the first non-mono volume control that also has a
1560           playback switch.
1561
1562 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * ChangeLog:
1565           Forgot to save the ChangeLog :/
1566
1567 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1568
1569         * tests/examples/seek/Makefile.am:
1570         * tests/examples/seek/seek.c:
1571           Embedd the xwindow. Allow to play multiple files.
1572
1573 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1574
1575         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1576         (gst_ximagesink_setcaps):
1577         * sys/ximage/ximagesink.h:
1578         When the caps change, make sure to re-draw borders in
1579         force-aspect-ratio=true mode.
1580         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1581         Don't clear the border_draw flag until we actually draw the border.
1582         * tests/check/Makefile.am:
1583         Ignore alsasink/src during the states test too, so it doesn't fail
1584         when running without access to the sound device.
1585
1586 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1587
1588         * tests/examples/seek/seek.c:
1589           Fix crasher when playing a parse-launch line the 2nd time.
1590
1591 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1592
1593         * tests/check/pipelines/oggmux.c:
1594           Properly ifdef tests to fix compilation.
1595
1596 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1597
1598         * gst/playback/gstplay-marshal.list:
1599         * gst/playback/gstplaybin2.c:
1600           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1601           playbin2. This allows the user to get to the selector's sinkpads, and
1602           thus inspect a range of things - caps, tags, etc. 
1603
1604 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1605
1606         * gst/playback/gstplaybin2.c:
1607           Use a different constant for the convert-frame signal id.
1608           Fixes #537009.
1609
1610 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1611
1612         * gst/playback/gstplaybin2.c:
1613         * gst/playback/gstplaysink.c:
1614           Fix a whole bunch of typos in comments and log statements. 
1615
1616 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1617
1618         * sys/xvimage/xvimagesink.c:
1619           Don't set colour balance values on the Xv port if the user hasn't
1620           changed them (via properties or the interface). Avoids accumulating
1621           rounding errors for the common case.
1622           Partial fix for bug #537889.
1623
1624 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1625
1626         * gst/playback/gstdecodebin2.c:
1627           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1628           pads are drained.
1629
1630 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1631
1632         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1633         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1634         Report the encoder latency. Fixes #538232.
1635
1636 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1637
1638         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1639         (notify_source), (activate_group):
1640         Implement the source property, emit notify when it changes in the
1641         underlying uridecodebin.
1642
1643 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1644
1645         * tests/examples/seek/seek.c: (stop_cb):
1646         Free and clear the seek element list so that we don't use invalid
1647         references when seeking after recreating a gst-launch line.
1648
1649 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * gst-libs/gst/audio/gstbaseaudiosink.c:
1652         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1653         (gst_base_audio_sink_render):
1654         Report latency even if we are not live instead of hiding it.
1655         Take ts-offset and render-delay of the basesink into account when
1656         scheduling samples.
1657         Rework the clipping code so that we can take the various offsets into
1658         account and still do correct clipping.
1659
1660 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1661
1662         * configure.ac:
1663         Bump verion back to devel -> 0.10.20.1
1664
1665 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1666
1667         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1668         Don't increase the size of non-string image buffers by one as this
1669         might in theory confuse decoders. Still increase it by one for string
1670         image buffers to append '\0'.
1671
1672 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1673
1674         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1675         
1676         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1677         Fix a buffer memleak and remove a confusing and wrong debug output.
1678         Fixes bug #538663.
1679
1680 === release 0.10.20 ===
1681
1682 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1683
1684         * configure.ac:
1685           releasing 0.10.20, "Here I Go Again"
1686
1687 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1688
1689         * configure.ac:
1690         0.10.19.3 pre-release
1691
1692 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1693
1694         * gst-libs/gst/rtsp/gstrtspconnection.c:
1695         Fix build on win32.
1696         Patch By: David Schleef <ds@schleef.org>
1697         Fixes: #536874
1698
1699 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1700
1701         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1702         (gst_gio_base_src_create):
1703         * ext/gio/gstgiobasesrc.h:
1704         Try to read the requested number of bytes, even if the first
1705         read returns less than requested, until nothing is read anymore
1706         or we have the requested amount of bytes. This fixes playback of
1707         files via Samba as Samba only allows to read 64k at once.
1708
1709         Implement a caching algorithm that makes sure that we read at
1710         least 4k of data every time. Some elements will try to read a few
1711         bytes, then seek, read again a few bytes and so on and this is
1712         painfully slow as every operation has to go over DBus if GVfs is
1713         used as backend.
1714
1715         Fixes bug #536849 and #536848.
1716
1717         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1718         (gst_gio_src_check_get_range):
1719         Override check_get_range() to blacklist http/https URIs
1720         and whitelist file URIs. More to be added on demand.
1721
1722 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1723
1724         * configure.ac:
1725         0.10.19.2 pre-release
1726
1727 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1728
1729         * win32/common/libgstrtsp.def:
1730         * win32/common/libgsttag.def:
1731         Add new API functions to the dll exports
1732
1733 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1734
1735         * gst/playback/gstplaybasebin.c:
1736           Disconnect signals from decodebins we created before we remove it
1737           from playbin, to avoid crashes if the decodebin is eventually
1738           disposed after the playbin itself (possible if the app takes a
1739           reference on the decodebin).
1740           Fixes #536521.
1741
1742 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1743
1744         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1745           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1746           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1747           (h264_video_type_find), (mpeg_video_stream_type_find),
1748           (dv_type_find), (mmsh_type_find):
1749           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1750           copy caps for no good reason (this may be desirable to make it easier
1751           to detect leaks, but then it should probably be done for all caps
1752           in the typefinder somewhere).
1753
1754 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1755
1756         * tests/check/Makefile.am:
1757         Do not try to run the check tests for subparse unless it has been
1758         built.
1759
1760 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1761
1762         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1763         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1764         Do not try to run a test which requires vorbisenc unless we have
1765         actually built it.
1766
1767 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1768
1769         * gst-libs/gst/rtsp/gstrtspconnection.c:
1770         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1771         (gst_rtsp_connection_clear_auth_params),
1772         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1773         * gst-libs/gst/rtsp/gstrtspconnection.h:
1774         Add a couple of missing argument guards.
1775         Add a way of setting the DSCP for an RTSP connection.
1776         Add an accessor method for the ip member of GstRTSPConnection as all
1777         members are supposed to be private.
1778
1779 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1780
1781         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1782         Fixed accidental use of IPv4 options for all IPv6 addresses.
1783
1784 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1785
1786         * gst-libs/gst/interfaces/mixertrack.h:
1787           Document mixer track flags.
1788
1789 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1790
1791         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1792
1793         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1794         Don't set caps on the buffers that contain a copy of the buffer
1795         including the caps of them resulting in an always increasing refcount
1796         of the caps and insanely large caps. Instead include a buffer without
1797         caps in the new caps. Fixes bug #536475.
1798
1799 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1800
1801         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1802         Transform a given PAR to a range on the struct with the generic
1803         height/width instead of the struct with the possibly restricted
1804         height/width.
1805
1806 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1807
1808         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1809         Prefer the given format if it contains something stricter than [1,MAX]
1810         for height or width and only put a structure that requires rescaling
1811         as second. This makes it possible to use videoscale in pipelines where
1812         the source can actually produce the wanted height/width but usually
1813         selects a different one from the requested.
1814
1815 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1816
1817         Based on patch by: John Millikin <jmillikin gmail com>
1818
1819         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1820           (gst_vorbis_tag_add_coverart):
1821           Retrieve COVERART tags from vorbis comments (#512333)
1822
1823 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1824
1825         * gst-libs/gst/tag/tag.h:
1826         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1827           Don't forget to add new enum value here too (should probably use
1828           glib-mkenums here...).
1829
1830 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1831
1832         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1833         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1834         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1835           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1836           (gst_tag_image_data_to_image_buffer):
1837           Add two utility functions to avoid code duplication (#512333):
1838           API: add gst_tag_image_data_to_image_buffer()
1839           API: add gst_tag_list_add_id3_image()
1840           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1841
1842 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1843
1844         * win32/common/libgstaudio.def:
1845         Add gst_audio_check_channel_positions() to the exported symbols.
1846
1847 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1848
1849         * docs/libs/gst-plugins-base-libs-sections.txt:
1850         * gst-libs/gst/audio/multichannel.c:
1851         (gst_audio_check_channel_positions):
1852         * gst-libs/gst/audio/multichannel.h:
1853         API: Make gst_audio_check_channel_positions() public.
1854
1855         * tests/check/libs/audio.c: (GST_START_TEST):
1856         Add some simple checks for gst_audio_check_channel_positions().
1857
1858 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1859
1860         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1861           minrange and maxrange are scaled according to the frequency
1862           multiplier.
1863
1864 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1865
1866         * ext/pango/Makefile.am:
1867         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1868           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1869           Use gstvideo functions to calculate strides and plane offsets. Fixes
1870           rendering issue ('ghost' images of the text on the chroma planes)
1871           with widths or heights that are not multiples of 8 (#506659 and
1872           probably also #485729).
1873
1874         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1875           (main):
1876           Test with odd height/width too.
1877
1878 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1879
1880         * gst/adder/gstadder.c: (gst_adder_query_duration),
1881         (gst_adder_query_latency):
1882         When using gst_element_iterate_pads() one has to unref every pad
1883         after usage.
1884
1885 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1886
1887         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1888         (gst_base_audio_src_class_init):
1889         Add a gtk-doc chunk for the new properties to have a Since: indication.
1890
1891 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1892
1893         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1894         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1895         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1896         (gst_base_audio_src_change_state):
1897         Provide readable actual-buffer-time and actual-latency-time properties
1898         that reflect the configured ringbuffer values. Fixes #524724.
1899         API: GstBaseAudioSrc:actual-buffer-time
1900         API: GstBaseAudioSrc:actual-latency-time
1901
1902 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1903
1904         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1905         (gst_basertppayload_change_state):
1906         Simply converting the running time into an RTP timestamp by scaling it
1907         based on the clock-rate is good enough for making an RTP timestamp. This
1908         has the added benefit that we can later on expose a property with the
1909         RTP timestamp of running time 0, as is needed for RTSP servers to
1910         generate the response of the PLAY request.
1911
1912 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1913
1914         * gst/audioconvert/gstaudioconvert.c:
1915         (structure_has_fixed_channel_positions),
1916         (gst_audio_convert_transform_caps):
1917         Allow up to 11 positioned channels now that audioconvert can handle
1918         this but add no default positions for > 8 channels.
1919         
1920         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1921         Add some unit tests for the above change: Test conversion of
1922         11 positioned channels to stereo and the other way around, test
1923         conversion of 15 unpositioned channels in different ways.
1924
1925 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1926
1927         * win32/common/libgstaudio.def:
1928         Add gst_audio_clock_reset to the list of exported symbols.
1929
1930 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1931
1932         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1933         Remove wrong_channels_identification_header unit test as we now
1934         support 7 (and more channels).
1935
1936 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1937
1938         * gst/audioconvert/gstchannelmix.c:
1939         (gst_channel_mix_fill_one_other):
1940         If mixing left or right to center (or the other way around) only take
1941         the complete value if we don't already have the original position in
1942         the source.
1943
1944 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1945
1946         * gst-libs/gst/audio/multichannel.c:
1947         (gst_audio_check_channel_positions),
1948         (gst_audio_set_structure_channel_positions_list),
1949         (gst_audio_fixate_channel_positions):
1950         Allow rear center together with rear left/right and other previously
1951         conflicting channel positions. The reason why they weren't allowed
1952         was the channel mixing implementation in audioconvert.
1953         Also take this into account when fixing channel layouts.
1954
1955         Allow setting channel positions for 1/2 channels when using
1956         gst_audio_set_structure_channel_position().
1957
1958         * gst/audioconvert/gstchannelmix.c:
1959         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1960         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1961         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1962         Major rewrite of the channel mixing.
1963
1964         We now allow previously conflicting channel positions to appear
1965         together (rear center and rear left/right for example).
1966         Fixes bug #533817.
1967
1968         Rework the way channels are mixed together to take more possible
1969         channel positions into account, properly mix from/to side channels
1970         and don't assume that either center, left&right or nothing of a
1971         specific position is available anymore.
1972
1973         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1974         Adjust unit tests with non-standard 1/2 channel layouts to the more
1975         correct new behaviour.
1976
1977         Add a unit test for 5.1->Stereo downmixing.
1978
1979 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1980
1981         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1982         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1983         Add sane defaults for the 7 and 8 channel layouts as those are
1984         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1985         more than 8 channels instead of erroring out. Fixes bug #535356.
1986
1987 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1988
1989         * docs/plugins/Makefile.am:
1990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1992         * ext/theora/theoraparse.c:
1993         Add theoraparse to the docs and fix some docs.
1994
1995 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1996
1997         * gst-libs/gst/cdda/gstcddabasesrc.c:
1998         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1999         Fix EOS condition and track addition check, the track.end sector is
2000         included in the track. Fixes #533265.
2001
2002 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2003
2004         Patch by: Mark Nauwelaerts <manauw at skynet be>
2005
2006         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2007         (gst_video_rate_flush_prev), (gst_video_rate_event),
2008         (gst_video_rate_chain):
2009         * gst/videorate/gstvideorate.h:
2010         React (more) to NEWSEGMENT
2011         Small adjustment in timestamp calculation to prevent mismatches
2012         Fixes #435633.
2013
2014 2008-05-28  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2015
2016         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2017           Initialise error to NULL as we should.
2018
2019 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2020
2021         * gst/adder/gstadder.c: (gst_adder_query_duration),
2022         (gst_adder_query_latency), (gst_adder_query):
2023         Implement latency query.
2024
2025 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2026
2027         * gst/adder/gstadder.c: (gst_adder_query_duration):
2028         Correctly resync the iterator if gst_iterator_next() returns
2029         GST_ITERATOR_RESYNC.
2030
2031 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2032
2033         * win32/vs6/libgstpbutils.dsp:
2034           Add pbutils-enumtypes.c to sources (#518037).
2035
2036 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2037
2038         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2039         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2040         * gst-libs/gst/audio/gstaudioclock.h:
2041         Add method to inform the clock that the time starts from 0 again. We use
2042         this info to calculate a clock offset so that the time we report in
2043         internal_time is monotonically increasing, as required by the clock base
2044         class. Fixes #521761.
2045         API: GstAudioClock::gst_audio_clock_reset()
2046
2047         * gst-libs/gst/audio/gstbaseaudiosink.c:
2048         (gst_base_audio_sink_skew_slaving),
2049         (gst_base_audio_sink_change_state):
2050         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2051         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2052         Reset reported time when we (re)create the ringbuffer.
2053
2054 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2055
2056         * ext/alsa/gstalsamixertrack.c:
2057           (gst_alsa_mixer_track_update_alsa_capabilities):
2058           Make sure playback volumes aren't accidentally overwritten by
2059           capture volumes if an alsa mixer track has both playback and
2060           capture capabilities: we create two GstMixerTracks in that
2061           case, so make sure we query only the alsa capabilities that
2062           refer to the type of GstMixerTrack we created from the dual
2063           capability alsa element. Should fix issues with Audigy2 sound
2064           cards (#518082).
2065
2066 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2067
2068         * tests/check/pipelines/oggmux.c: (test_pipeline):
2069           Don't use deprecated function.
2070
2071 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2072
2073         * gst/playback/gstdecodebin2.c:
2074         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2075         Check for NULL cases and log them, creating ghostpads can, for example,
2076         fail when the pad returns wrong caps.
2077
2078         * gst/playback/gstplaybin2.c: (perform_eos):
2079         When pushing out the EOS event, collect the return value and warn when
2080         something failed.
2081
2082 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2083
2084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2085         (gst_riff_create_video_template_caps):
2086         Add support for DVCPRO.
2087
2088 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2089
2090         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2091           Change default scaling method from nearest-neighbour to bilinear.
2092
2093 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2094
2095         * tests/check/libs/video.c:
2096           More checks.
2097
2098 2008-05-25  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2099
2100         * gst/subparse/gstsubparse.c: (parser_state_init),
2101           (gst_sub_parse_format_autodetect), (handle_buffer):
2102         * gst/subparse/gstsubparse.h:
2103         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2104           Limit duration to a maximum of five seconds for tmplayer format where
2105           we can guess the duration only from the timestamp of the next line of
2106           text. We don't want to show a text for eternities just because nothing
2107           else is being said for a while.
2108
2109 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2110
2111         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2112         (gst_base_rtp_depayload_chain),
2113         (gst_base_rtp_depayload_handle_sink_event),
2114         (gst_base_rtp_depayload_push_full),
2115         (gst_base_rtp_depayload_change_state):
2116         Check sequence numbers, mark input buffers with a discont flag for the
2117         subclass when we detected a gap, drop duplicate buffers. We do this
2118         because one can use the element without a jitterbuffer in front and we
2119         don't want to feed the subclasses invalid or reordered data.
2120         Do an error when the subclass did not provide a process function instead
2121         of crashing.
2122         Some other small cleanups.
2123
2124 2008-05-22  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2125
2126         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2127           May just as well use the precalculated uvstride here.
2128
2129 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2130
2131         * docs/plugins/Makefile.am:
2132         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2133         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2134         * docs/plugins/gst-plugins-base-plugins.args:
2135         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2136         * docs/plugins/gst-plugins-base-plugins.interfaces:
2137         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2138         * docs/plugins/inspect/plugin-adder.xml:
2139         * docs/plugins/inspect/plugin-alsa.xml:
2140         * docs/plugins/inspect/plugin-audioconvert.xml:
2141         * docs/plugins/inspect/plugin-audiorate.xml:
2142         * docs/plugins/inspect/plugin-audioresample.xml:
2143         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2144         * docs/plugins/inspect/plugin-cdparanoia.xml:
2145         * docs/plugins/inspect/plugin-decodebin.xml:
2146         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2147         * docs/plugins/inspect/plugin-gdp.xml:
2148         * docs/plugins/inspect/plugin-gio.xml:
2149         * docs/plugins/inspect/plugin-gnomevfs.xml:
2150         * docs/plugins/inspect/plugin-libvisual.xml:
2151         * docs/plugins/inspect/plugin-ogg.xml:
2152         * docs/plugins/inspect/plugin-pango.xml:
2153         * docs/plugins/inspect/plugin-playback.xml:
2154         * docs/plugins/inspect/plugin-queue2.xml:
2155         * docs/plugins/inspect/plugin-subparse.xml:
2156         * docs/plugins/inspect/plugin-tcp.xml:
2157         * docs/plugins/inspect/plugin-theora.xml:
2158         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2159         * docs/plugins/inspect/plugin-uridecodebin.xml:
2160         * docs/plugins/inspect/plugin-video4linux.xml:
2161         * docs/plugins/inspect/plugin-videorate.xml:
2162         * docs/plugins/inspect/plugin-videoscale.xml:
2163         * docs/plugins/inspect/plugin-videotestsrc.xml:
2164         * docs/plugins/inspect/plugin-volume.xml:
2165         * docs/plugins/inspect/plugin-vorbis.xml:
2166         * docs/plugins/inspect/plugin-ximagesink.xml:
2167         * docs/plugins/inspect/plugin-xvimagesink.xml:
2168         * ext/cdparanoia/gstcdparanoiasrc.c:
2169         * ext/ogg/gstoggdemux.c:
2170         * ext/ogg/gstoggdemux.h:
2171         * ext/ogg/gstoggmux.c:
2172         * ext/ogg/gstoggmux.h:
2173         * gst/audioconvert/audioconvert.c:
2174         * gst/audioconvert/audioconvert.h:
2175         * gst/audioconvert/gstaudioconvert.h:
2176         * gst/gdp/gstgdpdepay.h:
2177         * gst/gdp/gstgdppay.h:
2178         * gst/playback/gstdecodebin.c:
2179         * gst/playback/gstdecodebin2.c:
2180         * gst/playback/gstplaybin.c:
2181         * gst/playback/gstplaybin2.c:
2182         * gst/playback/gsturidecodebin.c:
2183         * gst/tcp/gstmultifdsink.c:
2184         * gst/tcp/gstmultifdsink.h:
2185         * gst/tcp/gsttcp.h:
2186
2187         Add some documentation comments, and some new headers to be scanned.
2188         Rename some internal enum declarations (audioconvert's DitherType and
2189         NoiseShapingType, GstUnitType from the TCP elements) to match the
2190         documented GObject type names so that the docs pick them up.
2191         Name the playbin2 docs markups properly so they get picked up. They'll
2192         need renaming back when/if playbin2 becomes playbin.
2193
2194         100% symbol coverage for the plugin docs, booya.
2195
2196 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2197
2198         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2199
2200         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2201         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2202
2203 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2204
2205         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2206
2207         * gst/playback/gstdecodebin.c: (remove_fakesink):
2208         Lock the fakesink before setting the state to NULL and removing it from
2209         the bin so that a concurrent state change cannot interfere. 
2210         Fixes #534331.
2211
2212 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2213
2214         * docs/Makefile.am:
2215         Fix installing plugin documentation when gtk-doc is disabled.
2216
2217 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2218
2219         * gst-libs/gst/rtsp/Makefile.am:
2220         Distribute, don't install md5.h
2221
2222 2008-05-21  Julien Moutte  <julien@fluendo.com>
2223
2224         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2225         instead of SOL_IP, works on more platforms.
2226         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2227         arguments.
2228
2229 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2230
2231         * ext/vorbis/vorbisdec.c:
2232         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2234         Some debug and comment fixes.
2235
2236         * tests/examples/dynamic/addstream.c: (main):
2237         Fix , to ;
2238
2239 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2240
2241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2242         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2243         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2244         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2245         (cleanup_decodebin):
2246         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2247         (connect_element), (gst_decode_group_control_demuxer_pad):
2248         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2249         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2250         (mute_group_type):
2251         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2252         (gst_play_bin_set_property), (handoff), (gen_video_element),
2253         (gen_text_element), (gen_audio_element), (gen_vis_element),
2254         (remove_sinks), (add_sink), (setup_sinks):
2255         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2256         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2257         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2258         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2259         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2260         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2261         (gen_vis_chain), (gst_play_sink_reconfigure),
2262         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2263         (gst_play_sink_request_pad):
2264         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2265         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2266         (cb_newpad):
2267         * gst/playback/test6.c: (new_decoded_pad_cb):
2268         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2269         * tests/check/elements/audiorate.c: (test_injector_chain),
2270         (do_perfect_stream_test):
2271         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2272         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2273         * tests/check/elements/gnomevfssink.c:
2274         * tests/check/elements/textoverlay.c:
2275         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2276         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2277         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2278         * tests/check/pipelines/oggmux.c: (test_pipeline):
2279         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2280         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2281         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2282         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2283         * tests/examples/seek/seek.c: (make_mod_pipeline),
2284         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2285         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2286         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2287         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2288         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2289         (update_fill), (msg_buffering):
2290         Don't use bad gst_element_get_pad().
2291
2292 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2293
2294         * gst-libs/gst/riff/riff-media.c:
2295           Fix wrong method name in docs. Fix calculation of strf fields for
2296           broken mulaw/alaw.
2297   
2298         * gst-libs/gst/riff/riff-read.c:
2299           Whitespace fix and removing double ';'.
2300
2301 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2302
2303         * docs/design/part-playbin2.txt:
2304         Add some leftover doc.
2305
2306 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2307
2308         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2309         Fix copy & paste error in last commit.
2310
2311 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2314         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2315         other channel positions when source has SIDE channels and dest doesn't
2316         or the other way around.
2317
2318 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2319
2320         Patch by: Henrik Eriksson <henriken at axis dot com>
2321
2322         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2323         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2324         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2325         (gst_multi_fd_sink_get_property):
2326         * gst/tcp/gstmultifdsink.h:
2327         Add support for DSCP QOS. Fixes #469933.
2328
2329 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2332         Add another test that checks if conversion between standard 1 and 2
2333         channel layouts with and without positions set is working.
2334
2335 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2336
2337         * gst-libs/gst/audio/multichannel.c:
2338         (gst_audio_check_channel_positions):
2339         Allow non-standard 2 channel layouts.
2340         
2341         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2342         Add some tests for converting and remapping non-standard 1 and 2
2343         channel layouts.
2344
2345 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2346
2347         * gst/audioconvert/gstchannelmix.c:
2348         (gst_channel_mix_fill_normalize):
2349         Prevent division by zero if the channel mix matrix contains only
2350         zeroes.
2351
2352 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2353
2354         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2355
2356         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2357         Close a buffer memory leak. Fixes bug #534071.
2358
2359 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2360
2361         * gst-libs/gst/rtsp/gstrtsptransport.h:
2362         Make the GstRTSPTransport struct members public as there are no
2363         setters/getters and it's supposed to be changed directly.
2364         Fixes bug #533087.
2365
2366 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2367
2368         * gst/adder/gstadder.c:
2369         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2370         claim this on the pad template caps.
2371
2372 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2373
2374         * gst-libs/gst/audio/gstbaseaudiosink.c:
2375         (gst_base_audio_sink_sync_latency):
2376         We can only use our optimal calibration if we prerolled before the
2377         latency expired.
2378
2379 2008-05-20  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2380
2381         * configure.ac:
2382           Require core CVS for GstBaseSrc buffer caps setting magic.
2383
2384 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2385
2386         * gst/audioconvert/gstaudioconvert.c:
2387         (gst_audio_convert_fixate_channels):
2388         Fix logic in last commit.
2389
2390 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2391
2392         * gst/audioconvert/gstaudioconvert.c:
2393         (gst_audio_convert_fixate_channels):
2394         Passthrough the channel positions if the number of output channels is
2395         the same as the number of input channels, the input had a channel
2396         layout and downstream requests no special one. We did this already for
2397         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2398
2399 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2400
2401         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2402         (gst_gnome_vfs_src_finalize),
2403         (gst_gnome_vfs_src_received_headers_callback),
2404         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2405         * ext/gnomevfs/gstgnomevfssrc.h:
2406         Set the ICY caps on the srcpad from where they get picked up by the base
2407         class now and set on the outgoing buffers.
2408
2409         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2410         (gst_base_audio_src_create):
2411         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2412         BaseSrc now sets the caps on outgoing buffers automatically.
2413
2414 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2415
2416         * gst-libs/gst/audio/gstbaseaudiosink.c:
2417         (gst_base_audio_sink_resample_slaving),
2418         (gst_base_audio_sink_skew_slaving),
2419         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2420         (gst_base_audio_sink_async_play),
2421         (gst_base_audio_sink_change_state):
2422         Change the way in which the ringbuffer is started when dealing with a
2423         slaved clock and latency. We now sync to the clock until we reach
2424         upstream latency before starting the ringbuffer. This has the effect
2425         that we can accurately align the master and slave clocks and let the
2426         rate correction code take care of the initial drift or rounding errors
2427         instead of leaving them uncorrected with the old approach.
2428
2429 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2430
2431         * gst/audioconvert/gstaudioconvert.c:
2432         (gst_audio_convert_fixate_channels):
2433         Correctly set the default channel positions when converting to 8
2434         channels.
2435
2436 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2437
2438         * configure.ac:
2439           Error out if we don't have the required version of core.
2440
2441 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2442
2443         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2444           Use data scan helper in aac typefinder and stop scanning
2445           for headers when we've found a type. Also fix potential invalid
2446           memory access when calculating the frame length.
2447
2448 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2449
2450         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2451           (mpeg_sys_is_valid_pack):
2452           Don't modify scan context when we return FALSE in ensure_data, so
2453           it's possible to continue scanning, and we don't end up with a NULL
2454           data pointer and a positive size, which might bite us the next time
2455           we're called. Small constification.
2456
2457 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2458
2459         * gst/adder/gstadder.c:
2460         Adder doesn't support 24 bit samples so don't claim it supports them
2461         in the pad template caps.
2462
2463 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2464
2465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2466         (gst_base_rtp_depayload_chain):
2467         Validate the RTP packet before further processing it. It's just too
2468         dangerous to accept random packets and people are not forced to use a
2469         jitterbuffer or session manager to filter out the bad packets.
2470
2471         * gst-libs/gst/rtp/gstrtpbuffer.c:
2472         (gst_rtp_buffer_set_extension_data),
2473         (gst_rtp_buffer_get_payload_subbuffer):
2474         Small cleanups.
2475         When setting extension data in a buffer that is too small, we fail and
2476         we should not set the extension bit.
2477         Change GST_WARNINGS into g_warning because they really are
2478         programming errors.
2479
2480         * tests/check/libs/rtp.c: (GST_START_TEST):
2481         Catch the g_warnings now in the unit tests and that fact that failing to
2482         set extension data left the extension bit untouched.
2483
2484 2008-05-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2485
2486         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2487           Revert previous change which made basetransform handle buffer_alloc
2488           and which breaks things badly in the non-passthrough case since it
2489           returned buffers with a different (ie. sometimes smaller) size than
2490           the size requested.
2491
2492 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2493
2494         Patch by: Bernard B <b-gnome at largestprime dot net>
2495
2496         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2497         Fix seqnum compare function for bordercase values and fix the docs
2498         again. Fixes #533075.
2499
2500         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2501         Add a testcase for seqnum compare function.
2502
2503 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2504
2505         * gst/adder/gstadder.c: (gst_adder_setcaps),
2506         (gst_adder_class_init):
2507         Correctly declare the supported endianness on the pad templates
2508         and check for correct endianness in the set caps function. Adder
2509         only supports native endianness.
2510         Also use gst_element_class_set_details_simple().
2511
2512 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * sys/xvimage/xvimagesink.c:
2515           Better debug logging in port value handling. Merging separate port
2516           value loops into one.
2517
2518 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2519
2520         Patch by: Hannes Bistry <hannesb at gmx dot de>
2521
2522         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2523         * gst/tcp/gsttcpserversink.c:
2524         (gst_tcp_server_sink_handle_server_read),
2525         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2526         Fix regression in clientsrc because we did not add the fd to the poll
2527         set anymore. Fixes #532364.
2528         Do some cleanups here and there.
2529
2530 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2531
2532         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2533         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2534         * gst/playback/gstplay-marshal.list:
2535         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2536         Use correct marshallers. GstCaps are a boxed type and no GObject
2537         subclass.
2538
2539 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2540
2541         * win32/common/libgstrtsp.def:
2542         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2543         symbols.
2544
2545 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2546
2547         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2548
2549         * tests/check/elements/audioresample.c:
2550         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2551         (live_switch_push), (GST_START_TEST):
2552         Add unit test for the latest basetransform negotiation changes.
2553         See bug #526768.
2554
2555 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2556
2557         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2558         Fix nv12<->nv21 conversion if stride is larger than width.
2559
2560 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2561
2562         Patch by: Jan Gerber <j at oil21 dot org>
2563
2564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2565         (gst_ogg_pad_parse_skeleton_fisbone):
2566         * ext/ogg/gstoggdemux.h:
2567         Parse presentation time from skeleton streams and use it as offset
2568         for the timestamps. Fixes bug #530068.
2569
2570 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2571
2572         * gst-libs/gst/audio/gstbaseaudiosink.c:
2573         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2574         Revert previous patch that attempted to more accurately calculate the
2575         initial offset between master and slave clock. The best thing we can do
2576         in general is take the time of both clocks as the diff since we don't
2577         know when the actual preroll happened.
2578
2579 2008-05-11  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2580
2581         * gst-libs/gst/pbutils/install-plugins.c:
2582           Fix docs: type and missing word.
2583
2584 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2585
2586         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2587           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2588           for this instead; don't check if we've found enough markers after
2589           each and every step, it's enough to do that only if we've actually
2590           found a new marker.
2591           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2592
2593 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2594
2595         * gst/typefind/gsttypefindfunctions.c:
2596           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2597           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2598           (mpeg_video_stream_type_find):
2599           Move scan helper thingy to the beginning of the file so we can use
2600           it in other typefind functions. Rename it to something more
2601           generic. Also improve handling of things towards the end of the
2602           typefind data: peek as much as we can if we know the size of the
2603           data, rather than just min_size.
2604
2605 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2606
2607         * docs/libs/gst-plugins-base-libs-sections.txt:
2608         * gst-libs/gst/interfaces/colorbalance.c:
2609         * gst-libs/gst/interfaces/colorbalance.h:
2610         * gst-libs/gst/interfaces/colorbalancechannel.c:
2611         * gst-libs/gst/interfaces/colorbalancechannel.h:
2612         * gst-libs/gst/interfaces/tuner.c:
2613         * gst-libs/gst/interfaces/tunerchannel.c:
2614         * gst-libs/gst/interfaces/tunerchannel.h:
2615         * gst-libs/gst/interfaces/tunernorm.c:
2616         * gst-libs/gst/interfaces/tunernorm.h:
2617         * gst-libs/gst/video/video.c:
2618         * gst-libs/gst/video/video.h:
2619         Document the GstTuner and GstColorBalance interfaces, and some
2620         other random API functions that needed it. 70% symbol coverage, woo.
2621
2622 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2623
2624         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2625         Choose to allocate one less segment but require one additional segment
2626         as latency. 
2627
2628         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2629         No need to increment the number of segments in the source.
2630
2631         * gst-libs/gst/audio/gstbaseaudiosink.c:
2632         (gst_base_audio_sink_get_time), (clock_convert_external),
2633         (gst_base_audio_sink_resample_slaving),
2634         (gst_base_audio_sink_skew_slaving),
2635         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2636         (gst_base_audio_sink_async_play):
2637         Remove adding latency when returning the internal time while subtracting
2638         it again when we use the value a little later.
2639         When calculating the end timestamp, we are making a rounding error
2640         with the current algorithm. Ensure that we don't accumulate these
2641         rounding errors when aligning samples by not resampling at all if we
2642         don't need to. Fixes #419351.
2643         Make the initial calibration of the clock slaving a little more
2644         predictable and accurate. Also handle the case where we don't do
2645         clock slaving.
2646
2647 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2648
2649         Based on a patch by:
2650           Björn Benderius <bjoern dot benderius at axis dot com>
2651
2652         * gst/ffmpegcolorspace/avcodec.h:
2653         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2654         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2655         (gst_ffmpegcsp_avpicture_fill):
2656         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2657         * gst/ffmpegcolorspace/imgconvert_template.h:
2658         Add conversions from/to NV12 and NV21 and conversions between those
2659         two formats. Fixes bug #532166.
2660
2661 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2662
2663         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2664         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2665         which happens for example with files smaller than 128kb.
2666
2667 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2668
2669         Patch by: Wouter Cloetens <zombie at e2big dot org>
2670
2671         * gst-libs/gst/rtsp/Makefile.am:
2672         * gst-libs/gst/rtsp/gstrtspconnection.c:
2673         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2674         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2675         (add_auth_header), (gst_rtsp_connection_free),
2676         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2677         (gst_rtsp_connection_set_auth_param),
2678         (gst_rtsp_connection_clear_auth_params):
2679         * gst-libs/gst/rtsp/gstrtspconnection.h:
2680         Add Digest authorization support for RTSP connections. See #532065.
2681
2682         * gst-libs/gst/rtsp/md5.c:
2683         * gst-libs/gst/rtsp/md5.h:
2684         Yeap, another md5 implementation until we can depend on a glib that has
2685         support for it.
2686
2687 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2688
2689         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2690
2691         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2692         Let audioresample use the buffer allocation of basetransform instead
2693         of it's own stuff.
2694
2695         * tests/check/elements/audioresample.c: (alloc_only_48000),
2696         (GST_START_TEST), (audioresample_suite):
2697         Add unit test for the recent basetransform bugfix, where upstream
2698         changes caps to something that can't be passed through anymore.
2699
2700 2008-05-07  Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas at tandberg com>
2701
2702         * win32/common/config.h.in:
2703           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2704           use the real thing than having "???" unconditionally.
2705
2706 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2707
2708         * gst-libs/gst/audio/gstbaseaudiosink.c:
2709         (gst_base_audio_sink_query):
2710         Report the latency with the new seglatency parameter.
2711
2712         * gst-libs/gst/audio/gstringbuffer.c:
2713         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2714         (gst_ring_buffer_acquire):
2715         * gst-libs/gst/audio/gstringbuffer.h:
2716         Add new field to the ringbufferspec to specify the expected latency
2717         between the underlying device read/write pointer, this is needed
2718         when writing sinks that sit a little closer to the hardware.
2719         Add some more docs for other fields.
2720
2721 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2722
2723         * gst/volume/gstvolume.c: (volume_transform_ip):
2724         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2725         reason instead of crashing later. Might fix bug #509125.
2726
2727 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2728
2729         Based on a patch by: Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2730
2731         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2732         * gst/audioconvert/audioconvert.h:
2733         * gst/audioconvert/gstaudioconvert.c:
2734         (gst_audio_convert_parse_caps),
2735         (structure_has_fixed_channel_positions),
2736         (gst_audio_convert_transform_caps):
2737         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2738         Add support for more than 8 channels and NONE channel layouts. For
2739         more than 8 channels no channel conversion is supported yet, only
2740         format conversions are supported. Fixes bug #398033.
2741
2742         * tests/check/elements/audioconvert.c: (verify_convert),
2743         (GST_START_TEST), (audioconvert_suite):
2744         Add some unit tests by Tim for checking the NONE channel layouts
2745         and more than 8 channels and add some more unit tests for channel
2746         conversions.
2747
2748 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2749
2750         * gst/playback/gstdecodebin2.c: (connect_pad):
2751         When autoplugging fails, set the element back to NULL before
2752         unreffing it.
2753
2754 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2755
2756         * win32/common/libgstaudio.def:
2757         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2758         symbols.
2759
2760 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2761
2762         * gst/subparse/samiparse.c: (handle_start_sync),
2763         (end_sami_element), (characters_sami):
2764         Remove trailing, leading and double whitespaces.
2765         Correctly timestamp buffers and output the last buffer too.
2766
2767         * tests/check/elements/subparse.c: (GST_START_TEST),
2768         (subparse_suite):
2769         Add a simple unit test for SAMI parsing.
2770
2771 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2772
2773         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2774
2775         * gst/subparse/samiparse.c: (handle_start_sync),
2776         (start_sami_element), (end_sami_element), (characters_sami),
2777         (sami_context_reset):
2778         Only output characters inside the "sync" elements. There could be
2779         other elements like "style" that have some content but should
2780         not be printed. Fixes bug #467911.
2781
2782 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2783
2784         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2785         (set_active_source):
2786         * gst/playback/gstplaybasebin.h:
2787         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2788         (playbin_set_audio_mute):
2789         Allow setting -1 as current-audio to mute the current audio stream,
2790         similar to what is done for subtitles. Fixes bug #342294.
2791
2792 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2793
2794         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2795         It's SorensOn and not SorensEn.
2796
2797 2008-05-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2798
2799         * gst-libs/gst/pbutils/descriptions.c: (formats):
2800           Fix description of video/x-flash-video.
2801
2802 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2803
2804         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2805         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2806         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2807         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2808         Remove some unused code.
2809
2810         * gst/audioconvert/gstaudioquantize.c:
2811         (gst_audio_quantize_free_noise_shaping):
2812         Don't return before freeing the noise shaping history.
2813
2814 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2815
2816         * tests/check/elements/subparse.c: (do_test),
2817           (test_tmplayer_style3b), (subparse_suite):
2818           Add unit test for the tmplayer variant from bug #530962.
2819
2820 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2821
2822         * gst/subparse/gstsubparse.c: (handle_buffer),
2823           (gst_sub_parse_sink_event):
2824         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2825           (tmplayer_parse_line):
2826           Fix parsing of tmplayer subtitle variant where every single line contains
2827           text and there isn't an empty line after each line to determine the
2828           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2829           making sure that we push out the last line of text without a duration if
2830           there's still text left in the buffer at the end.
2831
2832 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2833
2834         * gst/subparse/gstsubparse.c: (feed_textbuf):
2835           Fix detection of discontinuities based on the buffer offset (doesn't work
2836           so well if no buffer offset is set) and also check for the DISCONT buffer
2837           flag. This keeps the parser state from being reset after each buffer in
2838           the unit test.
2839
2840 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2841
2842         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2843           Further fine-tuning: don't absolutely require sequence or GOP headers
2844           (as introduced in the previous commit), but adjust the typefind
2845           probabilities returned accordingly if we don't see them. Also make sure
2846           picture header and first slice are somewhat close to each other (which
2847           is not perfect but still better than requiring a fixed offset or having
2848           no limit at all).
2849
2850 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2851
2852         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2853         (gst_basertppayload_sink_setcaps),
2854         (gst_basertppayload_sink_getcaps):
2855         Rename the setcaps/getcaps function internally to make it clear that
2856         they are called for the sink pad.
2857
2858 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2859
2860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2861         (gst_base_rtp_depayload_class_init),
2862         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2863         (gst_base_rtp_depayload_packet_lost),
2864         (gst_base_rtp_depayload_set_gst_timestamp):
2865         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2866         Catch packet-lost events from the jitterbuffer and convert them into a
2867         vmethod call (lost-packet) so that depayloaders can do something smart.
2868         Also add a default packet-lost function that sends out a segment update
2869         to the decoders.
2870
2871 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2872
2873         * gst/playback/test4.c:
2874         * gst/playback/test5.c:
2875         * gst/playback/test6.c:
2876         * gst/playback/test7.c:
2877           Also include config.h when relying on defines from it. Fixes the
2878           build. Its been a please to serve :)
2879
2880 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2881
2882         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2883         (paint_setup_NV21), (paint_hline_NV12_NV21):
2884         Add support for NV12 and NV21 in videotestsrc
2885
2886 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2887
2888         * gst/videoscale/gstvideoscale.c:
2889         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2890         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2891         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2892         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2893         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2894         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2895         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2896         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2897         (vs_image_scale_linear_RGB555):
2898         Support 1x1 images as input and output as for example the BBC HQ new
2899         streams have 1x1 GIFs in the playlists for some reason.
2900
2901 2008-05-01  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2902
2903         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2904           (try_to_link_1):
2905           If we can't activate one of the decoders we plugged in (such as,
2906           say, musepackdec) for some reason (it might not support push mode,
2907           for example), remove any pad probes that close_pad_link() might
2908           have set up. This makes sure we later don't try to remove a probe
2909           for a pad that doesn't exist any longer, and avoids nast warnings
2910           and probably other things too.
2911
2912 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2913
2914         * gst/typefind/gsttypefindfunctions.c:
2915           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2916           (plugin_init):
2917           Rework mpeg video stream typefinding a bit more: make sure sequence,
2918           GOP, picture and slice headers appear in the order they should and
2919           that we've in fact at least had one of each; fix picture header
2920           detection; decouple picture and slice header check - don't assume
2921           they're at a fixed offset, there may be extra data in between. Also,
2922           announce varying degrees of probability depending on what we found
2923           exactly (multiple pictures, at least one picture, just sequence and
2924           GOP headers). Finally, in _ensure_data(), take into account that we
2925           might be typefinding smaller amounts of data, such as the first
2926           buffer of a stream, so fall back to the minimum size needed as long
2927           as that's available, instead of erroring out if there's less than
2928           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2929           fuzzed file from #399342 as valid.
2930
2931 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2932
2933         * ext/theora/theoradec.c:
2934           Cool kids don't divide by zero.
2935           Treat PAR of x:0 as 1:1.
2936           Fixes #530719.
2937
2938 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2939
2940         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2941           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2942           (mpeg_video_stream_type_find):
2943           Refactor a bit: use context structure to track parsing offset and
2944           size of available data and make the code a bit clearer. Fixes bad
2945           memory access in #356937.
2946
2947 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2948
2949         * gst/playback/test4.c:
2950         * gst/playback/test5.c:
2951         * gst/playback/test6.c:
2952         * gst/tcp/gstmultifdsink.c:
2953           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2954           is defined.
2955
2956 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2957
2958         * gst-libs/gst/audio/gstbaseaudiosink.h:
2959         Clarify some docs.
2960
2961         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2962         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2963         (gst_base_audio_src_set_slave_method),
2964         (gst_base_audio_src_get_slave_method),
2965         (gst_base_audio_src_set_property),
2966         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2967         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2968         Add property and methods for selecting the clock slave method in the
2969         source, like in the sink.
2970         We only implement "none" and "re-timestamp" for now.
2971         API: gst_base_audio_src_set_slave_method()
2972         API: gst_base_audio_src_get_slave_method()
2973
2974 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2975
2976         * gst-libs/gst/rtp/gstrtpbuffer.c:
2977         Fix the docs about the seqnum compare function, it returns a difference.
2978
2979 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2980
2981         * ext/alsa/gstalsadeviceprobe.c:
2982         (gst_alsa_get_device_list): Don't return before freeing up
2983         the allocated structures.
2984
2985 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2986
2987         * gst/playback/gstplaybin.c:
2988           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2989
2990 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2991
2992         * ext/ogg/gstoggdemux.c:
2993           Revert the event part, that should not go in.
2994
2995 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2996
2997         * ext/ogg/gstoggdemux.c:
2998           Don't leak GstPluginFeatures when filtering.
2999
3000 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3001
3002         * sys/xvimage/xvimagesink.c:
3003           Add some logging for cases when grabbing the xv failed.
3004
3005 2008-04-21  David Schleef  <ds@schleef.org>
3006
3007         * ext/ogg/gstoggmux.c:
3008           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3009           packet.  Should conform to what we currently think is the
3010           final Ogg/Dirac muxing spec.
3011
3012 2008-04-21  David Schleef  <ds@schleef.org>
3013
3014         * sys/xvimage/xvimagesink.c:
3015           Fix typo that causes the overlay keying color to bright green
3016           on a 16-bit display.  Dark grey good.  Bright green bad.
3017
3018 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3019
3020         * ext/gnomevfs/gstgnomevfsuri.c:
3021           Add  FIXME comment about using uri-list for source and sink.
3022
3023 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3024
3025         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3026         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3027         vaargs functions to gint. Otherwise the fractions will get 0 set
3028         instead of the correct value on big endian systems. Fixes bug #529018.
3029
3030 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3031
3032         * ext/gnomevfs/gstgnomevfssink.c:
3033         (gst_gnome_vfs_sink_uri_get_protocols):
3034         * ext/gnomevfs/gstgnomevfssrc.c:
3035         (gst_gnome_vfs_src_uri_get_protocols):
3036         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3037         (gst_gnomevfs_get_supported_uris):
3038         Get the list of supported URI schemes in a threadsafe way and use the
3039         same list for the source and sink.
3040
3041 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3042
3043         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3044         (gst_gio_get_supported_protocols):
3045         Don't generate a new supported protocols list on each call but cache
3046         it. It's supposed to be static anyway, this way we only leak it once
3047         per process.
3048
3049         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3050         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3051         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3052         (gst_gio_sink_start):
3053         * ext/gio/gstgiosink.h:
3054         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3055         (gst_gio_src_class_init), (gst_gio_src_finalize),
3056         (gst_gio_src_set_property), (gst_gio_src_get_property),
3057         (gst_gio_src_start):
3058         * ext/gio/gstgiosrc.h:
3059         API: Add "file" properties where one can set a GFile as
3060         source/destination.
3061
3062         Add locking to the properties and use
3063         gst_element_class_set_details_simple() instead of a static
3064         GstElementDetails struct.
3065
3066 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3067
3068         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3069         (plugin_init):
3070         Add "mpp" and "mp+" as possible extensions for MusePack files.
3071
3072         Add typefinding for MusePack StreamVersion 8 files and include the
3073         stream version in the caps.
3074
3075 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3076
3077         * gst-libs/gst/rtp/gstrtppayloads.c:
3078         (gst_rtp_payload_info_for_name):
3079         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3080
3081 2008-04-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3082
3083         * configure.ac:
3084           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3085           (NB: this only affects compilation of some of the examples).
3086           Remove some configure.ac cruft that's not needed any longer.
3087
3088 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3089
3090         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3091         Don't validate the payload if there isn't any.
3092         Fixes #525915
3093
3094 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3095
3096         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3097         Use g_atomic_int_set() instead of gst_atomic_int_set().
3098
3099 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3100
3101         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3102         Return NULL instead of a gchar * array with one NULL element if we
3103         don't get any supported URI schemes from GIO.
3104
3105 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3106
3107         * gst/audiotestsrc/gstaudiotestsrc.c:
3108           Remove cpp style commented old code.
3109
3110 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3111
3112         * gst/playback/gstdecodebin2.c:
3113           Fix signal docs.
3114
3115 2008-04-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3116
3117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3118           (gst_text_overlay_init):
3119           Fix textoverlay unit test again by making the supposed default
3120           value for the wait-text property the actual default value.
3121           Also fix Since: tag for new property.
3122
3123 2008-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3124
3125         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3126           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3127           (gst_video_format_get_pixel_stride),
3128           (gst_video_format_get_component_width),
3129           (gst_video_format_get_component_height),
3130           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3131           (gst_video_format_convert):
3132           Add guards to these functions to ensure sane input values.
3133
3134         * tests/check/libs/video.c:
3135           Fix unit test not to create caps with width=0 and height=0.
3136
3137 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3138
3139         * docs/design/draft-keyframe-force.txt:
3140         Fix typo.
3141
3142         * gst/playback/gstqueue2.c: (update_buffering),
3143         (gst_queue_handle_src_query):
3144         Set buffering mode in the messages.
3145         Set buffering percent in the query.
3146
3147         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3148         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3149         Do some more fancy things based on the buffering method in use.
3150
3151 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3152
3153         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3154         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3155         (msg_buffering), (main):
3156         Add basic download reports to seek using the new buffering API.
3157
3158 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3159
3160         * gst/playback/gstqueue2.c: (update_buffering),
3161         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3162         (gst_queue_src_checkgetrange_function):
3163         Include extra buffering stats in the buffering message.
3164         Implement BUFFERING query.
3165
3166         * gst/playback/gsturidecodebin.c: (do_async_start),
3167         (do_async_done), (type_found), (setup_streaming), (setup_source),
3168         (gst_uri_decode_bin_change_state):
3169         Only add decodebin2 when the type is found in streaming mode.
3170         Make uridecodebin async to PAUSED even when we don't have decodebin2
3171         added yet.
3172
3173 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3174
3175         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3176         Filter cdda from the supported URI schemes. We can't support
3177         musicbrainz tags and everything else one expects from a cdda source
3178         with GIO. Fixes bug #526794.
3179
3180 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3181
3182         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3183         (gst_xvimagesink_buffer_alloc):
3184         Fix calculation of 'expected size' for YV12 buffers.
3185         Be a little more verbose in the debug output for buffer-alloc'ed
3186         buffers which turn out to have the wrong size.
3187
3188 2008-04-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3189
3190         * NEWS:
3191         * RELEASE:
3192         * gst-plugins-base.doap:
3193           Merge other changes from 0.10.19 release branch.
3194
3195 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3196
3197         * gst-libs/gst/audio/gstbaseaudiosink.c:
3198           (gst_base_audio_sink_class_init):
3199         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3200           (gst_base_audio_src_class_init):
3201         * gst/playback/gstplayback.c: (plugin_init):
3202         * gst/volume/gstvolume.c: (plugin_init):
3203           Work around missing bits of thread-safety on older GLibs some
3204           more to avoid assertions when starting up multiple playbin
3205           objects concurrently (see #512382).
3206
3207 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3208
3209         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3210           Remove some more fields.
3211
3212 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3215
3216         * configure.ac:
3217         Actually build dlls when cross-compiling with mingw32.
3218         Fixes bug #526247.
3219
3220 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3221
3222         * configure.ac:
3223           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3224
3225 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3226
3227         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3228         (msg_buffering), (connect_bus_signals), (main):
3229         Add statusbar.
3230         Add buffering support with feedback in the statusbar.
3231
3232 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3233
3234         * ext/ogg/gstoggmux.c:
3235           Fix sample pipeline description.
3236
3237 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3238
3239         * docs/plugins/Makefile.am:
3240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3241         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3242         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3243           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3244
3245         * docs/plugins/gst-plugins-base-plugins.args:
3246         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3247         * docs/plugins/gst-plugins-base-plugins.interfaces:
3248         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3249         * docs/plugins/inspect/plugin-adder.xml:
3250         * docs/plugins/inspect/plugin-alsa.xml:
3251         * docs/plugins/inspect/plugin-audioconvert.xml:
3252         * docs/plugins/inspect/plugin-audiorate.xml:
3253         * docs/plugins/inspect/plugin-audioresample.xml:
3254         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3255         * docs/plugins/inspect/plugin-cdparanoia.xml:
3256         * docs/plugins/inspect/plugin-decodebin.xml:
3257         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3258         * docs/plugins/inspect/plugin-gdp.xml:
3259         * docs/plugins/inspect/plugin-gnomevfs.xml:
3260         * docs/plugins/inspect/plugin-libvisual.xml:
3261         * docs/plugins/inspect/plugin-ogg.xml:
3262         * docs/plugins/inspect/plugin-pango.xml:
3263         * docs/plugins/inspect/plugin-playback.xml:
3264         * docs/plugins/inspect/plugin-queue2.xml:
3265         * docs/plugins/inspect/plugin-subparse.xml:
3266         * docs/plugins/inspect/plugin-tcp.xml:
3267         * docs/plugins/inspect/plugin-theora.xml:
3268         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3269         * docs/plugins/inspect/plugin-uridecodebin.xml:
3270         * docs/plugins/inspect/plugin-video4linux.xml:
3271         * docs/plugins/inspect/plugin-videorate.xml:
3272         * docs/plugins/inspect/plugin-videoscale.xml:
3273         * docs/plugins/inspect/plugin-videotestsrc.xml:
3274         * docs/plugins/inspect/plugin-volume.xml:
3275         * docs/plugins/inspect/plugin-vorbis.xml:
3276         * docs/plugins/inspect/plugin-ximagesink.xml:
3277         * docs/plugins/inspect/plugin-xvimagesink.xml:
3278           Update introspection data.
3279
3280         * ext/ogg/gstoggmux.c:
3281           Document oggmux.
3282
3283         * gst/playback/gstdecodebin2.c:
3284           Don't use gtk-doc style comment start for private stuff, but make it
3285           formatted like this for consistency.
3286
3287 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3288
3289         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3290         (gst_decode_bin_init), (gst_decode_bin_dispose),
3291         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3292         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3293         (analyze_new_pad), (connect_pad), (expose_pad),
3294         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3295         (gst_decode_group_expose), (gst_decode_group_free),
3296         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3297         Remove fakesink hack, we can now implement this more elegantly.
3298         Added property to bypass typefinding.
3299         Removed underrun callback and demuxer pad probe, we now use the srcpad
3300         probe to expose groups.
3301         API::sink-caps property
3302
3303         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3304         Guard against multiple emissions of the no_more_pads signal, which
3305         happens when we are dealing with chained oggs.
3306
3307         * gst/playback/gsturidecodebin.c: (remove_decoders),
3308         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3309         (setup_source):
3310         For streams, use our own typefind element and plug our queue after it.
3311         We will need this to determine the type of buffering to use for the
3312         queue soon.
3313
3314 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3315
3316         * gst-libs/gst/audio/gstbaseaudiosink.c:
3317         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3318         Guard against over and underflows because of clock slaving.
3319         When we are using our own clock, still compensate for any calibrations
3320         that we might have done to our clock.
3321
3322 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3323
3324         * ext/theora/theoradec.c: (theora_handle_type_packet),
3325         (theora_dec_chain):
3326         Don't try to do anything fancy with the return code from pushing an
3327         event, it does not have enough information to turn it into a
3328         GST_FLOW_ERROR.
3329
3330 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3331
3332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3333         (gst_ogg_demux_chain_elem_pad):
3334         Add small debug line.
3335         Pass return code from the internal decoder instead of the too generic
3336         GST_FLOW_ERROR.
3337
3338 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3339
3340         * gst-libs/gst/cdda/Makefile.am:
3341         * gst-libs/gst/cdda/base64.c:
3342         * gst-libs/gst/cdda/base64.h:
3343         * gst-libs/gst/cdda/gstcddabasesrc.c:
3344         (gst_cddabasesrc_calculate_musicbrainz_discid):
3345         Use GLib's base64 implementation instead of our own.
3346
3347 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3348
3349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3350         (gst_ogg_demux_read_chain):
3351         Refix oggdemux, we only have a problem if we failed to find a chain and
3352         we are not EOF.
3353
3354 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3355
3356         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3357
3358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3359         (gst_ogg_demux_read_chain):
3360         When we fail to find a BOS page and we and up with no chain, error out
3361         properly instead of segfaulting. Fixes #525665.
3362
3363 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3364
3365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3366         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3367         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3368         no-more-pads...
3369
3370 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3371
3372         * gst/playback/gstqueue2.c: (update_out_rates),
3373         (gst_queue_open_temp_location_file),
3374         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3375         (gst_queue_handle_src_query), (gst_queue_set_property):
3376         Update the estimated input data when we push out a buffer.
3377         Add some debug info about the temp file.
3378         Only forward src events when we are not using a temp file.
3379         Don't block the duration query, we need to find something better.
3380         Don't leak the temp filename.
3381
3382 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3383
3384         * configure.ac:
3385         Require GLib 2.12 and liboil 0.3.14.
3386
3387         * gst/volume/gstvolume.c: (volume_process_double):
3388         Unconditionally use liboil 0.3.14 function.
3389
3390 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3391
3392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3393         ms-gsm can have arbitrarty sample rates. See #481354.
3394
3395 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3396
3397         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3398         MP4S is generic MPEG-4, not a microsoft variant.
3399
3400 2008-03-27  Michael Smith <msmith@fluendo.com>
3401
3402         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3403           Check the body CRC (if set) when depayloading.
3404           Fixes #522401.
3405
3406 2008-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3407
3408         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3409           Fix Since: version for new property.
3410
3411 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3412
3413         * gst-libs/gst/rtsp/gstrtspconnection.c:
3414         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3415         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3416         Don't error when poll_wait returns EAGAIN.
3417
3418 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3419
3420         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3421         The queue is never filled when there are no buffers in the queue at all.
3422         Fixes #523993.
3423
3424 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3425
3426         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3427         (init_group), (free_group), (gst_play_bin_init),
3428         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3429         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3430         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3431         (gst_play_bin_set_current_video_stream),
3432         (gst_play_bin_set_current_audio_stream),
3433         (gst_play_bin_set_current_text_stream),
3434         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3435         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3436         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3437         (activate_group), (deactivate_group), (setup_next_source),
3438         (save_current_group), (gst_play_bin_change_state):
3439         Update some docs.
3440         Add new locks and conds to protect pipeline creation and group
3441         switching.
3442         Implement the sub-uri property.
3443         Keep track of pending uridecodebin creation and configure the output
3444         pipeline after all streams are configured.
3445         Propagate subtitle encoding to the uridecodebins.
3446         Implement getting the video/audio/visualisation elements.
3447         Use input-selector for stream switching.
3448         If we are asked to do visualisation, prefer to autoplug raw sinks
3449         instead of sinks that accept encoded data.
3450
3451 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3452
3453         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3454         (gst_play_sink_init), (gst_play_sink_dispose),
3455         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3456         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3457         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3458         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3459         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3460         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3461         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3462         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3463         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3464         * gst/playback/gstplaysink.h:
3465         Add methods to get audio/video/vis elements.
3466         Add methods to set the font description for the overlay.
3467         Remove properties, we're using this element with its methods only.
3468         Add support for subtitles.
3469         Rearrange the locking a bit to not use the object lock for protecting
3470         the pipeline construction.
3471         Try to use the volume and mute property on the sink when its available.
3472         Implement the mute option with volume when the sink does not have a mute
3473         property.
3474         Only add volume element when the sink has no volume property.
3475         Only do visualisations with raw audio pads.
3476
3477 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3478
3479         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3480         (gst_text_overlay_init), (gst_text_overlay_set_property),
3481         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3482         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3483         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3484         (gst_text_overlay_change_state):
3485         * ext/pango/gsttextoverlay.h:
3486         Add property to configure waiting for text on the textpad or not, with
3487         the default behaviour being the old one (always wait for text before
3488         rendering the video). This default behaviour is usually not the best one
3489         because the text stream can very sparse and could require queueing a lot
3490         of video.
3491         Fix the flushing and EOS handing so that we don't mix up their meaning.
3492
3493 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3494
3495         * gst/playback/gsturidecodebin.c:
3496         (gst_uri_decode_bin_autoplug_factories),
3497         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3498         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3499         (gst_uri_decode_bin_set_property),
3500         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3501         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3502         (proxy_autoplug_factories_signal), (make_decoder),
3503         (source_new_pad), (setup_source):
3504         Add a readonly source property and notify.
3505         Add new lock for protecting the construction of the pipeline.
3506         Keep track of the decodebins we plugged.
3507         Correctly proxy the autoplug signal so that it actually continues.
3508         Proxy subtitle-encoding to the decodebins.
3509
3510 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3511
3512         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3513         (text_toggle_cb), (update_streams), (main):
3514         Rearrange some buttons in playbin2 and make some other boxes insensitive
3515         when needed.
3516         Add language codes to subtitle selection boxes when we gind the right
3517         tags for the streams.
3518
3519 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3520
3521         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3522         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3523         (gst_decode_bin_set_subs_encoding),
3524         (gst_decode_bin_get_subs_encoding),
3525         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3526         (deactivate_free_recursive):
3527         Protect caps property with the object lock.
3528         Protect encoding property with the object lock.
3529         Keep list of elements we added that have the subtitle-encoding property.
3530         Distribute the subtitle-encoding to all of the elements when it
3531         changes.
3532
3533 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3534
3535         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3536         Small debug improvement.
3537
3538         * gst-libs/gst/audio/gstbaseaudiosink.c:
3539         (gst_base_audio_sink_render):
3540         Fix bug in determining the sample start/stop position, we want to base
3541         this decision on the fact that we are going forwards or backwards, not
3542         slower or faster. This fixes some ugly resync warnings when playing at
3543         very slow speeds.
3544
3545 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3546
3547         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3548         Correctly set the supported URI schemes and don't leave
3549         some schemes in the middle or at the start at NULL.
3550
3551 2008-03-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3552
3553         * tests/check/elements/gdpdepay.c:
3554           Make test compile without unused function/variable warnings on PPC.
3555  
3556 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3557
3558         * configure.ac:
3559         * ext/alsa/gstalsamixerelement.c:
3560         (gst_alsa_mixer_element_class_init):
3561         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3562         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3563         * ext/cdparanoia/gstcdparanoiasrc.c:
3564         (gst_cd_paranoia_src_class_init):
3565         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3566         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3567         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3568         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3569         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3572         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3573         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3574         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3575         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3576         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3577         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3578         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3579         (gst_audio_filter_template_class_init):
3580         * gst-libs/gst/audio/gstbaseaudiosink.c:
3581         (gst_base_audio_sink_class_init):
3582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3583         (gst_base_audio_src_class_init):
3584         * gst-libs/gst/cdda/gstcddabasesrc.c:
3585         (gst_cdda_base_src_class_init):
3586         * gst-libs/gst/interfaces/mixertrack.c:
3587         (gst_mixer_track_class_init):
3588         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3589         (gst_base_rtp_depayload_class_init):
3590         * gst-libs/gst/rtp/gstbasertppayload.c:
3591         (gst_basertppayload_class_init):
3592         * gst/audioconvert/gstaudioconvert.c:
3593         (gst_audio_convert_class_init):
3594         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3595         * gst/audioresample/gstaudioresample.c:
3596         (gst_audioresample_class_init):
3597         * gst/audiotestsrc/gstaudiotestsrc.c:
3598         (gst_audio_test_src_class_init):
3599         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3600         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3602         (preroll_unlinked):
3603         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3604         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3605         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3606         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3607         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3608         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3609         (gst_stream_selector_class_init):
3610         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3611         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3612         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3613         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3614         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3615         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3616         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3617         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3618         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3619         * gst/videotestsrc/gstvideotestsrc.c:
3620         (gst_video_test_src_class_init):
3621         * gst/volume/gstvolume.c: (gst_volume_class_init):
3622         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3623         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3624         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3626         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3628         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3629         static strings (i.e. all). This gives us less memory usage,
3630         fewer allocations and thus less memory defragmentation. Depend
3631         on core CVS for this. Fixes bug #523806.
3632
3633 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3634
3635         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3636         Filter http and https protocols. GIO/GVfs handles them but it's
3637         impossible to implement iradio/icecast with it. Better use
3638         souphttpsrc or something else for this.
3639
3640         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3641         If getting the file informations by a query fails try it with the
3642         seek-to-end trick too.
3643
3644 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3645
3646         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3647         (gst_volume_base_init), (gst_volume_class_init),
3648         (volume_process_double), (volume_process_float),
3649         (volume_transform_ip), (plugin_init):
3650         memset buffers to zero if we get a GAP buffer. We usually see a
3651         buffer as one unit so let's handle it as one and don't care about
3652         volume changes while processing one buffer.
3653         Also clean up some stuff a bit.
3654
3655 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3656
3657         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3658         (gst_audio_convert_create_silence_buffer),
3659         (gst_audio_convert_transform):
3660         Make audioconvert GAP-aware by outputting silence buffers when the
3661         input has the GAP flag set. This is up to 8x faster.
3662         Based on a patch by Stefan Kost. Fixes bug #517813.
3663
3664 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3665
3666         * gst/volume/gstvolume.c: (volume_process_double):
3667         Use oil_scalarmultiply_f64_ns() for double processing when it's
3668         available at compile time.
3669
3670 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3671
3672         * configure.ac:
3673         Fix lrint/lrintf checks to actually work. These functions are
3674         in libm on Linux at least so try to link to it.
3675
3676 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3677
3678         * configure.ac:
3679         Back to development - 0.10.18.1
3680
3681 === release 0.10.18 ===
3682
3683 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3684
3685         * configure.ac:
3686           releasing 0.10.18, "I will follow"
3687
3688 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3689
3690         * configure.ac:
3691         * win32/common/config.h:
3692         0.10.17.4 pre-release
3693
3694 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3695
3696         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3697         Use GST_STR_NULL when trying to print strings that could be NULL because
3698         this might crash on some platforms. See #520808.
3699
3700 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3701
3702         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
3703
3704         * gst-libs/gst/rtsp/gstrtspconnection.c:
3705         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3706         (read_line), (gst_rtsp_connection_read_internal):
3707         Generic Windows fixes that makes libgstrtsp work on Windows when
3708         coupled with the new GstPoll API. See #520808.
3709
3710 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3713
3714         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3715           If seeking to a new position succeeds don't simply return from
3716           create() without creating a buffer. Do this only in the case
3717           seeking to the new position fails. Fixes bug #523054.
3718
3719 2008-03-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3720
3721         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3722           (gst_video_format_from_rgba32_masks):
3723           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3724           (#522635).
3725
3726         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3727           Add unit test for the RGB caps parsing and creation, checking for
3728           internal consistency of the new API and consistency of the API with
3729           the old GST_VIDEO_CAPS_* defines.
3730
3731 2008-03-14  David Schleef  <ds@schleef.org>
3732
3733         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3734           because -base is in freeze.
3735
3736 2008-03-14  David Schleef  <ds@schleef.org>
3737
3738         Patch by: William M. Brack
3739
3740         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3741
3742 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3743
3744         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3745         (gst_selector_pad_chain):
3746         * gst/playback/gststreamselector.h:
3747         Revert change that caused regression until a real fix is found.
3748         Fixes #522203.
3749
3750 2008-03-12  Michael Smith <msmith@fluendo.com>
3751
3752         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3753         * gst-libs/gst/audio/gstringbuffer.h:
3754           Rename recently added buffer types to make more sense.
3755         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3756         (gst_alsasink_write):
3757           Adapt for above API changes.
3758           Fixes bug #520523.
3759
3760 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         * win32/common/libgstnetbuffer.def:
3763         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3764
3765 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3766
3767         * configure.ac:
3768         * win32/common/config.h:
3769         0.10.17.3 pre-release
3770
3771 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3772
3773         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3774         (gst_base_audio_src_create):
3775         Fix duration when no clock was provided. Fixes #520300.
3776
3777 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3778
3779         Patch by: Olivier Crete  <tester at tester ca>
3780
3781         * docs/libs/gst-plugins-base-libs-sections.txt:
3782         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3783         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3784         Add trivial function to compare GstNetAddress. See #520626.
3785         API: GstNetBuffer::gst_netaddress_equal
3786
3787 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3788
3789         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3790         Update mode property docs, it's deprecated now.
3791
3792 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3793
3794         * gst-libs/gst/rtsp/gstrtspconnection.c:
3795         (gst_rtsp_connection_create):
3796         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3797         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3798         * gst/tcp/gstmultifdsink.h:
3799         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3800         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3801         Remove GstPollMode from gstpoll constructor.
3802
3803 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3804
3805         * configure.ac:
3806         * win32/common/config.h:
3807         0.10.17.2 pre-release
3808
3809 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3810
3811         * gst/Makefile.am:
3812         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3813         them twice
3814
3815         * win32/common/libgstinterfaces.def:
3816         * win32/common/libgstrtp.def:
3817         Add new API to the defs
3818
3819 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3820
3821         Patch by: Mersad Jelacic  <mersad at axis dot com>
3822
3823         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3824         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3825         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3826         possible to specify the sample size in bits. (#509637)
3827
3828 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3829
3830         * tests/check/libs/mixer.c:
3831           Add a few simple checks for the new message types.
3832
3833 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3834
3835         * docs/libs/gst-plugins-base-libs-sections.txt:
3836         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3837           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3838           (gst_mixer_message_get_type),
3839           (gst_mixer_message_parse_option_changed),
3840           (gst_mixer_message_parse_options_list_changed):
3841         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3842           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3843           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3844           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3845           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3846           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3847
3848 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3849
3850         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3851           (gst_mixer_options_get_values):
3852         * gst-libs/gst/interfaces/mixeroptions.h:
3853           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3854           (_GstMixerOptions), (_GstMixerOptionsClass):
3855           API: add GstMixerOptions::get_values vfunc (#519906)
3856
3857 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3858
3859         * configure.ac:
3860         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3861         plug-ins are included/excluded. (#498222)
3862
3863 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3864
3865         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3866         Add typefinder for IMelody files, using audio/x-imelody.
3867         See bug #519516.
3868
3869 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3870
3871         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3872         * ext/alsa/gstalsasink.c: (set_hwparams):
3873         * ext/alsa/gstalsasrc.c: (set_hwparams):
3874         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3875         * ext/ogg/gstoggmux.h:
3876         * ext/ogg/gstogmparse.c:
3877         * gst-libs/gst/audio/audio.c:
3878         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3879         * gst-libs/gst/pbutils/missing-plugins.c:
3880         (gst_missing_uri_sink_message_new),
3881         (gst_missing_element_message_new),
3882         (gst_missing_decoder_message_new),
3883         (gst_missing_encoder_message_new):
3884         * gst-libs/gst/rtp/gstbasertppayload.c:
3885         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3886         (gst_rtcp_packet_bye_get_reason):
3887         * gst/audioconvert/gstaudioconvert.c:
3888         * gst/audioresample/gstaudioresample.c:
3889         * gst/ffmpegcolorspace/imgconvert.c:
3890         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3891         * gst/typefind/gsttypefindfunctions.c:
3892         * gst/videoscale/vs_4tap.c:
3893         * gst/videoscale/vs_4tap.h:
3894         * sys/v4l/gstv4lelement.c:
3895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3896         * sys/v4l/v4l_calls.c:
3897         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3898         (gst_v4lsrc_try_capture):
3899         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3900         (gst_ximagesink_ximage_new):
3901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3902         (gst_xvimagesink_xvimage_new):
3903         * tests/check/elements/audioconvert.c:
3904         * tests/check/elements/audioresample.c:
3905         (fail_unless_perfect_stream):
3906         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3907         * tests/check/elements/decodebin.c:
3908         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3909         (setup_gdpdepay_streamheader):
3910         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3911         (setup_gdppay_streamheader):
3912         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3913         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3914         * tests/check/elements/textoverlay.c:
3915         * tests/check/elements/videorate.c: (setup_videorate):
3916         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3917         * tests/check/elements/volume.c: (setup_volume):
3918         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3919         * tests/check/elements/vorbistag.c:
3920         * tests/check/generic/clock-selection.c:
3921         * tests/check/generic/states.c: (setup), (teardown):
3922         * tests/check/libs/cddabasesrc.c:
3923         * tests/check/libs/video.c:
3924         * tests/check/pipelines/gio.c:
3925         * tests/check/pipelines/oggmux.c:
3926         * tests/check/pipelines/simple-launch-lines.c:
3927         (simple_launch_lines_suite):
3928         * tests/check/pipelines/streamheader.c:
3929         * tests/check/pipelines/theoraenc.c:
3930         * tests/check/pipelines/vorbisdec.c:
3931         * tests/check/pipelines/vorbisenc.c:
3932         * tests/examples/seek/scrubby.c:
3933         * tests/examples/seek/seek.c: (query_positions_elems),
3934         (query_positions_pads):
3935         * tests/icles/stress-xoverlay.c: (myclock):
3936         Correct all relevant warnings found by the sparse semantic code
3937         analyzer. This include marking several symbols static, using
3938         NULL instead of 0 for pointers and using "foo (void)" instead
3939         of "foo ()" for declarations.
3940
3941         * win32/common/libgstrtp.def:
3942         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3943
3944 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3945
3946         Patch by: JosĂ© Alburquerque <jaalburqu svn gnome org>
3947
3948         * gst/playback/gstplaybin2.c:
3949           Make the function signature of the _get_*_tags() functions match
3950           the signature of the vfuncs they implement, ie. return a
3951           GstTagList rather than a GstStructure, which is more correct,
3952           even if one is typedef'ed to the other (#518940).
3953
3954 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3955
3956         * gst-libs/gst/rtsp/gstrtspconnection.c:
3957           Don't include unix headers unconditionally (fixes #518037).
3958
3959 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3960
3961         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3962           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3963           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3964           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3965           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3966           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3967           (gst_video_format_is_packed), (video_format_is_packed):
3968           Add unit test that makes sure that the strides, offsets and
3969           sizes returned for the various YUV formats by the new video API
3970           match the old reference implementation in videotestsrc.
3971
3972 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3973
3974         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3975           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3976           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3977           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3978           (gst_video_format_get_pixel_stride),
3979           (gst_video_format_get_component_width),
3980           (gst_video_format_get_component_height),
3981           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3982         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3983           (GST_VIDEO_FORMAT_Y42B):
3984           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3985
3986 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3987
3988         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3989           YV12 is I420 with swapped components 1 and 2, so the offset of
3990           component 1 for I420 should be the offset for component 2 for YV12
3991           and vice versa.
3992
3993 2008-02-29  Rene Stadler  <mail@renestadler.de>
3994
3995         * sys/v4l/gstv4lelement.c:
3996         Add missing semicolon to fix indentation.
3997
3998 2008-02-29  Julien Moutte  <julien@fluendo.com>
3999
4000         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4001         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4002         if we can do SPDIF output.
4003         * ext/alsa/gstalsa.h:
4004         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4005         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4006         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4008         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4009         to support AC3, EC3 and IEC958 buffers.
4010
4011 2008-02-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4012
4013         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4014           (gst_mixer_message_parse_mute_toggled),
4015           (gst_mixer_message_parse_record_toggled),
4016           (gst_mixer_message_parse_volume_changed),
4017           (gst_mixer_message_parse_option_changed):
4018           De-cruft and fix message type assertions (NULL is not a really
4019           valid mixer message type string).
4020
4021 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4022
4023         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4024         When negotiating, actually start from a format that we can support
4025         instead of from the too generic template.
4026
4027 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4028
4029         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4030         Enable vis setting.
4031
4032         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4033         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4034         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4035         (gen_vis_chain):
4036         Implement vis switching while playing.
4037
4038 2008-02-28  David Schleef  <ds@schleef.org>
4039
4040         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4041
4042 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4043
4044         Patch by: Peter Kjellerstedt  <pkj at axis com>
4045
4046         * gst/tcp/Makefile.am:
4047         * gst/tcp/fdsetstress.c:
4048         * gst/tcp/gstfdset.c:
4049         * gst/tcp/gstfdset.h:
4050         Removed fdset and stress test, they are now known as GstPoll in
4051         core. 
4052
4053         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4054         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4055         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4056         (gst_multi_fd_sink_handle_client_write),
4057         (gst_multi_fd_sink_queue_buffer),
4058         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4059         (gst_multi_fd_sink_stop):
4060         * gst/tcp/gstmultifdsink.h:
4061         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4062         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4063         (gst_tcp_gdp_read_caps):
4064         * gst/tcp/gsttcp.h:
4065         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4066         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4067         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4068         * gst/tcp/gsttcpclientsink.h:
4069         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4070         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4071         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4072         * gst/tcp/gsttcpclientsrc.h:
4073         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4074         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4075         * gst/tcp/gsttcpserversink.h:
4076         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4077         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4078         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4079         * gst/tcp/gsttcpserversrc.h:
4080         Port to GstPoll. See #505417.
4081
4082 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4083
4084         Patch by: Peter Kjellerstedt  <pkj at axis com>
4085
4086         * gst-libs/gst/rtsp/gstrtspconnection.c:
4087         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4088         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4089         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4090         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4091         (gst_rtsp_connection_flush):
4092         * gst-libs/gst/rtsp/gstrtspconnection.h:
4093         Use GstPoll for the rtsp connection. See #505417.
4094
4095 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4096
4097         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4098         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4099         Add combo box for visualisations, populate it with a factory list
4100         of all visualisation plugins, configure vis plugin instance in
4101         playbin2. 
4102
4103 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4104
4105         * tests/check/libs/rtp.c: (GST_START_TEST):
4106         Add check for RTP buffer defaults, padding and marker bit API.
4107
4108 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4109
4110         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4111         Use memcpy() instead of upcasting a byte array to long *. This
4112         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4113         This should be ported to GCheckSum once we can use GLib 2.16.
4114         Partially fixes bug #500833.
4115
4116 2008-02-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4117
4118         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4119           Push tag event after the newsegment event. Log the pointer of
4120           the buffer we're actually going to push rather than the buffer
4121           we're feeding to _make_metadata_writable().
4122
4123 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4124
4125         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4126         Comment smoke typefinder for now. The smokedec plugin needs one
4127         frame per buffer but we have no parser yet, thus it simply crashes
4128         in most situations.
4129
4130 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4131
4132         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4133         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4134
4135 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4136
4137         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4138         (plugin_init):
4139         Add midi typefinder, copied from the timidity plugin.
4140
4141 2008-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4142
4143         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4144
4145         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4146         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4147           (subparse_suite):
4148           Forward slashes at the beginning and end of a line also signify
4149           italics (Fixes: #518162).
4150
4151 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4152
4153         * tests/check/gst-plugins-base.supp:
4154         Add a suppression for a cached value in GIO that wasn't moved
4155         while moving gio from -bad to -base.
4156
4157 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4158
4159         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4160
4161         * configure.ac:
4162         Don't hardcode -Wall and -Werror for configure checks, this fails
4163         with non-GCC compilers. Fixes bug #517991.
4164
4165 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4166
4167         * gst/audioconvert/gstaudioconvert.c:
4168         * gst/audioconvert/gstaudioquantize.c:
4169         * gst/audioconvert/gstaudioquantize.h:
4170           Make audioconvert gap aware. If noiseshaping is used, wait for
4171           noiseshaping to converge before marking as GAP. Fixes #517813.
4172
4173 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4174
4175         * gst/audiotestsrc/gstaudiotestsrc.c:
4176           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4177
4178 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4179
4180         * ext/gnomevfs/gstgnomevfssink.c:
4181         (gst_gnome_vfs_sink_handle_event):
4182         Return FALSE when seeking for a new segment fails instead
4183         of silently ignoring the failure and appending every buffer
4184         that comes for the new segment.
4185
4186 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4187
4188         * gst/playback/gstplaysink.c: (find_property),
4189         (gst_play_sink_find_property), (gen_video_chain),
4190         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4191         Recursively search the sink element for a last-frame property so that we
4192         can also find the property in autovideosink and friends that don't
4193         always proxy the internal sink properties.
4194
4195 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4196
4197         * gst-libs/gst/audio/multichannel.c:
4198           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4199           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4200           (gst_audio_set_structure_channel_positions_list),
4201           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4202           (gst_audio_fixate_channel_positions):
4203           Fix confusing terminology in docs and code: structure fields are
4204           'fields' and not 'properties'.
4205
4206 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4207
4208         * gst-libs/gst/audio/multichannel.c:
4209           (gst_audio_check_channel_positions), (add_list_to_struct):
4210           Give more useful warning messages if one of the channel
4211           layout enums passed to us is invalid and if the "channels"
4212           field in the caps has a GType we don't expect.
4213
4214 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4215
4216         * gst-libs/gst/audio/multichannel.c:
4217           Fix typo in docs blurb.
4218
4219 2008-02-19  Julien Moutte  <julien@fluendo.com>
4220
4221         Patch by: Josep Torra Valles <josep@fluendo.com>
4222
4223         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4224         typefind lookup to fix typefinding on HD clips.
4225
4226 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4227
4228         * gst/playback/gstscreenshot.c:
4229         * gst/playback/gstscreenshot.h:
4230           Fix up copyright (I rewrote the GStreamer-0.10 code for
4231           this from scratch back in the days).
4232
4233 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4234
4235         * gst/playback/Makefile.am:
4236         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4237         (create_element), (gst_play_frame_conv_convert):
4238         * gst/playback/gstscreenshot.h:
4239         Add screenshot conversion code from totem.
4240
4241         * gst/playback/gstplay-marshal.list:
4242         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4243         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4244         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4245         Implement frame property to get a color-unconverted snapshot.
4246         Implement convert-frame action signal to get a converted snapshot image.
4247         Configure connection speed in uridecodebin.
4248         Document some more properties.
4249
4250         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4251         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4252         (gst_play_sink_get_last_frame):
4253         * gst/playback/gstplaysink.h:
4254         Use last-buffer property of the video sink to get a video snapshot.
4255
4256         * tests/examples/seek/seek.c: (shot_cb), (main):
4257         Add snapshot button for playbin2 and use the frame property to save the
4258         frame as a png in the current directory.
4259
4260 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4261
4262         Patch by: Josep Torra Valles <josep at fluendo dot com>
4263
4264         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4265         (plugin_init):
4266         Add typefinding support for h264 elementary streams.
4267         Fixes bug #517420.
4268
4269 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4270
4271         * configure.ac:
4272           Require CVS of core for new API in collectpads.
4273
4274         * gst/adder/gstadder.c:
4275           Use new API to make adder sparse stream aware.
4276
4277 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4278
4279         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4280         (no_more_pads_cb):
4281         Get the object data correct so that we can remove our channels
4282         correctly.
4283
4284         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4285         (gen_vis_chain), (gst_play_sink_reconfigure),
4286         (gst_play_sink_request_pad):
4287         Add option to disable async behaviour in the sinks when possible. This
4288         makes it possible to avoid an audio queue when dealing with
4289         visualisations.
4290         Add option to add a queue for the audio path.
4291
4292         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4293         (main):
4294         Disable the vis checkbox to match the defaults of playbin2.
4295         Only get the stream info when we need to.
4296
4297 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4300         (gst_gio_base_sink_set_stream):
4301         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4302         (gst_gio_base_src_set_stream):
4303         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4304         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4305         Don't use async operations as they require a running main loop.
4306         This makes us block again when closing streams and unable
4307         to mount the enclosing volume of an URI if it isn't yet.
4308
4309 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4310
4311         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4312         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4313         (gen_vis_chain), (gst_play_sink_reconfigure),
4314         (gst_play_sink_request_pad):
4315         Move tee in front of the audio and vis pipelines.
4316         Add queue for audio for now.
4317         Add visualisation support.
4318
4319         * tests/examples/seek/seek.c: (main):
4320         Visualisation is by default disabled.
4321
4322 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4323
4324         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4325         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4326         Improve debugging a bit.
4327
4328         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4329         * ext/gio/gstgiosink.h:
4330         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4331         * ext/gio/gstgiosrc.h:
4332         Try to mount the enclosing volume of a GFile if it isn't mounted
4333         yet. This requires us to wait for an async operation to finish, done
4334         with an nested GMainLoop. Authentication is not supported yet, will
4335         come later.
4336
4337 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4338
4339         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4340         (gst_play_bin_set_property), (gst_play_bin_get_property),
4341         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4342         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4343         (gst_play_sink_get_mute), (gen_audio_chain):
4344         * gst/playback/gstplaysink.h:
4345         Add mute property.
4346
4347         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4348         (gst_selector_pad_chain):
4349         * gst/playback/gststreamselector.h:
4350         Make sure we forward the event only once.
4351
4352         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4353         Add and implement the mute button for playbin2.
4354
4355 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4356
4357         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4358
4359         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4360         Add some more debug info.
4361         Make sure we never return a negative delay. Fixes #516246.
4362
4363 2008-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4364
4365         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4366           Revert patch that makes the sink hold the object lock when
4367           calling snd_pcm_delay(), since it breaks playback for me.
4368
4369 2008-02-12  Julien Moutte  <julien@fluendo.com>
4370
4371         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4372         some seek flags when changing rate.
4373
4374 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4375
4376         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4377         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4378         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4379         Fix potential leaks.
4380
4381         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4382         Fix leak when there is no function configured.
4383
4384 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4385
4386         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4387         (gst_v4lsrc_buffer_finalize):
4388         Correctly chain up the finalize method.
4389
4390 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4391
4392         * ext/gio/gstgiostreamsink.c:
4393         * ext/gio/gstgiostreamsrc.c:
4394         Add documentation and example code for giostreamsink/giostreamsrc.
4395
4396         * tests/check/pipelines/gio.c: (GST_START_TEST):
4397         Ask the GMemoryOutputStream for the data instead of assuming that
4398         the pointer to the data stayed the same. It could've been realloc'ed.
4399
4400 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4401
4402         * ext/gio/gstgiosink.c:
4403         * ext/gio/gstgiosrc.c:
4404         Make the documentation of giosink/giosrc complete, large parts
4405         are based on the gnomevfssink/gnomevfssrc docs.
4406
4407 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4408
4409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4411         * docs/plugins/gst-plugins-base-plugins.args:
4412         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4413         * docs/plugins/gst-plugins-base-plugins.interfaces:
4414         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4415         * docs/plugins/gst-plugins-base-plugins.signals:
4416         * docs/plugins/inspect/plugin-adder.xml:
4417         * docs/plugins/inspect/plugin-audioconvert.xml:
4418         * docs/plugins/inspect/plugin-audiorate.xml:
4419         * docs/plugins/inspect/plugin-audioresample.xml:
4420         * docs/plugins/inspect/plugin-decodebin.xml:
4421         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4422         * docs/plugins/inspect/plugin-gdp.xml:
4423         * docs/plugins/inspect/plugin-gio.xml:
4424         * docs/plugins/inspect/plugin-gnomevfs.xml:
4425         * docs/plugins/inspect/plugin-libvisual.xml:
4426         * docs/plugins/inspect/plugin-ogg.xml:
4427         * docs/plugins/inspect/plugin-pango.xml:
4428         * docs/plugins/inspect/plugin-playback.xml:
4429         * docs/plugins/inspect/plugin-queue2.xml:
4430         * docs/plugins/inspect/plugin-subparse.xml:
4431         * docs/plugins/inspect/plugin-theora.xml:
4432         * docs/plugins/inspect/plugin-uridecodebin.xml:
4433         * docs/plugins/inspect/plugin-videorate.xml:
4434         * docs/plugins/inspect/plugin-videoscale.xml:
4435         * docs/plugins/inspect/plugin-volume.xml:
4436         * docs/plugins/inspect/plugin-vorbis.xml:
4437         Add the GIO documentation again and while at that run make update.
4438
4439 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4440
4441         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4442         * ext/alsa/gstalsasink.c: (set_swparams):
4443         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4444           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4445           against libasound >= 1.0.16, since it's been deprecated in
4446           0.10.16, and alignment is always 1 then, apparently. (#512899)
4447
4448 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4449
4450         * gst/playback/gstplaybin.c: (gen_audio_element):
4451         * gst/playback/gstplaysink.c: (gen_audio_chain):
4452           Handle case where we can't create the volume element a bit
4453           better (#514307).
4454
4455 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4456
4457         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4458         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4459           Add support for https protocol. Fixes #510229.
4460
4461 2008-02-11  Julien Moutte  <julien@fluendo.com>
4462         
4463         Patch by: Alan Peevers <peeves@pacbell.net>
4464
4465         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4466         lock when calling alsa methods.
4467
4468 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4469
4470         * gst/typefind/gsttypefindfunctions.c:
4471           Bump rank of jpeg and png typefinders, which will return maximum
4472           probability in the most common cases (thus short-circuiting more
4473           expensive typefinders like the mp3 one for these two quite common
4474           image types).
4475
4476 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4477
4478         * ext/theora/theoraparse.c:
4479         Fix long description of the theora parser to be more verbose than just
4480         the type name.
4481
4482 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4485
4486         * sys/xvimage/xvimagesink.c:
4487         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4488         Fixes bug #515654.
4489
4490 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4491
4492         * gst/playback/gstplaybasebin.c:
4493         Set is_dynamic as True if there are elements with both request
4494         and sometimes src pad templates instead of breaking out when it
4495         finds the first pad template that is a src.
4496
4497 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4498
4499         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4500         (update_streams), (video_combo_cb), (audio_combo_cb),
4501         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4502         Add some stream switching and volume gui for playbin2.
4503
4504 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4505
4506         * gst/playback/gstplay-marshal.list:
4507         Added marshal for streamselector Tags.
4508
4509         * gst/playback/gstplaybasebin.c: (set_active_source):
4510         Streamselector now selects pads based on the pad object instead of its
4511         name.
4512
4513         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4514         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4515         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4516         (gst_play_bin_get_text_tags),
4517         (gst_play_bin_set_current_video_stream),
4518         (gst_play_bin_set_current_audio_stream),
4519         (gst_play_bin_set_current_text_stream),
4520         (gst_play_bin_set_property), (gst_play_bin_get_property),
4521         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4522         Remove option to mute streams with the current-a/v/t property, we have
4523         this functionality in the flags.
4524         Add signals to notify when the number of A/V/T channels changed.
4525         Add action signals to get tags for the A/V/T streams.
4526         Implement setting the current A/V/T stream.
4527         Rearrange some things to simplify stream selection.
4528         Implement volume.
4529
4530         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4531         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4532         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4533         (activate_vis), (gst_play_sink_reconfigure):
4534         * gst/playback/gstplaysink.h:
4535         Add and implement volume setting methods.
4536
4537         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4538         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4539         (gst_selector_pad_event), (gst_stream_selector_class_init),
4540         (gst_stream_selector_init), (gst_stream_selector_finalize),
4541         (gst_stream_selector_set_property),
4542         (gst_stream_selector_get_property),
4543         (gst_stream_selector_get_linked_pad),
4544         (gst_stream_selector_request_new_pad):
4545         * gst/playback/gststreamselector.h:
4546         Add pad properties for tags and status of pads.
4547         Keep tags on pads.
4548         Make active pad selection based on pad object instead of name.
4549
4550 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4551
4552         * configure.ac:
4553           Revert last change as we now check in gtk-doc.m4 for sed.
4554
4555 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4556
4557         * configure.ac:
4558         Find and subst SED when building the docs.
4559
4560 2008-02-08  Julien Moutte  <julien@fluendo.com>
4561
4562         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4563         (main): Make sure bus signals are reconnected when pressing STOP
4564         and then PLAY again for a parse launch pipeline. Fix a ref leak
4565         on the bus.
4566         * win32/common/config.h: Updated.
4567
4568 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4569
4570         * configure.ac:
4571         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4572         pre-releases or releases.
4573
4574 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4575
4576         * configure.ac:
4577         * ext/gio/Makefile.am:
4578         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4579         reporting
4580
4581 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4582
4583         * docs/plugins/Makefile.am:
4584         Add the headers which need scanning for the GIO plugin. The rest of
4585         the docs still need migrating.
4586
4587 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4588
4589         * ext/Makefile.am:
4590         * tests/check/Makefile.am:
4591         * tests/check/pipelines/.cvsignore:
4592         Add gio in a few more places.
4593
4594 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4595
4596         * configure.ac:
4597         * ext/Makefile.am:
4598         * tests/check/Makefile.am:
4599         Move gio plugin from -bad and mark as experimental.
4600
4601 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4602
4603         * gst-libs/gst/interfaces/mixeroptions.c:
4604         * gst-libs/gst/interfaces/mixertrack.c:
4605         Comment out a couple of other things which break the build when
4606         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4607
4608 2008-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4609
4610         * docs/libs/gst-plugins-base-libs-sections.txt:
4611           Fix pbutils header.
4612
4613 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4614
4615         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4616         Fix compiler warning.
4617
4618 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4619
4620         Patch by: Peter Kjellerstedt  <pkj at axis com>
4621
4622         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4623         Clear the addrinfo struct using memset. Fixes #514937.
4624
4625 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4626
4627         * gst/tcp/gstfdset.h:
4628         Remove unused field to same some memory.
4629
4630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4631         Mark action signals as such.
4632
4633 2008-02-06  Michael Smith <msmith@fluendo.com>
4634
4635         * ext/theora/theoradec.c: (_theora_granule_frame),
4636         (_inc_granulepos):
4637           Increment granulepos for new-bitstream versions appropriately.
4638           Fixes #514623.
4639
4640 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4641
4642         * tests/examples/seek/seek.c: (do_seek),
4643         (rate_spinbutton_changed_cb), (update_streams), (main):
4644         Remove obsolete stream_time reset after flushing seek, core does that
4645         automatically now.
4646         Improve accuracy of speed spinbutton.
4647         Only do playbin2 stuff when we actually use it.
4648
4649 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4650
4651         * tests/check/Makefile.am:
4652           Revert previous change of the test environment's GST_PLUGIN_PATH.
4653           The problem is not with the plugins, but with element factories
4654           and only occurs if elements are split out from existing plugins
4655           or if plugins change name (see #512740).
4656
4657 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4658
4659         * tests/check/Makefile.am:
4660           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4661           with the core's plugins first and our local build directories last,
4662           since we might be building against an installed core, and that
4663           core's plugin directory may contain older or other versions of
4664           our own -base plugins, but we really do want to test our local
4665           ones (if there are multiple plugins or element factories with the
4666           same name, those inspected last will trump those read in earlier).
4667           Fixes #512740 for the most part.
4668
4669 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4670
4671         * configure.ac:
4672         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4673         Use gmtime_r if available as gmtime is not MT-safe.
4674         Fixes bug #511810.
4675
4676 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4677
4678         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4679         Cast glong to time_t as time_t might have a different type on
4680         other platforms, like FreeBSD, and we get a compiler warning
4681         otherwise. Fixes bug #511825.
4682
4683 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4684
4685         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4686         (get_group), (get_n_pads), (gst_play_bin_get_property),
4687         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4688         (autoplug_select_cb), (deactivate_group):
4689         Remove stream-info, we going for something easier.
4690         Refactor getting the current group.
4691         Implement getting the number of audio/video/text streams.
4692
4693         * gst/playback/gststreamselector.c:
4694         (gst_stream_selector_class_init), (gst_stream_selector_init),
4695         (gst_stream_selector_get_property),
4696         (gst_stream_selector_request_new_pad),
4697         (gst_stream_selector_release_pad):
4698         * gst/playback/gststreamselector.h:
4699         Add property for number of pads.
4700
4701         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4702         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4703         (text_toggle_cb), (update_streams), (msg_async_done),
4704         (msg_state_changed), (main):
4705         Block slider callback when updating the slider position.
4706         Add gui elements for controlling playbin2.
4707         Add callback for async_done that updates position/duration.
4708
4709 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4710
4711         * docs/plugins/Makefile.am:
4712         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4713         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4714         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4715         * docs/plugins/gst-plugins-base-plugins.interfaces:
4716         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4717           First round of plugin docs cleansups.
4718
4719         * docs/plugins/inspect/plugin-adder.xml:
4720         * docs/plugins/inspect/plugin-alsa.xml:
4721         * docs/plugins/inspect/plugin-audioconvert.xml:
4722         * docs/plugins/inspect/plugin-audiorate.xml:
4723         * docs/plugins/inspect/plugin-audioresample.xml:
4724         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4725         * docs/plugins/inspect/plugin-cdparanoia.xml:
4726         * docs/plugins/inspect/plugin-decodebin.xml:
4727         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4728         * docs/plugins/inspect/plugin-gdp.xml:
4729         * docs/plugins/inspect/plugin-gnomevfs.xml:
4730         * docs/plugins/inspect/plugin-libvisual.xml:
4731         * docs/plugins/inspect/plugin-ogg.xml:
4732         * docs/plugins/inspect/plugin-pango.xml:
4733         * docs/plugins/inspect/plugin-subparse.xml:
4734         * docs/plugins/inspect/plugin-tcp.xml:
4735         * docs/plugins/inspect/plugin-theora.xml:
4736         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4737         * docs/plugins/inspect/plugin-video4linux.xml:
4738         * docs/plugins/inspect/plugin-videorate.xml:
4739         * docs/plugins/inspect/plugin-videoscale.xml:
4740         * docs/plugins/inspect/plugin-videotestsrc.xml:
4741         * docs/plugins/inspect/plugin-volume.xml:
4742         * docs/plugins/inspect/plugin-vorbis.xml:
4743         * docs/plugins/inspect/plugin-ximagesink.xml:
4744         * docs/plugins/inspect/plugin-xvimagesink.xml:
4745           Regenerate.
4746
4747         * ext/ogg/Makefile.am:
4748         * ext/ogg/gstoggmux.c:
4749         * ext/ogg/gstoggmux.h:
4750           Add header for oggmux. the c-file needs a doc blob still.
4751
4752 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4753
4754         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4755
4756         * gst-libs/gst/rtp/gstrtpbuffer.c:
4757         (gst_rtp_buffer_set_extension_data):
4758         * gst-libs/gst/rtp/gstrtpbuffer.h:
4759         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4760         Add gst_rtp_buffer_set_extension_data() 
4761         Add a unit test for this addition. Fixes #511478.
4762         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4763
4764 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4765
4766         * configure.ac:
4767         Back to CVS
4768
4769 === release 0.10.17 ===
4770
4771 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4772
4773         * configure.ac:
4774           releasing 0.10.17, "Peanut Butter and Jelly"
4775
4776 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4777
4778         * gst-libs/gst/interfaces/mixeroptions.c:
4779         * gst-libs/gst/interfaces/mixertrack.c:
4780         Also remove the conditional registration of the signals
4781         that disappeared with the ABI change in 0.10.14
4782
4783 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4784
4785         * gst-libs/gst/rtsp/gstrtspconnection.c:
4786         Revert patch to gstrtspconnection.c for brown paper bag
4787         release of -base. Re-opens: #511825
4788
4789 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4790
4791         * gst-libs/gst/interfaces/mixeroptions.h:
4792         * gst-libs/gst/interfaces/mixertrack.h:
4793         Change the way these deprecated function pointers are removed
4794         so that the compiled ABI is unconditionally smaller. This 
4795         sets in stone an ABI break that actually occurred when the
4796         things were deprecated in 0.10.14, which seems to be the best
4797         fix as the only known users are oss-mixer and sunaudio-mixer in 
4798         gst-plugins-good.
4799         Fixes: #513018
4800
4801 2008-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4802
4803         * win32/common/libgstpbutils.def:
4804           Export the two new _get_type() functions which are needed
4805           by the python bindings.
4806
4807 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4808
4809         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4810         Cast glong to time_t as time_t might have a different type on
4811         other platforms, like FreeBSD, and we get a compiler warning
4812         otherwise. Fixes bug #511825.
4813
4814 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4815
4816         * gst-libs/gst/audio/gstaudiofilter.c:
4817         (gst_audio_filter_class_init):
4818         Initialize the GstRingerBuffer class to get it's debug category
4819         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4820         category and otherwise we get some g_critical(). Fixes bug #512334.
4821
4822 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4823
4824         * configure.ac:
4825         Back to CVS
4826
4827 === release 0.10.16 ===
4828
4829 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4830
4831         * configure.ac:
4832           releasing 0.10.16, "Scheduled Interruption"
4833
4834 2008-01-22  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_get_extension_data):
4840         Fix typos and wrong extension check. Fixes #511274.
4841
4842 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4843
4844         * po/sk.po:
4845         Oops - add new sk.po mentioned in the LINGUAS I just committed
4846
4847 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4848
4849         * po/LINGUAS:
4850         Add ca translation to the disted list.
4851
4852         * win32/vs6/libgstsdp.dsp:
4853         Convert line endings to CRLF
4854
4855 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4856
4857         * win32/MANIFEST:
4858         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4859
4860 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4861
4862         * win32/common/libgstsdp.def:
4863         * win32/common/libgstvideo.def:
4864         Add new API declarations
4865
4866 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4867
4868         * ext/theora/gsttheoradec.h:
4869         * ext/theora/gsttheoraparse.h:
4870         * ext/theora/theoradec.c:
4871         * ext/theora/theoraparse.c:
4872         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4873         and parser by inspecting the bitstream version of the incoming data.
4874
4875 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4876
4877         * configure.ac:
4878         * pkgconfig/Makefile.am:
4879         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4880         * pkgconfig/gstreamer-audio.pc.in:
4881         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4882         * pkgconfig/gstreamer-cdda.pc.in:
4883         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4884         * pkgconfig/gstreamer-fft.pc.in:
4885         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4886         * pkgconfig/gstreamer-floatcast.pc.in:
4887         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4888         * pkgconfig/gstreamer-interfaces.pc.in:
4889         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4890         * pkgconfig/gstreamer-netbuffer.pc.in:
4891         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4892         * pkgconfig/gstreamer-pbutils.pc.in:
4893         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4894         * pkgconfig/gstreamer-riff.pc.in:
4895         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4896         * pkgconfig/gstreamer-rtp.pc.in:
4897         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4898         * pkgconfig/gstreamer-rtsp.pc.in:
4899         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4900         * pkgconfig/gstreamer-sdp.pc.in:
4901         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4902         * pkgconfig/gstreamer-tag.pc.in:
4903         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4904         * pkgconfig/gstreamer-video.pc.in:
4905         Provide one pkg-config file for every gst-plugins-base library.
4906         This makes linking to those libraries much more intuitive and
4907         provides standard pkg-config behaviour for them. Fixes bug #499697.
4908
4909 2008-01-13  David Schleef  <ds@schleef.org>
4910
4911         * gst/videoscale/vs_4tap.c:
4912           Fix valgrind error on 4tap scaling method.
4913
4914 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4915
4916         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4917         Include Winsock2.h for VS6 and use a different way initialize
4918         hints structure so it can build with VS6.
4919         * win32/MANIFEST:
4920         * win32/vs6/libgstsdp.dsp:
4921         * win32/common/libgstsdp.def:
4922         Add new files for libgstsdp.
4923         * win32/vs6/grammar.dsp:
4924         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4925         * win32/vs6/gst_plugins_base.dsw:
4926         * win32/vs6/libgstdecodebin.dsp:
4927         * win32/vs6/libgstdecodebin2.dsp:
4928         * win32/vs6/libgstplaybin.dsp:
4929         * win32/vs6/libgstvolume.dsp:
4930         Add new dependencies to the link list.
4931
4932 2008-01-13  Julien Moutte  <julien@fluendo.com>
4933
4934         * win32/common/config.h:
4935         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4936         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4937         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4938         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4939         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4940         * win32/common/interfaces-enumtypes.c:
4941         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4942         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4943         (gst_mixer_track_flags_get_type),
4944         (gst_tuner_channel_flags_get_type):
4945         * win32/common/multichannel-enumtypes.c:
4946         (gst_audio_channel_position_get_type):
4947         * win32/common/pbutils-enumtypes.c:
4948         (gst_install_plugins_return_get_type):
4949         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4950         in the win32 build directory.
4951
4952 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4953
4954         * tests/check/Makefile.am:
4955         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4956
4957         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4958         * tests/check/elements/playbin.c:
4959         * tests/check/libs/mixer.c: (test_element_interface_supported),
4960         (gst_implements_interface_init):
4961         * tests/check/libs/rtp.c: (GST_START_TEST):
4962         Fix various assignment type mismatches.
4963
4964 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4965
4966         * configure.ac:
4967         * gst-libs/gst/rtsp/Makefile.am:
4968         Add test to see if hstrerror is available or if we need libresolv
4969         (Solaris) for it, then use it in libgstrtsp.
4970
4971 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4972
4973         * gst-libs/gst/tag/Makefile.am:
4974         Fix include path order
4975
4976 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4977
4978         * gst-libs/gst/pbutils/install-plugins.c:
4979         (gst_install_plugins_context_copy),
4980         (gst_install_plugins_context_get_type):
4981         * gst-libs/gst/pbutils/install-plugins.h:
4982         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4983         for bindings.
4984
4985 2008-01-11  Michael Smith <msmith@fluendo.com>
4986
4987         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4988         (_theora_granule_frame), (_theora_granule_start_time),
4989         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4990           Adapt for post-alpha meaning of granulepos, when we
4991           have a newer version of libtheora.
4992         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4993         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4994         (theora_enc_is_discontinuous), (theora_enc_chain):
4995           Likewise.
4996         * tests/check/Makefile.am:
4997           Link libtheora into theoraenc test so we can check which version of
4998           libtheora we're testing against.
4999         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5000         (check_buffer_granulepos),
5001         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5002         (theoraenc_suite):
5003           Adapt tests to check the values that are now defined for theora; make
5004           the tests backwards-adapt the passed values if we're running against an
5005           old libtheora.
5006           Fixes #497964
5007
5008 2008-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5009
5010         * gst-libs/gst/audio/gstbaseaudiosink.c:
5011           (gst_base_audio_sink_class_init):
5012         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5013           (gst_base_audio_src_class_init):
5014           Ref audio clock class from a thread-safe context to make sure
5015           we're not bit by GObjects lack of thread-safety here (#349410),
5016            however unlikely that may be in practice.
5017
5018 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5019
5020         * autogen.sh:
5021           Add -Wno-portability to the automake parameters to stop warnings
5022           about GNU make extensions being used. We require GNU make in almost
5023           every Makefile anyway.
5024           
5025         * configure.ac:
5026           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5027           at the same time is required for per target flags.
5028
5029 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5030
5031         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5032           Post an error message if we can't pull as many bytes as we need
5033           for the tag. This makes sure the user gets to see a proper error
5034           message if a file with a partial ID3 tag is fed to decodebin, and
5035           not a 'no ID3 tag demuxer' error, which would be confusing
5036           (see #508138).
5037
5038 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5039
5040         * gst-libs/gst/pbutils/descriptions.c: (formats):
5041           Add description strings for ID3, APE, and ICY tags.
5042
5043 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5044
5045         * gst/playback/gstdecodebin.c: (try_to_link_1):
5046           Make sure we error out correctly if we can't activate one of
5047           the elements we've added.  Fixes #508138.
5048           
5049 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5050
5051         Patch by: Bastien Nocera <hadess at hadess net>
5052
5053         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5054           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5055           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5056           the volume is the same for all channels. This works around
5057           some problem in alsa that leaves us with inconsistent state
5058           for some reason (#486840).
5059
5060 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5061
5062         Patch by: Jerone Young <jerone at gmail com>
5063
5064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5065           If there's no mixer track by the name of 'Master' or 'Front',
5066           check if there's one called 'PCM' before trying the generic
5067           fallback logic (fixes #506928, where we pick 'Mic' as master
5068           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5069
5070 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5071
5072         * gst/playback/gstplay-enum.c:
5073         (register_gst_autoplug_select_result),
5074         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5075         (gst_play_flags_get_type):
5076         * gst/playback/gstplay-enum.h:
5077         Add enums for configuration flags.
5078
5079         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5080         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5081         (gst_play_bin_get_property), (no_more_pads_cb),
5082         (autoplug_select_cb), (gst_play_bin_change_state):
5083         Merge mode with flags.
5084         Add more property getters/setters, defaults and docs.
5085         Add properties to get number of audio/video/text streams.
5086         Create sink object in _init so that we can always rely on it being
5087         there.
5088
5089         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5090         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5091         (activate_vis), (gst_play_sink_reconfigure),
5092         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5093         (gst_play_sink_change_state):
5094         * gst/playback/gstplaysink.h:
5095         Use flags to configure the sink pipelines.
5096         Add tee before audio pipeline so that we can use it for visualisations.
5097         Start working on integrating visualisations.
5098         Remove mode, we can do everything with the flags now.
5099         Add method to configue the sink pipeline.
5100
5101 2008-01-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5102
5103         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5104           (check_buffer_timestamp), (check_buffer_duration):
5105           Turn these functions into macros so we can see right away
5106           where the failure occured.
5107
5108 2008-01-05  Julien Moutte  <julien@fluendo.com>
5109
5110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5111         debugging information to understand how X calculates the stride
5112         for XvImages.
5113
5114 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5115
5116         * gst/volume/Makefile.am:
5117         * gst/volume/gstvolume.c: (volume_choose_func),
5118         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5119         (volume_setup):
5120         * gst/volume/gstvolume.h:
5121         Use GstAudioFilter as base class for the volume element instead of
5122         plain GstBaseTransform.
5123
5124 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5125
5126         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5127         Don't set element details for the abstract GstAudioFilter class.
5128
5129 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5130
5131         * gst-libs/gst/audio/gstaudiofilter.c:
5132         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5133         Implement get_unit_size() vmethod of GstBaseTransform.
5134
5135 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5136
5137         * gst-libs/gst/pbutils/Makefile.am:
5138         * gst-libs/gst/pbutils/pbutils.h:
5139         Use glib-enum generator to have a proper enum GType for
5140         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5141
5142 2007-12-31  David Schleef  <ds@schleef.org>
5143
5144         * tests/check/Makefile.am:
5145         * tests/check/pipelines/theoraenc.c:
5146           Reenable theoraenc test, which fails on the buildbot but
5147           not locally.
5148
5149 2007-12-31  David Schleef  <ds@schleef.org>
5150
5151         * docs/libs/.cvsignore:
5152         * docs/plugins/.cvsignore:
5153           Add *-undeclared.txt to fix buildbot.
5154
5155 2007-12-31  David Schleef  <ds@schleef.org>
5156
5157         * tests/check/Makefile.am:
5158           Second attempt at disabling theoraenc test long enough to
5159           get buildbot to compile -base.
5160
5161 2007-12-31  David Schleef  <ds@schleef.org>
5162
5163         * tests/check/pipelines/theoraenc.c:
5164           Disable theoraenc test long enough to get the buildbot to
5165           compile a recent -base.
5166
5167 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5168
5169         * tests/examples/seek/seek.c: (stop_cb):
5170         Make sure we reset the slider value to 0.0 without racing against a
5171         possible g_idle that sets it to something else.
5172
5173 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5174
5175         * sys/ximage/ximagesink.c:
5176         fix typo
5177
5178 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5179
5180         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5181         * gst-libs/gst/rtsp/gstrtspdefs.h:
5182         Add Location header so that we can start implementing redirects.
5183         See #506025.
5184
5185 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5186
5187         * gst/subparse/gstssaparse.c:
5188         combine if's
5189
5190 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5191
5192         * gst/subparse/gstssaparse.c:
5193         remove duplicate log message
5194
5195 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5196
5197         * ext/libvisual/visual.c: (gst_visual_chain):
5198         Fix 'xyz may be used uninitialized' compiler warnings caused
5199         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5200         abort() in any case but properly report the error.
5201
5202 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5203
5204         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5205         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5206         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5207         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5208         (autoplug_select_cb), (activate_group), (deactivate_group),
5209         (setup_next_source), (save_current_group),
5210         (gst_play_bin_change_state):
5211         Code cleanups.
5212         Remove next-uri, we can use the uri property just fine.
5213         Fix some crasher.
5214         Unref uridecodebin when switching.
5215         Fix going to READY.
5216
5217         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5218         (gst_play_sink_init), (gst_play_sink_dispose),
5219         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5220         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5221         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5222         (gst_play_sink_set_property), (gst_play_sink_get_property),
5223         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5224         (gen_vis_element), (gst_play_sink_get_mode),
5225         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5226         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5227         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5228         (gst_play_sink_change_state):
5229         * gst/playback/gstplaysink.h:
5230         Add some locking to make things threadsafe.
5231
5232         * gst/playback/test7.c: (about_to_finish_cb):
5233         Fix test.
5234
5235 2007-12-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5236
5237         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5238           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5239           (gst_video_scale_transform):
5240           Don't claim to be able to handle/transform caps that can't really
5241           be handled by the currently selected scaling method (here: RGB or
5242           packed YUV with 4-tap method). Also add locking to method property.
5243
5244         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5245           (test_basetransform_based):
5246           Some test pipelines for the above (not entirely valgrind clean yet
5247           apparently).
5248
5249 2007-12-21  David Schleef  <ds@schleef.org>
5250
5251         * gst-libs/gst/video/video.c:
5252         * gst-libs/gst/video/video.h:
5253           Add additional RGBA and RGB-24 video formats.
5254
5255 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5256
5257         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5258           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5259           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5260         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5261           (cddabasesrc_suite):
5262           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5263           deprecated in the future (see #498924).
5264
5265 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5266
5267         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5268           Don't leak event.
5269
5270 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5271
5272         * gst-libs/gst/riff/riff-read.c:
5273         Use GST_ROUND_UP_2 macro
5274
5275 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5276
5277         * gst/playback/.cvsignore:
5278           Ignore more.
5279
5280 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5281
5282         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5283         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5284           (set_active_source):
5285         * gst/playback/gstplaybasebin.h:
5286         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5287           (setup_sinks), (playbin_set_subtitles_visible):
5288           Make switching off of subtitles work. To avoid all kind of
5289           problems with unlinking of the subtitle input, we just keep
5290           the subtitle inputs linked as they are and tell textoverlay
5291           not to render them. Fixes #373011.
5292           Other subtitle switching issues (esp. when there are both
5293           external and in-stream subtitles) remain. They'll be solved
5294           in playbin2.
5295
5296 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5297
5298         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5299         Init the pad segment too.
5300
5301 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5302
5303         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5304         (gst_audioringbuffer_open_device),
5305         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5306         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5307         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5308         (gst_audio_sink_create_ringbuffer):
5309         Improve debug output.
5310
5311         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5312         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5313         Prevent some functions from doing things and failing when the
5314         ringbuffer is not yet acquired.
5315
5316 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5317
5318         * gst-libs/gst/interfaces/interfaces.h:
5319           Also remove interfaces.h from CVS as it is not needed anymore.
5320
5321 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5322
5323         * gst-libs/gst/interfaces/Makefile.am:
5324           interfaces.h is not used anymore so remove it from the build
5325           process.
5326
5327 2007-12-17  David Schleef  <ds@schleef.org>
5328
5329         * gst/videotestsrc/gstvideotestsrc.c:
5330         * gst/videotestsrc/gstvideotestsrc.h:
5331           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5332           for testing vertical refresh synchronization.
5333
5334 2007-12-17  David Schleef  <ds@schleef.org>
5335
5336         * docs/libs/gst-plugins-base-libs-sections.txt:
5337         * gst-libs/gst/video/video.c:
5338         * gst-libs/gst/video/video.h:
5339           Add new GstVideFormat enum and write a bunch of helper functions
5340           based around it.
5341
5342 2007-12-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5343
5344         * Makefile.am:
5345           Use new common/win32.mak.
5346
5347 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5348
5349         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5350         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5351         Add debug info.
5352         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5353         the parent state change function, just like the audiosink, because the
5354         parent waits for the element to finish its processing before completing
5355         the state change. This makes going to PAUSED a lot snappier.
5356         When going from READY to PAUSED, don't allow the ringbuffer to start
5357         yet.
5358
5359 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5360
5361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5362         Yet another fix for broken software that produce files with an empty
5363         blockalign field. Instead of completely failing, make a second attempt
5364         at guessing the width/depth by looking at strf->size.
5365
5366 2007-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5367
5368         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5369           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5370         * gst-libs/gst/pbutils/install-plugins.c:
5371           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5372         * gst-libs/gst/pbutils/missing-plugins.c:
5373           (gst_missing_plugin_message_get_installer_detail),
5374           (gst_missing_encoder_installer_detail_new):
5375         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5376         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5377           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5378           avoid compiler warnings (#503930).
5379
5380 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5381
5382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5383         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5384         for jpeg video streams.
5385         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5386         for the above modification.
5387
5388 2007-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5389
5390         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5391           (gst_x_overlay_handle_events):
5392           More guards (we don't want klass to end up being NULL).
5393
5394 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5395
5396         * configure.ac:
5397         * gst/volume/gstvolume.c: (gst_volume_init):
5398           Use new gst_base_transform_set_gap_aware() function as volume
5399           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5400           for this.
5401
5402 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5403
5404         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5405         Don't go to READY on EOS as this avoids testing of seeking and
5406         restarting after EOS, use the stop button when you want to READY.
5407         Don't try to do a flushing seek in segment-done, it does not make
5408         sense to use this for gapless playback and is not needed.
5409
5410 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5411
5412         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5413         (reset_rate_timer), (update_in_rates), (update_out_rates),
5414         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5415         (gst_queue_chain), (gst_queue_loop):
5416         Use separate timers for input and output rates.
5417         Pause measuring the output rate when we block for more data.
5418         See #503262.
5419
5420 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5421
5422         * gst/playback/gstqueue2.c: (gst_queue_chain):
5423         Pause the timer to measure the input rate when we block because the
5424         queue is filled. See #503262.
5425
5426 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5427
5428         Patch by: Peter Kjellerstedt  <pkj at axis com>
5429
5430         * gst-libs/gst/rtsp/gstrtspconnection.c:
5431         (gst_rtsp_connection_free):
5432         Close control sockets. Fixes #503440.
5433
5434 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5435
5436         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5437         Expose the right pad in the right place with the right element.
5438
5439 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5440
5441         * gst-libs/gst/pbutils/descriptions.c: (formats):
5442           Add description for 'private' dts caps (who come up with that name?).
5443
5444 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5445
5446         * Makefile.am:
5447           Add check-exports target and run it with 'make check'.
5448
5449         * configure.ac:
5450           Be stricter about what we export in our libraries: change regexp so that
5451           we only export _gst_foo(), but not __gst_foo().
5452
5453         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5454         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5455           Change internal functions to __gst_foo so they dont' get exported.
5456
5457         * win32/common/libgstaudio.def:
5458           Add missing symbols.
5459
5460 2007-12-11  David Schleef  <ds@schleef.org>
5461
5462         * ChangeLog: remove conflict markers
5463
5464 2007-12-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5465
5466         * ext/gnomevfs/Makefile.am:
5467         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5468           Use gst_tag_freeform_string_to_utf8() here, which also takes
5469           into account any character sets specified by the user via
5470           environment variables.
5471
5472 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5473
5474         * gst/audioconvert/Makefile.am:
5475         Also link to libm.
5476
5477 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5478
5479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5480         No need for floating point operations here. avoids having to link
5481         against the math library too.
5482
5483 2007-12-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5484
5485         * gst-libs/gst/pbutils/descriptions.c: (formats),
5486           (format_info_get_desc):
5487         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5488           (GST_START_TEST):
5489           Add one or two missing formats.  Generate ADPCM description
5490           dynamically depending on layout/format.
5491
5492 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5493
5494         * configure.ac:
5495           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5496
5497 2007-12-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5498
5499         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5500
5501         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5502           Some .srt files start with chunk number 0 and not chunk number 1,
5503           recognise and accept those as well (fixes #502497).
5504
5505         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5506           (test_src):
5507           Add unit test for the above.
5508
5509 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5510
5511         * gst/playback/gstplay-enum.c:
5512         (register_gst_autoplug_select_result),
5513         (gst_autoplug_select_result_get_type):
5514         * gst/playback/gstplay-enum.h:
5515         Add missing files.
5516
5517 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5518
5519         * gst/playback/Makefile.am:
5520         Group decodebin2 and uridecodebin into the same plugin so that they
5521         can share the GEnumType.
5522
5523         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5524         (_gst_select_accumulator), (gst_decode_bin_class_init),
5525         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5526         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5527         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5528         Add signal to sort factories instead of the more awkward autoplug-select
5529         signal.
5530         Modify autoplug_select so that we can try, skip or expose the
5531         autopluggin of an element on a pad.
5532
5533         * gst/playback/gstfactorylists.c: (compare_ranks),
5534         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5535         (element_filter), (gst_factory_list_get_elements),
5536         (gst_factory_list_debug), (gst_factory_list_filter):
5537         * gst/playback/gstfactorylists.h:
5538         Simplify the API, allow getting elements based on mask.
5539
5540         * gst/playback/gstplay-marshal.list:
5541         Add some more marshallers.
5542
5543         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5544         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5545         (autoplug_select_cb), (activate_group):
5546         Add support for managing non-raw sinks by providing a custom element and
5547         sink list to decodebin2.
5548         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5549         decodebin2.
5550
5551         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5552         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5553         * gst/playback/gstplaysink.h:
5554         Add support for raw and non-raw sinks. 
5555         Add support to force sinks selected by playbin2.
5556         Don't plug raw converters for non-raw sinks.
5557
5558         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5559         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5560         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5561         (plugin_init):
5562         Use right accumulators.
5563         Proxy new signal.
5564
5565 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5566
5567         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5568         Use runnning time as the base time instead of the timestamp.
5569         Spotted by Saur on IRC.
5570
5571 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5572
5573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5574         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5575
5576 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5577
5578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5579         (gst_ogg_demux_read_chain):
5580         If we find a new serial number but it does not contain a BOS page, make
5581         sure we initialize the chain to NULL because else we will try to scan it
5582         and crash. Fixes #500763
5583
5584 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5585
5586         * gst/playback/Makefile.am:
5587         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5588         (get_feature_array), (decoders_filter), (sinks_filter),
5589         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5590         (gst_factory_list_filter):
5591         * gst/playback/gstfactorylists.h:
5592         Refactor some common code to filter factories and check caps compat.
5593
5594         * gst/playback/gstdecodebin.c:
5595         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5596         (gst_decode_bin_init), (gst_decode_bin_dispose),
5597         (gst_decode_bin_autoplug_continue),
5598         (gst_decode_bin_autoplug_factories),
5599         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5600         (find_compatibles):
5601         * gst/playback/gstplaybin.c:
5602         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5603         (gst_play_bin_init), (gst_play_bin_finalize),
5604         (autoplug_factories_cb), (activate_group):
5605         * gst/playback/gstqueue2.c:
5606         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5607         (proxy_autoplug_continue_signal),
5608         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5609         (proxy_drained_signal):
5610         Add some more debug info and use factor filtering code.
5611
5612 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5613
5614         * gst/audiotestsrc/gstaudiotestsrc.c:
5615         * gst/volume/gstvolume.c:
5616         * gst/volume/gstvolume.h:
5617           Add GAP-flag support.
5618
5619 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5620
5621         * tests/examples/seek/seek.c: (main): Increase the range of the
5622         rate selector as I would like to test QOS behavior at higher
5623         forward and reverse playback speed like say 64x.
5624
5625 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5626
5627         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5628         (audioresample_query), (audioresample_query_type),
5629         (gst_audioresample_set_property):
5630         Implement latency query.
5631
5632 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5633
5634         * gst-libs/gst/audio/gstbaseaudiosink.c:
5635         (gst_base_audio_sink_drain):
5636         Our EOS time contains the base_time, _wait_eos() expects a running_time
5637         so we have to subtract the base_time again before calling the function.
5638         This fixes an EOS regression where the base_time was added twice and EOS
5639         took longer and longer in certain situations.
5640         Fixes #498767.
5641
5642 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5643
5644         * docs/libs/gst-plugins-base-libs-sections.txt:
5645         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5646         (gst_base_audio_sink_set_provide_clock),
5647         (gst_base_audio_sink_get_provide_clock),
5648         (gst_base_audio_sink_set_slave_method),
5649         (gst_base_audio_sink_get_slave_method),
5650         (gst_base_audio_sink_set_property),
5651         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5652         (gst_base_audio_sink_none_slaving),
5653         (gst_base_audio_sink_handle_slaving):
5654         * gst-libs/gst/audio/gstbaseaudiosink.h:
5655         Expose methods for some object properties so that subclasses can more
5656         easily configure them.
5657         Added slave method none, that completely disables slaving to the
5658         internal clock.
5659         API: gst_base_audio_sink_set_provide_clock()
5660         API: gst_base_audio_sink_get_provide_clock()
5661         API: gst_base_audio_sink_set_slave_method()
5662         API: gst_base_audio_sink_get_slave_method()
5663
5664         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5665         (gst_base_audio_src_set_provide_clock),
5666         (gst_base_audio_src_get_provide_clock),
5667         (gst_base_audio_src_set_property),
5668         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5669         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5670         Expose methods for some object properties so that subclasses can more
5671         easily configure them.
5672         API: gst_base_audio_src_set_provide_clock()
5673         API: gst_base_audio_src_get_provide_clock()
5674
5675 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5676
5677         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5678
5679         * gst-libs/gst/sdp/gstsdpmessage.c:
5680         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5681
5682 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5683
5684         * tests/check/libs/fft.c: (GST_START_TEST):
5685         Fix scaling to really have dB instead of something else.
5686
5687 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5688
5689         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5690         GTK version, use it.
5691
5692 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5693
5694         * tests/examples/seek/seek.c: (main): Try to support stable version
5695         of GTK.
5696
5697 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5698
5699         * gst/playback/README:
5700         * gst/playback/test7.c:
5701           Fix the build + little README update.
5702
5703 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5704
5705         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5706         Add playbin2 seek pipeline.
5707
5708 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5709
5710         * gst/playback/Makefile.am:
5711         * gst/playback/gstplayback.c: (plugin_init):
5712         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5713         (eos_cb), (about_to_finish_cb), (main):
5714         Add playbin2.
5715         Added gapless playback example.
5716
5717         * gst/playback/gstplaybasebin.c:
5718         * gst/playback/gstplaybasebin.h:
5719         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5720         * gst/playback/gstqueue2.c:
5721         * gst/playback/test.c:
5722         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5723         (pad_removed_cb):
5724         * gst/playback/gststreaminfo.h:
5725         Change email.
5726
5727         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5728         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5729         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5730         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5731         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5732         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5733         (drained_cb), (unlink_group), (activate_group),
5734         (setup_next_source), (gst_play_bin_change_state),
5735         (gst_play_bin2_plugin_init):
5736         Added raw first version of playbin2. Does chained oggs and gapless
5737         playback fine. No support for raw sinks yet. No visualisations or
5738         subtitles yet.
5739
5740         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5741         (gst_play_sink_class_init), (gst_play_sink_init),
5742         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5743         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5744         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5745         (gst_play_sink_set_property), (gst_play_sink_get_property),
5746         (post_missing_element_message), (free_chain), (add_chain),
5747         (activate_chain), (gen_video_chain), (gen_text_element),
5748         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5749         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5750         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5751         (gst_play_sink_send_event), (gst_play_sink_change_state):
5752         * gst/playback/gstplaysink.h:
5753         Added Element that abstracts the sinks and their pipelines for playbin2.
5754
5755 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5756
5757         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5758         (gst_selector_pad_class_init), (gst_selector_pad_init),
5759         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5760         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5761         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5762         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5763         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5764         (gst_stream_selector_init), (gst_stream_selector_set_property),
5765         (gst_stream_selector_get_linked_pad),
5766         (gst_stream_selector_getcaps),
5767         (gst_stream_selector_is_active_sinkpad),
5768         (gst_stream_selector_activate_sinkpad),
5769         (gst_stream_selector_get_linked_pads),
5770         (gst_stream_selector_request_new_pad),
5771         (gst_stream_selector_release_pad):
5772         * gst/playback/gststreamselector.h:
5773         Improve streamselector, make it select and unselect the current pad more
5774         intelligently. 
5775         Subclass GstPad for the sinkpads of the selector.
5776         Handle segments more correctly.
5777         Fix caps negotiation.
5778         Implement release_pad.
5779
5780 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5781
5782         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5783         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5784         (remove_fakesink):
5785         Add drained signal fired when decodebin finishes decoding the data.
5786         Remove deprecated STATE_DIRTY message.
5787
5788         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5789         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5790         (analyse_source), (proxy_drained_signal), (make_decoder),
5791         (source_new_pad), (value_list_append_structure_list),
5792         (handle_redirect_message), (handle_message):
5793         Proxy the new drained signal.
5794         Handle pad removed from decodebin.
5795         Handle redirect messages by sorting multiple redirections based on the
5796         connection speed.
5797
5798 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5799
5800         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5801
5802         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5803         Fix leaking headers. Fixes #496761.
5804
5805 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5806
5807         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5808
5809         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5810         (gst_ximagesink_change_state):
5811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5812         Don't leak the PAR on errors. Fixes #496731.
5813
5814 2007-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5815
5816         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5817           (gst_tag_from_id3_user_tag):
5818           Add mapping for audio cd discid tags, so we can extract
5819           them from tags as well (see #347848). Also compare identifiers
5820           in ID3v2 TXXX frames in a case-insensitive way to increase
5821           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5822
5823 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5824
5825         * gst-plugins-base.doap:
5826         Oops, fix the release name.
5827
5828 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5829
5830         * gst-plugins-base.doap:
5831         Add 0.10.15 release
5832
5833 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5834
5835         * configure.ac:
5836         Back to CVS
5837
5838 === release 0.10.15 ===
5839
5840 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5841
5842         * configure.ac:
5843           releasing 0.10.15, "No need to argue"
5844
5845 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5846
5847         * win32/vs6/libgstfft.dsp:
5848         Convert line endings to DOS.
5849
5850 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5851
5852         * win32/vs6/gst_plugins_base.dsw:
5853         * win32/vs6/libgstfft.dsp:
5854         * win32/MANIFEST:
5855         Add a project file for fft plugin and remove socket
5856         based plugin which don't build from the workspace.
5857         * win32/vs6/libgstaudio.dsp:
5858         * win32/vs6/libgstrtp.dsp:
5859         * win32/vs6/libgsttag.dsp:
5860         Convert line endings back to DOS.
5861         Fixes #496724
5862
5863 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5864
5865         * win32/vs6/libgstinterfaces.dsp:
5866         * win32/vs6/libgstrtsp.dsp:
5867         Convert line endings back to DOS
5868
5869 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5870
5871         * gst-libs/gst/fft/kiss_fft_f32.h:
5872         * gst-libs/gst/fft/kiss_fft_f64.h:
5873         * gst-libs/gst/fft/kiss_fft_s16.h:
5874         * gst-libs/gst/fft/kiss_fft_s32.h:
5875         Don't include malloc.h which doesn't exist on Mac OSX.
5876         Instead, pull in glib.h and use g_malloc/g_free for 
5877         consistency. Fixes: #496548
5878
5879 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5880
5881         * gst/playback/gstdecodebin2.c:
5882           Dont leak ghostpad. Fixes #475451.
5883
5884 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5885
5886         * docs/design/design-decodebin.txt:
5887         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5888         Update some more docs and comments.
5889
5890 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5891
5892         Patch by: Sebastien Moutte  <sebastien moutte net>
5893
5894         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5895           (gst_rtcp_unix_to_ntp):
5896         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5897           Fix some C99-isms and and a missing function that some versions of
5898           MSVC don't like too much (#494346).
5899
5900         * win32/vs6/gst_plugins_base.dsw:
5901         * win32/vs6/libgstaudio.dsp:
5902         * win32/vs6/libgstrtp.dsp:
5903         * win32/vs6/libgsttag.dsp:
5904           Update vs6 projects files (#494346).
5905
5906 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5907
5908         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5909
5910         * win32/common/libgstaudio.def:
5911         * win32/common/libgstcdda.def:
5912         * win32/common/libgstinterfaces.def:
5913         * win32/common/libgstnetbuffer.def:
5914         * win32/common/libgstpbutils.def:
5915         * win32/common/libgstrtp.def:
5916         * win32/common/libgstrtsp.def:
5917         * win32/common/libgsttag.def:
5918         * win32/common/libgstvideo.def:
5919           More missing symbols to export (fixes #493986).
5920
5921 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5922
5923         * docs/libs/gst-plugins-base-libs-sections.txt:
5924         * gst-libs/gst/fft/gstfftf32.c:
5925         * gst-libs/gst/fft/gstfftf32.h:
5926         * gst-libs/gst/fft/gstfftf64.c:
5927         * gst-libs/gst/fft/gstfftf64.h:
5928         * gst-libs/gst/fft/gstffts16.c:
5929         * gst-libs/gst/fft/gstffts16.h:
5930         * gst-libs/gst/fft/gstffts32.c:
5931         * gst-libs/gst/fft/gstffts32.h:
5932         * tests/check/libs/fft.c: (GST_START_TEST):
5933         Remove the magnitude and phase calculation functions as these have
5934         very special use cases and can't even be used for the spectrum
5935         element. Also adjust the docs to mention some properties of the used
5936         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5937
5938 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5939
5940         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5941           (finish_source):
5942           Avoid crash when there are external subtitles (fixes #491722).
5943
5944 2007-11-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5945
5946         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5947         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5948           'Could not open resource for writing' is not an acceptable
5949           error message when we can't open the audio device (see #492334),
5950           even less so when we're trying to open it to record something.
5951
5952 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5953
5954         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5955
5956         * win32/common/libgstrtp.def:
5957           Add some more missing symbols (#492813).
5958
5959 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5960
5961         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5962
5963         * tests/check/elements/audioconvert.c: (verify_convert):
5964           Add check to make sure that the out caps have a channel layout
5965           set on them where they should have one.
5966
5967 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5968
5969         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5970
5971         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5972         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5973           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5974           (#492306).
5975
5976         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5977           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5978           (it disappeared in GLib 2.14.0) (#492306).
5979
5980         * gst-libs/gst/sdp/Makefile.am:
5981         * gst-libs/gst/sdp/gstsdpmessage.c:
5982           Fix includes and LIBS for win32/Mingw (#492306).
5983
5984         * tests/examples/dynamic/addstream.c (pause_play_stream):
5985           Use more portable g_usleep() instead of sleep() (#492306).
5986
5987 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5988
5989         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5990
5991         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5992           (gst_ring_buffer_parse_caps):
5993           Return NULL instead of an enum that happens to be 0, fixes warning
5994           on MSVC (#492114).
5995
5996         * gst-libs/gst/audio/gstringbuffer.h:
5997           No trailing commas in enum list (for gcc-2.9x).
5998
5999         * gst/videotestsrc/videotestsrc.c: (random_char):
6000           Make information loss explicit instead of implicitly truncating to
6001           eight bits via the return value.  Fixes runtime error on MSVC when
6002           using the debug CRT (#492114).
6003
6004         * win32/common/config.h.in:
6005           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6006
6007         * win32/common/libgstinterfaces.def:
6008         * win32/common/libgstrtp.def:
6009           Export a few more symbols (#492114).
6010
6011 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6012
6013         * gst-libs/gst/audio/audio.c:
6014         * gst-libs/gst/audio/audio.h:
6015           Readd the deprecation guards, but preserve compilability.
6016
6017 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6018
6019         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6020           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6021           Preserve channel layout when fixating the number of channels in the
6022           output caps, or make sure there's a suitable channel position layout
6023           set on the caps if required. Fixes #430677.
6024
6025 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6026
6027         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6028           Make sure the pipeline really operates in push mode as it should
6029           in this case.
6030
6031 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6032
6033         * gst-libs/gst/audio/audio.h:
6034           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6035           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6036           (ie. normal cvs builds) will fail.
6037
6038 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6039
6040         * docs/libs/Makefile.am:
6041         * gst-libs/gst/audio/audio.c:
6042         * gst-libs/gst/audio/audio.h:
6043         * gst-libs/gst/interfaces/mixer.c:
6044           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6045
6046 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6047
6048         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6049           (test_channel_layout_value_intersect), (audio_suite):
6050           Add simple unit test to make sure GstValue intersection
6051           of channel layouts works the way I think it does.
6052
6053 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6054
6055         * docs/libs/gst-plugins-base-libs-sections.txt:
6056         * gst-libs/gst/audio/gstaudiofilter.h:
6057         * gst-libs/gst/interfaces/mixer.h:
6058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6059         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6060         * gst-libs/gst/sdp/gstsdpmessage.c:
6061           Fix the docs according to what gtk-doc complained about.
6062
6063 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * tests/icles/stress-playbin.c:
6066           Fix the build.
6067
6068 2007-10-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6069
6070         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6071         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6072           Post nice/more useful error message if we don't have a decoder for
6073           the primary type.
6074
6075 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6076
6077         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6078         Be a bit more useful, unblock the pads after we fired the no-more-pads
6079         signal so that we can use the signal to inspect and connect all pads
6080         without having to keep extra state outside of decodebin.
6081
6082 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6083
6084         * gst/playback/gsturidecodebin.c:
6085         (gst_uri_decode_bin_autoplug_continue),
6086         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6087         Implement default signal handler so that we return TRUE when nothing is
6088         connected.
6089
6090 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6091
6092         * gst-libs/gst/riff/riff-media.c:
6093         (gst_riff_wavext_add_channel_layout),
6094         (gst_riff_wave_add_default_channel_layout),
6095         (gst_riff_wavext_get_default_channel_mask),
6096         (gst_riff_create_audio_caps):
6097         Use the ALSA channel layout as default for wav files without channel
6098         layout information. This fixes playback of chan-id.wav on 5.1 systems
6099         for example. Also refactor the channel layout setting a bit and add
6100         more default channel orders. Fixes #489010.
6101
6102 2007-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6103
6104         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6105           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6106           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6107           instead.
6108
6109 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6110
6111         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6112         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6113         (gst_decode_bin_set_subs_encoding),
6114         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6115         (gst_decode_bin_get_property), (analyze_new_pad):
6116         Move subtitle encoding property to decodebin2 so that it can set the
6117         property value on all elements that it autoplugs and that require it.
6118         Make caps refcounting more consistent in get/set.
6119
6120         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6121         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6122         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6123         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6124         (proxy_autoplug_continue_signal),
6125         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6126         (make_decoder):
6127         Proxy properties and relevant signals from the internal decodebin.
6128         Make properties MT safe.
6129
6130 2007-10-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6131
6132         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6133         * gst-libs/gst/tag/tags.c:
6134           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6135           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6136
6137         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6138           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6139
6140         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6141           (gst_tag_to_vorbis_comments):
6142           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6143           just mapping everything I found in the wild) (#414539).
6144
6145 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6146
6147         Inspired by patch of: RenĂ© Stadler <mail at renestadler dot de>
6148
6149         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6150         (gst_decode_bin_autoplug_continue),
6151         (gst_decode_bin_autoplug_factories),
6152         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6153         (find_compatibles):
6154         * gst/playback/gstplay-marshal.list:
6155         Remove the autoplug-sort signal and replace it with a binding friendly
6156         autoplug-select signal.
6157         Add an autoplug-factories signal that can be used to generate a list of
6158         factories to try to autoplug.
6159         Add the GstPad to the autoplugging signal args as it might be needed to
6160         make a good factory selection.
6161         Fix up the marshallers for this. Fixes #407282.
6162
6163 2007-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6164
6165         * gst-libs/gst/tag/gsttagdemux.c:
6166           Don't abort with an assertion if we receive a seek event with
6167           a start type of NONE (see launchpad bug #155878).
6168
6169 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6170
6171         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6172         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6173         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6175         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6176         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6177         Make sure that before we clean up the X resources, we shutdown and join
6178         the event thread.
6179         Also make sure the event thread does not shut down immediatly after
6180         startup because the running variable is not yet correctly set.
6181         Fixes #378770. 
6182
6183 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6184
6185         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6186         Make the window for a race in typefind and shutting down smaller until
6187         we figure out the right locking here. Avoids #485753 usually.
6188
6189         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6190         Remove unneeded lock causing a race in typefind and shutting down.
6191         Fixes #485753.
6192
6193         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6194         Also remove sinks when going to NULL because we might not complete the
6195         state change to PAUSED, causing the PAUSED->READY state change not to
6196         happen.
6197
6198 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6199
6200         * gst-libs/gst/audio/gstbaseaudiosink.c:
6201         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6202         Also explicitly release the ringbuffer when going to NULL because it
6203         is required in the setcaps function, before the state change to PAUSED
6204         completes.
6205
6206 2007-10-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6207
6208         * tests/icles/.cvsignore:
6209         * tests/icles/Makefile.am:
6210         * tests/icles/stress-playbin.c:
6211           Does what it says on the tin.
6212
6213 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6214
6215         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6216         Fix queue negotiation. See #486758.
6217
6218 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6219
6220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6221         (gst_xvimagesink_xwindow_new),
6222         (gst_xvimagesink_update_colorbalance),
6223         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6224
6225         Fix handling of some of the X atoms. If the last parameter is True,
6226         XInternAtom won't create the atom if it doesn't exist, and therefore
6227         might return None. This causes X errors on Xv implementations that
6228         don't provide the colour balance attributes.
6229
6230 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6231
6232         * gst-libs/gst/tag/gstvorbistag.c:
6233         * tests/check/libs/tag.c:
6234           Extract vorbis comment LICENSE tags correctly.
6235
6236 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6237
6238         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6239
6240         * gst-libs/gst/tag/gstid3tag.c:
6241         * tests/check/libs/tag.c:
6242           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6243
6244 2007-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6245
6246         * gst-libs/gst/tag/gsttagdemux.c:
6247           Don't error out when a buggy downstream element doesn't
6248           handle the newsegment event we send properly (especially
6249           not without posting a meaningful error message on the
6250           bus). See bug #471370 and launchpad bug #136264.
6251
6252 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6253
6254         * gst-libs/gst/audio/gstbaseaudiosink.c:
6255         (gst_base_audio_sink_drain):
6256         Use new basesink method to make our EOS drain interruptable.
6257
6258 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6259
6260         * gst-libs/gst/rtp/gstrtppayloads.c:
6261         Fix silly search-replace oversight.
6262
6263 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6264
6265         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6266
6267         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6268         (gst_basertppayload_set_outcaps):
6269         Fix caps memleak. Fixes #484989.
6270
6271
6272 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6273
6274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6275         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6276         Fix debug output.
6277
6278 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6279
6280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6281         (gst_base_audio_src_create):
6282         Also handle the case where there is no clock set on the audio source,
6283         like in the unit tests.
6284
6285 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6286
6287         * gst-libs/gst/rtp/gstrtppayloads.c:
6288         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6289         to avoid compiler warnings
6290
6291 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6292
6293         * gst/playback/gstdecodebin.c: (type_found),
6294         (gst_decode_bin_change_state):
6295         * gst/playback/gstdecodebin2.c: (type_found),
6296         (gst_decode_bin_change_state):
6297         Don't disconnect the have_type signal because we never reconnect it
6298         later on. Instead keep a variable to see if we already detected a type.
6299
6300 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6301
6302         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6303         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6304         (type_found):
6305         Unlink the signal handler when we found the type, we're not going to do
6306         anything sensible with more type_found signals anyway.
6307
6308 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6309
6310         * gst-libs/gst/tag/gsttagdemux.c:
6311           Don't leak caps.
6312
6313 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6314
6315         * gst-libs/gst/tag/Makefile.am:
6316         * gst-libs/gst/tag/gsttagdemux.c:
6317         * gst-libs/gst/tag/gsttagdemux.h:
6318           API: add GstTagDemux base class for simple tag demuxers.
6319
6320         * docs/libs/gst-plugins-base-libs-docs.sgml:
6321         * docs/libs/gst-plugins-base-libs-sections.txt:
6322           Add GstTagDemux to docs.
6323
6324 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6325
6326         * gst-libs/gst/rtp/gstrtpbuffer.c:
6327         (gst_rtp_buffer_get_payload_subbuffer):
6328         Fix bug introduced with last commit which inverted the logic and
6329         caused all buffers to be dropped. Fixes #483620.
6330         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6331
6332 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6333
6334         * gst-libs/gst/rtp/gstrtpbuffer.c:
6335           Replace g_return_if_val (as it could be disabled), with regular return
6336           and warning.
6337
6338 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * tests/check/pipelines/simple-launch-lines.c:
6341           Print message name and not just number.
6342
6343 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6344
6345         * gst-libs/gst/audio/gstbaseaudiosink.c:
6346         (gst_base_audio_sink_async_play):
6347         When slaved to the clock, don't try to align a sample with the previous
6348         one when going to PLAYING again.
6349
6350 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6351
6352         * tests/examples/snapshot/snapshot.c:
6353           Fix the build.
6354
6355 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6356
6357         * gst-libs/gst/sdp/gstsdpmessage.h:
6358         Add RFC 3556 bandwidth modifiers.
6359
6360 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * docs/libs/gst-plugins-base-libs-docs.sgml:
6363         * docs/libs/gst-plugins-base-libs-sections.txt:
6364         * gst-libs/gst/rtp/gstrtppayloads.c:
6365         Update documentation.
6366
6367 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6368
6369         * gst-libs/gst/rtp/Makefile.am:
6370         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6371         (gst_rtp_payload_info_for_name):
6372         * gst-libs/gst/rtp/gstrtppayloads.h:
6373         Added new file and header to deal with payload info.
6374
6375         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6376         (gst_rtp_buffer_default_clock_rate):
6377         * gst-libs/gst/rtp/gstrtpbuffer.h:
6378         Payload specific stuff is move to new headers.
6379         Implement _default_clock rate using the new payload function.
6380
6381         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6382         (gst_sdp_parse_line):
6383         * gst-libs/gst/sdp/gstsdpmessage.h:
6384         Add some more comments.
6385
6386 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6387
6388         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6389         (sdp_check_header), (sdp_type_find), (plugin_init):
6390         Add typefind function for application/sdp.
6391         Remove some old dirac typefind code that was ifdeffed out.
6392
6393 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6394
6395         * win32/common/libgstaudio.def:
6396         Add new exported functions.
6397         * win32/vs6/grammar.dsp:
6398         Add autogeneration and copy of some autegenerated files from win32/common
6399         for rtsp library.
6400         * win32/vs6/libgstaudioconvert.dsp:
6401         Add gstaudioquantize.c to the build.
6402         * win32/vs6/libgstinterfaces.dsp:
6403         Add videoorientation.c to the build.
6404         * win32/vs6/libgstriff.dsp:
6405         Add libgsttag to the link libraries list.
6406         * win32/vs6/libgstvolume.dsp:
6407         Add liboil to the link.
6408         * win32/vs6/gst_plugins_base.dsw:
6409         * win32/vs6/libgstrtsp.dsp:
6410         * win32/common/libgstrtsp.def:
6411         Add files to build libgstrtsp library.
6412         
6413 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6414
6415         * tests/examples/snapshot/snapshot.c: (main):
6416         Print error when pipeline failed to construct.
6417
6418 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6419
6420         * configure.ac:
6421         * gst-libs/gst/tag/gstid3tag.c:
6422         * gst-libs/gst/tag/gstvorbistag.c:
6423           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6424           and ID3v2 tags.
6425
6426 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6427
6428         * gst-libs/gst/floatcast/floatcast.h:
6429           Don't include config.h in an installed public header, this
6430           might break compilation of applications that don't have such
6431           a header and doesn't necessarily do what it's supposed to do
6432           anyway (ie. check for the lrint/lrintf defines) (#442065).
6433           Add docs for the various macros and document how this header
6434           has to be used (link against libm, etc.); add a few FIXMEs;
6435           include math.h for non-c99 code path.  Based on patch by
6436           Jan Schmidt.
6437           
6438 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6439
6440         * configure.ac:
6441         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6442         of duplicating these macros in configure.ac.
6443
6444 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6445
6446         * po/hu.po:
6447         * po/sv.po:
6448         * po/uk.po:
6449           Updated translations to 0.10.14
6450
6451 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6452
6453         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6454
6455         * po/pl.po:
6456           Added Polish translation.
6457
6458 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6459
6460         translated by: Ilkka Tuohela <hile@iki.fi>
6461
6462         * po/fi.po:
6463           Added Finnish translation.
6464
6465 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6466
6467         translated by: Jorge GonzĂ¡lez GonzĂ¡lez <aloriel@gmail.com>
6468
6469         * po/es.po:
6470           Added Spanish translation.
6471
6472 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6473
6474         translated by: Mogens Jaeger <mogens@jaeger.tf>
6475
6476         * po/da.po:
6477           Added Danish translation.
6478
6479 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6480
6481         translated by: Funda Wang <fundawang@linux.net.cn>
6482
6483         * po/zh_CN.po:
6484           Added Chinese (simplified) translation.
6485
6486 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6487
6488         translated by: Alexander Shopov <ash@contact.bg>
6489
6490         * po/bg.po:
6491           Added Bulgarian translation.
6492
6493 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6496         Fix compilation wrt printf arguments.
6497
6498 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6499
6500         * configure.ac:
6501         * tests/examples/Makefile.am:
6502         * tests/examples/snapshot/.cvsignore:
6503         * tests/examples/snapshot/Makefile.am:
6504         * tests/examples/snapshot/snapshot.c: (main):
6505         Add simple snapshot example program using appsink.
6506
6507 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6508
6509         * tests/check/generic/states.c:
6510           Improved state change unit test.
6511
6512 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6513
6514         * docs/plugins/.cvsignore:
6515         * tests/check/.cvsignore:
6516           Ignore registries in any format.
6517
6518 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6519
6520         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6521         (gst_base_rtp_depayload_chain),
6522         (gst_base_rtp_depayload_set_gst_timestamp):
6523         Only copy timestamp on outgoing packets if the depayloader did not set
6524         one.
6525         Also copy duration on outgoing packets.
6526
6527 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6528
6529         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6530         (gst_basertppayload_set_outcaps):
6531         Fix compilation because of missing %d in printf.
6532         When fixating caps, fixate what we can and throw away all remaining
6533         unfixed caps, subclasses should do something smart if they need to.
6534
6535 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6536
6537         * ext/gnomevfs/gstgnomevfssrc.c:
6538           Improve debug logs a bit and be more verbose if things go wrong.
6539
6540 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6541
6542         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6543         (gst_text_overlay_set_property):
6544         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6545         * gst-libs/gst/audio/gstbaseaudiosink.c:
6546         (gst_base_audio_sink_render):
6547         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6548         (gst_rtcp_unix_to_ntp):
6549         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6550         * gst/playback/gstqueue2.c:
6551         * tests/examples/seek/seek.c: (set_scale):
6552         Fix a bunch of compile warnings shown with Forte.
6553
6554         * gst/audiorate/gstaudiorate.c:
6555         Always pull in config.h before including any system headers.
6556
6557 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6558
6559         * gst/playback/gstqueue2.c: (update_buffering),
6560         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6561         (gst_queue_handle_sink_event), (gst_queue_chain),
6562         (gst_queue_push_one), (gst_queue_sink_activate_push),
6563         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6564         Also fix #476514 for queue2.
6565
6566 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6567
6568         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6569         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6570         (gst_base_rtp_depayload_chain),
6571         (gst_base_rtp_depayload_handle_sink_event),
6572         (gst_base_rtp_depayload_push_full),
6573         (gst_base_rtp_depayload_set_gst_timestamp),
6574         (gst_base_rtp_depayload_change_state):
6575         Remove code to deal with RTP to GST time conversion, we now just copy
6576         the GST timestamp we receive to the outgoing buffers.
6577         Handle segment and flushes correctly.
6578
6579         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6580         When we have no valid input timestamp, use the previous rtp timestamp on
6581         the outgoing RTP packet instead of the RTP base time.
6582
6583 2007-09-15  David Schleef  <ds@schleef.org>
6584
6585         * ext/alsa/gstalsa.c:
6586         * ext/alsa/gstalsadeviceprobe.c:
6587         * ext/alsa/gstalsamixer.c:
6588         * ext/alsa/gstalsasink.c:
6589         * ext/alsa/gstalsasrc.c:
6590           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6591
6592 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6593
6594         * gst-libs/gst/rtp/gstbasertppayload.c:
6595         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6596         Add some debug info when negotiating caps.
6597
6598 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6599
6600         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6601         A buffer with an empty payload is also a valid buffer.
6602
6603 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6604
6605         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6606         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6607         (gst_basertppayload_change_state):
6608         Make sure we start our RTP timestamp from the random base RTP
6609         timestamp even if the buffer timestamp starts from some random value.
6610
6611 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6612
6613         * configure.ac:
6614         * tests/examples/Makefile.am:
6615         * tests/examples/dynamic/.cvsignore:
6616         * tests/examples/dynamic/Makefile.am:
6617         * tests/examples/dynamic/addstream.c: (create_stream),
6618         (pause_play_stream), (message_received), (eos_message_received),
6619         (perform_step), (main):
6620         Add simple exmple app to demonstrate starting and pausing live and
6621         non-live bins in a PLAYING pipeline.
6622
6623 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6624
6625         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6626         typefind for QCP files (RFC #3625)
6627
6628 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6629
6630         * gst-libs/gst/audio/gstbaseaudiosink.c:
6631         (gst_base_audio_sink_init):
6632         Disable pull mode scheduling, we're not ready for it yet and it subtly
6633         breaks a lot of things.
6634
6635 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6636
6637         * tests/check/elements/libvisual.c:
6638           Test all libvisual plugins, not just the first one; this reproduces
6639           bug #450336 quite easily.  Looks like a problem with the 'jess'
6640           visualisation.
6641
6642 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6643
6644         * tests/check/Makefile.am:
6645         * tests/check/elements/.cvsignore:
6646         * tests/check/elements/libvisual.c:
6647           Add basic libvisual test case in an attempt to reproduce bug #450336.
6648           Doesn't reproduce that bug, but some other crasher instead (invalid
6649           free), at least with make elements/libvisual.forever and the bumscope
6650           plugin on x86-64/gutsy. Leaving test disabled for now.
6651
6652 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6653
6654         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6655
6656         * gst-libs/gst/rtsp/gstrtspconnection.c:
6657         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6658         (read_body), (gst_rtsp_connection_receive):
6659         Make sure we can not cancel in the middle of receiving a message.
6660         Fixes #475731.
6661
6662 2007-09-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6663
6664         Patch by: Josep Torra Valles <josep@fluendo.com>
6665
6666         * gst/playback/gstplaybasebin.c:
6667           Increase upper limit for audio queue a bit; fixes preroll problem
6668           with playbin and decodebin2 when playing a quicktime trailer with
6669           multichannel audio via http (#464666).
6670
6671 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6672
6673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6674         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6675         (gst_base_audio_src_provide_clock),
6676         (gst_base_audio_src_set_property),
6677         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6678         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6679         Allow othe clocks than the internal clock to be used for the pipeline.
6680         Add property to disable clock provide.
6681         API: GstBaseAudioSrc::provide-clock
6682
6683 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6684
6685         * gst/playback/gstdecodebin2.c:
6686           Don't leak request pads. Fixes #475395.
6687
6688 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6689
6690         Patch by: RenĂ© Stadler <mail at renestadler dot de>
6691
6692         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6693         (gst_ximage_buffer_class_init):
6694         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6695         (gst_xvimage_buffer_class_init):
6696         Correctly chain up finalize with the parent class to prevent
6697         memory leaks. Fixes #474880.
6698
6699 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6700
6701         * gst/volume/gstvolume.c: (volume_choose_func):
6702         * tests/check/elements/volume.c: (GST_START_TEST):
6703         Revert the latest change: floating point samples are allowed to
6704         have any value, not only values in the range [-1,1]. Thanks to Andy
6705         Wingo for noticing.
6706         Also fix processing of int32 samples with volumes > 4 by making the
6707         unity value smaller which prevents overflows.
6708
6709 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6710
6711         * gst-libs/gst/rtp/gstrtpbuffer.c:
6712         * tests/check/libs/rtp.c:
6713           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6714
6715 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6716
6717         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6718
6719         * gst-libs/gst/rtp/gstrtpbuffer.c:
6720           Fix up GstRTPHeader helper struct so that compilers will not under
6721           any circumstances add padding in between our fields, as currently
6722           happens with MSVC on win32, because that would lead to us sending
6723           out RTP payloads with broken RTP headers (#471194).
6724           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6725           
6726         * tests/check/Makefile.am:
6727         * tests/check/libs/.cvsignore:
6728         * tests/check/libs/rtp.c:
6729           Add some simple unit tests for GstRTPBuffer. Some are disabled
6730           because the code tested still needs fixing (set_csrc() does not work).
6731
6732 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6733
6734         * win32/MANIFEST:
6735         * win32/common/gstrtsp-enumtypes.c:
6736         * win32/common/gstrtsp-enumtypes.h:
6737         * win32/common/interfaces-enumtypes.c:
6738         * win32/common/interfaces-enumtypes.h:
6739         * win32/common/multichannel-enumtypes.c:
6740           Add rtsp enumtypes (#474384) and update others.
6741
6742 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6743
6744         * configure.ac:
6745           Fix configure check for HAVE_LIBXML_HTML.
6746
6747 2007-09-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6748
6749         * tests/check/libs/.cvsignore:
6750           Ignore more, in case the build bots work again one day.
6751
6752 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6753
6754         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6755
6756         * configure.ac:
6757         * gst-libs/gst/Makefile.am:
6758         * gst-libs/gst/fft/Makefile.am:
6759         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6760         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6761         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6762         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6763         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6764         * gst-libs/gst/fft/gstfft.h:
6765         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6766         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6767         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6768         * gst-libs/gst/fft/gstfftf32.h:
6769         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6770         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6771         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6772         * gst-libs/gst/fft/gstfftf64.h:
6773         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6774         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6775         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6776         * gst-libs/gst/fft/gstffts16.h:
6777         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6778         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6779         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6780         * gst-libs/gst/fft/gstffts32.h:
6781         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6782         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6783         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6784         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6785         * gst-libs/gst/fft/kiss_fft_f32.h:
6786         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6787         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6788         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6789         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6790         * gst-libs/gst/fft/kiss_fft_f64.h:
6791         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6792         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6793         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6794         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6795         * gst-libs/gst/fft/kiss_fft_s16.h:
6796         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6797         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6798         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6799         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6800         * gst-libs/gst/fft/kiss_fft_s32.h:
6801         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6802         (kiss_fftr_f32), (kiss_fftri_f32):
6803         * gst-libs/gst/fft/kiss_fftr_f32.h:
6804         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6805         (kiss_fftr_f64), (kiss_fftri_f64):
6806         * gst-libs/gst/fft/kiss_fftr_f64.h:
6807         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6808         (kiss_fftr_s16), (kiss_fftri_s16):
6809         * gst-libs/gst/fft/kiss_fftr_s16.h:
6810         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6811         (kiss_fftr_s32), (kiss_fftri_s32):
6812         * gst-libs/gst/fft/kiss_fftr_s32.h:
6813         * gst-libs/gst/fft/kiss_version:
6814         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6815         * pkgconfig/gstreamer-plugins-base.pc.in:
6816         Add libgstfft, a FFT library based on Kiss FFT which is
6817         BSD licensed. Supported sample formats are int16, int32,
6818         float and double. For those formats a real FFT and IFFT
6819         can be done, different windowing functions can be applied
6820         and functions for extracting the magnitude and phase exist.
6821         Fixes #468619.
6822
6823         * docs/libs/Makefile.am:
6824         * docs/libs/gst-plugins-base-libs-docs.sgml:
6825         * docs/libs/gst-plugins-base-libs-sections.txt:
6826         Integrate libgstfft into the docs.
6827
6828         * tests/check/Makefile.am:
6829         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6830         Add unit tests for libgstfft, currently only testing the FFT.
6831         Unit tests for IFFT will follow soon.
6832
6833 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6834
6835         Patch by: Peter Kjellerstedt  <pkj at axis com>
6836
6837         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6838         (gst_sdp_message_init), (gst_sdp_message_uninit),
6839         (is_multicast_address), (gst_sdp_message_as_text),
6840         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6841         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6842         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6843         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6844         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6845         (gst_sdp_media_init), (gst_sdp_media_uninit),
6846         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6847         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6848         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6849         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6850         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6851         * gst-libs/gst/sdp/gstsdpmessage.h:
6852         Separate INIT_ARRAY() and related macros into two versions, one for
6853         structures and one for pointers (e.g., INIT_ARRAY() and
6854         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6855         lists of emails and phone numbers.
6856         Add missing const as appropriate.
6857         Change all gint to guint since they all actually represent unsigned
6858         values.
6859         Do not use time as a variable name as it shadows the global time().
6860         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6861         Actually implement gst_sdp_message_add_time().
6862         Make gst_sdp_message_add_time() take repeat times as an argument.
6863         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6864         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6865         misspelled as badwidth).
6866         gst-indented and a little clean up. Fixes #471067.
6867
6868 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6869
6870         * gst/volume/gstvolume.c: (volume_choose_func),
6871         (volume_process_double), (volume_process_double_clamp),
6872         (volume_process_float_clamp):
6873         Correctly clamp float/double samples in the [-1.0,1.0] range to
6874         prevent weird effects.
6875         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6876         Add unit tests for all samples types that had none before.
6877
6878 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6879
6880         * gst-libs/gst/rtp/gstrtpbuffer.c:
6881           Need to include stdlib.h for abs() here too.
6882
6883 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6884
6885         * gst/playback/gststreaminfo.c:
6886           Fix build.
6887
6888 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6889
6890         * gst/playback/gststreaminfo.c:
6891           Clean up some half-disabled code and comment.
6892
6893 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6894
6895         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6896
6897         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6898         (gst_base_rtp_payload_audio_handle_event):
6899         Return FALSE from the event handler to let the parent class handle the
6900         event. Fixes #446766.
6901
6902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6903         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6904         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6905
6906         * gst-libs/gst/rtp/gstbasertppayload.c:
6907         Bump the MTU to 1400.
6908
6909 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6910
6911         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6912         Add an audio/x-nsf typefind function for the nsfdec element.
6913
6914 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6915         * gst/playback/gstplaybasebin.c:
6916         Included "myth://" on stream_uris list for enable buffering to mythtv files
6917
6918 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6919
6920         * docs/libs/gst-plugins-base-libs-sections.txt:
6921         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6922         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6923         (gst_rtcp_unix_to_ntp):
6924         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6925         Fix parsing of RB blocks.
6926         Fix docs.
6927         Added helper functions to convert to/from UNIX and NTP time.
6928         API: gst_rtcp_ntp_to_unix()
6929         API: gst_rtcp_unix_to_ntp()
6930
6931         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6932         (gst_rtp_buffer_get_header_len),
6933         (gst_rtp_buffer_get_extension_data),
6934         (gst_rtp_buffer_get_payload_subbuffer),
6935         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6936         (gst_rtp_buffer_ext_timestamp):
6937         * gst-libs/gst/rtp/gstrtpbuffer.h:
6938         Fix some more docs.
6939         Implement handling of packets with extensions.
6940         Fix padding check in _validate().
6941         Added function to get extension data.
6942         API: gst_rtp_buffer_get_header_len()
6943         API: gst_rtp_buffer_get_extension_data()
6944
6945 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6946
6947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6948         (gst_base_rtp_depayload_class_init),
6949         (gst_base_rtp_depayload_set_gst_timestamp):
6950         Add some more docs for the queue-delay property and fix a typo in a
6951         comment.
6952
6953         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6954         Fix typo.
6955
6956 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6957
6958         * gst-libs/gst/audio/gstbaseaudiosink.c:
6959         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6960         (gst_base_audio_sink_change_state):
6961         When skew slaving, try to hover around the middle of a segment so that
6962         we at most drift by half a segment.
6963         If we are aligning in the oposite direction of the clock skew, we don't
6964         have to resync.
6965
6966 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6967
6968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6969         (gst_base_rtp_depayload_setcaps),
6970         (gst_base_rtp_depayload_set_gst_timestamp):
6971         Be less silly with the segment start, just apply the clock-base to the
6972         timestamp.
6973
6974 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6975
6976         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6977         (gst_base_rtp_depayload_class_init),
6978         (gst_base_rtp_depayload_finalize),
6979         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6980         (gst_base_rtp_depayload_handle_sink_event),
6981         (gst_base_rtp_depayload_set_gst_timestamp),
6982         (gst_base_rtp_depayload_change_state):
6983         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6984         Deprecate the queue handling thread thing and remove the code.
6985         Use new method to calculate the extended timestamp.
6986
6987 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6988
6989         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6990         (gst_rtcp_packet_sdes_copy_entry):
6991         Use g_strndup which does exactly what we want.
6992
6993         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6994         (gst_rtp_buffer_ext_timestamp):
6995         * gst-libs/gst/rtp/gstrtpbuffer.h:
6996         Add helper function to compare seqnums.
6997         Add helper function to calculate extended timestamps.
6998         API: gst_rtp_buffer_compare_seqnum()
6999         API: gst_rtp_buffer_ext_timestamp()
7000
7001 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7002
7003         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7004         (gst_rtcp_packet_sdes_get_entry),
7005         (gst_rtcp_packet_sdes_copy_entry):
7006         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7007         Fix and document SDES item data function.
7008         Add new function that makes a proper copy of SDES item data.
7009         API: gst_rtcp_packet_sdes_copy_entry()
7010
7011 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7012
7013         * configure.ac:
7014         * gst/Makefile.am:
7015           The tcp and subparse plugins are under gst, but not totaly free of
7016           dependencies. Handle selection inconfigure.ac, so that they show up
7017           on the final list of what is build and what is not. Maybe they should
7018           better be moved to ext.
7019
7020 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7021
7022         Patch by: Daniel DĂ­az  <yosoy@danieldiaz.org>
7023
7024         * configure.ac:
7025         * gst/Makefile.am:
7026           Check if libxml provides HTML parser which subparse needs.
7027           Fixes #451970.
7028
7029 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7030
7031         * ext/alsa/gstalsa.c:
7032           Fix typo and compilation on big endian systems.
7033
7034 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7035
7036         * gst/subparse/gstssaparse.c:
7037           Convert SSA newline codes into actual newline characters (#470766).
7038
7039 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7040
7041         * docs/libs/gst-plugins-base-libs-sections.txt:
7042         * gst-libs/gst/pbutils/install-plugins.c:
7043         * gst-libs/gst/pbutils/install-plugins.h:
7044         * tests/check/libs/pbutils.c:
7045           API: also add gst_install_plugins_supported() while we're at it
7046           (see #470456).
7047
7048 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7049
7050         * docs/libs/gst-plugins-base-libs-sections.txt:
7051         * gst-libs/gst/pbutils/missing-plugins.c:
7052         * gst-libs/gst/pbutils/missing-plugins.h:
7053         * tests/check/libs/pbutils.c:
7054           API: add gst_missing_*_installer_detail_new() convenience API so
7055           that applications that know exactly what they're missing can request
7056           installer detail strings for those items directly instead of having
7057           to first create a dummy missing-plugin message and then get the
7058           installer detail string from that.  Fixes #470456.
7059
7060 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7061
7062         * gst/playback/gstdecodebin.c: (close_pad_link):
7063         We need to set up delayed-linking whenever the caps are non-fixed,
7064         not just when there are multiple types - use gst_pad_is_fixed()
7065         to test.
7066
7067 2007-08-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7068
7069         * gst-libs/gst/pbutils/missing-plugins.c:
7070           (gst_missing_plugin_message_get_installer_detail):
7071           Add missing separator in PID fallback case.
7072
7073 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7074
7075         * ext/alsa/Makefile.am:
7076         There is no GST_PLUGINS_BASE_LIBS defined.
7077         
7078         * ext/alsa/gstalsa.c:
7079         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7080         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7081         Add support for ALSA 24-bit formats.
7082         snd_pcm_delay can return an error code, especially
7083         during XRUNS. In that case, the best we can do is assume
7084         delay = 0.
7085
7086         * gst/audioconvert/Makefile.am:
7087         Add flags from -base before any more-remote dependencies.
7088
7089 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7090
7091         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7092
7093         * gst/volume/gstvolume.c: (volume_choose_func),
7094         (volume_update_real_volume), (gst_volume_set_volume),
7095         (gst_volume_init), (volume_process_int32),
7096         (volume_process_int32_clamp), (volume_process_int24),
7097         (volume_process_int24_clamp), (volume_process_int16),
7098         (volume_process_int16_clamp), (volume_process_int8),
7099         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7100         * gst/volume/gstvolume.h:
7101         Add support for int32, int24 and int8 to the volume element.
7102         Fixes #445529.
7103
7104 2007-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7105
7106         * tests/examples/Makefile.am:
7107           Fix even more.
7108
7109 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7110
7111         * configure.ac:
7112         * docs/libs/Makefile.am:
7113         * docs/libs/gst-plugins-base-libs-docs.sgml:
7114         * docs/libs/gst-plugins-base-libs-sections.txt:
7115         * ext/gnomevfs/gstgnomevfssrc.c:
7116         * ext/gnomevfs/gstgnomevfssrc.h:
7117         * gst-libs/gst/Makefile.am:
7118         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7119         * pkgconfig/gstreamer-plugins-base.pc.in:
7120         * sys/v4l/v4lsrc_calls.c:
7121         * tests/examples/Makefile.am:
7122         * win32/common/config.h:
7123           Revert unwanted commit. many thanks to moap. I want a fix for 
7124           https://thomas.apestaart.org/moap/trac/ticket/239
7125
7126 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7127
7128         * gst/volume/gstvolume.c:
7129           Move passthrough below gst_object_sync_values(). Fixes #442654.
7130
7131 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7132
7133         * gst-libs/gst/audio/audio.c:
7134         Clarify the docs a little.
7135
7136 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7137
7138         * gst/volume/gstvolume.c:
7139           Enable liboil for float and add more details about problems with
7140           int16.
7141
7142 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7143
7144         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7145         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7146
7147 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7148
7149         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7150         When calculating the first timestamp of the buffers, don't go below 0
7151         and clip the samples because the offset was on the eos page.
7152         Fixes #466717.
7153
7154 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7155
7156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7157         (gst_ogg_demux_collect_chain_info):
7158         Also submit the eos page when trying to find the first timestamp.
7159         See #466717.
7160
7161 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7162
7163         * gst-libs/gst/audio/audio.h:
7164         Use gst_util_uint64_scale() instead of doing the math
7165         with double for GST_FRAMES_TO_CLOCK_TIME() and
7166         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7167         prevents rounding errors. Fixes #467667.
7168
7169 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7170
7171         * gst-libs/gst/rtsp/gstrtspconnection.c:
7172         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7173         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7174         * gst-libs/gst/rtsp/gstrtspconnection.h:
7175         Small cleanups.
7176         On shutdown, don't read the control socket yet.
7177         Set timeout value correctly in all cases.
7178         Add function to check if the server accepts reads or writes.
7179         API: gst_rtsp_connection_poll()
7180
7181         * gst-libs/gst/rtsp/gstrtspdefs.h:
7182         Fix compilation with -pedantic.
7183         Add enum for _poll.
7184
7185 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7186
7187         Patch by: Olivier Crete  <tester at tester ca>
7188
7189         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7190         (gst_basertppayload_getcaps):
7191         * gst-libs/gst/rtp/gstbasertppayload.h:
7192         Add getcaps vfunc to basertppayload. See #465146.
7193
7194 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7195
7196         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7197         Only post buffering messages when we are a stream.
7198
7199 2007-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7200
7201         * gst-libs/gst/pbutils/install-plugins.c:
7202         * gst-libs/gst/pbutils/missing-plugins.c:
7203           Small docs fix and addition.
7204
7205 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7206
7207         * tests/icles/.cvsignore:
7208         * tests/icles/Makefile.am:
7209         * tests/icles/test-textoverlay.c:
7210           Add a dumb little test for textoverlay alignments.
7211
7212 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7213
7214         Patch by: Dan Williams  <dcbw redhat com>
7215
7216         * ext/pango/gsttextoverlay.c:
7217         * ext/pango/gsttextoverlay.h:
7218           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7219           "silent" property so there's a Since tag in the API reference.
7220
7221 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7222
7223         * gst-libs/gst/rtp/gstbasertppayload.c:
7224         (gst_basertppayload_set_outcaps):
7225         * gst-libs/gst/rtp/gstbasertppayload.h:
7226         Improve caps negotiation so that downstream elements can confiure
7227         certain RTP properties by fixing them on the caps. See #465146.
7228         Add docs.
7229
7230 2007-08-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7231
7232         * docs/libs/gst-plugins-base-libs-sections.txt:
7233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7234         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7235           Mark as deprecated some macros which were presumably meant to be
7236           private API and accidentally exposed in the public header file.
7237           Also actually _init() lock (only works at the moment because the
7238           struct is zeroed out when created and the initial values in the
7239           mutex struct are zeroes too). (#459585)
7240
7241 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7242
7243         * docs/libs/Makefile.am:
7244           Remove cruft and do some cleanups.
7245
7246         * docs/libs/gst-plugins-base-libs-docs.sgml:
7247           Prepare for comming gtkdoc features (rebase against online docs).
7248
7249 2007-08-10  Michael Smith <msmith@fluendo.com>
7250
7251         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7252           Debug output fixes.
7253         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7254         (GST_START_TEST):
7255           Change the number of buffers used; 500 is too many and leads to
7256           timeouts.
7257
7258 2007-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7259
7260         * gst/playback/gstqueue2.c:
7261         * gst/videorate/gstvideorate.c:
7262           Printf format fixes (#465028).
7263
7264 2007-08-09  Michael Smith <msmith@fluendo.com>
7265
7266         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7267           If we have a large (> 1 second) discontinuity, push a series of
7268           smaller buffers rather than a single very large buffer. Avoids
7269           unreasonably large single buffer allocations when encountering a
7270           large gap.
7271         * tests/check/elements/audiorate.c: (GST_START_TEST),
7272         (audiorate_suite):
7273           Add a test for this.
7274
7275 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7276
7277         * gst/playback/gstplaybasebin.c: (group_commit),
7278         (queue_remove_probe), (queue_threshold_reached):
7279
7280         Patch by: Josep Torra Valles <josep@fluendo.com>
7281         Fixes: #465015
7282         Make sure we remove the check_queues buffer probe from the 
7283         correct queue to avoid racily going back to "buffering 99%" when
7284         buffering is actually complete.
7285
7286         Also, fix the spelling of Josep's surname in the ChangeLog.
7287
7288 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7289
7290         * ext/ogg/gstoggmux.c:
7291           Do not leak oggmux instance.
7292         
7293         * ext/vorbis/vorbisenc.c:
7294           Also log values.
7295
7296 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7297
7298         * po/hu.po:
7299         * po/it.po:
7300         * po/nl.po:
7301         * po/uk.po:
7302         * po/vi.po:
7303           Updated translations.
7304
7305 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7306
7307         patch by: Yang Hong <hongyang@redflag-linux.com>
7308
7309         * ext/pango/gsttextoverlay.c:
7310         * ext/pango/gsttextoverlay.h:
7311           Add 'silent' property to GstTimeOverlay. Fixes #462979
7312
7313 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7314
7315         Patch by: Josep Torra Valles <josep@fluendo.com>
7316
7317         * docs/plugins/gst-plugins-base-plugins.args:
7318         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7319         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7320         (gst_uri_decode_bin_get_property), (gen_source_element):
7321         Add connection-speed property. Fixes #464690.
7322
7323 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7324
7325         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7326
7327         * configure.ac:
7328         * gst-libs/gst/rtsp/Makefile.am:
7329         * gst-libs/gst/rtsp/gstrtspconnection.c:
7330         (gst_rtsp_connection_connect):
7331         Fix compilation on windows. Fixes #464320.
7332
7333 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         Patch by: Josep Torra Valles <josep@fluendo.com>
7336
7337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7338         (gst_play_base_bin_init), (queue_threshold_reached),
7339         (gen_source_element), (setup_substreams),
7340         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7341         (gst_play_base_bin_get_streaminfo_value_array):
7342         * gst/playback/gstplaybasebin.h:
7343         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7344         (gst_play_bin_set_property), (gst_play_bin_get_property),
7345         (gst_play_bin_handle_redirect_message):
7346         Move connection-speed property from playbin to playbasebin so that we
7347         can also configure it in source elements that have the connection-speed
7348         property. Fixes #464028.
7349         Add some debug info here and there.
7350
7351 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7352
7353         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7354         Properly respond to conversion queries. Fixes #464079.
7355
7356 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7357
7358         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7359         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7360         (gst_audio_test_src_init_sine_table),
7361         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7362         * gst/audiotestsrc/gstaudiotestsrc.h:
7363         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7364         Also set the default volume to the default value specified in the
7365         GParamSpec.
7366
7367 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7368
7369         Patch by: Jens Granseuer <jensgr at gmx dot net>
7370
7371         * gst/audioconvert/gstaudioquantize.c:
7372         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7373
7374 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7375
7376         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7377         Add rdt manager for rdt transport.
7378         Fix parsing of RDT transport.
7379
7380 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7381
7382         * configure.ac:
7383         Back to CVS
7384
7385 === release 0.10.14 ===
7386
7387 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7388
7389         * configure.ac:
7390           releasing 0.10.14, "Light Years Ahead"
7391
7392 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7393
7394         * tests/check/libs/audio.c: (GST_START_TEST):
7395         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7396
7397 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7398
7399         * gst-libs/gst/audio/audio.c:
7400         When clipping a buffer with no timestamp, assume it is
7401         within the segment without warnings.
7402
7403         Fixes: #460978
7404
7405 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7406
7407         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7408         Fire the signal on the object, not the interface.
7409
7410 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7411
7412         * gst-libs/gst/rtsp/.cvsignore:
7413         Ber. Don't include the full path, idiot.
7414
7415 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7416
7417         * gst-libs/gst/rtsp/.cvsignore:
7418         Ignore generated files.
7419
7420 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7421
7422         * gst-libs/gst/interfaces/Makefile.am:
7423         * gst-libs/gst/interfaces/interfaces-marshal.list:
7424         * gst-libs/gst/interfaces/rtspextension.c:
7425         * gst-libs/gst/interfaces/rtspextension.h:
7426         * gst-libs/gst/rtsp/Makefile.am:
7427         * gst-libs/gst/rtsp/gstrtsp.h:
7428         * gst-libs/gst/rtsp/gstrtspextension.c:
7429         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7430         (gst_rtsp_extension_detect_server),
7431         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7432         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7433         (gst_rtsp_extension_configure_stream),
7434         (gst_rtsp_extension_get_transports),
7435         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7436         * gst-libs/gst/rtsp/gstrtspextension.h:
7437         * gst-libs/gst/rtsp/rtsp-marshal.list:
7438         Move the rtspextension.h interface into gstrtspextension.h
7439         as part of libgstrtsp instead of libgstinterfaces, because it's
7440         only for use within plugins, not applications. 
7441         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7442         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7443         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7444         is abstract.
7445
7446 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7447
7448         * gst-libs/gst/interfaces/Makefile.am:
7449         * gst-libs/gst/interfaces/interfaces-marshal.list:
7450         * gst-libs/gst/interfaces/rtspextension.c:
7451         (gst_rtsp_extension_iface_init),
7452         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7453         * gst-libs/gst/interfaces/rtspextension.h:
7454         Fix marshaller for the send signal.
7455         Add URL to stream selection interface method.
7456
7457 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7458
7459         * gst-libs/gst/riff/Makefile.am:
7460         Pull in our dependencies from -base before those from outside.
7461
7462 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7463
7464         * docs/libs/gst-plugins-base-libs-sections.txt:
7465         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7466         * gst-libs/gst/rtsp/gstrtspbase64.h:
7467         API: gst_rtsp_base64_decode_ip()
7468         Added function to decode Base64 in-place.
7469
7470 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7471
7472         * tests/check/libs/.cvsignore:
7473         Ignore the mixer test binary.
7474
7475 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7476
7477         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7478         Gratuitous comment change to trigger a rebuild on the buildbots.
7479
7480 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7481
7482         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7483         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7484         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7485         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7486         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7487         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7488         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7489         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7490         (gst_sdp_media_get_attribute_val):
7491         * gst-libs/gst/sdp/gstsdpmessage.h:
7492         Constify args where we can.
7493
7494 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7495
7496         * gst-libs/gst/interfaces/Makefile.am:
7497         * gst-libs/gst/interfaces/rtspextension.c:
7498         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7499         (gst_rtsp_extension_detect_server),
7500         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7501         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7502         (gst_rtsp_extension_configure_stream),
7503         (gst_rtsp_extension_get_transports),
7504         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7505         * gst-libs/gst/interfaces/rtspextension.h:
7506         Move interface for RTSP extensions from -good to here.
7507         Added helper methods to invoke interface methods.
7508
7509 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7510
7511         * docs/libs/gst-plugins-base-libs-sections.txt:
7512         * gst-libs/gst/rtsp/gstrtspdefs.h:
7513         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7514         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7515         (gst_rtsp_message_init_response),
7516         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7517         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7518         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7519         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7520         (gst_rtsp_message_get_body), (dump_key_value):
7521         * gst-libs/gst/rtsp/gstrtspmessage.h:
7522         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7523         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7524         (gst_rtsp_range_parse):
7525         * gst-libs/gst/rtsp/gstrtsprange.h:
7526         * gst-libs/gst/rtsp/gstrtsptransport.c:
7527         * gst-libs/gst/rtsp/gstrtspurl.c:
7528         Fix some more RTSP docs.
7529         Add some missing methods for dealing with messages.
7530
7531 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7532
7533         * docs/libs/gst-plugins-base-libs-docs.sgml:
7534         * docs/libs/gst-plugins-base-libs-sections.txt:
7535         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7536         * gst-libs/gst/rtsp/gstrtspbase64.h:
7537         * gst-libs/gst/rtsp/gstrtspconnection.c:
7538         (gst_rtsp_connection_connect), (add_auth_header),
7539         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7540         (read_body), (gst_rtsp_connection_receive),
7541         (gst_rtsp_connection_next_timeout),
7542         (gst_rtsp_connection_reset_timeout),
7543         (gst_rtsp_connection_set_auth):
7544         * gst-libs/gst/rtsp/gstrtspconnection.h:
7545         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7546         * gst-libs/gst/rtsp/gstrtspdefs.h:
7547         * gst-libs/gst/rtsp/gstrtspmessage.h:
7548         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7549         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7550         (gst_rtsp_range_parse):
7551         * gst-libs/gst/rtsp/gstrtspurl.h:
7552         Added beginnings of RTSP documentation.
7553
7554 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7555
7556         * docs/libs/Makefile.am:
7557         * docs/libs/gst-plugins-base-libs-docs.sgml:
7558         * docs/libs/gst-plugins-base-libs-sections.txt:
7559         * gst-libs/gst/sdp/gstsdp.h:
7560         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7561         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7562         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7563         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7564         (gst_sdp_message_get_attribute_val),
7565         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7566         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7567         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7568         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7569         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7570         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7571         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7572         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7573         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7574         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7575         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7576         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7577         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7578         (gst_sdp_media_get_attribute_val_n),
7579         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7580         (print_media), (gst_sdp_message_dump):
7581         * gst-libs/gst/sdp/gstsdpmessage.h:
7582         Document the SDP library.
7583         Add some of the missing SDPMedia methods.
7584
7585 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7586
7587         * configure.ac:
7588         * gst-libs/gst/Makefile.am:
7589         * gst-libs/gst/rtsp/Makefile.am:
7590         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7591         * gst-libs/gst/rtsp/gstrtspbase64.h:
7592         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7593         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7594         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7595         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7596         (parse_response_status), (parse_request_line), (parse_line),
7597         (gst_rtsp_connection_read), (read_body),
7598         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7599         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7600         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7601         (gst_rtsp_connection_set_auth):
7602         * gst-libs/gst/rtsp/gstrtspconnection.h:
7603         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7604         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7605         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7606         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7607         (gst_rtsp_find_method):
7608         * gst-libs/gst/rtsp/gstrtspdefs.h:
7609         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7610         (gst_rtsp_message_new), (gst_rtsp_message_init),
7611         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7612         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7613         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7614         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7615         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7616         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7617         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7618         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7619         (gst_rtsp_message_dump):
7620         * gst-libs/gst/rtsp/gstrtspmessage.h:
7621         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7622         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7623         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7624         * gst-libs/gst/rtsp/gstrtsprange.h:
7625         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7626         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7627         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7628         (range_as_text), (rtsp_transport_mode_as_text),
7629         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7630         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7631         (gst_rtsp_transport_free):
7632         * gst-libs/gst/rtsp/gstrtsptransport.h:
7633         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7634         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7635         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7636         * gst-libs/gst/rtsp/gstrtspurl.h:
7637         * gst-libs/gst/sdp/Makefile.am:
7638         * gst-libs/gst/sdp/gstsdp.h:
7639         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7640         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7641         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7642         (gst_sdp_attribute_init), (gst_sdp_message_new),
7643         (gst_sdp_message_init), (gst_sdp_message_uninit),
7644         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7645         (gst_sdp_media_uninit), (gst_sdp_media_free),
7646         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7647         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7648         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7649         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7650         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7651         (gst_sdp_message_get_attribute_val),
7652         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7653         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7654         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7655         (gst_sdp_media_get_attribute_val_n),
7656         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7657         (read_string), (read_string_del), (gst_sdp_parse_line),
7658         (gst_sdp_message_parse_buffer), (print_media),
7659         (gst_sdp_message_dump):
7660         * gst-libs/gst/sdp/gstsdpmessage.h:
7661         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7662         Move SDP and RTSP from helper objects in -good to a reusable library.
7663         Use a proper gst_ namespace.
7664
7665 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7666
7667         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7668         (vorbis_dec_flush_decode):
7669         Use the new buffer clipping function from gstaudio here.
7670
7671 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7672
7673         * docs/libs/gst-plugins-base-libs-sections.txt:
7674         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7675         * gst-libs/gst/audio/audio.h:
7676         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7677         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7678         Also add deprecation guards for gst_audio_structure_set_int() to the
7679         header.
7680
7681 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7682
7683         * docs/libs/gst-plugins-base-libs-sections.txt:
7684           Cleanup the docs.
7685
7686 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7687
7688         Patch by: Dan Williams <dcbw at redhat dot com>
7689
7690         * gst/playback/gstplaybasebin.c:
7691         (gst_play_base_bin_get_streaminfo_value_array):
7692         Don't return NULL when querying the stream info value array but instead
7693         return an empty array. Fixes #459204.
7694
7695 2007-07-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7696
7697         * gst/playback/gsturidecodebin.c:
7698           Init debug category before using it.
7699
7700 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7701
7702         * gst-libs/gst/interfaces/mixer.h:
7703         Add padding vars in place of the signal pointers
7704         when building with DISABLE_DEPRECATED so that the
7705         interface structure doesn't change size.
7706
7707 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7708
7709         * docs/libs/gst-plugins-base-libs-sections.txt:
7710         * ext/alsa/gstalsamixer.c:
7711         * ext/alsa/gstalsamixer.h:
7712         * ext/alsa/gstalsamixerelement.c:
7713         * ext/alsa/gstalsamixertrack.c:
7714         * gst-libs/gst/interfaces/mixer.c:
7715         * gst-libs/gst/interfaces/mixer.h:
7716         * gst-libs/gst/interfaces/mixeroptions.c:
7717         * gst-libs/gst/interfaces/mixeroptions.h:
7718         * gst-libs/gst/interfaces/mixertrack.c:
7719         * gst-libs/gst/interfaces/mixertrack.h:
7720         * tests/check/Makefile.am:
7721         * tests/check/libs/mixer.c:
7722
7723         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7724         Fixes: #152864 
7725
7726         Add support for notifying mixer changes on the message bus, and
7727         implement it in alsamixer.
7728
7729         API: gst_mixer_get_mixer_flags
7730         API: gst_mixer_message_parse_mute_toggled
7731         API: gst_mixer_message_parse_record_toggled
7732         API: gst_mixer_message_parse_volume_changed
7733         API: gst_mixer_message_parse_option_changed
7734         API: GstMixerMessageType
7735         API: GstMixerFlags
7736
7737 2007-07-20  Michael Smith <msmith@fluendo.com>
7738
7739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7740         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7741           xcontext->im_format is only for testing XShm support (as the header
7742           file comments document). Use xvimage->im_format for everything else.
7743           Avoids spurious warnings on buffer allocation before setcaps.
7744
7745 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7746
7747         * tests/examples/volume/Makefile.am:
7748         * tests/icles/Makefile.am:
7749           We should use $(LIBM).
7750
7751 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7752
7753         * tests/icles/Makefile.am:
7754           This needs -lm.
7755
7756 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7757
7758         * gst-libs/gst/rtp/gstbasertppayload.c:
7759         (gst_basertppayload_class_init), (gst_basertppayload_init),
7760         (gst_basertppayload_set_property),
7761         (gst_basertppayload_get_property):
7762         Don't break ABI, restore previous ranges. Keep the default random
7763         selection of timestamp and seqnum offset but as soon as the app sets a
7764         specific value, use that one.
7765
7766 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7767
7768         Patch by: Bastien Nocera <hadess at hadess dot net>
7769
7770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7771         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7772         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7773         * sys/xvimage/xvimagesink.h:
7774         Add option to turn off double-buffering for debugging purposes.
7775         Fixes #437169.
7776
7777 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7778
7779         Patch by: Jorn Baayen <jorn at openedhand dot com>
7780
7781         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7782         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7783         (gst_ximagesink_init), (gst_ximagesink_class_init):
7784         * sys/ximage/ximagesink.h:
7785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7786         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7787         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7788         * sys/xvimage/xvimagesink.h:
7789         add 'handle-expose' property. Useful for video widgets which may want to
7790         be in control of Expose behaviour. Fixes #380625
7791
7792 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7793
7794         * gst-libs/gst/rtp/gstbasertppayload.c:
7795         (gst_basertppayload_class_init), (gst_basertppayload_init),
7796         (gst_basertppayload_event), (gst_basertppayload_push),
7797         (gst_basertppayload_set_property),
7798         (gst_basertppayload_get_property),
7799         (gst_basertppayload_change_state):
7800         * gst-libs/gst/rtp/gstbasertppayload.h:
7801         Fix ranges of rtp payloader properties so that the full range can be
7802         used in addition to -1 (random).
7803         Fix wrong seqnum reporting in caps.
7804         Fixes #420326.
7805
7806 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7807
7808         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7809         (gst_video_rate_query):
7810         Use boilerplate.
7811         Add latency query, might not be perfect yet but already works a lot
7812         better. Fixes #442557.
7813
7814 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7815
7816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7817         (gst_xvimagesink_setcaps):
7818         * sys/xvimage/xvimagesink.h:
7819         After a caps change, redraw our borders to avoid garbage left there
7820         when the image format changes to a smaller size, like 16:9 -> 4:3
7821         Also, hold the flow_lock a bit longer in the set_caps while we're
7822         fiddling with the xcontext.
7823
7824 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7825
7826         * Makefile.am:
7827         * configure.ac:
7828         * tests/Makefile.am:
7829         Remove bogus check for libcheck, since we check for
7830         gstreamer-check and it pulls in the required info from there, and we
7831         weren't actually _using_ the information for libcheck ourselves
7832         anyway.
7833
7834 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7835
7836         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7837         (gst_ffmpeg_caps_to_pixfmt):
7838         Fix the r_mask test for RGBA32 on little-endian.
7839         Fix a stupid typo that would have obviously broken 
7840         compilation on big-endian, if anyone was testing.
7841
7842 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7843
7844         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7845         (paint_hline_str4):
7846         * gst/videotestsrc/videotestsrc.h:
7847         Add alpha to the color struct.
7848         Use a default alpha value of 255 instead of 128.
7849
7850 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7851
7852         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7853         (setup_source):
7854         Clear the dynamic pads counter when starting a new uri. This makes
7855         reusing playbin work again.
7856         Fixes #454264.
7857
7858 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7859
7860         * configure.ac:
7861           Use pkg-config to locate check.
7862
7863 2007-07-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7864
7865         * configure.ac:
7866         * tests/check/elements/volume.c: (GST_START_TEST):
7867           Fix 'make check' build against core CVS.
7868
7869 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7870
7871         * gst-libs/gst/interfaces/propertyprobe.c:
7872         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7873         * gst-libs/gst/tag/gstvorbistag.c:
7874           Make gtk-doc happy.
7875
7876 2007-07-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7877
7878         * gst-libs/gst/audio/gstbaseaudiosink.c:
7879         (gst_base_audio_sink_callback):
7880           Quick hack to make audiosinks stop at EOS when operating in
7881           pull-mode; needs to be fixed properly some day.
7882
7883 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7884
7885         * docs/libs/gst-plugins-base-libs-sections.txt:
7886           Fix location of includes in the docs.
7887
7888 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7889
7890         * gst/ffmpegcolorspace/avcodec.h:
7891         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7892         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7893         (gst_ffmpegcsp_avpicture_fill):
7894         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7895         (img_get_alpha_info):
7896         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7897         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7898         end of the word. Partially fixes #451908
7899
7900 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7901
7902         * docs/libs/Makefile.am:
7903         * docs/plugins/Makefile.am:
7904           Simplify --extra-dir as gtkdoc scans recursively.
7905
7906 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7907
7908         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7909         (gst_adder_request_new_pad):
7910         Make getcaps more robust by not using the proxycaps function. This makes
7911         sure that we don't end up recursively calling getcaps upstream.
7912         See #316248.
7913
7914 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7915
7916         * gst/audioconvert/audioconvert.c:
7917         Include math.h to fix compilation.
7918
7919 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7920
7921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7922         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7923         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7924         format, as produced by some dc1394 cameras like the iSight.
7925         See http://www.fourcc.org/yuv.php#IYU1
7926
7927 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7928
7929         * gst/audioconvert/Makefile.am:
7930         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7931         (check_default), (audio_convert_prepare_context),
7932         (audio_convert_clean_context), (audio_convert_convert):
7933         * gst/audioconvert/audioconvert.h:
7934         * gst/audioconvert/gstaudioconvert.c:
7935         (gst_audio_convert_dithering_get_type),
7936         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7937         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7938         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7939         * gst/audioconvert/gstaudioconvert.h:
7940         * gst/audioconvert/gstaudioquantize.c:
7941         (gst_audio_quantize_setup_noise_shaping),
7942         (gst_audio_quantize_free_noise_shaping),
7943         (gst_audio_quantize_setup_dither),
7944         (gst_audio_quantize_free_dither),
7945         (gst_audio_quantize_setup_quantize_func),
7946         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7947         * gst/audioconvert/gstaudioquantize.h:
7948         Implement dithering and noise shaping in audioconvert. By default now
7949         TPDF dithering (and no noise shaping) will be used when converting
7950         from a higher bit depth to 20 bit depth or smaller, otherwise
7951         everything will be as it is now.
7952         For the last audioconvert in a pipeline it would make sense to
7953         use some kind of noise shaping, enabling it by default for all
7954         conversions would give undesired results though. Fixes #360246.
7955         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7956         (GST_START_TEST):
7957         Adjust unit test for the new audioconvert.
7958
7959 2007-06-28  Wim Taymans  <wim@fluendo.com>
7960
7961         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7962         Use other metrics as well when estimating the buffer level.
7963
7964 2007-06-28  Wim Taymans  <wim@fluendo.com>
7965
7966         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7967         Small debug improvement.
7968
7969         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7970         (plugin_init):
7971         Tweak the rate estimation period.
7972         When calculating the buffer filledness in rate estimation mode, don't
7973         mix it with other metrics.
7974
7975 2007-06-28  Wim Taymans  <wim@fluendo.com>
7976
7977         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7978         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7979         When creating the groups, allow for a 5 second, unlimited buffers
7980         preroll phase after which we expose the group.
7981         When the group is exposed, use a small number of buffers up to a 2
7982         second limit. Also disconnect the overrun signal from multiqueue when we
7983         exposed the group because it is not needed anymore.
7984
7985 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7986
7987         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7988           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7989           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7990           (#451707); also, output some debugging info when dealing with
7991           freeform strings.
7992
7993         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7994           Add unit test for the above.
7995
7996 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7997
7998         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7999           Add description for Windows Media RTP caps.
8000
8001         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8002           Remove RTP fields that don't define the format from caps.
8003
8004 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8005
8006         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8007           Skip empty buffers, but not empty header buffers. That way the original
8008           vorbisdec unit test still passes (#451145); also, take into account
8009           that those empty packets might carry a granulepos.
8010
8011         * tests/check/Makefile.am:
8012         * tests/check/elements/vorbisdec.c:
8013         (_create_codebook_header_buffer), (_create_audio_buffer),
8014         (GST_START_TEST), (vorbisdec_suite):
8015           Add unit test that sends an empty packet.
8016
8017 2007-06-27  Wim Taymans  <wim@fluendo.com>
8018
8019         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8020         Don't error out on 0-sized packets, just emit a warning because this is
8021         not a fatal error. Fixes #451145.
8022
8023 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8024
8025         * docs/plugins/gst-plugins-base-plugins.args:
8026         * docs/plugins/gst-plugins-base-plugins.signals:
8027         * docs/plugins/inspect/plugin-adder.xml:
8028         * docs/plugins/inspect/plugin-alsa.xml:
8029         * docs/plugins/inspect/plugin-audioconvert.xml:
8030         * docs/plugins/inspect/plugin-audiorate.xml:
8031         * docs/plugins/inspect/plugin-audioresample.xml:
8032         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8033         * docs/plugins/inspect/plugin-cdparanoia.xml:
8034         * docs/plugins/inspect/plugin-decodebin.xml:
8035         * docs/plugins/inspect/plugin-decodebin2.xml:
8036         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8037         * docs/plugins/inspect/plugin-gdp.xml:
8038         * docs/plugins/inspect/plugin-gnomevfs.xml:
8039         * docs/plugins/inspect/plugin-libvisual.xml:
8040         * docs/plugins/inspect/plugin-ogg.xml:
8041         * docs/plugins/inspect/plugin-pango.xml:
8042         * docs/plugins/inspect/plugin-playbin.xml:
8043         * docs/plugins/inspect/plugin-subparse.xml:
8044         * docs/plugins/inspect/plugin-tcp.xml:
8045         * docs/plugins/inspect/plugin-theora.xml:
8046         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8047         * docs/plugins/inspect/plugin-video4linux.xml:
8048         * docs/plugins/inspect/plugin-videorate.xml:
8049         * docs/plugins/inspect/plugin-videoscale.xml:
8050         * docs/plugins/inspect/plugin-videotestsrc.xml:
8051         * docs/plugins/inspect/plugin-volume.xml:
8052         * docs/plugins/inspect/plugin-vorbis.xml:
8053         * docs/plugins/inspect/plugin-ximagesink.xml:
8054         * docs/plugins/inspect/plugin-xvimagesink.xml:
8055           Update docs with caps info.
8056
8057 2007-06-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8058
8059         * po/POTFILES.in:
8060           Add more files with translatable strings (#450875).
8061
8062 2007-06-23  Edward Hervey  <edward@fluendo.com>
8063
8064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8065         The chain should be freed if we error out here, else it will leak.
8066         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8067         (cleanup_decodebin):
8068         Don't forget to *properly* remove the signals, else it will leak.
8069
8070 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8071
8072         * MAINTAINERS:
8073         Updating all the maintainers files
8074
8075 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8076
8077         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8078         (main):
8079           Destroy and recreate parse-launch based pipeline after stop to be able
8080           to play again. Reorder some code and add more comments.
8081
8082 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8083
8084         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8085         When handling a delayed-caps notification case, mark
8086         the group as dynamic so that the nbdynamic count is
8087         incremented and decremented correctly. Fixes: #449156
8088         Patch by: Wim Taymans <wim@fluendo.com>
8089
8090 2007-06-19  Andy Wingo  <wingo@pobox.com>
8091
8092         * gst-libs/gst/audio/gstbaseaudiosink.c
8093         (gst_base_audio_sink_init): Enable pull-mode operation.
8094
8095 2007-06-19  Michael Smith <msmith@fluendo.com>
8096
8097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8098           Change minimum rate back to 1000 to allow low-sample-rate wav files
8099           to play back.
8100
8101 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8102
8103         * po/vi.po:
8104           Update translations.
8105
8106 2007-06-15  David Schleef  <ds@schleef.org>
8107
8108         * gst/playback/gstqueue2.c:
8109           Fix compile error from ignored return value.
8110
8111 2007-06-15  Michael Smith <msmith@fluendo.com>
8112
8113         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8114           Update tmpbuf for all neccesary rows, not just one, as is required
8115           when downscaling.
8116           Fixes #402076.
8117
8118 2007-06-15  Michael Smith <msmith@fluendo.com>
8119
8120         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8121         (eos_buffer_probe):
8122           Add a test that ensures we set DELTA_UNIT on all non-header,
8123           non-video buffers, if we have a video stream.
8124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8125         (gst_ogg_mux_process_best_pad):
8126           Move setting delta_pad to earlier, where we inspect all pads, so
8127           that leading audio pages don't get DELTA_UNIT unset if they come
8128           before the first DELTA_UNIT from video pages. Fixes the newly-added
8129           test. Fixes #385527.
8130
8131 2007-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8132
8133         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8134           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8135           fails on the p5-ppc64 build bot and the failure looks like it is due
8136           to the same issue as #348114, ie. a compiler bug.
8137
8138 2007-06-13  Edward Hervey  <edward@fluendo.com>
8139
8140         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8141         Fix build on MacOSX.
8142
8143 2007-06-13  Wim Taymans  <wim@fluendo.com>
8144
8145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8146         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8147         Fix compilation on mingw. Fixes #446972.
8148
8149 2007-06-12  Wim Taymans  <wim@fluendo.com>
8150
8151         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8152
8153         * gst/playback/gstqueue2.c: (update_buffering),
8154         (gst_queue_locked_enqueue):
8155         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8156         also update the buffering status when receiving events. Fixes #446551.
8157
8158 2007-06-11  Wim Taymans  <wim@fluendo.com>
8159
8160         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8161
8162         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8163         (gst_queue_handle_src_query):
8164         Wait for preroll before attempting to forward a duration query upstream.
8165         Fixes #445505.
8166
8167 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8168
8169         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8170         (gst_base_rtp_depayload_set_gst_timestamp):
8171         Use G_GINT64_CONSTANT macro for int64 constant.
8172         * win32/common/libgstinterfaces.def:
8173         * win32/common/libgsttag.def:
8174         Add new exported functions.
8175
8176 2007-06-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8177
8178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8179           The BOS page of the first Dirac video stream needs to come before
8180           the BOS page of any Vorbis streams or other audio streams, just like
8181           it is with Theora.
8182
8183 2007-06-07  Wim Taymans  <wim@fluendo.com>
8184
8185         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8186         Fix compilation.
8187
8188 2007-06-06  Wim Taymans  <wim@fluendo.com>
8189
8190         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8191
8192         * gst/playback/gstqueue2.c: (gst_queue_init),
8193         (gst_queue_handle_sink_event), (gst_queue_chain),
8194         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8195         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8196         (gst_queue_src_activate_pull):
8197         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8198         Does not yet completely work because duration queries upstream won't
8199         block yet.
8200
8201 2007-06-06  Wim Taymans  <wim@fluendo.com>
8202
8203         * configure.ac:
8204         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8205         Some more fseeko checks.
8206
8207 2007-06-06  Wim Taymans  <wim@fluendo.com>
8208
8209         * configure.ac:
8210         check for large file support.
8211
8212 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8213
8214         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8215
8216         * gst/subparse/gstsubparse.c: (parse_subrip),
8217         (subviewer_unescape_newlines), (parse_subviewer),
8218         (gst_sub_parse_data_format_autodetect),
8219         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8220         * gst/subparse/gstsubparse.h:
8221         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8222         * tests/check/elements/subparse.c: (GST_START_TEST),
8223         (subparse_suite):
8224         Add a unit test for both SubViewer formats.
8225
8226 2007-06-01  Michael Smith <msmith@fluendo.com>
8227
8228         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8229           Don't overflow intermediate values when seeking to large time values
8230           in audiotestsrc.
8231
8232 2007-06-05  Wim Taymans  <wim@fluendo.com>
8233
8234         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8235         (gst_queue_create_read), (gst_queue_read_item_from_file),
8236         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8237         Include stdio to define fseeko.
8238
8239 2007-06-05  Wim Taymans  <wim@fluendo.com>
8240
8241         Patch by: Edward Hervey  <edward@fluendo.com>
8242
8243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8244         (gst_v4lsrc_query):
8245         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8246
8247 2007-06-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8248
8249         * gst-libs/gst/riff/Makefile.am:
8250         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8251           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8252           our own implementation.
8253
8254 2007-06-05  Wim Taymans  <wim@fluendo.com>
8255
8256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8257         (gst_base_rtp_depayload_setcaps),
8258         (gst_base_rtp_depayload_set_gst_timestamp),
8259         (gst_base_rtp_depayload_change_state):
8260         Handle timestamp wraparound.
8261
8262 2007-06-05  Wim Taymans  <wim@fluendo.com>
8263
8264         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8265         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8266         (gst_uri_decode_bin_change_state):
8267         Make sure we name srcpads uniquely even when using different internal
8268         decodebins.
8269         Signal no-more-pads when no more dynamic elements exist.
8270         Remove pads on cleanup.
8271
8272 2007-06-05  Wim Taymans  <wim@fluendo.com>
8273
8274         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8275
8276         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8277         (gst_queue_init), (gst_queue_finalize),
8278         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8279         (gst_queue_create_read), (gst_queue_read_item_from_file),
8280         (gst_queue_open_temp_location_file),
8281         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8282         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8283         (gst_queue_is_empty), (gst_queue_is_filled),
8284         (gst_queue_change_state), (gst_queue_set_temp_location),
8285         (gst_queue_set_property):
8286         Add support for filebased buffering. Fixes #441264.
8287
8288 2007-06-05  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8291         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8292         (caps_notify_group_cb), (gst_decode_group_new),
8293         (gst_decode_group_free):
8294         Add support for delayed caps fixation when autoplugging.
8295         Optimize cases where a multiqueue is not needed/wanted, like right after
8296         anything that is not a demuxer.
8297
8298 2007-06-05  Wim Taymans  <wim@fluendo.com>
8299
8300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8301         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8302         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8303         consideratly speedup ogg chain detection by not trying to find a base
8304         timestamp for skeleton streams. 
8305
8306 2007-06-05  Wim Taymans  <wim@fluendo.com>
8307
8308         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8309         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8310         (gst_multi_fd_sink_remove_flush),
8311         (gst_multi_fd_sink_remove_client_link),
8312         (gst_multi_fd_sink_handle_client_write),
8313         (gst_multi_fd_sink_handle_clients):
8314         * gst/tcp/gstmultifdsink.h:
8315         Add support for remove_flush.
8316
8317 2007-06-05  Wim Taymans  <wim@fluendo.com>
8318
8319         * docs/design/draft-keyframe-force.txt:
8320         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8321         (theora_enc_chain):
8322         Add draft design for forcing keyframes in encoders and implement in
8323         theoraenc.
8324
8325 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8326
8327         * configure.ac:
8328           Back to CVS
8329
8330 === release 0.10.13 ===
8331
8332 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8333
8334         * configure.ac:
8335           releasing 0.10.13, "What's Going on?"
8336
8337 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8338
8339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8340         In riff, the depth is stored in the size field but it just means that
8341         the least significant bits are cleared. We can therefore just play
8342         the sample as if it had a depth == width. Fixes: #440997
8343
8344         Patch by: Wim Taymans <wim@fluendo.com> 
8345         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8346
8347 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8348
8349         * gst-libs/gst/floatcast/floatcast.h:
8350         Define inline when needed on win32 builds. Fixes: #441295
8351         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8352
8353 2007-05-29  Wim Taymans  <wim@fluendo.com>
8354
8355         * gst/playback/gstplaybasebin.c: (queue_overrun),
8356         (no_more_pads_full):
8357         Stop buffering when the group is commited because the queues filled up.
8358         Fixes #442024.
8359
8360 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8361
8362         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8363         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8364         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8365         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8366         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8367         * ext/alsa/gstalsamixer.h:
8368         * ext/alsa/gstalsamixerelement.c:
8369         (gst_alsa_mixer_element_interface_supported),
8370         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8371         (gst_alsa_mixer_element_set_property),
8372         (gst_alsa_mixer_element_get_property),
8373         (gst_alsa_mixer_element_change_state):
8374         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8375         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8376         (gst_mixer_option_changed):
8377         * gst-libs/gst/interfaces/mixer.h:
8378         Revert commits towards #152864 made so far. We'll pick it up again
8379         after the 0.10.13 release.
8380
8381 2007-05-24  Wim Taymans  <wim@fluendo.com>
8382
8383         * gst-libs/gst/audio/gstbaseaudiosink.c:
8384         (gst_base_audio_sink_render):
8385         After an interrupt (PAUSED/flush) assume that the next sample should not
8386         be aligned to the previous sample. Fixes #417992.
8387
8388 2007-05-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8389
8390         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8391           Don't add channels and rate fields to the template caps for
8392           audio/x-dts, as wavparse might not always be able to set them,
8393           which would then lead to 'caps are not a real subset of the
8394           template caps' warnings.
8395
8396 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8397
8398         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8399         Handle unknown or invalid pads without crashing, as might occur if
8400         a media file like an mp3 is specified as a subtitle file.
8401         Fixes: #410039
8402
8403 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8404
8405         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8406         (setup_sinks):
8407         Block the subtitle bin output queue before ghosting it and linking,
8408         then unblock after. This avoids spurious not-linked errors caused 
8409         by the queue starting up (because it gets linked when it is ghosted). 
8410         Fixes: #350299
8411
8412 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8413
8414         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8415         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8416         file. Avoids flukes where the input gets typefound to some valid but
8417         useless type.
8418
8419 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8420
8421         * tests/check/Makefile.am:
8422         * tests/check/elements/.cvsignore:
8423         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8424         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8425           Add unit test for gnomevfssink seeking and position reporting for
8426           file:// URIs.
8427
8428 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8429
8430         Patch by: Mark Nauwelaerts <manauw at skynet be>
8431
8432         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8433         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8434         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8435         * ext/gnomevfs/gstgnomevfssink.h:
8436           Fix position reporting, especially after a seek (from upstream),
8437           see #412648.
8438
8439 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8440
8441         * ext/cdparanoia/gstcdparanoiasrc.c:
8442           Repair umlaut.
8443
8444 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8445
8446         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8447         Specify the full valid range for MP3 samplerates. Fixes a regression
8448         caused by extra header checks since the last release.
8449
8450 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8451
8452         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8454         Fix a locking-order bug I introduced with my changes the other day.
8455         Patch by Mike Smith.
8456
8457 2007-05-21  Michael Smith <msmith@fluendo.com>
8458
8459         * ext/theora/theoradec.c: (theora_handle_data_packet):
8460           Don't look inside 0-length packets (which indicate duplicated
8461           frames)
8462
8463 2007-05-21  Wim Taymans  <wim@fluendo.com>
8464
8465         * ext/cdparanoia/gstcdparanoiasrc.c:
8466         (gst_cd_paranoia_src_read_sector):
8467         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8468         (gst_base_audio_src_create):
8469         Small cleanups.
8470
8471         * ext/theora/theoradec.c: (theora_dec_sink_event):
8472         Fix typo.
8473
8474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8475         (gst_base_rtp_depayload_set_gst_timestamp):
8476         Add some FIXME
8477
8478         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8479         And some debug info when a FIXME path is hit.
8480
8481 2007-05-21  Wim Taymans  <wim@fluendo.com>
8482
8483         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8484         (gst_base_rtp_audio_payload_class_init),
8485         (gst_base_rtp_audio_payload_init),
8486         (gst_base_rtp_audio_payload_finalize),
8487         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8488         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8489         (gst_base_rtp_payload_audio_handle_event):
8490         Some cleanups, remove minptime property as it is now in the parent
8491         class.
8492         Override parent class event function.
8493
8494         * gst-libs/gst/rtp/gstbasertppayload.c:
8495         (gst_basertppayload_class_init), (gst_basertppayload_init),
8496         (gst_basertppayload_event), (gst_basertppayload_set_property),
8497         (gst_basertppayload_get_property):
8498         * gst-libs/gst/rtp/gstbasertppayload.h:
8499         Add min-ptime property.
8500         Add handle-event vmethod. Fixes #415001.
8501
8502 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8503
8504         * gst-libs/gst/audio/gstbaseaudiosink.c
8505           (gst_base_audio_sink_change_state):
8506           Fix typo in comment.
8507
8508         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8509           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8510           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8511           close_link):
8512         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8513           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8514           Remove trailing whitespaces in comments.
8515
8516         * gst/volume/Makefile.am:
8517           Fix tabs.
8518
8519 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8520
8521         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8522
8523         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8524           set_option, get_option, _gst_reserved):
8525           Revert reordering functions (keep ABI).
8526
8527 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8528
8529         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8530         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8531         (gst_ximagesink_show_frame):
8532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8533         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8534         (gst_xvimagesink_show_frame):
8535         When we create our own window, indicate that we handle the 
8536         WM_DELETE client message from the window manager, so that it won't 
8537         kill our window (and our app) along with it. Handle ClientMessage,
8538         post an error on the bus, and close the window. Further buffers
8539         arriving will result in a FlowError because the window has been
8540         destroyed.
8541
8542         Fixes: #393975
8543
8544         Clean up the X event handling loop and make them the same for
8545         both xvimagesink and ximagesink while I'm at it.
8546
8547 2007-05-17  Wim Taymans  <wim@fluendo.com>
8548
8549         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8550         Make decodebin2 autoplug depayloaders too.
8551
8552         * gst/playback/gsturidecodebin.c: (source_new_pad):
8553         Set the newly created decoder in a usable state when autoplugging a
8554         dynamic source such as RTSP.
8555
8556 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8557
8558         * gst/playback/gststreaminfo.c: (cb_probe):
8559           Ignore video-codec tag for audio streams and ignore audio-codec tags
8560           for video streams. Should make codec name collection a bit more
8561           robust against sloppy demuxers that send tag events containing both
8562           tags down each pad.
8563
8564 2007-05-17  Wim Taymans  <wim@fluendo.com>
8565
8566         * gst/playback/gstqueue2.c: (update_rates):
8567         Tweak the buffering thresholds a little.
8568         Update the buffer size with the previously calculate rate instead of
8569         only when we calculate a new rate so that we get smoother buffering
8570         updates.
8571
8572         * gst/playback/Makefile.am:
8573         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8574         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8575         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8576         (gst_uri_decode_bin_get_property), (unknown_type),
8577         (add_element_stream), (no_more_pads_full), (no_more_pads),
8578         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8579         (gen_source_element), (has_all_raw_caps), (analyse_source),
8580         (remove_decoders), (make_decoder), (remove_source),
8581         (source_new_pad), (setup_source), (decoder_query_init),
8582         (decoder_query_duration_fold), (decoder_query_duration_done),
8583         (decoder_query_position_fold), (decoder_query_position_done),
8584         (decoder_query_latency_fold), (decoder_query_latency_done),
8585         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8586         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8587         (gst_uri_decode_bin_change_state), (plugin_init):
8588         New element that intergrates a source, optional buffering element and
8589         decodebin.
8590
8591 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8592
8593         * configure.ac:
8594           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8595           (also has a .pc file, so we don't need the fallback check any
8596           longer). Fixes #438840.
8597
8598 2007-05-17  Wim Taymans  <wim@fluendo.com>
8599
8600         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8601         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8602         (apply_segment), (apply_buffer), (update_buffering),
8603         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8604         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8605         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8606         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8607         (plugin_init):
8608         fix build.
8609
8610 2007-05-17  Wim Taymans  <wim@fluendo.com>
8611
8612         * gst/playback/Makefile.am:
8613         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8614         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8615         (gst_queue_getcaps), (gst_queue_bufferalloc),
8616         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8617         (apply_buffer), (update_buffering), (reset_rate_timer),
8618         (update_rates), (gst_queue_locked_flush),
8619         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8620         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8621         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8622         (gst_queue_loop), (gst_queue_handle_src_event),
8623         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8624         (gst_queue_src_activate_push), (gst_queue_change_state),
8625         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8626         On our way to playbin2 this is the new network queue that does buffering
8627         all by itself using high and low watermarks. It can also measure up and
8628         downstream bandwidth to optimally size the queue.
8629
8630 2007-05-17  Michael Smith <msmith@fluendo.com>
8631
8632         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8633         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8634           Use the segment->last_stop value to calculate the next timestamp to
8635           generate after a seek; not the segment->start value.
8636
8637 2007-05-15  David Schleef  <ds@schleef.org>
8638
8639         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8640           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8641
8642 2007-05-15  Wim Taymans  <wim@fluendo.com>
8643
8644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8645         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8646         Some more chained streaming ogg timestamp fixes.
8647
8648 2007-05-15  Wim Taymans  <wim@fluendo.com>
8649
8650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8651         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8652         (gst_ogg_demux_handle_page):
8653         Add some FIXMEs.
8654         Fix chain start/stop segment handling based on patch by
8655         <ahalda at cs dot mcgill dot ca> see #320984.
8656
8657 2007-05-15  Michael Smith <msmith@fluendo.com>
8658
8659         * configure.ac:
8660           We don't require a C++ compiler. So don't require one.
8661
8662 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8663
8664         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8665           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8666           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8667           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8668           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8669           gst_alsa_mixer_update_track):
8670           Apply some of the cleanup Tim suggested in #152864 afterwards.
8671
8672 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8673
8674         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8675
8676         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8677           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8678           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8679           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8680           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8681           gst_alsa_mixer_handle_source_callback,
8682           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8683           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8684           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8685           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8686           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8687           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8688         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8689         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8690           gst_alsa_mixer_element_interface_supported,
8691           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8692           gst_alsa_mixer_element_set_property,
8693           gst_alsa_mixer_element_get_property,
8694           gst_alsa_mixer_element_change_state):
8695         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8696         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8697           gst_mixer_option_changed):
8698         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8699           volume_changed, option_changed, _gst_reserved):
8700           Implement notification for alsamixer. Fixes #152864
8701
8702 2007-05-14  David Schleef  <ds@schleef.org>
8703
8704         * gst/videotestsrc/videotestsrc.c:
8705         * gst/videotestsrc/videotestsrc.h:
8706           Add support for video/x-raw-bayer.
8707
8708 2007-05-12  David Schleef  <ds@schleef.org>
8709
8710         * sys/xvimage/xvimagesink.c:
8711           Add some sanity checking for the XVImage size returned by X.
8712           Related to #377400.
8713
8714 2007-05-12  Wim Taymans  <wim@fluendo.com>
8715
8716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8717         (gst_base_rtp_depayload_setcaps),
8718         (gst_base_rtp_depayload_set_gst_timestamp):
8719         Parse and use additional caps fields as described in updated
8720         application/x-rtp caps spec.
8721
8722 2007-05-12  Wim Taymans  <wim@fluendo.com>
8723
8724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8725         (gst_ogg_demux_collect_chain_info):
8726         If there is a stream in a chain without any data packets, ignore the
8727         stream in the total length calculations. Might be related to #436820.
8728
8729 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8730
8731         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8732         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8733         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8734         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8735         (plugin_init):
8736
8737         Consolidate and re-work our mpeg system stream detection to probe
8738         more packets and produce a higher confidence result. Fixes a
8739         regression caused by lowering the typefind probability last year
8740         - related to bug #397810. Remove the redundant MPEG-1 specific 
8741         typefind function, as the new one detects both MPEG-1 & MPEG-2
8742         happily.
8743
8744         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8745         little. 
8746
8747         Tested against my media test directory, with some improvements and
8748         no regressions.
8749
8750 2007-05-10  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8753         (queue_out_of_data):
8754         Connect to the new queue "pushing" signal instead of the broken
8755         "running" one.
8756
8757 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8758
8759         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8760         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8761         Move variable declaration before the first instruction.
8762         * gst/videotestsrc/videotestsrc.c:
8763         Define M_PI if it's not defined yet.
8764         * win32/common/libgstrtp.def:
8765         Add new exported functions.
8766
8767 2007-05-09  Michael Smith <msmith@fluendo.com>
8768
8769         * ext/theora/theoradec.c: (theora_handle_type_packet):
8770           gst_pad_push_event() does not return a GstFlowReturn!
8771
8772 2007-05-09  Wim Taymans  <wim@fluendo.com>
8773
8774         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8775         * tests/examples/seek/seek.c: (do_seek):
8776         Some small cosmetic changes.
8777
8778 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8779
8780         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8781           gst_adder_change_state):
8782         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8783           segment_pending, segment_position, segment_rate):
8784           Handle playback-rate on adder.
8785
8786 2007-05-07  Michael Smith <msmith@fluendo.com>
8787
8788         * ext/theora/gsttheoradec.h:
8789         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8790         (theora_dec_sink_event), (theora_handle_comment_packet),
8791         (theora_handle_type_packet), (theora_dec_change_state):
8792           Don't push events (newsegment, tags) before initialising the
8793           decoder.
8794           This is neccesary for seeking to work correctly in gnonlin.
8795
8796 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8797
8798         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8799         * gst/adder/gstadder.c:
8800         * gst/audiotestsrc/gstaudiotestsrc.c
8801           (gst_audio_test_src_create_white_noise):
8802         * gst/videotestsrc/gstvideotestsrc.c:
8803         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8804           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8805           volume_sink_template, volume_src_template, gst_volume_init,
8806           volume_process_double, volume_process_int16,
8807           volume_process_int16_clamp):
8808           Doc fixes and formatting.
8809
8810 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8811
8812         * tests/check/Makefile.am:
8813         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8814           Minimal check for volume's GstController usability; also another
8815           test for #422295.
8816
8817 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8818
8819         * gst-libs/gst/cdda/gstcddabasesrc.c:
8820         (gst_cdda_base_src_add_track):
8821           Fix it so that it (a) makes sense and (b) doesn't break
8822           everything cdda-related including the unit test.
8823
8824 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8825
8826         * gst-libs/gst/cdda/gstcddabasesrc.c:
8827         (gst_cdda_base_src_add_track):
8828           Fix build when disabling asserts.
8829
8830 2007-05-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8831
8832         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8833           When XShm is not available, we might get row strides that are not
8834           rounded up to multiples of four; this is bad, because virtually
8835           every RGB-processing element in GStreamer assumes rowstrides are
8836           rounded up to multiples of four, so let's allocate at least enough
8837           memory to avoid crashes in this case. The image will still be
8838           displayed distorted though if this happens, so that still needs
8839           fixing (maybe by allocating a bigger image with an 'even' width
8840           and then clipping it appropriately when rendering - something for
8841           Xlib aficionados in any case).
8842
8843 2007-05-03  Michael Smith <msmith@fluendo.com>
8844
8845         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8846           If a buffer doesn't have a timestamp, assume it's contiguous with
8847           the previous buffer, and synthesise timestamps appropriately.
8848
8849 2007-05-03  Edward Hervey  <edward@fluendo.com>
8850
8851         * tests/check/elements/videorate.c: (GST_START_TEST):
8852         Set buffer timestamp to a valid value in order to test the buffer
8853         really does stay in videorate.
8854
8855 2007-05-03  Edward Hervey  <edward@fluendo.com>
8856
8857         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8858         There is no sensible way to handle incoming buffers which don't have a
8859         valid timestamp. We therefore discard them and wait for the next one.
8860
8861 2007-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8862
8863         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8864         * gst/playback/gstdecodebin2.c: (plugin_init):
8865           Better error message for text files.
8866
8867 2007-04-29  Wim Taymans  <wim@fluendo.com>
8868
8869         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8870         Fix offset bug in generation RR packets.
8871
8872 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8873
8874         * ext/theora/theoradec.c: (_theora_granule_time),
8875         (theora_dec_push_forward), (theora_handle_data_packet),
8876         (theora_dec_decode_buffer): Calculate buffer duration correctly
8877         to generate a perfect stream (#433888).
8878         * gst/audioresample/gstaudioresample.c:
8879         (audioresample_check_discont): Glib provides ABS.
8880
8881 2007-04-27  Wim Taymans  <wim@fluendo.com>
8882
8883         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8884         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8885         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8886         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8887         (gst_rtcp_packet_bye_set_reason):
8888         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8889         Fix RB block parsing and writing.
8890         Add support for constructing BYE packets.
8891
8892 2007-04-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8893
8894         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8895         (gst_base_audio_src_create):
8896         * po/POTFILES.in:
8897           When posting a warning message because samples were dropped, post
8898           something more intelligible than he default error message for clock
8899           errors which is just confusing in this context (#432984).
8900
8901 2007-04-25  Wim Taymans  <wim@fluendo.com>
8902
8903         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8904         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8905         (read_packet_header), (gst_rtcp_packet_move_to_next),
8906         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8907         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8908         (gst_rtcp_packet_sdes_get_item_count),
8909         (gst_rtcp_packet_sdes_first_item),
8910         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8911         (gst_rtcp_packet_sdes_first_entry),
8912         (gst_rtcp_packet_sdes_next_entry),
8913         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8914         (gst_rtcp_packet_sdes_add_entry):
8915         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8916         Implement code to write SR, RR and SDES packets.
8917
8918 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8919
8920         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8921
8922         * sys/ximage/ximagesink.c:
8923           Fix build if XShm is not available (#432362).
8924
8925 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8926
8927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8928         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8929         pointers to random memory which are passed to g_free() when
8930         audio_convert_prepare_context() is called the first time.
8931
8932 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8933
8934         Patch by: Dan Williams <dcbw redhat com>
8935
8936         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8937           Don't leak incoming buffer if gst_pad_push() returns a
8938           non-OK flow. Fixes #432755.
8939          
8940         * tests/check/elements/videorate.c: (GST_START_TEST),
8941         (videorate_suite):
8942           Unit test for the above by Yours Truly.
8943
8944 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8945
8946         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8947         (gst_adder_sink_event), (gst_adder_collected):
8948           Fix non-flushing segmented seeks, Fixes #340060 for me
8949
8950 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8951
8952         Patch by: Olivier Crete  <tester at tester ca>
8953
8954         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8955         (gst_base_rtp_audio_payload_class_init),
8956         (gst_base_rtp_audio_payload_init),
8957         (gst_base_rtp_audio_payload_dispose):
8958           Chain up to parent class in dispose function; get rid of
8959           unnecessary 'diposed' flag in private structure (#415001).
8960
8961 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8962
8963         * docs/libs/gst-plugins-base-libs.types:
8964         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8965         (gst_base_rtp_audio_payload_class_init):
8966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8967         * gst-libs/gst/rtp/gstbasertppayload.c:
8968           Some minor docs fixes and additions; also add missing 'Since' bits.
8969
8970 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8971
8972         Patch by: Zeeshan Ali  <zeenix gmail com>
8973
8974         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8975         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8976         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8977         (gst_base_rtp_audio_payload_push):
8978         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8979           The recently-added gst_base_rtp_audio_payload_push() should take an
8980           object of type GstBaseRTPAudioPayload as first argument (#431672).
8981
8982 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8983
8984         * gst/audioresample/gstaudioresample.c:
8985           Make more functions static, just because we can.
8986
8987 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8988
8989         * tests/check/elements/audioresample.c:
8990           Add unit test for audioresample shutdown crasher (#420106).
8991
8992 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8993
8994         * gst/subparse/gstsubparse.c:
8995         * gst/subparse/samiparse.c:
8996           Use GST_DISABLE_XML here
8997
8998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8999         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9000         (gst_xvimagesink_buffer_alloc),
9001         (gst_xvimagesink_navigation_send_event):
9002         * sys/xvimage/xvimagesink.h:
9003           Include stdlib.h when using atoi.
9004           
9005         * tests/check/elements/playbin.c: (playbin_suite):
9006           Use GST_DISABLE_REGISTRY here
9007
9008 2007-04-19  Michael Smith  <msmith@fluendo.com>
9009
9010         * ext/theora/gsttheoraenc.h:
9011         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9012         (theora_enc_sink_event), (theora_enc_change_state):
9013           Track initialisation state; don't try to use encoder state if we're
9014           not initialised (it'll segfault).
9015
9016 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9017
9018         * tests/check/pipelines/.cvsignore:
9019         Fix build.
9020
9021 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9022
9023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9024         Allow random depths between 1 and 32 instead of only multiplies of 8.
9025
9026 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9027
9028         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9029         Set the maximum number of channels for PCM and float in the correct
9030         place to have it also used when creating the template caps.
9031
9032 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9033
9034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9035         Correctly support 4, 6 and 8 channels with normal PCM and float
9036         wav files.
9037
9038         Fix the depth and signedness calculation in extensible wav files and
9039         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9040         mask is found.
9041
9042         Add support for float, alaw and mulaw in extensible wav files.
9043
9044         This allows correct playback of all but 5 files from
9045         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9046         
9047         (gst_riff_create_audio_template_caps):
9048         Add voxware and float formats to the template caps.     
9049
9050 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9051
9052         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9053
9054         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9055         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9056
9057         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9058         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9059         Use the correct format strings for integer formats.
9060
9061 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9062
9063         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9064           Don't use pad_alloc_buffer_and_set_caps to create a small header
9065           packet, or, worse, to create a big temporary video buffer using the
9066           src pad.
9067
9068 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9069
9070         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9071         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9072           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9073           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9074
9075 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9076
9077         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9078           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9079           streamheader_suite):
9080           Add another test set up for failure
9081
9082 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9083
9084         * tests/check/Makefile.am:
9085         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9086           GST_START_TEST, streamheader_suite, main):
9087           Add a test for the streamheader bug Wim fixed.
9088
9089 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9090
9091         * ext/theora/theoradec.c: (theora_dec_sink_event):
9092         Fix misleading comment.
9093
9094 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9095
9096         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9097           More sanity checks for the header fields.
9098
9099 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9100
9101         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9102           Try encodings from all environment variables, not just those in the
9103           first environment variable that is set.
9104
9105 2007-04-12  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9108         (gst_video_rate_chain):
9109         Add some debug.
9110
9111         * tests/check/elements/videorate.c: (GST_START_TEST),
9112         (videorate_suite):
9113         Added check for videorate changing caps handling. Closes #421834.
9114
9115 2007-04-12  Michael Smith  <msmith@fluendo.com>
9116
9117         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9118           Use scale functions to avoid overflow when calculating duration of 
9119           vorbis buffers.
9120
9121 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9122
9123         * docs/libs/gst-plugins-base-libs-sections.txt:
9124         * gst-libs/gst/tag/tag.h:
9125         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9126           API: add gst_tag_freeform_string_to_utf8() (#405072).
9127
9128         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9129           Use gst_tag_freeform_string_to_utf8() here.
9130
9131 2007-04-12  Wim Taymans  <wim@fluendo.com>
9132
9133         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9134         (gst_gdp_pay_sink_event):
9135         Make sure we set the IN_CAPS flag correctly.
9136
9137         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9138         Get the IN_CAPS flag before we call functions that mess with the flags.
9139
9140 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9141
9142         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9143           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9144           Only stamp buffers with offset/offset_end right before they get
9145           pushed.  This ensures offset continuity, which was not the case
9146           before as shown by
9147           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9148
9149 2007-04-06  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst/playback/gstplaybin.c: (add_sink),
9152         (gst_play_bin_change_state):
9153         Activate sync in playbin, we are ready to handle it for live streams.
9154
9155 2007-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9156
9157         * tests/check/elements/playbin.c:
9158         (test_sink_usage_video_only_stream), (playbin_suite):
9159           Add small test for stream-info-value-array code paths.
9160
9161 2007-04-05  Wim Taymans  <wim@fluendo.com>
9162
9163         * gst-libs/gst/audio/gstbaseaudiosink.c:
9164         (gst_base_audio_sink_skew_slaving):
9165         Don't try to create invalid calibration parameters by making the
9166         internal time go backwards, instead make external time go forward.
9167
9168 2007-04-05  Wim Taymans  <wim@fluendo.com>
9169
9170         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9171
9172         * gst/playback/gstplaybasebin.c: (add_stream):
9173         Fix leak in add_stream(), when g_value_set_object() increases the
9174         refcount of streaminfo object. Fixes #426250.
9175
9176 2007-04-03  David Schleef  <ds@schleef.org>
9177
9178         * gst/videotestsrc/gstvideotestsrc.c:
9179         * gst/videotestsrc/gstvideotestsrc.h:
9180         * gst/videotestsrc/videotestsrc.c:
9181         * gst/videotestsrc/videotestsrc.h:
9182           Add a test pattern called "circular", which has concentric
9183           rings with varying radial frequency.  The main purpose of this
9184           pattern is to test fidelity loss in a filter or scaler element.
9185           Notably, this pattern is scale invariant, and is optimally viewed
9186           with a width (and height) of 400.
9187
9188 2007-04-03  Wim Taymans  <wim@fluendo.com>
9189
9190         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9191
9192         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9193         (deactivate_free_recursive):
9194         Decodebin2 doesn't unref pads it obtains in some occasions:
9195         - multiqueue src pads, when either connecting further or exposing
9196         - sink pads of new autoplugged elements
9197         - peer pads when recursively freeing elements
9198         Fixes #425455.
9199
9200 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9201
9202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9203         Add audio/x-raw-float support, now that audioconvert support
9204         non-native endianness floats.
9205
9206 2007-03-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9207
9208         * docs/libs/gst-plugins-base-libs-docs.sgml:
9209           gstreamer-plugins-base.pc doesn't exist, it's
9210           gstreamer-plugins-base-0.10.pc.
9211
9212 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9213
9214         Patch by: RenĂ© Stadler <mail at renestadler dot de>
9215         with some minor changes
9216
9217         * gst-libs/gst/floatcast/floatcast.h:
9218         Use more efficient float endianness conversion functions that don't
9219         involve 2 function calls per value.
9220         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9221         (check_default), (audio_convert_prepare_context):
9222         * gst/audioconvert/gstaudioconvert.c:
9223         (gst_audio_convert_parse_caps), (make_lossless_changes):
9224         Support non-native endianness floats as input and output.
9225         Fixes #339838.
9226         * tests/check/elements/audioconvert.c: (verify_convert),
9227         (GST_START_TEST):
9228         Add unit tests for the non-native endianness float conversions.
9229
9230 2007-03-29  Wim Taymans  <wim@fluendo.com>
9231
9232         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9233         (gst_base_rtp_depayload_base_init),
9234         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9235         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9236         (gst_base_rtp_depayload_set_gst_timestamp),
9237         (gst_base_rtp_depayload_change_state),
9238         (gst_base_rtp_depayload_set_property),
9239         (gst_base_rtp_depayload_get_property):
9240         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9241         Add Private structure.
9242         Bring element code to 2007.
9243         Parse clock-base caps param and use it when generating the
9244         newsegment.
9245         Reset variables before going to PAUSED.
9246         Fix some docs.
9247
9248 2007-03-29  Wim Taymans  <wim@fluendo.com>
9249
9250         * docs/libs/gst-plugins-base-libs-docs.sgml:
9251         * docs/libs/gst-plugins-base-libs-sections.txt:
9252         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9253         (gst_base_rtp_audio_payload_get_adapter):
9254         Add RTCP docs.
9255         Fix some more docs.
9256
9257         * gst-libs/gst/rtp/Makefile.am:
9258         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9259         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9260         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9261         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9262         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9263         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9264         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9265         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9266         (gst_rtcp_packet_sr_get_sender_info),
9267         (gst_rtcp_packet_sr_set_sender_info),
9268         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9269         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9270         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9271         (gst_rtcp_packet_sdes_get_chunk_count),
9272         (gst_rtcp_packet_sdes_first_chunk),
9273         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9274         (gst_rtcp_packet_sdes_first_item),
9275         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9276         (gst_rtcp_packet_bye_get_ssrc_count),
9277         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9278         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9279         (gst_rtcp_packet_bye_get_reason_len),
9280         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9281         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9282         Add new helper object for parsing and creating RTCP messages.
9283
9284 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9285
9286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9287         PCM samples with width=8 must be always unsigned, no matter what
9288         depth they have.
9289
9290 2007-03-29  Andy Wingo  <wingo@pobox.com>
9291
9292         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9293         perfect offsets also, not just timestamps.
9294
9295         * tests/check/elements/videorate.c (test_more): Test that given
9296         any incoming offsets, that videorate produces perfect offsets.
9297
9298 2007-03-29  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst-libs/gst/riff/riff-ids.h:
9301         Add some more RIFF formats.
9302
9303 2007-03-29  Wim Taymans  <wim@fluendo.com>
9304
9305         * gst-libs/gst/rtp/gstrtpbuffer.c:
9306         (gst_rtp_buffer_default_clock_rate):
9307         * gst-libs/gst/rtp/gstrtpbuffer.h:
9308         Fix fixed payload names and docs.
9309         Added method to get the default clock rates of fixed payload types.
9310         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9311
9312 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9313
9314         * tests/check/pipelines/.cvsignore:
9315         Add new vorbisdec test to cvsignore.
9316
9317 2007-03-28  Wim Taymans  <wim@fluendo.com>
9318
9319         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9320         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9321         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9322         (gst_base_audio_sink_set_property),
9323         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9324         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9325         (gst_base_audio_sink_skew_slaving),
9326         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9327         (gst_base_audio_sink_async_play):
9328         * gst-libs/gst/audio/gstbaseaudiosink.h:
9329         Store private stuff in GstBaseAudioSinkPrivate.
9330         Add configurable clock slaving modes property.
9331         API:: GstBaseAudioSink::slave-method property
9332         Some more latency reporting tweaks.
9333         Added skew based clock slaving correction and make it the default until
9334         the resampling method is more robust.
9335
9336 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9337
9338         * gst/audioconvert/audioconvert.c:
9339         Add docs to the integer pack functions and implement proper
9340         rounding. Before we had rounding towards negative infinity, i.e.
9341         always the smaller number was taken. Now we use natural rounding,
9342         i.e. rounding to the nearest integer and to the one with the largest
9343         absolute value for X.5. The old rounding introduced some minor
9344         distortions. Fixes #420079
9345         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9346         Fix one unit test that assumed the old rounding and added unit tests
9347         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9348         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9349         rounding from signed int32 to signed/unsigned int16.
9350
9351 2007-03-27  Michael Smith  <msmith@fluendo.com>
9352
9353         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9354         (gst_audio_convert_transform_caps):
9355           Fix typo in debug line introduced recently, as pointed out on irc.
9356
9357 2007-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9358
9359         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9360         * tests/check/libs/tag.c: (GST_START_TEST):
9361           Make sure we parse floating-point numbers in vorbis comments
9362           correctly with either '.' or ',' as separator, no matter what
9363           the current locale is. Add unit test for this too.
9364
9365 2007-03-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9366
9367         Patch by: RenĂ© Stadler  <mail at renestadler de>
9368
9369         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9370           When writing out floating-point numbers to vorbis comment tags, always
9371           use the same character as separator no matter what the current locale is
9372           (fixes #423051).
9373
9374         * tests/check/libs/tag.c: (GST_START_TEST):
9375           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9376
9377 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9378
9379         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9380           vorbis_handle_data_packet):
9381           Correctly set DURATION to generate a timestamp-continuous stream.
9382           One bug left at the end; see
9383           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9384         * tests/check/Makefile.am:
9385         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9386           Add a test to check this.  Without the above patch this test fails.
9387
9388 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9389
9390         * gst-libs/gst/rtp/Makefile.am:
9391         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9392
9393 2007-03-23  Michael Smith  <msmith@fluendo.com>
9394
9395         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9396         (gst_video_rate_reset), (gst_video_rate_chain):
9397           If videorate changes caps, we can no longer use the old buffer
9398           (which may have a different size, incompatible with our caps).
9399           So don't do that; just duplicate the new frame more times.
9400
9401 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9402
9403         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9404         Remove playbin's override of the set_clock vmethod. It's irrelevant
9405         after Wim's commit on the 19th.
9406
9407 2007-03-22  Wim Taymans  <wim@fluendo.com>
9408
9409         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9410         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9411         * ext/gnomevfs/gstgnomevfssrc.h:
9412         Don't cache file sizes. Fixes #341078.
9413
9414 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9415
9416         * gst/playback/gstplaybin.c: (add_sink):
9417           Use GST_PTR_FORMAT to log caps. 
9418
9419 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9420
9421         Patch by: Young-Ho Cha <ganadist at chollian net>
9422
9423         * gst/subparse/samiparse.c: (handle_start_font):
9424           Special-case some more colour names that pango doesn't handle by
9425           default. Fixes #420578.
9426
9427 2007-03-20  Michael Smith  <msmith@fluendo.com>
9428
9429         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9430           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9431           that marks EOS internally. After that, libvorbis will buffer all
9432           input data, and encode none of it, eventually leading to memory
9433           exhaustion.
9434
9435 2007-03-19  Wim Taymans  <wim@fluendo.com>
9436
9437         * gst/playback/gstdecodebin.c: (remove_fakesink):
9438         Don't post STATE_DIRTY anymore.
9439
9440         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9441         (gst_play_bin_change_state):
9442         Remove stream_time reset in seek handling, core does that now.
9443         Disable clocking for live pipelines by forcing a NULL clock to the
9444         complete pipeline, core is too smart now for our previous hack.
9445         We can always autoplug in PAUSED now.
9446
9447 2007-03-17  David Schleef  <ds@schleef.org>
9448
9449         * REQUIREMENTS:  Update this file, change the formatting to make
9450         it more consistent, plus more machine readable.
9451
9452 2007-03-16  Michael Smith  <msmith@fluendo.com>
9453
9454         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9455         (strip_width_64), (append_with_other_format):
9456           Previous fix was too simplistic, and broke the tests. Use a better
9457           approach; only strip 64 from widths for integer audio.
9458
9459 2007-03-16  Michael Smith  <msmith@fluendo.com>
9460
9461         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9462         (gst_audio_convert_transform_caps):
9463           We don't support 64 bit integer audio, so don't try to claim we can.
9464           Stops us producing caps don't match our template caps.
9465           Update comments.
9466
9467 2007-03-15  Michael Smith  <msmith@fluendo.com>
9468
9469         * gst/audioresample/gstaudioresample.c:
9470         (audioresample_check_discont), (audioresample_transform):
9471           Don't trigger discontinuities for very small imperfections; a filter
9472           flush will sound bad, and many plugins have rounding errors leading
9473           to these.
9474
9475 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9476
9477         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9478
9479         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9480         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9481         API: add "min-ptime" property to RTP base audio payloader.
9482         API: add gst_base_rtp_audio_payload_push().
9483         API: add gst_base_rtp_audio_payload_get_adapter().
9484         Fixes #415001
9485         Indentation/whitespace/documentation fixes.
9486
9487 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9488
9489         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9490         (audioresample_transform_size), (audioresample_do_output),
9491         (audioresample_transform), (audioresample_pushthrough): Handle
9492         discontinuous streams.
9493         * gst/audioresample/gstaudioresample.h:
9494         * tests/check/elements/audioresample.c:
9495         (test_discont_stream_instance), (GST_START_TEST),
9496         (audioresample_suite): Add a test for discontinuous streams.
9497         * win32/common/config.h: Updated.
9498
9499 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9500
9501         * po/af.po:
9502         * po/az.po:
9503         * po/cs.po:
9504         * po/en_GB.po:
9505         * po/it.po:
9506         * po/nb.po:
9507         * po/nl.po:
9508         * po/or.po:
9509         * po/sq.po:
9510         * po/sr.po:
9511         * po/sv.po:
9512         * po/uk.po:
9513         * po/vi.po:
9514           Update translations from translation project.
9515
9516 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9517
9518         * gst/audioresample/debug.h:
9519         * gst/audioresample/resample.c: (resample_init):
9520           Since I really am not interested in a debug line for each sample
9521           being processed, move the library's debugging to its own category,
9522           libaudioresample
9523
9524 2007-03-13  Michael Smith  <msmith@fluendo.com>
9525
9526         * ext/theora/theoradec.c: (theora_handle_type_packet):
9527           Since the plugin doesn't support anything other than 4:2:0 right
9528           now, post an error and fail if we get something else. Won't matter
9529           until libtheora supports the other pixel formats, but hopefully
9530           that'll be soon...
9531
9532 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9533
9534         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9535         Use gst_guint64_to_gdouble for conversion.
9536         * win32/MANIFEST:
9537         Add new files to the win32 MANIFEST.
9538         * win32/common/libgstaudio.def:
9539         * win32/common/libgstpbutils.def:
9540         Add new exported functions.
9541         * win32/vs6/gst_plugins_base.dsw:
9542         * win32/vs6/libgstdecodebin.dsp:
9543         * win32/vs6/libgstplaybin.dsp:
9544         Change the link to libgstpbutils.lib.
9545         * win32/vs6/libgstdecodebin2.dsp:
9546         Add a new project for decodebin2.
9547         * win32/vs6/libgstpbutils.dsp:
9548         Add a new project for pbutils.
9549
9550 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9551
9552         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9553           Also accept partial dates with only year and month,
9554           like 1999-12-00 (fixes #410396 even more).
9555
9556         * tests/check/libs/tag.c: (GST_START_TEST):
9557           Add unit test for the above.
9558
9559 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9560
9561         * tests/check/elements/subparse.c: (GST_START_TEST),
9562         (subparse_suite):
9563           Add unit test for MPL2 subtitle format (#413799).
9564
9565 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9566
9567         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9568
9569         * gst/subparse/Makefile.am:
9570         * gst/subparse/gstsubparse.c:
9571         (gst_sub_parse_data_format_autodetect),
9572         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9573         (gst_subparse_type_find):
9574         * gst/subparse/gstsubparse.h:
9575         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9576         * gst/subparse/mpl2parse.h:
9577           Add support for MPL2 subtitle format (#413799).
9578
9579 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9580
9581         * configure.ac:
9582           We require core CVS for the new buffer metadata copy functions.
9583
9584 2007-03-09  Wim Taymans  <wim@fluendo.com>
9585
9586         * gst-libs/gst/tag/gstid3tag.c:
9587         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9588         Fixes #414496.
9589
9590         Patch by: Alex Lancaster <alexl at users sourceforge net>
9591
9592 2007-03-09  Wim Taymans  <wim@fluendo.com>
9593
9594         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9595         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9596         Improve adapter usage and comments.
9597
9598 2007-03-09  Wim Taymans  <wim@fluendo.com>
9599
9600         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9601         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9602         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9603         Use new metadata copy function.
9604
9605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9606         (gst_ffmpegcsp_transform):
9607         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9608         Basetransform copied the metadata for us.
9609
9610 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9611
9612         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9613         (gst_text_overlay_video_event):
9614           Some more logging. Only accept newsegment events in TIME format and
9615           send a WARNING message if they are not in TIME format.
9616
9617         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9618         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9619         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9620         * gst/subparse/gstsubparse.h:
9621           No need to allocate GstSegment structure dynamically, just put it
9622           into the instance structure; ignore newsegment events in BYTE
9623           format and in particular don't let it overwrite our saved TIME
9624           segment from the last seek.
9625
9626 2007-03-09  Michael Smith  <msmith@fluendo.com>
9627
9628         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9629           Replace AC3 typefinder with one that isn't terrible, and actually
9630           works usefully.
9631
9632 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9633
9634         * gst/audioconvert/gstaudioconvert.c:
9635         (gst_audio_convert_transform):
9636           fix error category and translatable string
9637           
9638
9639 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9640
9641         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9642         * pkgconfig/gstreamer-plugins-base.pc.in:
9643           Fix up utils => pbutils here too.
9644
9645 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9646
9647         * gst/subparse/gstsubparse.c: (handle_buffer):
9648           Break out of loop in chain function as soon as possible if we get
9649           a non-OK flow return.
9650
9651 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9652
9653         * tests/check/elements/alsa.c: (GST_START_TEST):
9654         Unref the mixer if the state change fails too (if the
9655         alsa devices are inaccessible, for example)
9656
9657 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9658
9659         * tests/check/Makefile.am:
9660         Don't test libvisual elements in the states check, because libvisual
9661         seems to leak internally.
9662
9663         Re-enable the alsa and states tests now that there's new suppressions
9664         in gst.supp.
9665
9666         * tests/check/elements/alsa.c: (GST_START_TEST):
9667         Don't leak the alsamixer we instantiated.
9668
9669 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9670
9671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9672         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9673         (gst_ximagesink_finalize):
9674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9675         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9676         Move some cleanup stuff from the state change handler into a _reset()
9677         function that can be called from _finalize(). This ensures that things
9678         get freed even if (for some reason) the NULL->READY state transition
9679         fails in the parent class.
9680         Even if a parent state change fails, process our downward state change
9681         logic instead of bailing out early.
9682         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9683
9684 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9685
9686         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9687         Extra log line.
9688
9689         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9690         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9691         Use pango_font_description_set_family_static instead of 
9692         pango_font_description_set_family to save a string copy (it was
9693         leaking due to the strdup anyway)
9694
9695         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9696         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9697         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9698         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9699         Chain up in finalize.
9700
9701 2007-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9702
9703         * gst-libs/gst/interfaces/mixertrack.c:
9704         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9705         (gst_mixer_track_set_property):
9706           API: add "untranslated-label" property which should be set by
9707           implementations at construct time (#414645).
9708
9709         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9710         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9711           Set "untranslated-label" when constructing mixer track objects.
9712
9713         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9714           Unit test to check the above.
9715
9716 2007-03-07  Wim Taymans  <wim@fluendo.com>
9717
9718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9719         Fix confusing debug message.
9720
9721 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9722
9723         * gst-plugins-base.doap:
9724         update doap file with new version
9725
9726 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9727
9728         * configure.ac:
9729         Back to CVS
9730
9731 === release 0.10.12 ===
9732
9733 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9734
9735         * configure.ac:
9736           releasing 0.10.12, "Zombie Horde"
9737
9738 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9739
9740         * configure.ac:
9741         Bump version to 0.10.11.4 pre-release
9742
9743 2007-03-06  Wim Taymans  <wim@fluendo.com>
9744
9745         * gst-libs/gst/audio/gstbaseaudiosink.c:
9746         (gst_base_audio_sink_async_play):
9747         Fix regression that made GStreamer skip the first samples of audio.
9748         Fixes #414684.
9749
9750 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9751
9752         * configure.ac:
9753         Bump version to 0.10.11.3 pre-release
9754
9755 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9756
9757         * po/POTFILES.in:
9758           Update paths for the rename from utils to pbutils to fix the build.
9759
9760 2007-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9761
9762         * gst-libs/gst/pbutils/Makefile.am:
9763           Change directory to install headers in from gst/utils to gst/pbutils
9764           as well.
9765
9766 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9767
9768         * configure.ac:
9769         * docs/libs/gst-plugins-base-libs-docs.sgml:
9770         * docs/libs/gst-plugins-base-libs-sections.txt:
9771         * gst-libs/gst/Makefile.am:
9772         * gst-libs/gst/interfaces/mixer.c:
9773         * gst-libs/gst/pbutils/Makefile.am:
9774         * gst-libs/gst/pbutils/descriptions.c:
9775         (gst_pb_utils_get_source_description),
9776         (gst_pb_utils_get_sink_description),
9777         (gst_pb_utils_get_decoder_description),
9778         (gst_pb_utils_get_encoder_description),
9779         (gst_pb_utils_get_element_description),
9780         (gst_pb_utils_add_codec_description_to_tag_list),
9781         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9782         * gst-libs/gst/pbutils/descriptions.h:
9783         * gst-libs/gst/pbutils/install-plugins.c:
9784         * gst-libs/gst/pbutils/install-plugins.h:
9785         * gst-libs/gst/pbutils/missing-plugins.c:
9786         (gst_missing_uri_source_message_new),
9787         (gst_missing_uri_sink_message_new),
9788         (gst_missing_element_message_new),
9789         (gst_missing_decoder_message_new),
9790         (gst_missing_encoder_message_new),
9791         (gst_missing_plugin_message_get_description):
9792         * gst-libs/gst/pbutils/missing-plugins.h:
9793         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9794         * gst-libs/gst/pbutils/pbutils.h:
9795         * gst-libs/gst/utils/Makefile.am:
9796         * gst-libs/gst/utils/base-utils.c:
9797         * gst-libs/gst/utils/base-utils.h:
9798         * gst-libs/gst/utils/descriptions.c:
9799         * gst-libs/gst/utils/descriptions.h:
9800         * gst-libs/gst/utils/install-plugins.c:
9801         * gst-libs/gst/utils/install-plugins.h:
9802         * gst-libs/gst/utils/missing-plugins.c:
9803         * gst-libs/gst/utils/missing-plugins.h:
9804         * gst-plugins-base.spec.in:
9805         * gst/playback/Makefile.am:
9806         * gst/playback/gstdecodebin.c:
9807         * gst/playback/gstdecodebin2.c:
9808         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9809         (gen_source_element):
9810         * gst/playback/gstplaybin.c: (plugin_init):
9811         * tests/check/Makefile.am:
9812         * tests/check/libs/pbutils.c: (GST_START_TEST),
9813         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9814         * tests/check/libs/utils.c:
9815           rename utils to pbutils
9816
9817 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9818
9819         * docs/plugins/Makefile.am:
9820         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9821         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9822         * docs/plugins/inspect/plugin-decodebin2.xml:
9823         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9824         Add documentation for decodebin2 that indicates that the API
9825         is still unstable.
9826
9827 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9828
9829         * configure.ac:
9830         Update to 0.10.11.2 (0.10.12 pre-release)
9831
9832 2007-03-01  Wim Taymans  <wim@fluendo.com>
9833
9834         * gst-libs/gst/audio/gstbaseaudiosink.c:
9835         (gst_base_audio_sink_async_play):
9836         base time is irrelevant here.
9837
9838 2007-03-01  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9841         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9842         Improve debugging.
9843
9844         * gst-libs/gst/audio/gstbaseaudiosink.c:
9845         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9846         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9847         Improve latency and clock slaving calculations.
9848         Improve slave clock calibration.
9849
9850         * gst-libs/gst/audio/gstringbuffer.c:
9851         (gst_ring_buffer_commit_full):
9852         When we are asked to render N sample to 0 bytes, return N.
9853
9854 2007-03-01  Wim Taymans  <wim@fluendo.com>
9855
9856         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9857         (gst_alsasink_write), (gst_alsasink_reset):
9858         * ext/alsa/gstalsasink.h:
9859         Remove unused dispose function.
9860         Rename lock to not interfere with alsasrc lock.
9861
9862         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9863         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9864         (gst_alsasrc_read), (gst_alsasrc_reset):
9865         * ext/alsa/gstalsasrc.h:
9866         Implement finalize function.
9867         Use lock to protect alsa access.
9868         Implement _reset.
9869         Fine tune sw params.
9870
9871 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9872
9873         * configure.ac:
9874           Convert to new AG_GST style.
9875
9876 2007-02-28  Wim Taymans  <wim@fluendo.com>
9877
9878         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9879
9880         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9881         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9882         Fix race condition when rapidly switching visualisations in playbin.
9883         Fixes #401029.
9884
9885 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9886
9887         * tests/check/Makefile.am:
9888         Include local stuff before system installed things in LDFLAGS and
9889         CFLAGS.
9890
9891 2007-02-28  Wim Taymans  <wim@fluendo.com>
9892
9893         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9894         Improve debugging.
9895
9896 2007-02-28  Wim Taymans  <wim@fluendo.com>
9897
9898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9899         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9900         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9901         Fix duration and timestamping, taking latency into account.
9902         Implement latency query.
9903
9904 2007-02-28  Wim Taymans  <wim@fluendo.com>
9905
9906         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9907         (gst_audio_clock_new):
9908         Fix clock name.
9909
9910         * gst-libs/gst/audio/gstbaseaudiosink.c:
9911         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9912         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9913         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9914         (gst_base_audio_src_create):
9915         Improve latency query code.
9916         Use proper clock names.
9917
9918 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9919
9920         * tests/check/generic/states.c: (GST_START_TEST):
9921           Copy the states.c test from core again
9922         * tests/check/Makefile.am:
9923           ignore cdio and cdparanoiasrc
9924
9925 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9926
9927         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9928         (double_hq), (audio_convert_get_func_index), (check_default),
9929         (audio_convert_prepare_context), (audio_convert_convert):
9930           Also make valgrind happy and avoid copying data in some cases.
9931
9932 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9933
9934         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9935         (double_hq), (audio_convert_get_func_index),
9936         (audio_convert_prepare_context), (audio_convert_convert):
9937         * gst/audioconvert/gstaudioconvert.c:
9938         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9939         (gst_audio_convert_transform_caps):
9940         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9941         (audioconvert_suite):
9942           Don't run inplace if that overwrites source data as we go. Add more
9943           tests. Fixes #339837 even more.
9944
9945 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9946
9947         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9948         (msg_segment_done): Fix various seeking bugs (Slider was not
9949         updating when doing a non flushing seek, Reverse playback 
9950         on segment seek was wrong).
9951
9952 2007-02-26  Wim Taymans  <wim@fluendo.com>
9953
9954         * tests/examples/seek/seek.c: (stop_seek):
9955         When we stop scrubbing, don't leave the pipeline PLAYING when we
9956         requested a PAUSED state.
9957
9958 2007-02-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9959
9960         Patch by: RenĂ© Stadler <mail at renestadler de>
9961
9962         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9963           Parse date strings in vorbis comments that have an invalid (zero)
9964           month or day (#410396).
9965
9966         * tests/check/libs/tag.c: (GST_START_TEST):
9967           Test case for the above.
9968
9969 2007-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9970
9971         Patch by: LoĂ¯c Minier <lool+gnome at via ecp fr>
9972
9973         * configure.ac:
9974         * ext/alsa/Makefile.am:
9975         * gst/audiotestsrc/Makefile.am:
9976           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9977
9978 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9979
9980         * gst/playback/gstplaybin.c:
9981           Improve docs: point out that the application needs to assist playbin
9982           with buffering.
9983
9984 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9985
9986         * gst-libs/gst/utils/install-plugins.c:
9987         * gst-libs/gst/utils/missing-plugins.c:
9988         * tests/check/libs/utils.c: (missing_msg_check_getters):
9989           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9990           to just 'gstreamer'. Document the caps string component of the
9991           decoder/encoder detail a bit better, since not everyone will be
9992           familiar with the GStreamer media type/caps system (but they better
9993           enjoy nested itemized lists).
9994
9995 2007-02-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9996
9997         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9998         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9999           Fix copying of GstNetBuffer (would crash before, or at least lead to
10000           invalid memory access, #410772), for now by copying the GstBuffer copy
10001           code from the core over here so we can copy the GstBuffer fields on a
10002           provided buffer instance (of type GstNetBuffer in this case). Would be
10003           better to fix this with some support by the core though (and in the long
10004           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10005
10006         * tests/check/Makefile.am:
10007           Enable unit test for GstNetBuffer.
10008
10009 2007-02-22  Andy Wingo  <wingo@pobox.com>
10010
10011         * gst-libs/gst/audio/gstbaseaudiosink.c
10012         (gst_base_audio_sink_init): Disable pull-mode activation until we
10013         figure out how to make audio sinks go to PLAYING.
10014
10015 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10016
10017         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10018         (double_hq), (audio_convert_get_func_index),
10019         (audio_convert_prepare_context), (audio_convert_convert):
10020         * gst/audioconvert/audioconvert.h:
10021         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10022         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10023         * gst/audioconvert/gstchannelmix.h:
10024         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10025           Add float as an intermediate format, as well as float mixing. Enable
10026           test that was failing before. Fixes #339837
10027
10028 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10029
10030         * tests/examples/seek/seek.c: (do_seek):
10031         Undo the previous commit: -1 as a stop time implies that the stop
10032         time is the end of file, clearing any previously configured segment.
10033
10034 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10035
10036         * tests/examples/seek/seek.c: (do_seek):
10037         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10038
10039 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10040
10041         * gst/volume/gstvolume.c: (volume_process_int16),
10042         (volume_process_int16_clamp), (volume_set_caps):
10043           Unbreak volume, value remains gint.
10044
10045 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10046
10047         * gst/volume/gstvolume.c: (volume_choose_func),
10048         (volume_update_real_volume), (gst_volume_set_volume),
10049         (gst_volume_init), (volume_process_double), (volume_process_float),
10050         (volume_process_int16), (volume_process_int16_clamp),
10051         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10052         * gst/volume/gstvolume.h:
10053           Extend float audio support (double) and some int->uint cleanups.
10054
10055 2007-02-20  Edward Hervey  <edward@fluendo.com>
10056
10057         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10058         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10059         (sort_end_pads), (gst_decode_group_expose),
10060         (gst_decode_group_hide):
10061         Don't free groups from the streaming threads. Just put them aside and
10062         free them in dispose.
10063
10064 2007-02-20  Edward Hervey  <edward@fluendo.com>
10065
10066         * gst/playback/gstdecodebin2.c: (connect_element),
10067         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10068         (sort_end_pads), (gst_decode_group_expose):
10069         Handle dynamic pads within groups.
10070         Sort pads before exposing them in order to make playbin happy.
10071         There still is a race with the multiqueue filling up. This should be
10072         solved separately.
10073         Fixes #398721
10074
10075 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10076
10077         * gst-libs/gst/utils/base-utils.c:
10078         * gst-libs/gst/utils/descriptions.c:
10079         * gst-libs/gst/utils/install-plugins.c:
10080         * gst-libs/gst/utils/missing-plugins.c:
10081           Some more docs (and descriptions for two subtitle formats).
10082
10083 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10084
10085         * gst-libs/gst/audio/audio.c:
10086           Fix documentation.
10087
10088 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10089
10090         Patch by: Yves Lefebvre  <ivanohe abacom com>
10091
10092         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10093           Don't leak caps. Fixes #408278.
10094
10095 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10096
10097         * ext/cdparanoia/gstcdparanoiasrc.h:
10098         * ext/ogg/gstoggdemux.h:
10099         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10100         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10101         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10102         * gst-libs/gst/audio/audio.h:
10103         * gst-libs/gst/audio/gstaudiofilter.h:
10104         * gst-libs/gst/interfaces/videoorientation.h:
10105         * gst/adder/gstadder.h:
10106           More docs coverage and some ChangeLog surgery (add missing names)
10107
10108 2007-02-15  Wim Taymans  <wim@fluendo.com>
10109
10110         * sys/ximage/ximagesink.c:
10111         (gst_ximagesink_calculate_pixel_aspect_ratio):
10112         * sys/xvimage/xvimagesink.c:
10113         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10114         Small constifications.
10115
10116 2007-02-15  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst-libs/gst/audio/gstbaseaudiosink.c:
10119         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10120         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10121         (gst_base_audio_sink_async_play),
10122         (gst_base_audio_sink_change_state):
10123         Answer latency query.
10124         Use configured latency when syncing.
10125         Fix clock slaving.
10126
10127         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10128         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10129         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10130         Fix possible memleak.
10131         Implement latency query.
10132         Small cleanups.
10133
10134 2007-02-15  Wim Taymans  <wim@fluendo.com>
10135
10136         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10137         Ignore errors in reset, these are not fatal. They also grab the element
10138         lock which is already taking when this function is called. Fixes
10139         #405451.
10140
10141 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10142
10143         * configure.ac:
10144           Remove 'tests/examples/xerror/Makefile' from output files again.
10145
10146 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10147
10148         * configure.ac:
10149         * docs/plugins/Makefile.am:
10150           Also crossref against gst-plugins-base-libs.
10151
10152 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10153
10154         * configure.ac:
10155         * docs/libs/Makefile.am:
10156         * docs/plugins/Makefile.am:
10157           Add crossreferences to glib/gobject/gstream docs.
10158
10159         * gst-libs/gst/audio/audio.h:
10160           Source formatting.
10161
10162         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10163           Add own debug category.
10164
10165 2007-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10166
10167         Patch by: RenĂ© Stadler <mail at renestadler de>
10168
10169         * gst-libs/gst/tag/gstvorbistag.c:
10170           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10171           (#403597).
10172
10173 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10174
10175         * gst/playback/gstplaybasebin.c: (setup_source):
10176           When we have external subtitles and wait for the subtitle decodebin
10177           to get up and running, we set up a (sync) bus handler for the
10178           subtitle decodebin, so we can stop waiting when it posts an error
10179           message. However, we should do that before we set the subtitle
10180           decodebin's state to playing, otherwise things are racy and we might
10181           miss error messages posted before we had a chance to set up the bus.
10182           This should finally fix totem hanging on .txt pseudo-subtitle files.
10183           
10184 2007-02-10  SĂ©bastien Moutte  <sebastien at moutte dot net>
10185
10186         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10187           Use gst_gdouble_to_guint64 for conversions.
10188         * win32/common/config.h.in:
10189           Add a define for GST_INSTALL_PLUGINS_HELPER
10190         * win32/common/libgstaudio.def:
10191         * win32/common/libgstcdda.def:
10192         * win32/common/libgstnetbuffer.def:
10193         * win32/common/libgstrtp.def:
10194         * win32/common/libgutils.def:
10195           Add new exported functions.
10196         * win32/vs6/gst_plugins_base.dsw:
10197         * win32/vs6/libgstdecodebin.dsp:
10198         * win32/vs6/libgstnetbuffer.dsp:
10199         * win32/vs6/libgstplaybin.dsp:
10200         * win32/vs6/libgstrtp.dsp:
10201         * win32/vs6/libgstvorbis.dsp:
10202         * win32/vs6/libgstcdda.dsp:
10203         * win32/vs6/libgstgdp.dsp:
10204         * win32/vs6/libgstutils.dsp:
10205           Update and add new project files.
10206
10207 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10208
10209         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10210         (subrip_remove_unhandled_tags), (parse_subrip):
10211           For SubRip (.srt) subtitles, ignore all markup tags we don't
10212           handle (like font tags, for example).
10213
10214         * tests/check/elements/subparse.c:
10215           Add test for this.
10216
10217 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10218
10219         * gst/playback/gstdecodebin.c: (add_fakesink),
10220         (gst_decode_bin_change_state):
10221         * gst/playback/gstdecodebin2.c: (add_fakesink),
10222         (gst_decode_bin_change_state):
10223           Don't error out if there is no fakesink in the NULL to READY state
10224           change, since when decodebin is re-used, we're only adding the
10225           fakesink element in READY to PAUSED.
10226
10227         * tests/check/elements/decodebin.c:
10228         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10229         (decodebin_suite):
10230           Minimal unit test to make sure we can use the same decodebin
10231           instance twice (at least with audiotestsrc input).
10232
10233 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10234
10235         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10236           Try to get devic-name from device string first, and from handle only
10237           as fallback (seems to yield better results and is more robust
10238           against buggy probing code on the application side).
10239
10240 2007-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10241
10242         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10243
10244         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10245         (gst_alsa_find_device_name):
10246         * ext/alsa/gstalsa.h:
10247         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10248         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10249           Improve device-name detection a bit, especially in the case where
10250           the device is not actually open (#405020, #405024). Move common code
10251           into gstalsa.c instead of duplicating it.
10252
10253 2007-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10254
10255         * gst/audioconvert/gstaudioconvert.c:
10256           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10257
10258 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10259
10260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10261         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10262         (gst_xvimagesink_interface_supported),
10263         (gst_xvimagesink_probe_get_properties),
10264         (gst_xvimagesink_probe_probe_property),
10265         (gst_xvimagesink_probe_needs_probe),
10266         (gst_xvimagesink_probe_get_values),
10267         (gst_xvimagesink_property_probe_interface_init),
10268         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10269         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10270         (gst_xvimagesink_get_type):
10271         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10272         for XVAdaptors so that one can choose the adaptor to use with 
10273         gstreamer-properties.
10274
10275 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10276
10277         * gst/audioconvert/gstaudioconvert.c:
10278           Also mention that a conversion from double to float is suboptimal still.
10279
10280 2007-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10281
10282         * gst-libs/gst/audio/gstaudiofilter.c:
10283         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10284           Clear our formats structure and free the caps contained in it when
10285           shutting down.
10286
10287 2007-02-05  Andy Wingo  <wingo@pobox.com>
10288
10289         * gst-libs/gst/audio/gstbaseaudiosink.c
10290         (gst_base_audio_sink_callback): Update basesink->offset so that we
10291         pull monotonically increasing offsets instead of, um, seeking back
10292         to 0 each time. Fixes alsasrc ! alsasink!
10293
10294 2007-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10295
10296         * gst/videoscale/gstvideoscale.c:
10297           A width and height of 1 makes us crash, so increase minimum size to
10298           2x2 pixels until someone feels like fixing this (#404512).
10299
10300 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10301
10302         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10303           Add small test to make sure request pads are cleaned up properly
10304           even if oggmux never changes state out of NULL.
10305
10306 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10307
10308         * tests/check/libs/utils.c: (GST_START_TEST):
10309           Fix unit test. Turns out things work much better when you
10310           NULL-terminate string arrays. Should make p5 build bot happy again.
10311
10312 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10313
10314         * gst-libs/gst/audio/Makefile.am:
10315         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10316         (gst_audio_filter_template_base_init),
10317         (gst_audio_filter_template_class_init),
10318         (gst_audio_filter_template_init),
10319         (gst_audio_filter_template_set_property),
10320         (gst_audio_filter_template_get_property),
10321         (gst_audio_filter_template_setup),
10322         (gst_audio_filter_template_filter),
10323         (gst_audio_filter_template_filter_inplace), (plugin_init):
10324           Oops, forgot to commit fixed-up example.
10325
10326 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10327
10328         * docs/libs/gst-plugins-base-libs-sections.txt:
10329         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10330         (gst_audio_filter_class_init), (gst_audio_filter_init),
10331         (gst_audio_filter_set_caps),
10332         (gst_audio_filter_class_add_pad_templates):
10333         * gst-libs/gst/audio/gstaudiofilter.h:
10334           Port GstAudioFilter to 0.10. This change technically breaks
10335           API and ABI (and thus also every library developer's heart),
10336           but seems justifiable on the grounds that the base class was
10337           completely unusable before (ie. would crash immediately when
10338           actually used). Fixes #403963 (and eventually also #403572).
10339           Also document all of this a bit.
10340
10341 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10342
10343         * gst-libs/gst/utils/install-plugins.c:
10344         (gst_install_plugins_spawn_child):
10345         * tests/check/libs/utils.c:
10346         (test_base_utils_install_plugins_do_callout):
10347           Lowering log level to see why things fail on the p5 build bot;
10348           fix some typos in unit test messages.
10349
10350 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10351
10352         * tests/check/libs/utils.c:
10353         (test_base_utils_install_plugins_do_callout):
10354           Don't hard-code temp directory for test helper; use GLib functions
10355           to write out file and do error checking etc.
10356
10357 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10358
10359         * gst-libs/gst/utils/Makefile.am:
10360         * gst-libs/gst/utils/base-utils.h:
10361         * gst-libs/gst/utils/install-plugins.c:
10362         (gst_install_plugins_context_set_xid),
10363         (gst_install_plugins_context_new),
10364         (gst_install_plugins_context_free),
10365         (gst_install_plugins_get_helper),
10366         (gst_install_plugins_spawn_child),
10367         (gst_install_plugins_return_from_status),
10368         (gst_install_plugins_installer_exited),
10369         (gst_install_plugins_async), (gst_install_plugins_sync),
10370         (gst_install_plugins_return_get_name),
10371         (gst_install_plugins_installation_in_progress):
10372         * gst-libs/gst/utils/install-plugins.h:
10373           API: add API for applications to initiate installation of missing
10374           plugins, ie. gst_install_plugins_async() primarily.
10375           Based on libgimme-codec by Ryan Lortie.
10376
10377         * configure.ac:
10378           Add --with-install-plugins-helper configure option so distros can specify
10379           the path of the helper script or program to call when plugin installation
10380           is requested (distros: please do any argument munging in this helper
10381           script instead of patching GStreamer to pass arguments differently
10382           to another program directly).
10383
10384         * docs/libs/gst-plugins-base-libs-docs.sgml:
10385         * docs/libs/gst-plugins-base-libs-sections.txt:
10386           Build and document new API.
10387
10388         * tests/check/libs/utils.c: (result_cb),
10389         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10390         (libgstbaseutils_suite):
10391           Some simple checks for the new API.
10392
10393 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10394
10395         * tests/check/elements/audioconvert.c: (test_float_conversion):
10396           Add small test for 32bit float <=> 64bit float conversion (works
10397           only one way so far, 32=>64 produces structured noise).
10398
10399 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10400
10401         * gst/audioconvert/gstaudioconvert.c:
10402         (set_structure_widths_32_and_64), (make_lossless_changes):
10403           We don't support floats with a width of 40, 48 or 56 bits.
10404
10405 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10406
10407         * gst/audioconvert/audioconvert.c: (float), (double),
10408         (audio_convert_get_func_index):
10409         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10410         (make_lossless_changes):
10411           Support for 64-bit float audio in audioconvert (#339837)
10412
10413 2007-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10414
10415         Patch by: Holger Wansing  <linux wansing-online de>
10416
10417         * po/LINGUAS:
10418         * po/de.po:
10419           Add German translation (#352069).
10420
10421 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10422
10423         reviewed by: Wim Taymans <wim@fluendo.com>
10424
10425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10426         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10427         Use newly added GstCollectPads API to free the allocated resources in
10428         the GstOggPad structures (#402393).
10429
10430 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10431
10432         * gst/playback/gstplaybin.c: (gen_vis_element):
10433           Add audioresample+audioconvert in front of the visualisation
10434           element, so that elements like libvisual 0.4 that don't support all
10435           samplerates can work.
10436
10437           Fixes: #402505
10438
10439 2007-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10440
10441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10442         (gst_play_base_bin_get_streaminfo_value_array):
10443           Take some locks and make a copy of the streaminfo value array we
10444           maintain while holding the lock, so that the application can
10445           retrieve the stream-info as a value array in a thread-safe way.
10446
10447 2007-01-30  Wim Taymans  <wim@fluendo.com>
10448
10449         * gst/audioconvert/gstaudioconvert.c:
10450         Don't fail on 0 sized buffers. Fixes #396835.
10451
10452 2007-01-29  David Schleef  <ds@schleef.org>
10453
10454         * gst/typefind/gsttypefindfunctions.c:
10455           Detect BBCD as video/x-dirac, so we can play raw dirac
10456           streams.
10457
10458 2007-01-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10459
10460         * ext/theora/theoraenc.c: (theora_enc_chain):
10461           Check return value of theora_encode_header(), or we might try to
10462           allocate a random number of bytes. theora_encode_header() can fail
10463           if libtheora has been compiled with encoding support disabled.
10464           Fixes #398110.
10465
10466 2007-01-29  Wim Taymans  <wim@fluendo.com>
10467
10468         * tests/check/gst/.cvsignore:
10469         Do as buildbot says.
10470
10471 2007-01-29  Wim Taymans  <wim@fluendo.com>
10472
10473         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10474         Fix strides in libvisual. Gst uses X strides.
10475         Inspired by: <ed at catmur dot co dot uk> and 
10476         <tim at centricular dot net>
10477         Fixes #401118.
10478
10479 2007-01-27  Wim Taymans  <wim@fluendo.com>
10480
10481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10482         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10483         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10484         (gst_ogg_demux_perform_seek),
10485         (gst_ogg_demux_bisect_forward_serialno),
10486         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10487         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10488         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10489         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10490         * ext/ogg/gstoggdemux.h:
10491         Properly propagate streaming errors when we are scanning the file for
10492         chains so that we don't crash when shut down. Might fix some crashers
10493         when quickly switching oggs in RB such as #332503 and #378436.
10494
10495 2007-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10496
10497         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10498           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10499           error code as well.
10500
10501 2007-01-25  Wim Taymans  <wim@fluendo.com>
10502
10503         * gst/playback/gstplaybasebin.c: (remove_source):
10504         Don't try to disconnect a signal from a finalized object.
10505
10506 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10507
10508         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10509           Cast lock macro parameters to make sure we're actually accessing the
10510           lock member at the right class level. Free list itself in _dispose()
10511           as well and NULL it in case dispose gets called multiple times.
10512
10513 2007-01-25  Edward Hervey  <edward@fluendo.com>
10514
10515         * gst/playback/gstdecodebin2.c:
10516         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10517         Free GstDecodeGroups no longer used.
10518         (gst_decode_group_expose):
10519         Don't unlock too many times !
10520         (deactivate_free_recursive):
10521         Free iterator once we're done with it.
10522         Fix for recursively deactivating elements (stop at ghostpads).
10523
10524 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10525
10526         * gst/playback/gstplaybin.c: (handoff):
10527           Fix up caps on the frame buffer before we save it and potentially
10528           make it accessible to other threads via g_object_get; also use
10529           gst_buffer_replace() instead of gst_mini_object_replace().
10530
10531 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10532
10533         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10534           Make getting the current frame thread-safe.
10535
10536 2007-01-25  Edward Hervey  <edward@fluendo.com>
10537
10538         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10539         (gst_decode_group_new), (gst_decode_group_free):
10540         Set queues to bigger sizes to cope with HD contents.
10541         Fix some mutex freeing and add comment about MT safe methods.
10542
10543 2007-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10544
10545         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10546         (gst_text_overlay_text_event):
10547           Don't unnecessarily ref (and then leak) upstream events if the text
10548           pad is not linked. Fixes #399948.
10549
10550         * tests/check/gst-plugins-base.supp:
10551           Add suppression for pango on edgy/x86 for textoverlay test.
10552
10553 2007-01-24  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst-libs/gst/rtp/gstrtpbuffer.h:
10556         Add some more fixed payloads.
10557
10558 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10559
10560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10561           Error out properly if we get an error from libogg while reading the
10562           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10563
10564 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10565
10566         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10567           Don't leak mutex.
10568
10569         * tests/check/elements/playbin.c:
10570         (test_sink_usage_video_only_stream),
10571         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10572         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10573         (test_missing_suburisource_handler),
10574         (test_missing_primary_decoder), (playbin_suite):
10575           Run all tests once with decodebin and once with decodebin2.
10576           One test does not pass yet with decodebin2.
10577
10578 2007-01-23  Edward Hervey  <edward@fluendo.com>
10579
10580         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10581         Fix the cases where oggmux doesn't properly figure out that all
10582         sinkpads have gone EOS, and therefore doesn't push out the remaining
10583         buffers and the final EOS event.
10584         Fixes #363379
10585
10586 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10587
10588         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10590         Don't lock on navigation event push, just on keysym to string.
10591         Fixes #397673 again.
10592
10593 2007-01-22  Edward Hervey  <edward@fluendo.com>
10594
10595         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10596         (get_current_group), (group_demuxer_event_probe),
10597         (gst_decode_group_expose), (deactivate_free_recursive),
10598         (gst_decode_group_free):
10599         Cleanups.
10600         Don't forget to emit 'no-more-pads' once a group is exposed.
10601         Cleanup elements from a DecodeGroup once we remove it.
10602         Protect call to gst_decode_group_expose() with the decodebin lock.
10603
10604 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10605
10606         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10608         Looking at Xorg code i can't figure out if that XKeysymToString
10609         function is thread sensible or not. Lock it just in case as
10610         recommended by Radek Doulik <rodo at ximian dot com>.
10611
10612 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10613
10614         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10616         Lock that X Call as well. Fixes #397673.
10617
10618 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10619
10620         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10621           Don't go into an endless loop if the file starts with 00 00 01 2X,
10622           like quicktime redirect files might. Fixes #396042.
10623
10624         * tests/check/Makefile.am:
10625         * tests/check/gst/.cvsignore:
10626         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10627         (typefindfunctions_suite):
10628           Add unit test for the above.
10629
10630 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10631
10632         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10633           On second thought, use "depth" field rather than "bpp" field.
10634
10635 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10636
10637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10638           Camtasia caps apparently need a bpp field (#398875).
10639
10640 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10641
10642         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10643         (gen_source_element), (gst_play_base_bin_change_state):
10644           Attempt at a better error message in case we don't have the required
10645           URI handler installed; post missing-plugin message also when we're
10646           missing an URI handler for the subtitle URI; clean up properly also
10647           when an error occurs and we never made it to PAUSED state.
10648
10649         * tests/check/elements/playbin.c: (GST_START_TEST),
10650         (playbin_suite):
10651           Check that we're also getting a missing-plugin messsage for a
10652           missing subtitle URI handler (and clean up properly).
10653
10654 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10655
10656         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10657           Plug a few reference leaks.
10658
10659 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10660
10661         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10662           Lower probability a bit if the marker isn't right at the start,
10663           to decrease the chance of false positives.
10664
10665 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10666
10667         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10668           Small mpeg2 system stream typefinding improvement: make typefinder
10669           probe a bit into the stream instead of just looking for a marker
10670           at the beginning. Fixes #397810.
10671
10672 2007-01-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10673
10674         * gst/audioconvert/gstchannelmix.c:
10675           Remove compatibility cruft for prehistoric GLib versions.
10676
10677 2007-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10678
10679         * gst/playback/Makefile.am:
10680         * gst/playback/gstdecodebin.c: (close_pad_link):
10681         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10683         (gst_play_base_bin_handle_message_func), (unknown_type):
10684           Let decodebin be the element to post missing-plugin messages for
10685           missing decoders (rather than playbin); make playbin implement
10686           GstBin::handle_message so we can suppress missing-plugin messages
10687           for types we're not handling on purpose (don't want to bring up an
10688           installer in those cases).
10689
10690 2007-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10691
10692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10693         * gst-libs/gst/tag/gstvorbistag.c:
10694         (gst_tag_list_to_vorbiscomment_buffer):
10695         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10696           Fix potentially unaligned access (#397207).
10697
10698 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10699
10700         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10701         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10702         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10703         (main):
10704           Allow to toggle looping while it plays. Fix callback prototype. Clean
10705           up code a bit more. Add copyright header.
10706
10707 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10708
10709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10710           Red and blue mask was swapped (spotted by Dan Williams).
10711
10712 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10713
10714         * gst-libs/gst/tag/gstid3tag.c:
10715         * gst-libs/gst/tag/gstvorbistag.c:
10716           Use new beats-per-minute tag from core.
10717
10718 2007-01-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10719
10720         * po/POTFILES.in:
10721           Add new files with translatable strings, so they actually make it
10722           into the template file one day.
10723
10724 2007-01-12  Andy Wingo  <wingo@pobox.com>
10725
10726         * gst-libs/gst/audio/gstbaseaudiosink.c
10727         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10728         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10729         stuff, as the base class handles this now. Actually tell the ring
10730         buffer to start.
10731         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10732         How did this work before? Maybe I'm not as awesome a programmer as
10733         I think.
10734
10735         * gst-libs/gst/audio/gstbaseaudiosrc.c
10736         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10737         of a pad function.
10738
10739 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10740
10741         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10742           Remove more fields so that the application can better blacklist
10743           formats that have been tried before.
10744
10745 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10746
10747         * gst-libs/gst/audio/mixerutils.h:
10748           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10749           used when compiling with c++ compilers as well.
10750
10751 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10752
10753         * gst/typefind/gsttypefindfunctions.c:
10754           Fix comment.
10755
10756 2007-01-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10757
10758         * gst/playback/gstplaybin.c: (post_missing_element_message),
10759         (gen_video_element), (gen_text_element), (gen_audio_element),
10760         (gen_vis_element):
10761           Post missing-plugin messages also when we error out because
10762           converters, textoverlay or auto*sinks are missing (#161922).
10763
10764 2007-01-10  Wim Taymans  <wim@fluendo.com>
10765
10766         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10767         (is_demuxer_element), (new_caps):
10768         * gst/playback/gstplaybasebin.c: (source_new_pad):
10769         Fix the case where we try to ref a NULL element when we delay a link
10770         because of unfixed caps.
10771         Set the state of autoplugged decodebins to PAUSED.
10772         RTSP now works in playbin, we can remove it from the blacklist.
10773
10774 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10775
10776         * gst/playback/Makefile.am:
10777         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10778         (unknown_type), (setup_subtitle), (gen_source_element):
10779         * gst/playback/gstplaybin.c: (plugin_init):
10780           Post missing-plugin messages on the bus for missing sources and
10781           missing decoders/demuxers/depayloaders; fix error code used when
10782           we're missing an URI handler source; for media types that we are not
10783           handling on purpose at the moment, don't print "don't know how to
10784           handle xyz" messages to the terminal or post missing-plugin
10785           messages on the bus.
10786
10787         * tests/check/elements/playbin.c: (create_playbin),
10788         (GST_START_TEST), (gst_codec_src_uri_get_type),
10789         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10790         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10791         (gst_codec_src_init_type), (gst_codec_src_base_init),
10792         (gst_codec_src_create), (gst_codec_src_class_init),
10793         (gst_codec_src_init), (plugin_init), (playbin_suite):
10794           Add some tests for the missing-plugin stuff.
10795
10796 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10797
10798         * configure.ac:
10799         * gst-libs/gst/Makefile.am:
10800         * gst-libs/gst/utils/Makefile.am:
10801         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10802         * gst-libs/gst/utils/base-utils.h:
10803         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10804         (find_format_info), (caps_are_rtp_caps),
10805         (gst_base_utils_get_source_description),
10806         (gst_base_utils_get_sink_description),
10807         (gst_base_utils_get_decoder_description),
10808         (gst_base_utils_get_encoder_description),
10809         (gst_base_utils_get_element_description),
10810         (gst_base_utils_add_codec_description_to_tag_list),
10811         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10812         * gst-libs/gst/utils/descriptions.h:
10813         * gst-libs/gst/utils/missing-plugins.c:
10814         (missing_structure_get_type), (copy_and_clean_caps),
10815         (gst_missing_uri_source_message_new),
10816         (gst_missing_uri_sink_message_new),
10817         (gst_missing_element_message_new),
10818         (gst_missing_decoder_message_new),
10819         (gst_missing_encoder_message_new),
10820         (missing_structure_get_string_detail),
10821         (missing_structure_get_caps_detail),
10822         (gst_missing_plugin_message_get_installer_detail),
10823         (gst_missing_plugin_message_get_description),
10824         (gst_is_missing_plugin_message):
10825         * gst-libs/gst/utils/missing-plugins.h:
10826           API: add new libgstbaseutils library with functions
10827           - to create and parse missing-plugins messages
10828           - that provide (translated) descriptions for caps/decoders/sources/etc.
10829           Closes #392393.
10830
10831         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10832         * pkgconfig/gstreamer-plugins-base.pc.in:
10833           Add new lib.
10834
10835         * docs/libs/gst-plugins-base-libs-docs.sgml:
10836         * docs/libs/gst-plugins-base-libs-sections.txt:
10837           Generate docs for new lib and API.
10838
10839         * tests/check/Makefile.am:
10840         * tests/check/libs/.cvsignore:
10841         * tests/check/libs/utils.c: (missing_msg_check_getters),
10842         (GST_START_TEST), (libgstbaseutils_suite):
10843           Add some basic unit tests.
10844
10845 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10846
10847         * ext/ogg/Makefile.am:
10848           Dist gstoggdemux.h to fix 'make distcheck'.
10849
10850         * sys/v4l/Makefile.am:
10851           Fix 'make distcheck' even more.
10852
10853 2007-01-09  Wim Taymans  <wim@fluendo.com>
10854
10855         * docs/plugins/Makefile.am:
10856         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10857         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10858         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10859         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10860         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10861         (gst_ogg_demux_perform_seek):
10862         * ext/ogg/gstoggdemux.h:
10863         Added docs.
10864         Add some more comments.
10865         Small cleanups.
10866
10867 2007-01-09  Wim Taymans  <wim@fluendo.com>
10868
10869         * ext/theora/theoradec.c:
10870         * ext/vorbis/vorbisdec.c:
10871         * gst-libs/gst/audio/gstringbuffer.c:
10872         (gst_ring_buffer_commit_full):
10873         * gst-libs/gst/audio/gstringbuffer.h:
10874         * gst-libs/gst/rtp/gstrtpbuffer.c:
10875         * gst-libs/gst/tag/gstvorbistag.c:
10876         Small documentation updates/fixes
10877
10878 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10879
10880         * configure.ac:
10881           Require core CVS HEAD for Andy's basesrc/sink API additions.
10882
10883 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10884
10885         Patch by: GĂ¼nter Thelen  <daedalus dot inc at gmx net>
10886
10887         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10888         (plugin_init):
10889           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10890           on flac.sf.net (there appear to be other versions of the first
10891           ogg page in the wild) (#391365).
10892
10893 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10894
10895         * configure.ac:
10896           Check if localtime_r() is available.
10897
10898         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10899           If localtime_r() is not available, fall back to localtime(). Should
10900           fix build on MingW (#393310).
10901
10902 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10903
10904         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10905         * gst/subparse/gstsubparse.h:
10906           Remove spurious 1000 subtrahend when calculating the timestamp from
10907           the frame number and the frame rate . Also, use the frames/second
10908           value specified in the first line of the file, if one is specified
10909           there. Should fix #357503.
10910
10911         * tests/check/elements/subparse.c: (do_test),
10912         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10913         (subparse_suite):
10914           Add some basic unit tests for the microdvd subtitle format.
10915
10916 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10917
10918         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10919
10920         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10921         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10922         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10923         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10924         (gst_xvimagesink_set_xwindow_id),
10925         (gst_xvimagesink_set_event_handling),
10926         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10927         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10928         Fixes: #390076.
10929         Add an adaptor property to select a specific XV adaptor.
10930         * sys/xvimage/xvimagesink.h:
10931
10932 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10933
10934         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10935         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10936         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10937         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10938         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10939         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10940         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10941         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10942         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10943         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10944         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10945         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10946         Use flow_lock much more to protect every access to xwindow.
10947         Try to catch erros while creating images in case some drivers are
10948         just generating an XError when the requested image is too big.
10949         Should fix : #354698, #384008, #384060.
10950         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10951         Implement some stress testing of setting window xid.
10952
10953 2007-01-07  SĂ©bastien Moutte  <sebastien@moutte.net>
10954
10955         * win32/common/libgsaudio.def:
10956           Add new exported function.
10957         * win32/common/libgstogg.dsp:
10958           Add gstoggaviparse.c to the build.
10959         * win32/common/libgstvideoscale.dsp:
10960           Add vs_4tap.c to the build.
10961         * win32/common/libgstvorbis.dsp:
10962           Add vorbistag.c to the build.
10963         
10964 2007-01-06  Andy Wingo  <wingo@pobox.com>
10965
10966         * gst-libs/gst/audio/gstbaseaudiosink.c
10967         (gst_base_audio_sink_class_init)
10968         (gst_base_audio_sink_init): 
10969         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10970         to baseaudiosink, and tell basesink that we can work in pull mode.
10971         This way the ring buffer thread drives the pipeline directly, if
10972         pull mode is possible. There is some lingering nastiness regarding
10973         capsnego, however.
10974         (gst_base_audio_sink_callback): Implement the callback to pull
10975         data. This interface is a bit light, though -- it should get a
10976         GstFlowReturn return value at least.
10977
10978 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10979
10980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10981         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10982         * gst/playback/gstdecodebin2.c:
10983         (gst_decode_group_check_if_blocked):
10984           Printf format and missing argument fixes.
10985
10986 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10987
10988         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10989         (gst_ogm_parse_change_state):
10990         Activate pads before adding them to the element.
10991
10992 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10993
10994         * tests/examples/seek/scrubby.c: (main):
10995         * tests/examples/seek/seek.c: (main):
10996           Call g_thread_init() first thing in main() (see #391278).
10997
10998 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10999
11000         * tests/check/Makefile.am:
11001         * tests/check/libs/.cvsignore:
11002         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11003         (netbuffer_suite):
11004           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11005           for the time being, since it's broken, see #393099.
11006
11007 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11008
11009         * tests/check/Makefile.am:
11010           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11011
11012 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11013
11014         * configure.ac:
11015           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11016           so that GST_BASE_CFLAGS can go inbetween them, making sure
11017           we use uninstalled gst-libs headers
11018         * docs/libs/Makefile.am:
11019         * ext/alsa/Makefile.am:
11020         * ext/cdparanoia/Makefile.am:
11021         * ext/gnomevfs/Makefile.am:
11022         * ext/libvisual/Makefile.am:
11023         * ext/ogg/Makefile.am:
11024         * ext/theora/Makefile.am:
11025         * ext/vorbis/Makefile.am:
11026         * gst-libs/gst/audio/Makefile.am:
11027         * gst-libs/gst/cdda/Makefile.am:
11028         * gst-libs/gst/interfaces/Makefile.am:
11029         * gst-libs/gst/riff/Makefile.am:
11030         * gst-libs/gst/rtp/Makefile.am:
11031         * gst-libs/gst/tag/Makefile.am:
11032         * gst/adder/Makefile.am:
11033         * gst/audioconvert/Makefile.am:
11034         * gst/audiorate/Makefile.am:
11035         * gst/audioresample/Makefile.am:
11036         * gst/playback/Makefile.am:
11037         * gst/tcp/Makefile.am:
11038         * gst/videoscale/Makefile.am:
11039         * gst/volume/Makefile.am:
11040         * sys/ximage/Makefile.am:
11041         * sys/xvimage/Makefile.am:
11042         * tests/icles/Makefile.am:
11043           adapt
11044
11045 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11046
11047         * gst-libs/gst/interfaces/xoverlay.c:
11048         (gst_x_overlay_handle_events):
11049         * gst-libs/gst/interfaces/xoverlay.h:
11050         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11051         (gst_ximagesink_set_xwindow_id),
11052         (gst_ximagesink_set_event_handling),
11053         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11054         (gst_ximagesink_get_property), (gst_ximagesink_init),
11055         (gst_ximagesink_class_init):
11056         * sys/ximage/ximagesink.h:
11057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11058         (gst_xvimagesink_set_xwindow_id),
11059         (gst_xvimagesink_set_event_handling),
11060         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11061         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11062         (gst_xvimagesink_class_init):
11063         * sys/xvimage/xvimagesink.h:
11064         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11065         Add a method to the XOverlay interface to allow disabling of 
11066         event handling in x[v]imagesink elements. This will let X events
11067         propagate to parent windows which can be usefull in some cases.
11068         Be carefull that the application is then responsible of pushing
11069         navigation events and expose events to the video sink.
11070         Fixes: #387138.
11071
11072 2007-01-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11073
11074         * gst-libs/gst/tag/gstvorbistag.c:
11075         * tests/check/libs/tag.c: (GST_START_TEST):
11076           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11077           (fixes #392070).
11078
11079 2007-01-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11080
11081         * configure.ac:
11082         * docs/Makefile.am:
11083         * docs/design/Makefile.am:
11084           Dist design docs.
11085
11086 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11087
11088         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11089         typo. Fixes: #390063.
11090
11091 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11092
11093         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11095         caps leak.
11096         * win32/common/config.h: Updated.
11097
11098 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11099
11100         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11101         (setup_gdpdepay_streamheader):
11102         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11103         (setup_gdppay_streamheader):
11104           Fix the dp tests, but activating the pads for the streamheader tests
11105           too and cleaning up conditionaly
11106
11107 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11108
11109         * gst/ffmpegcolorspace/avcodec.h:
11110         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11111         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11112         (gst_ffmpegcsp_avpicture_fill):
11113         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11114         (img_get_alpha_info):
11115         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11116         other end of the word. Fixes: #387073.
11117
11118         Add some inconsequential branch hints in a couple of places.
11119
11120 2006-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11121
11122         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11123         (gst_ffmpeg_caps_to_smpfmt):
11124           The "signed" field in raw audio caps is of boolean type, trying to
11125           extract the value with _get_int() will fail (fix to keep in sync with
11126           the copy in gst-ffmpeg)
11127
11128 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11129
11130         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11131         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11132         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11133         (cleanup_gdpdepay):
11134         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11135         * tests/check/elements/subparse.c: (teardown_subparse):
11136         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11137         * tests/check/elements/videorate.c: (cleanup_videorate):
11138         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11139         * tests/check/elements/volume.c: (cleanup_volume):
11140         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11141         (cleanup_vorbisdec):
11142         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11143         (cleanup_vorbistag):
11144           consistent pad (de)activation
11145
11146 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11147
11148         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11149           Forgot to register the extensions.
11150
11151 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11152
11153         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11154         (plugin_init):
11155           Add typefinder for VIVO files (my christmas present to the 90s).
11156
11157 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11158
11159         * gst/playback/gstdecodebin.c: (type_found):
11160           Special-case the text/plain media type: we only want to recognise it
11161           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11162           parser, but not if the entire stream is of text/plain type. If the
11163           entire stream is text/plain, we should just error out.
11164
11165           This fixes playback of audio files with lyrics in totem. Totem can't
11166           distinguish between text files and subtitle files and passes any
11167           .txt file with the same basename as the main file to playbin as
11168           suburi, and playbin will then throw a 'subtitle found, but no video
11169           stream' error, which isn't entirely helpful. See #380342.
11170
11171           Also, with this change we'll show a slightly more correct error
11172           message in case totem passes a playlist file to us (although a
11173           custom error message wording instead of the default text would
11174           probably not be a bad idea either).
11175
11176           Same problem also needs to be fixed for playbin+decodebin2.
11177
11178         * tests/check/Makefile.am:
11179         * tests/check/elements/decodebin.c: (src_handoff_cb),
11180         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11181         (decodebin_suite):
11182           Add simple unit test for decodebin for the above.
11183
11184 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11185
11186         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11187         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11188           Refuse to change state to READY when we failed to create any of the
11189           required elements in our instance init function.
11190
11191 2006-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11192
11193         * docs/libs/gst-plugins-base-libs-sections.txt:
11194           Small docs fixes/updates.
11195
11196         * gst-libs/gst/video/gstvideosink.h:
11197           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11198           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11199           removed from the base sink API between 0.9.6 and 0.9.7).
11200           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11201           accessor macros, so we don't do a runtime GObject type check every
11202           time we use them.
11203
11204 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11205
11206         * Makefile.am:
11207         * gst-plugins-base.doap:
11208         * gst-plugins-base.spec.in:
11209           add doap file
11210
11211 2006-12-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11212
11213         Patch by: Jens Granseuer <jensgr at gmx net>
11214
11215         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11216         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11217         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11218         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11219         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11220           Declare variables at the beginning of a block. Fixes #383195.
11221
11222 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11223
11224         * configure.ac:
11225         Bump version nano - back to CVS.
11226
11227
11228 === release 0.10.11 ===
11229
11230 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11231
11232         * configure.ac:
11233           releasing 0.10.11, "Dumb things"
11234
11235 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11236
11237         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11238         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11239         Handle the case where an element has multiple pads with 
11240         unfixed caps as well as still possibly producing more dynamic 
11241         pads by storing each case as a distinct entry in the dynamic list.
11242         Fixes #38223 again.
11243
11244 2006-12-04  Wim Taymans  <wim@fluendo.com>
11245
11246         * gst/playback/gstdecodebin.c: (close_pad_link):
11247         Fix #382223, add more dynamic caps handling.
11248
11249 2006-12-04  Wim Taymans  <wim@fluendo.com>
11250
11251         * gst-libs/gst/audio/gstringbuffer.h:
11252         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11253         (gst_netaddress_set_ip4_interface),
11254         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11255         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11256         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11257         (gst_netaddress_get_ttl):
11258         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11259         * gst/playback/gstdecodebin.c: (close_pad_link):
11260         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11261         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11262         * win32/common/config.h:
11263
11264 2006-12-01  Michael Smith  <msmith@fluendo.com>
11265
11266         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11267           Delete bad debug code.
11268           Fixes #381219
11269
11270 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11271
11272         * gst/videoscale/vs_4tap.c:
11273         * win32/MANIFEST:
11274         * win32/common/config.h:
11275         * win32/vs8/libgstvideoscale.vcproj:
11276         Fix compilation on win32 under VS8
11277         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11278         Partially fixes #381175
11279
11280 2006-11-30  Michael Smith  <msmith@fluendo.com>
11281
11282         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11283         (GST_START_TEST):
11284           It would be very bad if, after a discont buffer, we thought every
11285           single following buffer was also discont. So, add to the test to
11286           ensure that this isn't the case.
11287           
11288         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11289           ... it was the case. So fix it.
11290
11291 2006-11-28  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst/playback/gstplaybasebin.c: (check_queue_event):
11294         Improve debug.
11295
11296         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11297         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11298         padtemplate caps. Refixes #357577.
11299
11300 2006-11-28  Wim Taymans  <wim@fluendo.com>
11301
11302         * gst/playback/gstplaybasebin.c: (check_queue_event),
11303         (queue_threshold_reached), (queue_out_of_data),
11304         (gen_preroll_element):
11305         Add event probe to see when EOS is in a queue and we can disable the
11306         underrun signals. Fixes #357577.
11307
11308 2006-11-28  Edward Hervey  <edward@fluendo.com>
11309
11310         * gst/playback/Makefile.am:
11311         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11312         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11313         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11314         (gst_decode_bin_init), (gst_decode_bin_dispose),
11315         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11316         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11317         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11318         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11319         (connect_element), (expose_pad), (type_found),
11320         (pad_added_group_cb), (pad_removed_group_cb),
11321         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11322         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11323         (are_raw_caps), (multi_queue_overrun_cb),
11324         (multi_queue_underrun_cb), (gst_decode_group_new),
11325         (get_current_group), (group_demuxer_event_probe),
11326         (gst_decode_group_control_demuxer_pad),
11327         (gst_decode_group_control_source_pad),
11328         (gst_decode_group_check_if_blocked),
11329         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11330         (gst_decode_group_hide), (gst_decode_group_free),
11331         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11332         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11333         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11334         (plugin_init):
11335         New decodebin2 element.
11336         Closes #370092
11337         * gst/playback/gstplay-marshal.list:
11338         Added marshallers for new signals in decodebin2
11339         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11340         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11341         is set.
11342
11343 2006-11-28  Wim Taymans  <wim@fluendo.com>
11344
11345         * gst/playback/gstplaybasebin.c: (setup_source),
11346         (gst_play_base_bin_change_state):
11347         Disable rtsp:// uris for the release, it's not good enough yet.
11348         Remove unused var.
11349
11350 2006-11-26  Wim Taymans  <wim@fluendo.com>
11351
11352         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11353         (theora_dec_push_forward), (theora_dec_push_reverse),
11354         (theora_handle_data_packet), (theora_dec_decode_buffer),
11355         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11356         (theora_dec_chain_forward), (theora_dec_chain):
11357         Implement reverse playback.
11358
11359         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11360         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11361         (vorbis_dec_chain_forward):
11362         Clear buffers used for reverse playback in _reset.
11363         No need to set the eos flag, we clip samples using the segment.
11364
11365 2006-11-24  Wim Taymans  <wim@fluendo.com>
11366
11367         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11368         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11369         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11370         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11371         Some cleanups.
11372         Handle continued pages in reverse mode.
11373
11374 2006-11-24  Wim Taymans  <wim@fluendo.com>
11375
11376         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11377         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11378         (vorbis_dec_flush_decode):
11379         Small cleanups.
11380         Don't try to add invalid timestamps.
11381         Clipping will unref the buffer.
11382
11383 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11384
11385         * gst/adder/gstadder.h:
11386         * gst/audiotestsrc/gstaudiotestsrc.h:
11387           remove obsolete _factory_init protos
11388
11389 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11390
11391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11392           Fix spacing in debug message.
11393
11394 2006-11-23  Wim Taymans  <wim@fluendo.com>
11395
11396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11397         (gst_ogg_demux_chain):
11398         Don't just ignore return values from _pad_push().
11399         Small debug improvements.
11400
11401 2006-11-23  Michael Smith  <msmith@fluendo.com>
11402
11403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11404           If our incoming buffer is marked as DISCONT, then increment the page
11405           number (so that the discontinuity is marked in the final ogg
11406           bitstream) and flush the previous page.
11407
11408 2006-11-22  Michael Smith  <msmith@fluendo.com>
11409
11410         * ext/theora/gsttheoraenc.h:
11411         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11412         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11413         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11414         (theora_enc_chain), (theora_enc_change_state):
11415           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11416
11417         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11418         (GST_START_TEST), (theoraenc_suite):
11419           Enable discontinuity test, fix it.
11420
11421 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11422
11423         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11424         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11425         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11426         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11427         (gst_text_overlay_change_state):
11428         * ext/pango/gsttextoverlay.h:
11429           Some textoverlay fixes: for one, in the video chain function,
11430           actually wait for a text buffer to come in if there is none at the
11431           moment and there should be one; also, deal more gracefully with
11432           incoming buffers that do not have a timestamp or duration; discard
11433           text buffer when not needed any longer. Fixes #341681.
11434
11435         * tests/check/Makefile.am:
11436         * tests/check/elements/.cvsignore:
11437         * tests/check/elements/textoverlay.c:
11438         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11439         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11440         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11441         (test_video_waits_for_text_send_text_newsegment_thread),
11442         (test_video_waits_for_text_shutdown_element),
11443         (test_render_continuity_push_video_buffers_thread),
11444         (textoverlay_suite):
11445           Add some unit tests for textoverlay.
11446
11447 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11448
11449         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11450           Avoid integer underflow when the found probability for mp3 is
11451           smaller than the 'penalty' we subtract if there's not a clean
11452           mp3 header sync at offset 0.
11453
11454 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11455
11456         * docs/libs/gst-plugins-base-libs-sections.txt:
11457           Add some new symbols to the docs
11458
11459 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11460
11461         * tests/check/Makefile.am:
11462         * tests/check/elements/ffmpegcolorspace.c:
11463         (ffmpegcolorspace_suite):
11464           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11465           (for now not for valgrinding though, since it takes too long).
11466
11467 2006-11-20  Wim Taymans  <wim@fluendo.com>
11468
11469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11470         (gst_ffmpeg_pixfmt_to_caps):
11471         Fix RGBA32 caps. Fixes #357038.
11472
11473 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11474
11475         * gst-libs/gst/interfaces/mixertrack.h:
11476           Add FIXME so we can add some padding here in 0.11
11477
11478 2006-11-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11479
11480         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11481           Fix GstBaseRTPAudioPayload structure so the whole GObject
11482           inheritance business actually works (parent class instance structure
11483           must always come first in the derived class instance structure).
11484
11485 2006-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11486
11487         * gst/videotestsrc/Makefile.am:
11488         * tests/check/Makefile.am:
11489           Make sure our checks and the videotestsrc plugin link against the
11490           local uninstalled gst libs and not any installed gst libs that
11491           might happen to exist as well.
11492
11493         * tests/check/elements/adder.c: (message_received),
11494         (test_event_message_received), (test_play_twice_message_received):
11495         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11496           Fix compiler warnings when compiling against core with disabled
11497           debugging system.
11498
11499 2006-11-16  Michael Smith  <msmith@fluendo.com>
11500
11501         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11502         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11503           Fix audiorate, so that it accurately sets offsets and timestamps.
11504           Doesn't change the fundamental algorithmic decisions; so should be
11505           safe.
11506
11507         * tests/check/Makefile.am:
11508           Enable audiorate test now that it passes.
11509
11510 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11511
11512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11513           clear xv when going to NULL, remove // commented non-existant proto
11514
11515         * tests/examples/seek/seek.c: (main):
11516           add missing tooltip description for scrub and play_scrub
11517
11518 2006-11-14  David Schleef  <ds@schleef.org>
11519
11520         * configure.ac:
11521           Bump liboil requirement to 0.3.8.
11522         * gst-libs/gst/riff/riff-media.c:
11523           Add Dirac fourcc.
11524         * gst/videoscale/vs_image.h:
11525         * gst/videoscale/vs_scanline.h:
11526           Use liboil's stdint.h.
11527         * gst/videotestsrc/videotestsrc.c:
11528           Remove liboil related ifdef's, since they aren't needed now, and
11529           won't work with future versions.
11530
11531 2006-11-14  David Schleef  <ds@schleef.org>
11532
11533         * gst/videoscale/Makefile.am:
11534         * gst/videoscale/gstvideoscale.c:
11535         * gst/videoscale/gstvideoscale.h:
11536         * gst/videoscale/vs_4tap.c:
11537         * gst/videoscale/vs_4tap.h:
11538         * gst/videoscale/vs_image.c:
11539         * gst/videoscale/vs_image.h:
11540         * gst/videoscale/vs_scanline.c:
11541         * gst/videoscale/vs_scanline.h:
11542           Add a 4-tap image scaler.  Theoretically looks much prettier.
11543           The tap calculation could use some improvement.
11544
11545 2006-11-14  Wim Taymans  <wim@fluendo.com>
11546
11547         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11548
11549         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11550         (gst_riff_parse_strf_iavs):
11551         * gst/subparse/gstsubparse.c: (convert_encoding):
11552         * gst/tcp/gstmultifdsink.c:
11553         (gst_multi_fd_sink_handle_client_write):
11554         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11555         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11556         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11557         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11558         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11559         (gst_ximagesink_ximage_new):
11560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11561         Various gsize and gssize printf fixes. Fixes #372507.
11562
11563 2006-11-13  Wim Taymans  <wim@fluendo.com>
11564
11565         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11566         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11567         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11568         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11569         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11570         * ext/vorbis/vorbisdec.h:
11571         First stab at vorbis reverse playback.
11572
11573 2006-11-13  Wim Taymans  <wim@fluendo.com>
11574
11575         * gst-libs/gst/audio/gstbaseaudiosink.c:
11576         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11577         * gst-libs/gst/audio/gstbaseaudiosink.h:
11578         Make the clock sync code more accurate wrt resampling and playback
11579         at different rates.
11580         
11581         * gst-libs/gst/audio/gstringbuffer.c:
11582         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11583         * gst-libs/gst/audio/gstringbuffer.h:
11584         Use better algorithm to interpolate sample rates. 
11585
11586 2006-11-13  Michael Smith  <msmith@fluendo.com>
11587
11588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11589           Improve a debug line slightly.
11590
11591         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11592           Call gst_riff_init() in plugin_init, to avoid getting errors from
11593           the debug system (unrelated changes to another plugin made this turn
11594           up; not sure why).
11595
11596 2006-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11597
11598         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11599
11600         * win32/common/libgsttag.def:
11601           Add missing symbol (#366492).
11602
11603 2006-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11604
11605         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11606           Don't unref a NULL pad.
11607
11608 2006-11-09  Wim Taymans  <wim@fluendo.com>
11609
11610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11611         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11612         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11613         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11614         (gst_ogg_demux_loop):
11615         Implement first stab at reverse playback.
11616
11617 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11618
11619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11620         (gst_riff_create_video_template_caps):
11621           add h263/h264 variants to the caps, Fixes #363118
11622
11623 2006-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11624
11625         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11626         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11627           Use g_strerror instead of strerror so we get UTF-8.
11628
11629 2006-11-03  David Schleef  <ds@schleef.org>
11630
11631         * ext/ogg/gstoggdemux.c:
11632         * ext/ogg/gstoggmux.c:
11633           Add/remove KW-DIRAC header here, since it is ogg-specific.
11634
11635 2006-11-03  Michael Smith  <msmith@fluendo.com>
11636
11637         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11638           Recognise more mpeg4 elementary video streams.
11639
11640 2006-11-02  Edward Hervey  <edward@fluendo.com>
11641
11642         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11643         Lower the probability of mp3 typefinding functions if we don't find a
11644         valid mp3 header at the start of the file.
11645         Closes #369482
11646
11647 2006-11-02  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/theora/gsttheoradec.h:
11650         * ext/theora/theoradec.c: (gst_theora_dec_init),
11651         (theora_dec_sink_event), (theora_dec_chain_forward),
11652         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11653         (theora_dec_chain):
11654         Document and partially implement an algorithm for doing reverse playback
11655         of theora video.
11656
11657 2006-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11658
11659         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11660
11661         * win32/common/config.h:
11662         * win32/common/interfaces-enumtypes.c:
11663         * win32/common/libgsttag.def:
11664         * win32/vs8/gst-plugins-base.sln:
11665         * win32/vs8/libgstaudioresample.vcproj:
11666         * win32/vs8/libgstinterfaces.vcproj:
11667         * win32/vs8/libgstogg.vcproj:
11668         * win32/vs8/libgstriff.vcproj:
11669         * win32/vs8/libgsttag.vcproj:
11670         * win32/vs8/libgsttheora.vcproj:
11671         * win32/vs8/libgstvideoscale.vcproj:
11672         * win32/vs8/libgstvorbis.vcproj:
11673           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11674           to libgsttag.def; add missing dependencies for some vs8 projects;
11675           re-arrange placement of .def files in vs8 projects (#366334).
11676
11677 2006-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11678
11679         * ext/ogg/gstogg.c:
11680           Remove unused variable.
11681
11682         * ext/ogg/gstoggdemux.c:
11683           Fix Wim's surname in plugin description.
11684
11685 2006-10-31  Wim Taymans  <wim@fluendo.com>
11686
11687         * gst-plugins-base.spec.in:
11688         spec new .h file. Fixes #368310.
11689
11690 2006-10-31  Michael Smith  <msmith@fluendo.com>
11691
11692         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11693         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11694         (gst_multi_fd_sink_get_stats),
11695         (gst_multi_fd_sink_remove_client_link),
11696         (gst_multi_fd_sink_queue_buffer),
11697         (gst_multi_fd_sink_handle_clients):
11698         * gst/tcp/gstmultifdsink.h:
11699           Make using the remove or clear signals threadsafe.
11700           Make calling get-stats with an invalid fd not segfault.
11701           Fixes 368273.
11702
11703 2006-10-31  Wim Taymans  <wim@fluendo.com>
11704
11705         * gst-libs/gst/rtp/Makefile.am:
11706         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11707         (gst_base_rtp_audio_payload_init):
11708         Fix and activate base audio payloader.
11709
11710 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11711
11712         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11713         (plugin_init):
11714           Add typefinder for QuickTime Image Files (see #366156).
11715
11716 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11717
11718         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11719           Another typo fix (#366212).
11720
11721 2006-10-27  Wim Taymans  <wim@fluendo.com>
11722
11723         * gst/volume/gstvolume.c: (volume_transform_ip):
11724         Use stream time to synchronize volume property instead of rather random
11725         timestamps. This is needed when gnonlin does its time shifting.
11726
11727 2006-10-27  Wim Taymans  <wim@fluendo.com>
11728
11729         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11730
11731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11732         Remove the pad from the element in release_pad. Fixes #364812.
11733
11734 2006-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11735
11736         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11738           Explicitly create our custom buffer classes at a thread-safe
11739           location as well, since g_type_class_ref() doesn't seem to be
11740           entirely thread-safe either (#365501; also see #349410).
11741
11742 2006-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11743
11744         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11745         (gst_riff_parse_info):
11746           If strings in INFO chunk are not UTF-8, do something similar to
11747           what we do for ID3v1 tags: check a number of environment variables
11748           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11749           character sets to try, otherwise try the current locale and/or fall
11750           back on ISO-8859-1. Fixes #360552.
11751
11752 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11753
11754         * gst/videotestsrc/gstvideotestsrc.c:
11755         (gst_video_test_src_pattern_get_type),
11756         (gst_video_test_src_set_pattern):
11757         * gst/videotestsrc/gstvideotestsrc.h:
11758         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11759         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11760         (gst_video_test_src_checkers8):
11761         * gst/videotestsrc/videotestsrc.h:
11762           Add a bunch of exciting new checkers patterns.
11763
11764 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11765
11766         * gst/subparse/Makefile.am:
11767         * gst/subparse/gstsubparse.c:
11768         (gst_sub_parse_data_format_autodetect),
11769         (gst_sub_parse_format_autodetect), (handle_buffer),
11770         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11771         * gst/subparse/gstsubparse.h:
11772         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11773         (parse_tmplayer):
11774         * gst/subparse/tmplayerparse.h:
11775           Add support for TMPlayer-type subtitles (#362845).
11776
11777         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11778         (GST_START_TEST), (subparse_suite):
11779           Add some basic unit tests for the above.
11780
11781 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11782
11783         * tests/check/elements/audiorate.c: (test_injector_base_init),
11784         (test_injector_class_init), (test_injector_chain),
11785         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11786         (GST_START_TEST), (audiorate_suite):
11787           More tests for audiorate: inject buffers to check behaviour when
11788           buffers overlap.
11789
11790 2006-10-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11791
11792         * tests/check/Makefile.am:
11793         * tests/check/elements/.cvsignore:
11794         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11795         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11796           Add some basic unit tests for audiorate. Disabled at the moment
11797           since it doesn't pass yet (see bug #363119).
11798
11799 2006-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11800
11801         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11802         (parse_subrip), (handle_buffer):
11803           Add missing closing tags for markup and fix broken markup,
11804           otherwise pango won't render anything (fixes #357531). Also,
11805           make sure the text we send out is always NUL-terminated
11806           (better safe than sorry etc.).
11807
11808         * tests/check/elements/subparse.c: (test_srt_do_test),
11809         (test_srt):
11810           Some more tests for .srt incl. tests for the above stuff.
11811
11812 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11813
11814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11816         Patch by: Stefan Kost  <ensonic@users.sf.net>
11817         Try to redraw borders only when needed. Apparently this consumes
11818         resources on small devices... :-O (#363607)
11819
11820 2006-10-20  Michael Smith  <msmith@fluendo.com>
11821
11822         * gst/tcp/gstmultifdsink.c:
11823         (gst_multi_fd_sink_client_queue_buffer):
11824           If caps change, then update the client's idea of the caps so that we
11825           don't end up re-sending streamheaders for every single buffer after
11826           the caps change.
11827
11828 2006-10-20  Michael Smith  <msmith@fluendo.com>
11829
11830         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11831         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11832           Set caps on pushed buffers; fix up refcounting of caps objects.
11833
11834 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11835
11836         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11837         (plugin_init):
11838           Typefind mmsh header data packet to application/x-mmsh (#362625).
11839
11840 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11841
11842         * tests/check/Makefile.am:
11843         * tests/check/elements/.cvsignore:
11844         * tests/check/elements/subparse.c: (buffer_from_static_string),
11845         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11846         (GST_START_TEST), (subparse_suite):
11847           Add very simple unit test for subparse.
11848
11849 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11850
11851         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11852         (parse_subrip):
11853           Strip trailing newlines from subtitle text output.
11854
11855 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11856
11857         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11858         (gst_sub_parse_change_state):
11859           Fix memleak; clear subparse->textbuf n state change function.
11860
11861 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11862
11863         * gst/subparse/gstsubparse.c:
11864         (gst_sub_parse_data_format_autodetect):
11865           Don't require subrip (.srt) files to start with a chunk number of 1.
11866
11867 2006-10-18  Wim Taymans  <wim@fluendo.com>
11868
11869         * gst-libs/gst/audio/gstbaseaudiosink.c:
11870         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11871         * gst-libs/gst/audio/gstbaseaudiosink.h:
11872         Extract rate from the NEWSEGMENT event.
11873         Use commit_full to also take rate adjustment into account when writing
11874         samples to the ringbuffer.
11875         
11876         * gst-libs/gst/audio/gstringbuffer.c:
11877         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11878         (gst_ring_buffer_read):
11879         * gst-libs/gst/audio/gstringbuffer.h:
11880         Added _commit_full() to also take rate into account.
11881         Use simple interpolation algorithm to resample audio.
11882         API: gst_ring_buffer_commit_full()
11883
11884         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11885         * tests/examples/seek/seek.c: (segment_done):
11886         Don't try to seek with 0.0 rate, just pause instead.
11887         Remove bogus debug line.
11888
11889 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11890
11891         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11892         (setup_source):
11893           Catch async errors when starting up the subtitle bin, so we can
11894           stop waiting and continue with the main film instead of hanging
11895           forever. Fixes #339366.
11896
11897         * tests/check/elements/playbin.c: (playbin_suite):
11898           Enable unit test for the above.
11899
11900 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11901
11902         * tests/check/Makefile.am:
11903         * tests/check/elements/.cvsignore:
11904         * tests/check/elements/playbin.c: (GST_START_TEST),
11905         (gst_red_video_src_uri_get_type),
11906         (gst_red_video_src_uri_get_protocols),
11907         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11908         (gst_red_video_src_uri_handler_init),
11909         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11910         (gst_red_video_src_create), (gst_red_video_src_class_init),
11911         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11912           Some small and basic unit tests for playbin; not very useful yet,
11913           but at least a start.
11914
11915 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11916
11917         * gst/playback/gstplaybin.c: (setup_sinks):
11918           The old pad activation spiel.
11919
11920 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11921
11922         * gst/playback/gstplaybasebin.c: (setup_source):
11923           Don't hang forever if the subbin already fails to start up in 
11924           the state change to PAUSED (#339366).
11925
11926 2006-10-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11927
11928         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11929         (gst_tuner_set_channel), (gst_tuner_get_channel),
11930         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11931         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11932         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11933         (gst_tuner_find_channel_by_name):
11934           Fix some function guards, add some more function guards.
11935
11936 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11937
11938         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11939         (remove_element_chain):
11940         Don't return a pad from get_our_ghost_pad unless it is actually the
11941         one we want.
11942         Change a cast in remove_element_chain slightly.
11943
11944 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11945
11946         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11947         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11948         Segment seeking needs to use the rate and set stop to -1.
11949
11950 2006-10-13  Wim Taymans  <wim@fluendo.com>
11951
11952         * gst-libs/gst/audio/gstbaseaudiosink.c:
11953         (gst_base_audio_sink_setcaps):
11954         Don't crash when ringbuffer is not yet created.
11955         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11956         Fixes #361634.
11957
11958         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11959         * gst/playback/gststreamselector.c:
11960         (gst_stream_selector_request_new_pad):
11961         Activate pads befre adding them to running elements.
11962
11963 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11964
11965         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11966         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11967         updater when we start grabing the slider. Don't wait for the
11968         pipeline to be PAUSED.
11969
11970 2006-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11971
11972         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11973         (gst_mixer_set_volume), (gst_mixer_get_volume),
11974         (gst_mixer_set_mute), (gst_mixer_set_option),
11975         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11976         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11977         (gst_mixer_option_changed):
11978           Guard mixer interface functions against bogus arguments.
11979
11980 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11981
11982         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11983         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11984         (msg_state_changed), (main): Use state-changed messages to trigger
11985         start/stop of scale update timer. Indeed the scale slider was
11986         jumping here and there because the update timer was activated 
11987         before seek completed. This fixes instant applying of rate changes
11988         by pressing the spinbutton like a crazy man !
11989
11990 2006-10-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11991
11992         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11993
11994         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11995         (gst_basertppayload_finalize):
11996           Fix two small memory leaks (#361456).
11997
11998 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11999
12000         * tests/examples/seek/seek.c: (do_seek),
12001         (rate_spinbutton_changed_cb): When changing spinbutton we try
12002         to change the rate on the fly.
12003
12004 2006-10-10  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst-libs/gst/riff/riff-ids.h:
12007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12008         (gst_riff_create_audio_template_caps):
12009         Add WMS caps.
12010
12011 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12012
12013         Patch by: Josep Torra Valles <josep@fluendo.com>
12014
12015         * ext/gnomevfs/gstgnomevfssink.c:
12016         * ext/gnomevfs/gstgnomevfssrc.c:
12017         Fix URI interface implementation return type.
12018         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12019         Fix what looks like a copy/paste issue when assigning values.
12020         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12021         (gst_audio_filter_template_get_type):
12022         Cast to prevent Forte warnings.
12023         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12024         Fix URI interface implementation return type.
12025         gst_pad_query_position requires a signed integer pointer as
12026         3rd parameter, GstClockTime is unsigned.
12027         * gst/audioconvert/audioconvert.c:
12028         Fix integer overflow when treated as signed.
12029         * gst/audioresample/resample.c: (resample_add_input_data):
12030         Cast to prevent warnings on Forte.
12031         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12032         Fix integer overflow when treated as signed.
12033         * gst/ffmpegcolorspace/imgconvert_template.h:
12034         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12035         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12036         (cleanup_decodebin):
12037         Who initialises a guint to -1!
12038         Cast function pointers to prevent warnings on Forte.
12039         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12040         (queue_threshold_reached):
12041         Cast function pointers correctly to prevent warnings on Forte.
12042         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12043         Cast function pointers correctly to prevent warnings on Forte.
12044         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12045         Obvious change to unsigned, 0xEF > max signed char.
12046         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12047         GstClockTime is unsigned, initialise correctly.
12048         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12049         Cast so pointer arithemetic doesn't cause warnings on Forte.
12050         * gst/videorate/gstvideorate.c:
12051         Use correct return value.
12052         * tests/examples/seek/scrubby.c:
12053         GstClockTime is unsigned, initialise correctly.
12054
12055 2006-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12056
12057         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12058
12059         * gst/typefind/gsttypefindfunctions.c:
12060           Recognise XML files and XML-like files shorter than 256 bytes as
12061           well (fixes #359237).
12062
12063 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12064
12065         Patch by: Renato Filho <renato.filho@indt.org.br>
12066         
12067         * gst/typefind/gsttypefindfunctions.c:
12068         Added typefind functions to video/x-nuv media.
12069         
12070 2006-10-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12071
12072         * gst-libs/gst/interfaces/xoverlay.c:
12073         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12074           Some more guards against invalid input.
12075
12076 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12077
12078         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12079         Useless goto.
12080         * tests/examples/seek/seek.c: (do_seek),
12081         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12082         seek example to experiment with rates != 1.0 (reverse playback !)
12083
12084 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12085
12086         * gst-libs/gst/interfaces/xoverlay.c:
12087           Unref message in doc-example (spotted by Robert McQueen)
12088
12089 2006-10-06  Wim Taymans  <wim@fluendo.com>
12090
12091         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12092         (mpeg1_parse_header), (mpeg1_sys_type_find):
12093         printf fix.
12094
12095 2006-10-06  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12098         (close_pad_link):
12099         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12100         Activate dynamic pads before adding them to the element.
12101
12102 2006-10-06  Michael Smith  <msmith@fluendo.com>
12103
12104         * gst-libs/gst/floatcast/floatcast.h:
12105           Fix obviously-bogus macros; use the correct types.
12106
12107 2006-10-06  Wim Taymans  <wim@fluendo.com>
12108
12109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12110         (gst_base_rtp_depayload_change_state):
12111         Also call parent state change function to activate pads.
12112
12113         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12114         (mpeg1_parse_header), (mpeg1_sys_type_find):
12115         Add some more debug info in mpeg typefinding.
12116
12117 2006-10-06  Michael Smith  <msmith@fluendo.com>
12118
12119         * ext/theora/theoradec.c: (theora_dec_chain):
12120           Zero byte theora packets are valid and well-defined; don't warn on
12121           them.
12122
12123 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12124
12125         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12126         (gst_multi_fd_sink_get_stats), (find_limits),
12127         (gst_multi_fd_sink_queue_buffer):
12128           API: add dropped_buffers to the get-stats GValueArray
12129
12130 2006-10-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12131
12132         * ext/alsa/gstalsadeviceprobe.c:
12133         (gst_alsa_device_property_probe_get_values):
12134         * ext/alsa/gstalsasink.c: (set_hwparams):
12135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12136         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12138         (gst_ogg_mux_process_best_pad):
12139         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12140         (gst_ogg_parse_chain):
12141         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12142         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12143         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12144         (gst_vorbis_enc_buffer_check_discontinuous):
12145         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12146         * gst-libs/gst/audio/gstbaseaudiosink.c:
12147         (gst_base_audio_sink_render):
12148         * gst-libs/gst/cdda/gstcddabasesrc.c:
12149         (gst_cdda_base_src_handle_track_seek):
12150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12151         (gst_base_rtp_depayload_push_full):
12152         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12153         * gst/audioresample/resample.c: (resample_input_pushthrough):
12154         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12155         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12156         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12157         (wavpack_type_find):
12158         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12159         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12160         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12161         * tests/check/elements/volume.c: (GST_START_TEST):
12162           Printf format fixes.
12163
12164 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12165
12166         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12167           Fix a simple mistake (see the docs)
12168           Fixes #359580
12169
12170 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12171
12172         * docs/plugins/Makefile.am:
12173         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12174         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12175         * docs/plugins/gst-plugins-base-plugins.args:
12176         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12177         * docs/plugins/inspect/plugin-adder.xml:
12178         * docs/plugins/inspect/plugin-alsa.xml:
12179         * docs/plugins/inspect/plugin-audioconvert.xml:
12180         * docs/plugins/inspect/plugin-audiorate.xml:
12181         * docs/plugins/inspect/plugin-audioresample.xml:
12182         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12183         * docs/plugins/inspect/plugin-cdparanoia.xml:
12184         * docs/plugins/inspect/plugin-decodebin.xml:
12185         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12186         * docs/plugins/inspect/plugin-gdp.xml:
12187         * docs/plugins/inspect/plugin-gnomevfs.xml:
12188         * docs/plugins/inspect/plugin-libvisual.xml:
12189         * docs/plugins/inspect/plugin-ogg.xml:
12190         * docs/plugins/inspect/plugin-pango.xml:
12191         * docs/plugins/inspect/plugin-playbin.xml:
12192         * docs/plugins/inspect/plugin-subparse.xml:
12193         * docs/plugins/inspect/plugin-tcp.xml:
12194         * docs/plugins/inspect/plugin-theora.xml:
12195         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12196         * docs/plugins/inspect/plugin-video4linux.xml:
12197         * docs/plugins/inspect/plugin-videorate.xml:
12198         * docs/plugins/inspect/plugin-videoscale.xml:
12199         * docs/plugins/inspect/plugin-videotestsrc.xml:
12200         * docs/plugins/inspect/plugin-volume.xml:
12201         * docs/plugins/inspect/plugin-vorbis.xml:
12202         * docs/plugins/inspect/plugin-ximagesink.xml:
12203         * docs/plugins/inspect/plugin-xvimagesink.xml:
12204           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12205
12206 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12207
12208         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12209
12210         * ext/vorbis/Makefile.am:
12211         * ext/vorbis/vorbis.c: (plugin_init):
12212         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12213         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12214         * ext/vorbis/vorbisparse.h:
12215         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12216         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12217         (gst_vorbis_tag_parse_packet):
12218         * ext/vorbis/vorbistag.h:
12219           Add new vorbistag element which derives from vorbisparse
12220           and is essentially the same as well, only that it implements
12221           the GstTagSetter interface and can modify the stream's
12222           vorbiscomment on the fly (#335635).
12223
12224         * tests/check/Makefile.am:
12225         * tests/check/elements/.cvsignore:
12226         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12227         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12228         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12229         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12230           Add unit test for new vorbistag element.
12231
12232 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12233
12234         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12235         (vorbis_parse_push_headers), (vorbis_parse_chain):
12236           Set BOS flag in packet structure to fix 'jump depends
12237           on unitialized value' errors in valgrind; various minor
12238           clean-ups.
12239
12240 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12241
12242         * gst/playback/gstdecodebin.c: (close_pad_link):
12243         Fix typo in a debug statement.
12244
12245         * gst/playback/gstplaybasebin.c: (probe_triggered),
12246         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12247         (gen_source_element), (source_new_pad), (analyse_source),
12248         (setup_source):
12249         When handling no_more_pads in new_decoded_pad, make sure to treat
12250         subtitle pads correctly. Fixes playback with subtitle files.
12251
12252         Move a recurring message to LOG level.
12253
12254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12255         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12256         which ends up as -1 when cast to an int. Make the logic handle the
12257         max value as an unsigned mask and only change the colorkey when it's
12258         a value we recognise.
12259
12260 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12261
12262         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12263         Removed empty * between paragraphs
12264
12265 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12266
12267         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12268         * gst-libs/gst/rtp/README:
12269         Moved some documentation into .c file
12270
12271 2006-09-29  Wim Taymans  <wim@fluendo.com>
12272
12273         * gst/playback/gstdecodebin.c: (no_more_pads):
12274         Fix compilation.
12275
12276 2006-09-29  Wim Taymans  <wim@fluendo.com>
12277
12278         * gst/playback/gstdecodebin.c: (new_caps):
12279         Remove g_print
12280
12281         * gst/playback/gstplaybin.c:
12282         Add some docs.
12283
12284 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12285
12286         * tests/check/Makefile.am:
12287           Re-enable cddabasesrc test to see if it works again
12288           now.
12289
12290 2006-09-29  Wim Taymans  <wim@fluendo.com>
12291
12292         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12293         (gen_source_element):
12294         Handle invalid URIs a bit more gracefully.
12295
12296 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12297
12298         * tests/check/pipelines/oggmux.c:
12299           Remove obsolete comment.
12300
12301 2006-09-29  Michael Smith  <msmith@fluendo.com>
12302
12303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12304         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12305         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12306         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12307         (gst_ogg_mux_collected):
12308           Commit patch from James "Doc" Livingston, adds proper EOS handling
12309           in oggmux. GStreamer can, for the first time ever, create a valid
12310           Ogg file! Yay!
12311
12312         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12313         (oggmux_suite):
12314           Reenable tests now that they pass.
12315
12316 2006-09-29  Wim Taymans  <wim@fluendo.com>
12317
12318         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12319         Stop reading commands when EOF (we read 0) as well.
12320
12321 2006-09-28  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12324         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12325         (find_dynamic), (unlinked), (close_link):
12326         Implement delayed caps linking needed for element with a lot of
12327         different caps on the src pads that get fixed at runtime.
12328         Improve management of dynamic elements.
12329
12330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12331         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12332         (gen_preroll_element), (remove_groups), (unknown_type),
12333         (add_element_stream), (no_more_pads_full), (no_more_pads),
12334         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12335         (new_decoded_pad), (setup_subtitle), (array_has_value),
12336         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12337         (analyse_source), (remove_decoders), (make_decoder),
12338         (remove_source), (setup_source), (finish_source), (prepare_output),
12339         (gst_play_base_bin_change_state):
12340         * gst/playback/gstplaybasebin.h:
12341         Use more _CAST instead of full type checking casts.
12342         Small cleanups, plug some leaks.
12343         Handle dynamic sources.
12344         Add some helper functions to create lists of strings used for
12345         blacklisting and other stuff.
12346         Refactor some code dealing with analysing the source.
12347         Re-enable sources without pads (like cd:// or other selfcontained
12348         elements).
12349
12350 2006-09-28  Wim Taymans  <wim@fluendo.com>
12351
12352         * gst-libs/gst/audio/gstbaseaudiosink.c:
12353         (gst_base_audio_sink_render):
12354         When we have a timestamp, we can still perform clipping.
12355         When we have no clock, we must play the sample ASAP.
12356
12357 2006-09-28  Wim Taymans  <wim@fluendo.com>
12358
12359         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12360         Set caps on outgoing buffers.
12361
12362         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12363         (gst_video_rate_event), (gst_video_rate_chain):
12364         * gst/videorate/gstvideorate.h:
12365         Fix videorate some more. Fixes #357977
12366
12367 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12368
12369         * tests/check/elements/adder.c: (adder_suite):
12370           Don't set timeout to 6 seconds when we're running
12371           in valgrind ... (and how is 6 seconds longer than
12372           the default anyway?)
12373
12374 2006-09-28  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12377         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12378         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12379         Keep sink and src segment to keep track of time and support more
12380         input formats.
12381         Fix bogus next_offset and run_time calculation, don't understand how
12382         this could have worked before. Fixes #357976.
12383         Remove some unneeded vars.
12384
12385 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12386
12387         * gst/playback/gstplaybin.c: (remove_sinks):
12388           Only remove visualisation from visbin if there is a visbin (or:
12389           don't throw warnings when closing totem without playing a file).
12390
12391 2006-09-27  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst-libs/gst/audio/gstbaseaudiosink.c:
12394         (gst_base_audio_sink_render):
12395         Add some more info in a WARNING.
12396
12397         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12398         (gst_base_audio_src_create):
12399         Handle PAUSE in create function, use new -core addition to
12400         wait for playing. Fixes pausing and resuming capture from an
12401         audiosrc.
12402
12403         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12404         (gst_ring_buffer_read):
12405         Constify some more.
12406         Caller supports interrupted reads now.
12407
12408 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12409
12410         * tests/check/Makefile.am:
12411           Another attempt to make the gen64 buildbot happy.
12412
12413 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12414
12415         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12416
12417         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12418         (gst_visual_chain), (gst_visual_change_state):
12419           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12420           correctly. Fixes #357800
12421
12422 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12423
12424         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12425           Add timeout to _get_state() so we see which pipeline it is
12426           that causes trouble on the gen64 build bot.
12427
12428 2006-09-27  Wim Taymans  <wim@fluendo.com>
12429
12430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12431         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12432         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12433         (gst_base_rtp_depayload_set_gst_timestamp):
12434         the source pad always uses fixed caps.
12435
12436 2006-09-27  Wim Taymans  <wim@fluendo.com>
12437
12438         * docs/libs/gst-plugins-base-libs-docs.sgml:
12439         * docs/libs/gst-plugins-base-libs-sections.txt:
12440         * gst-libs/gst/audio/gstaudioclock.c:
12441         * gst-libs/gst/audio/gstaudioclock.h:
12442         * gst-libs/gst/audio/gstaudiosink.c:
12443         * gst-libs/gst/audio/gstaudiosink.h:
12444         * gst-libs/gst/audio/gstaudiosrc.c:
12445         * gst-libs/gst/audio/gstbaseaudiosink.c:
12446         (gst_base_audio_sink_render):
12447         * gst-libs/gst/audio/gstbaseaudiosink.h:
12448         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12449         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12450         * gst-libs/gst/audio/gstringbuffer.h:
12451         Added docs for the audio libs.
12452
12453 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12454
12455         * tests/check/Makefile.am:
12456           Temporarily disable test that fails on the bots for unknown reasons.
12457
12458 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12459
12460         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12461         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12462         Moved AudioCodecType into priv
12463         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12464
12465 2006-09-25  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12468         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12469         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12470         (new_pad):
12471         Cleanups and small leak fixes.
12472         Added Depayloaders to valid list of autopluggable elements.
12473
12474 2006-09-25  Wim Taymans  <wim@fluendo.com>
12475
12476         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12477         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12478         (gen_video_element), (gen_text_element), (gen_audio_element),
12479         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12480         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12481         Detect NO_PREROLL state change returns and disable clock distribution to
12482         the sinks so that sync is disabled.
12483         Avoid some type checking and do simple casts instead.
12484         Small cleanups, fix some FIXMEs.
12485         Be more robust when linking user specified elements, catch an report
12486         errors. Fixes #357404.
12487         Fix some leaks in the error paths.
12488
12489 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12490
12491         * ChangeLog:
12492           ChangeLog surgery for missing bug-number
12493
12494 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12495
12496         Patch by: Peter Kjellerstedt  <pkj at axis com>
12497
12498         * gst/playback/test.c:
12499           Fix compilation with uClibc and -Werror (#357591).
12500
12501 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12502
12503         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12504           Parse dates that are followed by a time as well (#357532).
12505
12506         * tests/check/libs/tag.c: (test_vorbis_tags):
12507           Add unit test for this.
12508
12509 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12510
12511         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12512         (gst_audio_convert_transform_caps):
12513         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12514         * gst/videotestsrc/videotestsrc.h:
12515           A few array const-ifications.
12516
12517 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12518
12519         * tests/check/Makefile.am:
12520           See if this makes the build bots happy.
12521
12522         * tests/check/libs/cddabasesrc.c:
12523           UTF8-ise my name.
12524
12525 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12526
12527         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12528
12529         * gst/subparse/samiparse.c: (handle_start_font),
12530         (fix_invalid_entities):
12531           More case-insensitivity for certain tags; recognise entities with
12532           decimal codes as special entities as well (#357330).
12533
12534 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12535
12536         * gst-libs/gst/Makefile.am:
12537           Need to build tag directory before cdda.
12538
12539 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12540
12541         * docs/libs/gst-plugins-base-libs-sections.txt:
12542         * gst-libs/gst/cdda/Makefile.am:
12543         * gst-libs/gst/cdda/gstcddabasesrc.c:
12544         (gst_cdda_base_src_base_init):
12545         * gst-libs/gst/cdda/gstcddabasesrc.h:
12546         * gst-libs/gst/tag/tag.h:
12547         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12548         (gst_tag_register_musicbrainz_tags):
12549           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12550           depend on libgsttag. This is required so we can extract/read tags like
12551           DISCID without depending on libgstcddabasesrc (which used to register
12552           them).
12553
12554         * gst-libs/gst/tag/gstvorbistag.c:
12555           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12556           tags (also see #347848).
12557
12558         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12559           Log vorbis comments we are actually writing. Const-ify array.
12560
12561 2006-09-23  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12564         Improve buffering a bit by avoiding a deadlock because we cannot assume
12565         the underrun is always called.
12566
12567 2006-09-23  Wim Taymans  <wim@fluendo.com>
12568
12569         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12570
12571         * gst-libs/gst/riff/riff-ids.h:
12572         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12573         (gst_riff_create_audio_template_caps):
12574         Added MPEG-4 AAC and id and caps. Fixes #357289
12575         Added WMA9 Lossless id.
12576
12577 2006-09-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12578
12579         * ext/gnomevfs/gstgnomevfssrc.c:
12580           Fix misleading docs addition.
12581
12582         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12583           Get rid of compiler warning the right way.
12584
12585 2006-09-22  Wim Taymans  <wim@fluendo.com>
12586
12587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12588         (gst_base_rtp_depayload_finalize),
12589         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12590         (gst_base_rtp_depayload_push_full),
12591         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12592         (gst_base_rtp_depayload_process),
12593         (gst_base_rtp_depayload_set_gst_timestamp),
12594         (gst_base_rtp_depayload_queue_release):
12595         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12596         Small cleanups.
12597         Fix some leaks.
12598         Refactored the process method and added methods to push from the process
12599         vmethod.
12600         Use _scale functions.
12601         API: gst_base_rtp_depayload_push_ts
12602         API: gst_base_rtp_depayload_push
12603
12604         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12605         timestamps are uint.
12606
12607 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12608
12609         * gst-libs/gst/interfaces/xoverlay.c:
12610           Remove unused statement from doc example.
12611
12612 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12613
12614         * gst-libs/gst/interfaces/videoorientation.c:
12615         (gst_video_orientation_iface_init),
12616         (gst_video_orientation_get_hflip),
12617         (gst_video_orientation_get_vflip),
12618         (gst_video_orientation_get_hcenter),
12619         (gst_video_orientation_get_vcenter),
12620         (gst_video_orientation_set_hflip),
12621         (gst_video_orientation_set_vflip),
12622         (gst_video_orientation_set_hcenter),
12623         (gst_video_orientation_set_vcenter):
12624           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12625           in ChangeLog)
12626
12627 2006-09-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12628
12629         * tests/check/Makefile.am:
12630         * tests/check/elements/.cvsignore:
12631         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12632         (create_rgb_conversions), (rgb_conversion_free),
12633         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12634         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12635           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12636           but disable for now since it doesn't pass (something wrong with
12637           RGBA somewhere).
12638
12639 2006-09-21  Wim Taymans  <wim@fluendo.com>
12640
12641         * gst/playback/gstplaybasebin.c: (group_commit),
12642         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12643         (queue_out_of_data), (gen_preroll_element),
12644         (preroll_remove_overrun), (probe_triggered):
12645         Refactor handling of overrun detection.
12646         Separate handling of group completion and deadlock detection when doing
12647         network buffering. This should fix some deadlocks that were not detected
12648         because the group was completed.
12649         Add more comments, improve debugging.
12650
12651 2006-09-21  Wim Taymans  <wim@fluendo.com>
12652
12653         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12654         * tests/check/libs/audio.c:
12655         Some more compilation fixes.
12656
12657 2006-09-21  Wim Taymans  <wim@fluendo.com>
12658
12659         * gst-libs/gst/audio/gstringbuffer.c:
12660         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12661         (gst_ring_buffer_read):
12662         Early morning compilation fix.
12663
12664 2006-09-20  Wim Taymans  <wim@fluendo.com>
12665
12666         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12667         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12668         * tests/check/elements/videorate.c: (GST_START_TEST):
12669         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12670         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12671         Fix some warnings.
12672
12673 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12674
12675         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12676         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12677         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12678           Handcrafted merge to help CVS understanding what I changed and what
12679           not.
12680
12681 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12682
12683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12684         (gst_xvimagesink_get_times):
12685           change colorkey behaviour back according to #354773 comment 6/7
12686
12687 2006-09-19  Michael Smith  <msmith@fluendo.com>
12688
12689         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12690         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12691         (gst_multi_fd_sink_recover_client),
12692         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12693         (gst_multi_fd_sink_get_property):
12694         * gst/tcp/gstmultifdsink.h:
12695           Implement stubbed out properties unit-type, units-soft-max,
12696           units-max, to allow specifying maximum sizes in units other than
12697           buffers.
12698           Fixes #355935
12699
12700 2006-09-19  Wim Taymans  <wim@fluendo.com>
12701
12702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12703         (gst_riff_create_audio_template_caps):
12704         Reorder the audio formats a bit for clarity.
12705         Detect and create caps for MSGSM and MSN (WAV49).
12706         Fixes #356596.
12707
12708         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12709         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12710         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12711         Small cleanups, move error handling out of normal flow for clarity.
12712
12713 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12714
12715         * docs/libs/gst-plugins-base-libs-docs.sgml:
12716         * docs/libs/gst-plugins-base-libs.types:
12717         * gst-libs/gst/interfaces/Makefile.am:
12718         * gst-libs/gst/interfaces/videoorientation.c:
12719         (gst_video_orientation_get_type),
12720         (gst_video_orientation_iface_init),
12721         (gst_video_orientation_get_hflip),
12722         (gst_video_orientation_get_vflip),
12723         (gst_video_orientation_get_hcenter),
12724         (gst_video_orientation_get_vcenter),
12725         (gst_video_orientation_set_hflip),
12726         (gst_video_orientation_set_vflip),
12727         (gst_video_orientation_set_hcenter),
12728         (gst_video_orientation_set_vcenter):
12729         * gst-libs/gst/interfaces/videoorientation.h:
12730           API: Add new interface to control video orientation (fixes #354908)
12731
12732 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12733
12734         * gst/videotestsrc/gstvideotestsrc.c:
12735           Use G_UNLIKELY in _create and log one more detail.
12736           
12737         (gst_video_test_src_get_times), (gst_video_test_src_create):
12738         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12739           Use gst_util_uint64_scale_int in _get_times().
12740
12741 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12742
12743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12744           Give better warning message (add object and detail).
12745
12746 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12747
12748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12749         (gst_xvimagesink_get_times):
12750           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12751           #354773), use gst_util_uint64_scale_int in _get_times()
12752
12753 2006-09-18  Michael Smith  <msmith@fluendo.com>
12754
12755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12756           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12757           always true, leading to dropping all timestamps.
12758
12759 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12760
12761         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12762         (gst_visual_chain), (gst_visual_change_state):
12763           update to work also with libvisual 0.4 API, fix double unref (#355914)
12764           
12765         * tools/gst-launch-ext.1.in:
12766         * tools/gst-visualise.1.in:
12767           remove references to old man-pages
12768
12769         * tests/examples/seek/seek.c: (main):
12770           add real meadi-buttons, add tool-tips for the seek-options, arrange
12771           seek options in a table
12772
12773 2006-09-18  Michael Smith  <msmith@fluendo.com>
12774
12775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12776         (gst_ogg_mux_push_buffer):
12777           Don't generate out-of-order timestamps from oggmux, instead clamp
12778           output timestamps to be >= the previously output ts.
12779           Fixes #355595
12780
12781 2006-09-18  Michael Smith  <msmith@fluendo.com>
12782
12783         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12784         (gst_multi_fd_sink_class_init):
12785           Updates, fixes, and typo corrections for multifdsink. No functional
12786           changes.
12787
12788 2006-09-17  Michael Smith  <msmith@fluendo.com>
12789
12790         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12791           Don't crash on truncated files - check that we got an 8 byte buffer
12792           before trying to memcmp it.
12793
12794 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12795
12796         * gst/playback/gstplaybasebin.c: (get_active_source):
12797           Make stream-switching appear instant to the application
12798           (ie. make sure that a g_object_get on 'current-foo' returns
12799           the stream previously set with g_object_set(). Totem needs
12800           this to update stream-related meta-info (like audio-codec)
12801           correctly when switching streams.
12802
12803 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12804
12805         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12806         (gst_alsa_mixer_ensure_track_list):
12807           Try harder to guess which mixer track is the master mixer
12808           track (instead of just taking the first one that has a pvolume).
12809           Fixes #342228.
12810
12811 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12812
12813         reviewed by: <delete if not using a buddy>
12814
12815         * gst-libs/gst/audio/audio.h:
12816         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12817
12818 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12819
12820         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12821         (gst_audio_convert_transform_caps):
12822           Get structure-name just once.
12823
12824 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12825
12826         * tests/check/elements/audioresample.c: (GST_START_TEST):
12827         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12828         * tests/check/elements/volume.c: (GST_START_TEST):
12829         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12830         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12831         (test_pipeline), (GST_START_TEST):
12832         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12833         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12834           Fix big batch of compiler warnings.
12835
12836 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12837
12838         * ext/gnomevfs/gstgnomevfssrc.c:
12839           Add docs about icydemux usage in connection with gnomevfssrc
12840
12841         * ext/libvisual/visual.c:
12842         * ext/ogg/gstoggaviparse.c:
12843         * ext/ogg/gstoggdemux.c:
12844         * ext/ogg/gstoggmux.c:
12845         * ext/ogg/gstoggparse.c:
12846         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12847         * gst-libs/gst/audio/gstaudiosink.c:
12848         * gst-libs/gst/audio/gstaudiosrc.c:
12849         * gst/audiorate/gstaudiorate.c:
12850           More G_OBJECT macro fixing.
12851
12852         * gst/audiotestsrc/gstaudiotestsrc.h:
12853           Fix wrong info in header due to copy & paste
12854
12855 2006-09-15  Wim Taymans  <wim@fluendo.com>
12856
12857         * gst-libs/gst/audio/gstbaseaudiosink.c:
12858         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12860         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12861         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12862         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12863         Do the delay calculation in the source/sink base classes as this is
12864         specific for the capture/playback mode.
12865         Try to fixate a bit better, like round depth up to a multiple of 8
12866         bigger than width.
12867         Handle underruns correctly by marking DISCONT on buffers and adjusting
12868         timestamps to handle the gap.
12869         Set offset/offset_end correctly on buffers.
12870
12871         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12872         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12873         (gst_ring_buffer_read):
12874         Remove resync and underrun recovery from the ringbuffer.
12875         Fix ringbuffer read code on under/overrun.
12876
12877 2006-09-15  Wim Taymans  <wim@fluendo.com>
12878
12879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12880         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12881         (queue_threshold_reached), (gst_play_base_bin_set_property),
12882         (gst_play_base_bin_get_property):
12883         * gst/playback/gstplaybasebin.h:
12884         Don't use a 0 low watermark when buffering, it is catching starvation
12885         way too late. Instead, use a 3 second queue with 30 and 95
12886         percent low/high watermarks. 
12887         Added queue-min-threshold property to configure low watermark.
12888         Use new _buffering message API.
12889         Make queue_threshold variable big enough to store a uint64 time value.
12890         API: playbin::queue-min-threshold property.
12891
12892 2006-09-15  Wim Taymans  <wim@fluendo.com>
12893
12894         * configure.ac:
12895         We require 0.10.10.1 now because of _wait_preroll().
12896
12897         * gst-libs/gst/audio/gstbaseaudiosink.c:
12898         (gst_base_audio_sink_render):
12899         Use gst_base_sink_wait_preroll().
12900
12901 2006-09-15  Wim Taymans  <wim@fluendo.com>
12902
12903         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12904         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12905         Use DEBUG_OBJECT more.
12906
12907 === release 0.10.10 ===
12908
12909 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12910
12911         patch by: Michael Smith <msmith at fluendo dot com>
12912
12913         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12914         (gst_multi_fd_sink_client_queue_buffer),
12915         (gst_multi_fd_sink_new_client):
12916         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12917         (multifdsink_suite):
12918           Fix implementation of sync-method 'next-keyframe'
12919           Closes #354594
12920
12921 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12922
12923         patch by: Wim Taymans <wim at fluendo dot com>
12924
12925         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12926         This patch removes the RANDOM flag that was incorrectly introduced with
12927         revision 1.91.  Fixes #354590
12928
12929 2006-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12930
12931         * tests/check/Makefile.am:
12932           Random variation in Makefile line to see if it makes the
12933           gen64-base-full bot any happier.
12934
12935 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12936
12937         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12938           Disable test that fails at the moment (killed after timeout).
12939
12940 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12941
12942         Patch by: James Livingston  <doclivingston at gmail.com>
12943
12944         * tests/check/Makefile.am:
12945         * tests/check/pipelines/.cvsignore:
12946         * tests/check/pipelines/oggmux.c: (get_page_codec),
12947         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12948         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12949         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12950         (test_theora_vorbis), (oggmux_suite):
12951           Add simple unit test for oggmux from #337026 with checking for the
12952           EOS flags disabled for the time being.
12953
12954 2006-09-04  Wim Taymans  <wim@fluendo.com>
12955
12956         patch by: Alessandro Dessina <alessandro nnva org>
12957
12958         * ext/ogg/gstoggmux.c:
12959         Add cmml caps to oggmux. Fixes #353912
12960
12961 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12962
12963         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12964           Returning a return value often helps. In this case, we
12965           don't need the return value anyway, so just get rid of it.
12966           Should make build bots much happier.
12967
12968 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12969
12970         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12971         (paint_get_structure), (gst_video_test_src_get_size),
12972         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12973         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12974         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12975         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12976         * gst/videotestsrc/videotestsrc.h:
12977           Add support for AYUV and the various RGBA formats. Initialise
12978           fields of paintinfo structs allocated on the stack.
12979
12980         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12981         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12982         (check_rgb_buf), (videotestsrc_suite):
12983           Add unit tests for videotestsrc's RGB output.
12984
12985 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12986
12987         * gst/videotestsrc/gstvideotestsrc.c:
12988         (gst_video_test_src_pattern_get_type),
12989         (gst_video_test_src_set_pattern):
12990         * gst/videotestsrc/gstvideotestsrc.h:
12991         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12992         (gst_video_test_src_black), (gst_video_test_src_white),
12993         (gst_video_test_src_red), (gst_video_test_src_green),
12994         (gst_video_test_src_blue):
12995         * gst/videotestsrc/videotestsrc.h:
12996           Add more uni-colour patterns ("white", "red", "green", and "blue").
12997
12998 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12999
13000         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13001           Fix stride for YVYU, should be word-aligned (#353658).
13002
13003 2006-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13004
13005         * gst/adder/gstadder.c: (gst_adder_src_event):
13006           Fix build.
13007
13008 2006-08-31  Edward Hervey  <edward@fluendo.com>
13009
13010         * gst/adder/gstadder.c: (forward_event_func),
13011         (gst_adder_src_event), (gst_adder_collected),
13012         (gst_adder_change_state):
13013         * gst/adder/gstadder.h:
13014         Remember the start position asked in the incoming seeks, so we can
13015         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13016         of assuming it will always be 0).
13017
13018 2006-08-31  Edward Hervey  <edward@fluendo.com>
13019
13020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13021         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13022         (gst_ogg_demux_loop):
13023         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13024
13025 2006-08-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13026
13027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13028         (gst_ffmpegcsp_get_unit_size):
13029           Return FALSE instead of returning a random false unit
13030           size when the format isn't known/supported (even if
13031           this shouldn't happen under normal circumstances).
13032
13033 2006-08-29  Wim Taymans  <wim@fluendo.com>
13034
13035         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13036
13037         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13038         (gst_gnome_vfs_src_start):
13039         Try harder to get the size from a uri by using _info_uri() when
13040         _info_from_handle() does not give us enough info. 
13041         Also follow symlinks when getting the size.
13042         Partially Fixes #332864.
13043
13044 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13045
13046         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13047
13048         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13049         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13050         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13051         (gst_alsa_mixer_set_record):
13052         * ext/alsa/gstalsamixertrack.c:
13053         (gst_alsa_mixer_track_update_alsa_capabilities),
13054         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13055         (gst_alsa_mixer_track_update):
13056         * ext/alsa/gstalsamixertrack.h:
13057           Improve and fix mixer track handling, in particular better handling
13058           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13059           separate track objects for tracks that have both capture and playback
13060           volume (and label them differently as well so they're not mistakenly
13061           assumed to be duplicates); classify mixer tracks that only affect
13062           the audible volume of something (rather than the capture volume)
13063           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13064           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13065           (following the meaning documented in the mixer interface header
13066           file); add support for alsa's exclusive cswitch groups; update/sync
13067           state/flags better if mixer settings are changed by another
13068           application. Fixes #336075.
13069
13070 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13071
13072         * gst/playback/gstplaybin.c:
13073           Improve docs: add section about BUFFERING messages sent by playbin.
13074
13075 2006-08-29  Michael Smith  <msmith@fluendo.com>
13076
13077         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13078         (gst_vorbis_enc_buffer_check_discontinuous),
13079         (gst_vorbis_enc_chain):
13080           Ignore explicit DISCONT marked on buffers (which is often spurious,
13081           particularly when using multiple segments), in favour of solely
13082           using the timestamps/durations.
13083
13084 2006-08-29  Edward Hervey  <edward@fluendo.com>
13085
13086         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13087         Don't rely on incoming buffers offset anymore, since it is completely
13088         broken when using multiple segments.
13089         Instead convert the incoming buffers timestamp to running time, and
13090         then convert that value to the offsets.
13091         Also inform GstSegment of the last outputted stop position, which is
13092         needed if we received several segments with an unknown stop value.
13093
13094 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13095
13096         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13097           fix buffer unreffing on a header push failure
13098
13099 2006-08-28  Wim Taymans  <wim@fluendo.com>
13100
13101         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13102         (gst_audio_rate_chain):
13103         Make the metadata of the buffer writable before changing its
13104         flags.
13105
13106 2006-08-28  Wim Taymans  <wim@fluendo.com>
13107
13108         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13109         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13110         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13111         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13112         Fix audiorate some more.
13113         Reset and resync counters on flush and READY.
13114         Handle the DISCONT flag correctly.
13115         Use GstSegment to track position.
13116         Fail when not negotiated.
13117         Fixes #353234.
13118
13119 2006-08-25  Michael Smith  <msmith@fluendo.com>
13120
13121         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13122           Fix spelling.
13123           Remove accidently included debug line.
13124
13125 2006-08-25  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13128         Small cleanups.
13129         If a buffer is received with no caps, make the buffer metadata
13130         writable and set the caps, making sure that we don't screw up the
13131         refcounts.
13132
13133 2006-08-25  Michael Smith  <msmith@fluendo.com>
13134
13135         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13136         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13137           Fix memory leaks and misleading debug messages, add a couple of
13138           comments.
13139
13140         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13141         (gst_multi_fd_sink_render):
13142           Do not use gst_buffer_make_writable() in a basesink render method,
13143           as it may incorrectly unref the buffer. Instead, use convoluted
13144           dance to avoid copying the buffer except when we need to.
13145
13146 2006-08-25  Michael Smith  <msmith@fluendo.com>
13147
13148         * ext/vorbis/vorbisenc.c:
13149         (gst_vorbis_enc_buffer_check_discontinuous):
13150           Allow very small discontinuities in the timestamps. These we can't
13151           do anything useful with anyway (because vorbis's timestamps have
13152           only sample granularity), and are commonly produced by elements with
13153           minor bugs. Allow up to 1/2 a sample out.
13154           Fixes #351742.
13155
13156 2006-08-24  Wim Taymans  <wim@fluendo.com>
13157
13158         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13159         (play_scrub_toggle_cb), (main):
13160         Add a checkbox to enable play scrubbing. Makes it possible to disable
13161         normal scrubbing.
13162
13163 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13164
13165         * tests/check/elements/.cvsignore:
13166           make buildbot happy
13167
13168 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13169
13170         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13171         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13172         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13173         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13174         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13175         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13176         (gst_ogm_text_parse_strip_trailing_zeroes),
13177         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13178         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13179           Refactor ogm parse, do better input checking, misc. clean-ups.
13180           Cache incoming events and push them once the source pad has
13181           been created. Don't pass unterminated strings to sscanf().
13182           Strip trailing zeroes from subtitle text output, since they
13183           are not valid UTF-8. Don't push vorbiscomment packets on
13184           the subtitle text pad. Output perfect streams if possible.
13185
13186 2006-08-23  Wim Taymans  <wim@fluendo.com>
13187
13188         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13189         Waits for tasks to settle down so that we clean up correctly for 
13190         valgrind.
13191
13192 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13193
13194         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13195           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13196           actually return return value in taglists_are_equal.
13197
13198 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13199
13200         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13201           Fix crash due to broken bitstream parsing on x86-64: can't make
13202           any assumptions about sizeof(struct) due to alignment/packing
13203           differences on different architectures. Fixes #351790.
13204
13205 2006-08-22  Wim Taymans  <wim@fluendo.com>
13206
13207         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13208         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13209         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13210         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13211         (gst_riff_parse_info):
13212         Protect public functions against bad input.
13213         Do some cleanups.
13214         Fix documentation.
13215
13216 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13217
13218         * gst-libs/gst/riff/riff-ids.h:
13219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13220           Add voxware audio IDs (even if we can't play it) (#351795).
13221
13222 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13223
13224         * gst-libs/gst/riff/riff-media.c:
13225         (gst_riff_create_video_template_caps),
13226         (gst_riff_create_audio_template_caps),
13227         (gst_riff_create_iavs_template_caps):
13228           Const-ify some arrays and use G_N_ELEMENTS instead
13229           of wasting oodles of RAM on terminator bits.
13230
13231 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13232
13233         * gst-libs/gst/tag/gstvorbistag.c:
13234         (gst_tag_list_to_vorbiscomment_buffer):
13235         * tests/check/libs/tag.c: (GST_START_TEST):
13236           And the same for _to_vorbiscomment_buffer(): allow
13237           id_data_len == 0 for speex.
13238
13239 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241         * configure.ac:
13242         * docs/plugins/Makefile.am:
13243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13244         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13245         * docs/plugins/inspect/plugin-gdp.xml:
13246         * gst/gdp/Makefile.am:
13247         * tests/check/Makefile.am:
13248           Move GDP plugin to -base from -bad.  Closes #347783.
13249
13250 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13251
13252         * gst-libs/gst/tag/gstvorbistag.c:
13253         (gst_tag_list_from_vorbiscomment_buffer):
13254           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13255           Also add some checks to make sure we don't memcmp() beyond the end of
13256           vorbiscomment buffer if the ID to check for is larger than the buffer.
13257
13258         * tests/check/libs/tag.c: (GST_START_TEST):
13259           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13260
13261 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13262
13263         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13264         (gst_vorbis_enc_set_metadata):
13265           Use vorbis comment utility functions from libgsttag
13266           instead of re-inventing the wheel (partially fixes #347091).
13267
13268 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13269
13270         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13271         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13272         as some that won't.
13273
13274 2006-08-21  Wim Taymans  <wim@fluendo.com>
13275
13276         * docs/libs/Makefile.am:
13277         * docs/libs/gst-plugins-base-libs-sections.txt:
13278         * docs/libs/gst-plugins-base-libs.types:
13279         Don't try to GObject scan the netbuffer as it's not a GObject.
13280         Fixes #351308.
13281
13282         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13283         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13284         Document GstNetBuffer.
13285
13286 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13287
13288         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13289         (audioconvert_suite):
13290           Add testcase for caps-size-explosion
13291
13292 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13293
13294         * gst/audioconvert/gstaudioconvert.c:
13295         (gst_audio_convert_get_unit_size), (set_structure_widths):
13296           Lower debug, use g_assert in _get_unit_size
13297
13298         * gst/audioresample/gstaudioresample.c:
13299         (audioresample_get_unit_size):
13300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13301         (gst_ffmpegcsp_get_unit_size):
13302         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13303           use g_assert in _get_unit_size
13304
13305 2006-08-18  Wim Taymans  <wim@fluendo.com>
13306
13307         * docs/libs/gst-plugins-base-libs-sections.txt:
13308         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13309         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13310         (gst_rtp_buffer_get_payload_buffer):
13311         * gst-libs/gst/rtp/gstrtpbuffer.h:
13312         Document GstRTPBuffer.
13313         Added function to efficiently strip payload headers.
13314         API: gst_rtp_buffer_get_payload_subbuffer()
13315
13316 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13317
13318         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13319         (gst_tag_to_vorbis_comments):
13320           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13321           tags and deserialise them properly as well (#347091).
13322           Add some more gtk-doc blurbs and also some g_return_if_fail().
13323
13324         * tests/check/libs/tag.c: (GST_START_TEST),
13325         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13326           More tests.
13327
13328 2006-08-17  Wim Taymans  <wim@fluendo.com>
13329
13330         * ext/ogg/Makefile.am:
13331         * ext/ogg/gstogg.c: (plugin_init):
13332         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13333         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13334         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13335         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13336         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13337         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13338         Added ogg-in-avi parser element. Fixes #140139.
13339
13340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13341         Fixed a bug in oggdemux debug code.
13342
13343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13344         (gst_riff_create_audio_template_caps):
13345         Recognise Ogg in the AVI extensible wave format.
13346
13347 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13348
13349         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13350           Make buffer durations add up (duration should be next_ts-ts for
13351           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13352           from CVS.
13353
13354         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13355         (test_buffer_timestamps), (cddabasesrc_suite):
13356           Add unit test for the above.
13357
13358         * tests/check/Makefile.am:
13359           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13360           to see what happens.
13361
13362 2006-08-16  Wim Taymans  <wim@fluendo.com>
13363
13364         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13365         (gst_alsasink_open):
13366         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13367         (gst_alsasrc_open):
13368         Avoid setting and using a NULL device name.
13369         Print more info when we fail to open a device.
13370
13371 2006-08-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13372
13373         * docs/libs/gst-plugins-base-libs-sections.txt:
13374         * gst-libs/gst/tag/tag.h:
13375         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13376           API: add gst_tag_parse_extended_comment() (#351426).
13377
13378         * tests/check/Makefile.am:
13379         * tests/check/libs/.cvsignore:
13380         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13381           Add unit test for gst_tag_parse_extended_comment().
13382
13383 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13384
13385         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13387           Fix leak (#351502).
13388
13389 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13390
13391         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13392         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13393         * docs/plugins/gst-plugins-base-plugins.args:
13394         * gst/playback/gstplaybin.c:
13395           Document playbin.
13396           
13397         * docs/plugins/inspect/plugin-adder.xml:
13398         * docs/plugins/inspect/plugin-alsa.xml:
13399         * docs/plugins/inspect/plugin-audioconvert.xml:
13400         * docs/plugins/inspect/plugin-audiorate.xml:
13401         * docs/plugins/inspect/plugin-audioresample.xml:
13402         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13403         * docs/plugins/inspect/plugin-cdparanoia.xml:
13404         * docs/plugins/inspect/plugin-decodebin.xml:
13405         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13406         * docs/plugins/inspect/plugin-gnomevfs.xml:
13407         * docs/plugins/inspect/plugin-ogg.xml:
13408         * docs/plugins/inspect/plugin-pango.xml:
13409         * docs/plugins/inspect/plugin-playbin.xml:
13410         * docs/plugins/inspect/plugin-subparse.xml:
13411         * docs/plugins/inspect/plugin-tcp.xml:
13412         * docs/plugins/inspect/plugin-theora.xml:
13413         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13414         * docs/plugins/inspect/plugin-video4linux.xml:
13415         * docs/plugins/inspect/plugin-videorate.xml:
13416         * docs/plugins/inspect/plugin-videoscale.xml:
13417         * docs/plugins/inspect/plugin-videotestsrc.xml:
13418         * docs/plugins/inspect/plugin-volume.xml:
13419         * docs/plugins/inspect/plugin-vorbis.xml:
13420         * docs/plugins/inspect/plugin-ximagesink.xml:
13421         * docs/plugins/inspect/plugin-xvimagesink.xml:
13422           Update to CVS version.
13423
13424 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13425
13426         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13427         (gst_play_bin_set_property), (gst_play_bin_get_property),
13428         (value_list_append_structure_list),
13429         (gst_play_bin_handle_redirect_message),
13430         (gst_play_bin_handle_message):
13431           API: GstPlayBin::connection-speed
13432           Add "connection-speed" property; re-order redirect messages with
13433           multiple redirect locations depending on the minimum bitrate if
13434           that information is available and a connection speed is set
13435           (#350399).
13436
13437 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13438
13439         * gst/playback/gstplaybin.c:
13440           Update max volume to the same value that the volume element uses.
13441
13442 2006-08-14  Wim Taymans  <wim@fluendo.com>
13443
13444         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13445         Less uglyness..
13446
13447 2006-08-14  Wim Taymans  <wim@fluendo.com>
13448
13449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13450         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13451         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13452         Add some more debug info.
13453         Don't crash when a seek failed.
13454         Actually return the result of the seek instead of TRUE.
13455         Ignore multiple BOS pages with the same serial so that we don't create
13456         the same stream multiple times.
13457         Post an error when we fail to do the initial seek.
13458
13459 2006-08-13  Wim Taymans  <wim@fluendo.com>
13460
13461         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13462         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13463         Small code cleanup.
13464
13465         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13466         (gst_alsa_mixer_new):
13467         Remove hack that always set the device to hw:0*.
13468         Properly find the card name for whatever device was configured.
13469         Do some better debugging.
13470         Fixes #350784.
13471
13472         * ext/alsa/gstalsamixerelement.c:
13473         (gst_alsa_mixer_element_set_property),
13474         (gst_alsa_mixer_element_change_state):
13475         Cleanups.
13476         Handle setting of a NULL device name better.
13477
13478 2006-08-11  Wim Taymans  <wim@fluendo.com>
13479
13480         * gst/adder/gstadder.c:
13481         Don't clip float values. Fixes #350900.
13482
13483 2006-08-11  Andy Wingo  <wingo@pobox.com>
13484
13485         * gst/tcp/gsttcp.c: Really fix the build?
13486
13487         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13488         fixes the build.
13489
13490 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13491
13492         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13493           Float caps shouldn't have a "signed" field.
13494
13495 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13496
13497         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13498           Implement SEEKING query in its most basic form, so that we can
13499           at least check if we're seekable or not (#350655).
13500
13501 2006-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13502
13503         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13504           The checks here are not even close to anything that would
13505           justify MAXIMUM probability, lowering to POSSIBLE until someone
13506           fixes the checks (case at hand: quicktime redirection files
13507           might start with 00 00 01 XX and pass the checks here just
13508           fine, see #350399).
13509
13510 2006-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13511
13512         Patch by: Sjoerd Simons  <sjoerd at luon net>
13513
13514         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13515           Better detection for multipart/x-mixed-replace: accept leading
13516           whitespaces before the boundary marker as well (as our very own
13517           multipartmux used to produce) (#349068).
13518
13519 2006-08-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13520
13521         Patch by: Young-Ho Cha  <ganadist at chollian net>
13522
13523         * gst-libs/gst/riff/riff-ids.h:
13524         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13525         (gst_riff_create_audio_template_caps):
13526           Detect DTS audio streams (#350157).
13527
13528 2006-08-05  Andy Wingo  <wingo@pobox.com>
13529
13530         * ext/theora/gsttheoraparse.h:
13531         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13532         (theora_parse_dispose, theora_parse_set_property)
13533         (theora_parse_get_property, theora_parse_munge_granulepos)
13534         (theora_parse_push_buffer, theora_parse_change_state):
13535         API: GstTheoraParse::synchronization-points
13536         Add a property 'synchronization-points' to fix badly synchronized oggs.
13537
13538 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13539
13540         * tests/check/Makefile.am:
13541         * tests/check/libs/.cvsignore:
13542         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13543         (fixed_caps_have_channel_positions), (GST_START_TEST),
13544         (audio_suite), (main):
13545           Add a few tests for the channel position stuff in libgstaudio.
13546
13547 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13548
13549         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13550         (gst_alsa_detect_channels):
13551         * ext/alsa/gstalsasink.c:
13552           Add support for cards that (only) do more than 8 channels,
13553           like the Delta 44 (#345188).
13554
13555         * gst-libs/gst/audio/multichannel.c:
13556         (gst_audio_check_channel_positions):
13557         * gst-libs/gst/audio/multichannel.h:
13558           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13559           unspecified channel position and cannot be combined with any
13560           of the other audio channel positions; adjust position layout
13561           checks accordingly (#345188).
13562
13563 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13564
13565         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13566           Recognise ancient RealAudio files (see #349779).
13567
13568 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13569
13570         Patch by: Jens Granseuer  <jensgr at gmx net>
13571
13572         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13573           Add typefinder for Interplay's MVE format (#348973).
13574
13575 2006-08-02  Wim Taymans  <wim@fluendo.com>
13576
13577         Patch by: Marcel Moreaux <marcelm at luon dot net>
13578
13579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13580         (gst_base_rtp_depayload_add_to_queue):
13581         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13582         Handle RTP sequence number rollover.
13583         Disable jitterbuffer by default.
13584
13585 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13586
13587         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13588         (audioresample_set_caps):
13589         Don't leak references to the incoming caps. Clean them up when
13590         stopping.
13591
13592         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13593         (gst_video_scale_finalize):
13594         Don't leak our temporary pixel buffer.
13595
13596         * tests/check/Makefile.am:
13597         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13598         (GST_START_TEST), (simple_launch_lines_suite):
13599
13600         Fix leaks and re-enable the test for valgrind checking.
13601
13602 2006-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13603
13604         Patch by: Sjoerd Simons  <sjoerd at luon net>
13605
13606         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13607         (plugin_init):
13608           Add typefind function for multipart/x-mixed-replace (#348916).
13609
13610 2006-07-28  Wim Taymans  <wim@fluendo.com>
13611
13612         * gst/adder/gstadder.c: (gst_adder_setcaps),
13613         (gst_adder_query_duration):
13614         Fix leak in duration query.
13615         Reflow some docs and notes.
13616
13617 2006-07-28  Michael Smith  <msmith@fluendo.com>
13618
13619         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13620         (vorbisenc_suite):
13621           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13622           aspect of it.
13623
13624 2006-07-28  Michael Smith  <msmith@fluendo.com>
13625
13626         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13627         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13628         (gst_vorbis_enc_push_buffer),
13629         (gst_vorbis_enc_buffer_check_discontinuous),
13630         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13631         * ext/vorbis/vorbisenc.h:
13632           Handle discontinuities in the input vorbis stream correctly,
13633           so that the output is properly timestamped (and has good granulepos
13634           values). Needs some oggmux fixes too.
13635
13636 2006-07-27  Wim Taymans  <wim@fluendo.com>
13637
13638         patch by: Kai Vehmanen <kv2004 eca cx>
13639
13640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13641         (gst_base_rtp_depayload_chain),
13642         (gst_base_rtp_depayload_handle_sink_event),
13643         (gst_base_rtp_depayload_change_state):
13644         Don't send multiple newsegments with different formats.
13645         Fixes #348677.
13646
13647 2006-07-26  Wim Taymans  <wim@fluendo.com>
13648
13649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13650         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13651         Make seeking in ogg more accurate again by doing the more correct
13652         granuletime to stream time conversion.
13653
13654 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13655
13656         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13657         (gst_multi_fd_sink_new_client):
13658           debug a little more understandably
13659           do not use goto as a substitute for break, especially if
13660           break is also being used
13661
13662 2006-07-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13663
13664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13665         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13666           Remove GLib-2.6 compatibility cruft.
13667
13668 2006-07-24  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst-libs/gst/audio/gstbaseaudiosink.c:
13671         (gst_base_audio_sink_render):
13672         Don't try to align a sample to an unknown value.
13673
13674 2006-07-24  Wim Taymans  <wim@fluendo.com>
13675
13676         * gst-libs/gst/audio/gstbaseaudiosink.c:
13677         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13678         When the audio clock is slaved to another clock, never try to align
13679         samples but trust the rate interpolation algorithm.
13680
13681 2006-07-24  Wim Taymans  <wim@fluendo.com>
13682
13683         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13684         Don't try to calculate silence samples, base class does this much
13685         better now.
13686
13687         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13688         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13689         (gst_ring_buffer_acquire):
13690         Calculate silence samples correctly.
13691
13692         * gst-libs/gst/audio/gstringbuffer.h:
13693         Add _CAST macro.
13694
13695 2006-07-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13696
13697         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13698           Limit search for the first markup tag to the first few kB of
13699           the file. If we don't find one there, it's highly unlikely that
13700           this is an XML(-ish) file.
13701
13702 2006-07-21  Andy Wingo  <wingo@pobox.com>
13703
13704         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13705         test to the one in vorbisenc. Also commented out.
13706
13707         * tests/check/pipelines/vorbisenc.c: 
13708         (test_discontinuity): New test, commented out until Mike lands
13709         some elite vorbisenc patches.
13710
13711         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13712         Bufferstraw was actually factored out of these tests. Now we share
13713         code yay.
13714
13715         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13716         for bufferstraw addition to gstcheck.
13717
13718 2006-07-21  Wim Taymans  <wim@fluendo.com>
13719
13720         * ext/theora/theoradec.c: (clip_buffer):
13721         Better clipping.
13722
13723 2006-07-21  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13726         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13727         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13728         Fix leak.
13729         Avoid type casting when we can.
13730
13731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13732         Fix mem leak.
13733
13734 2006-07-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13735
13736         * ext/alsa/gstalsamixerelement.c:
13737         (gst_alsa_mixer_element_change_state):
13738           Make state change fail if the specified device can't be opened
13739           for some reason.
13740
13741 2006-07-20  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13744         (cb_newpad), (main):
13745         Example of a small audio/video player using decodebin.
13746
13747 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13748
13749         * gst-libs/gst/riff/riff-ids.h:
13750           Add 'fact' chunk id
13751
13752 2006-07-19  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13755         (gst_base_rtp_depayload_chain),
13756         (gst_base_rtp_depayload_change_state):
13757         Don't assert when not negotiated but post a meaningfull 
13758         error message. Fixes #347918.
13759
13760         * gst-libs/gst/rtp/gstbasertppayload.c:
13761         Add comment about better default MTU size.
13762
13763         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13764         Small cleanups, start docs.
13765
13766 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13767
13768         Patch by: Martin Szulecki
13769
13770         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13771           If "device-name" is requested and the device is not
13772           open, try to temporarily open it to obtain this
13773           information (#342494).
13774
13775 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13776
13777         * gst-libs/gst/tag/gstid3tag.c:
13778           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13779
13780         * gst-libs/gst/tag/gsttageditingprivate.h:
13781         * gst-libs/gst/tag/gstvorbistag.c:
13782           Some more random const-ifications.
13783
13784 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13785
13786         * gst-libs/gst/riff/riff-ids.h:
13787         * gst-libs/gst/riff/riff-media.c:
13788         (gst_riff_create_video_template_caps):
13789           Add more FOURCCs (sort list to make stuff easier to find),
13790           add comment what those 16 bytes in struct _gst_riff_strh according to
13791           one avi-dumper are
13792
13793 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13794
13795         * gst-libs/gst/audio/multichannel.c:
13796         (gst_audio_check_channel_positions),
13797         (gst_audio_fixate_channel_positions):
13798           Const-ify two arrays.
13799
13800 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13801
13802         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13803           Fix typo, so that alsasink also advertises 8 channels
13804           if that's supported (tags: can, worms, open, alsa, ph34r).
13805
13806 2006-07-17  Wim Taymans  <wim@fluendo.com>
13807
13808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13809         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13810         *sigh*, when is the compiler going to warn when the comments
13811         are out-of-sync with the code.. Refix case of busted theora
13812         headers with 0 granule pos.
13813
13814 2006-07-14  Wim Taymans  <wim@fluendo.com>
13815
13816         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13817         (gst_base_rtp_depayload_wait),
13818         (gst_base_rtp_depayload_change_state),
13819         (gst_base_rtp_depayload_set_property),
13820         (gst_base_rtp_depayload_get_property):
13821         Fix 99% cpu load by waiting for absolute times on the
13822         clock. Fixes #347300.
13823
13824 2006-07-14  Andy Wingo  <wingo@pobox.com>
13825
13826         * ext/theora/gsttheoraparse.h: 
13827         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13828         (theora_parse_push_headers, theora_parse_clear_queue)
13829         (theora_parse_drain_queue_prematurely, )
13830         (theora_parse_sink_event, theora_parse_change_state): Queue events
13831         until we initialized our state, like in vorbisparse.
13832
13833         * ext/vorbis/vorbisparse.h: 
13834         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13835         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13836         (vorbis_parse_drain_queue_prematurely, )
13837         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13838         until we have initialized our state. Fixes seeking after an
13839         initial pad block.
13840
13841 2006-07-14  Andy Wingo  <wingo@pobox.com>
13842
13843         Patch by: Iain Holmes <iaingnome@gmail.com>
13844         
13845         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13846
13847 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13848
13849         * configure.ac:
13850         Bump nano back to CVS
13851
13852 === release 0.10.9 ===
13853
13854 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13855
13856         * configure.ac:
13857           releasing 0.10.9, "I walk the line"
13858
13859 2006-07-14  Michael Smith  <msmith@fluendo.com>
13860
13861         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13862           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13863           (commonly happens when running this test under valgrind) when trying
13864           to remove the buffer probe.
13865
13866 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13867
13868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13869         Fix missing g_unlock from the previous commit
13870
13871 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13872
13873         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13874         (gst_ximagesink_change_state):
13875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13876         (gst_xvimagesink_change_state):
13877         Implement a locking order to ensure we always take the object lock
13878         before the x_lock and never vice-versa.
13879
13880 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13881
13882         * gst/playback/gstdecodebin.c: (find_compatibles):
13883         Fix a caps leak when linking (#347304)
13884
13885         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13886         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13887         (gst_ximagesink_change_state):
13888         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13889         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13890         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13891         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13892         Don't leak shared memory resources. Use the object lock to protect
13893         against the xcontext disappearing while returning a buffer from the
13894         pipeline. (#347304)
13895
13896 2006-07-12  Edward Hervey  <edward@fluendo.com>
13897
13898         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13899         (vorbis_handle_comment_packet):
13900         gst_tag_list_merge() returns a new object. Take that into account when
13901         using it. This avoids memleak.
13902         Revert previous commit which is not needed.
13903
13904 2006-07-12  Edward Hervey  <edward@fluendo.com>
13905
13906         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13907         Reset the decoder in finalize so that all fields get cleared.
13908
13909 2006-07-12  Wim Taymans  <wim@fluendo.com>
13910
13911         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13912         (gst_base_audio_src_set_clock),
13913         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13914         Don't try to post an error message when setting the clock fails
13915         as this can happen when adding an element to a bin which will then
13916         deadlock. Fixes #347296.
13917
13918 2006-07-12  Edward Hervey  <edward@fluendo.com>
13919
13920         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13921         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13922         (vorbis_handle_type_packet):
13923         Post tag messages on the bus even if we're not initialized.
13924         If we're not initialized, we still postpone the event pushing of tags.
13925
13926 2006-07-12  Wim Taymans  <wim@fluendo.com>
13927
13928         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13929         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13930         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13931         Revert last two changes that broke the freeze.
13932
13933 2006-07-12  Wim Taymans  <wim@fluendo.com>
13934
13935         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13936         basesink calculates silence sample correctly for us.
13937
13938 2006-07-12  Wim Taymans  <wim@fluendo.com>
13939
13940         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13941         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13942         Calculate correct silence samples so we don't fill our ringbuffer
13943         with noise.
13944
13945 2006-07-12  Edward Hervey  <edward@fluendo.com>
13946
13947         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13948         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13949         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13950         * ext/vorbis/vorbisdec.h:
13951         Delay sending events (newsegment, tags) until the decoder is properly
13952         initialized.
13953         Fixes #347295
13954
13955 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13956
13957         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13958         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13959           Patch from #347221 adding a test for audioconvert
13960           channel remappings.
13961
13962 2006-07-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13963
13964         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13965         (gst_ssa_parse_parse_line):
13966           Don't include the terminating NUL in the buffer size,
13967           it's only there for extra paranoia (would add random
13968           '*' characters at the end of each subtitle since the
13969           terminator itself is not valid UTF-8 technically).
13970           Also fix indenting after boilerplate macro.
13971
13972 2006-07-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13973
13974         * gst/playback/gstdecodebin.c: (close_pad_link):
13975           Also emit 'unknown-type' signal (which should really be
13976           called unhandled-type) if we found potential decoders/demuxers
13977           in the registry but none of them worked in the end (as in the
13978           case where the plugins don't exist any longer but are still
13979           listed in the registry). Fixes #329798.
13980
13981 2006-07-08  Andy Wingo  <wingo@pobox.com>
13982
13983         * theoraparse.c (theora_parse_push_buffer)
13984         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13985         Add some more debugging. Fix granulepos reconstruction in the face
13986         of discontinuities.
13987
13988 2006-07-06  Wim Taymans  <wim@fluendo.com>
13989
13990         * gst-libs/gst/audio/gstbaseaudiosink.c:
13991         (gst_base_audio_sink_class_init),
13992         (gst_base_audio_sink_provide_clock):
13993         Use gobject_class instead of G_OBJECT_CLASS (klass)
13994
13995         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13996         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13997         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13998         (gst_base_audio_src_get_time),
13999         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14000         (gst_base_audio_src_create_ringbuffer):
14001         Fix latency and buffer-time constants and properties ala basesink.
14002         Implement pull based scheduling. Fixes #346527.
14003         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14004         one segment.
14005         Refuse slaving to another clock instead of silently not working.
14006         Only provide a clock when we are actually able to do so.
14007         Various small cleanups and compiler hints.
14008
14009 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14010
14011         Patch by: Lutz Mueller <lutz at topfrose de>
14012
14013         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14014         (plugin_init):
14015           Add typefinding for text/html (#346581).
14016
14017 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14018
14019         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14020         (xml_check_first_element), (xml_type_find), (smil_type_find):
14021           Fix SMIL typefinding, make xml_check_first_element() more
14022           useful.
14023
14024 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14025
14026         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14027         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14028         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14029         * gst/playback/gstplaybasebin.h:
14030           Protect list of elements with a subtitle-encoding property and
14031           the subtitle encoding member itself with a lock of their own
14032           instead of using the object lock. This prevents a dead-lock in
14033           the element-remove callback in some circumstances when shutting
14034           down playbin.
14035
14036 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14037
14038         * win32/common/libgsttag.def:
14039         Export some new functions.
14040         * win32/vs6/libgstogg.dsp:
14041         Add a link to libgsttag-0.10.lib.
14042
14043 2006-07-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14044
14045         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14046           Some const-ification.
14047
14048 2006-07-04  Wim Taymans  <wim@fluendo.com>
14049
14050         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14051         Improve checking if we are dealing with a stream. Added some
14052         more uris that need buffering.
14053
14054 2006-07-03  Edward Hervey  <edward@fluendo.com>
14055
14056         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14057         Remove unused variable.
14058
14059 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14060
14061         * Makefile.am:
14062           include lcov.mak
14063         * configure.ac:
14064           add GCOV_LIBS to GST_LIBS
14065
14066 2006-07-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14067
14068         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14069
14070         * ext/alsa/gstalsasrc.c:
14071           Add 32 bps to template caps and increase channels range
14072           from [1,2] to [1,MAX]. See #346326.
14073
14074 2006-06-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14075
14076         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14077           Recognise 'WMVA' video codec fourcc (#345879).
14078           
14079 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14080          
14081         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14082           Fixed nasty memory leak
14083
14084 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14085
14086         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14087         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14088           fix logging
14089
14090 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14091
14092         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14093         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14094         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14095         Protect remove_fakesink using a mutex, so that we don't try and
14096         remove the fakesink simultaneously from multiple threads.
14097
14098         When going from READY to PAUSED, restore the fakesink, so that
14099         it is there when decodebin gets reused.
14100
14101 2006-06-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14102
14103         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14104         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14105         * gst-libs/gst/rtp/gstbasertppayload.c:
14106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14107         * gst/tcp/gstmultifdsink.c:
14108         * gst/tcp/gsttcpclientsink.c:
14109         * gst/tcp/gsttcpclientsrc.c:
14110         * gst/tcp/gsttcpserversink.c:
14111         * gst/tcp/gsttcpserversrc.c:
14112         * gst/videorate/gstvideorate.c:
14113         * gst/videotestsrc/gstvideotestsrc.c:
14114         * sys/v4l/gstv4ljpegsrc.c:
14115         * sys/v4l/gstv4lmjpegsink.c:
14116         * sys/v4l/gstv4lsrc.c:
14117         * tests/examples/seek/scrubby.c:
14118         * tests/examples/seek/seek.c:
14119           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14120
14121 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14122
14123         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14124           Second field in GEnumValue shouldn't be a description,
14125           but a stringified version of the enum value.
14126
14127 2006-06-22  Wim Taymans  <wim@fluendo.com>
14128
14129         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14130         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14131         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14132         Avoid type checking in buffer casts.
14133         Avoid caps copy in buffer_alloc when we can.
14134         Use pad_peer_accept.
14135
14136 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14137
14138         * gst-libs/gst/tag/tag.h:
14139           Oops, make that 'Since: 0.10.9'.
14140
14141 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14142
14143         * docs/libs/gst-plugins-base-libs-sections.txt:
14144         * gst-libs/gst/tag/tag.h:
14145         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14146         (gst_tag_image_type_get_type):
14147           API: add GstTagImageType enum to describe images contained
14148           in image tags (#345641).
14149
14150 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14151
14152         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14153           Fix warnings with gst-inspect: "buffers-min" property
14154           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14155           typo in property description.
14156
14157 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14158
14159         Patch by: Cody Russell <bratsche at gnome org>
14160
14161         * gst/audioresample/gstaudioresample.c:
14162         (gst_audioresample_class_init):
14163         * gst/playback/gststreamselector.c:
14164         (gst_stream_selector_class_init):
14165         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14166         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14167         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14168         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14169         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14170         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14171         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14172         * gst/videotestsrc/gstvideotestsrc.c:
14173         (gst_video_test_src_class_init):
14174         * gst/volume/gstvolume.c: (gst_volume_class_init):
14175           Avoid unnecessary class cast check in class_init
14176           functions (#337747).
14177
14178 2006-06-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14179
14180         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14181         (gst_text_overlay_video_chain):
14182           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14183           and doesn't validate its input either (and neither did
14184           textoverlay it seems). Let's do that then and fix #345206.
14185
14186 2006-06-19  Wim Taymans  <wim@fluendo.com>
14187
14188         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14189         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14190         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14191         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14192         (find_syncframe), (find_limits), (assign_value),
14193         (count_burst_unit), (gst_multi_fd_sink_new_client),
14194         (gst_multi_fd_sink_handle_client_write),
14195         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14196         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14197         (gst_multi_fd_sink_change_state):
14198         * gst/tcp/gstmultifdsink.h:
14199         Added shiny new burst-on-connect methods.
14200         Add properties to control the minimal amount of data queued.
14201         Small cleanups.
14202         API: bytes-min property
14203         API: time-min property
14204         API: buffers-min property
14205         API: burst-unit property
14206         API: burst-value property
14207         API: add-full signal
14208
14209         * gst/tcp/gsttcp-marshal.list:
14210         Added new marshaller code for the new signal.
14211
14212         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14213         (multifdsink_suite):
14214         Added testcases for new burst methods.
14215
14216 2006-06-19  Edward Hervey  <edward@fluendo.com>
14217
14218         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14219         Implement clipping for accurate seeking.
14220         Closes #345225
14221
14222 2006-06-19  Wim Taymans  <wim@fluendo.com>
14223
14224         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14225
14226         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14227         (gst_video_scale_transform):
14228         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14229
14230 2006-06-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14231
14232         * configure.ac:
14233           Fix --disable-external (can't set conditionals conditionally,
14234           #343602).
14235
14236 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14237
14238         * tests/check/elements/audioresample.c: (test_reuse),
14239         (audioresample_suite):
14240           Add test case for bug #342789 fixed below.
14241
14242 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14243
14244         * gst/audioresample/gstaudioresample.c:
14245         (gst_audioresample_class_init), (gst_audioresample_init),
14246         (audioresample_start), (audioresample_stop),
14247         (gst_audioresample_set_property), (gst_audioresample_get_property):
14248           Implement GstBaseTransform::start and ::stop so that audioresample
14249           can clear its internal state properly and be reused instead of
14250           causing non-negotiated errors with playbin under some circumstances
14251           (#342789).
14252
14253         * tests/check/elements/audioresample.c: (setup_audioresample),
14254         (cleanup_audioresample):
14255           Need to set element state here so that ::start and ::stop are
14256           called.
14257
14258 2006-06-16  Wim Taymans  <wim@fluendo.com>
14259
14260         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14261
14262         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14263         Parse extra data better, apparently it's right behind
14264         the normal strf header size. Fixes #343500.
14265
14266 2006-06-16  Wim Taymans  <wim@fluendo.com>
14267
14268         * ext/alsa/gstalsasink.c: (set_hwparams):
14269         If we fail to set the buffer_time and period_time alsa
14270         parameters, post a warning and leave alsa select a 
14271         default instead of failing. Fixes #342085
14272
14273 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14274
14275         * docs/libs/gst-plugins-base-libs-sections.txt:
14276         * gst-libs/gst/cdda/gstcddabasesrc.h:
14277           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14278           out in the header file and shouldn't be listed in the docs.
14279
14280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14281           Must dereference pointer to fourcc in the debug statement.
14282
14283 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14284
14285         * docs/libs/Makefile.am:
14286         * docs/libs/gst-plugins-base-libs-docs.sgml:
14287         * docs/libs/gst-plugins-base-libs-sections.txt:
14288         * docs/libs/gst-plugins-base-libs.types:
14289         add remaining symbols into correct setions
14290         
14291         * gst-libs/gst/audio/gstringbuffer.c:
14292         fix incomplete docs
14293         
14294         * gst-libs/gst/audio/gstringbuffer.h:
14295         comment out not yet implemented function
14296         
14297         
14298         * gst-libs/gst/floatcast/floatcast.h:
14299         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14300         add short descriptions
14301         
14302         
14303         * gst-libs/gst/interfaces/propertyprobe.c:
14304         fix return value docs   
14305         
14306         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14307         simplify debug logging
14308         
14309         * gst-libs/gst/riff/riff-read.h:
14310         sync function prototype and docs
14311         
14312         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14313         remove left over symbol
14314
14315 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14316
14317         * autogen.sh:
14318         * configure.ac:
14319         * docs/Makefile.am:
14320           Use GST_PLUGIN_DOCS macro in configure.ac, add
14321           --enable-plugin-docs default to autogen.sh and use
14322           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14323
14324 2006-06-15  Wim Taymans  <wim@fluendo.com>
14325
14326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14327         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14328         (gst_ogg_demux_loop):
14329         Combine GstFlowReturn from the source pads to give a
14330         meaningfull result to the upstream peer or to stop the
14331         processing task in case of errors.
14332
14333 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14334
14335         * gst/playback/gststreaminfo.c: (cb_probe):
14336           Try GST_TAG_CODEC as fallback when extracting the
14337           codec name; more debug info.
14338
14339 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14340
14341         * ext/ogg/Makefile.am:
14342         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14343           Extract language tags from ogm subtitle streams, so that
14344           the subtitle menu choices are labelled correctly in
14345           Totem (fixes #344708).
14346
14347 2006-06-14  Wim Taymans  <wim@fluendo.com>
14348
14349         Patch by: Alessandro Decina <alessandro at nnva dot org>
14350
14351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14352         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14353         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14354         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14355         Fix various leaks. Fixes #343699.
14356         Add x-smoke mime type.
14357
14358 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14359
14360         * gst-libs/gst/riff/riff-ids.h:
14361           Add IDs for 'bext' chunks (see #343837).
14362
14363 2006-06-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14364
14365         Patch by: Young-Ho Cha  <ganadist at chollian net>
14366
14367         * gst/subparse/samiparse.c: (sami_context_pop_state),
14368         (handle_start_font), (end_sami_element):
14369           Honour font face tags in SAMI subtitles (#344503).
14370
14371 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14372
14373         * po/POTFILES.in:
14374           add missing files containing translatable strings
14375
14376 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14377
14378         * docs/libs/tmpl/.cvsignore:
14379           we don't want those *.sgml files in CVS either
14380
14381 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14382
14383         * docs/libs/.cvsignore:
14384         * tests/check/elements/.cvsignore:
14385         * tests/check/libs/.cvsignore:
14386           ignore more
14387
14388 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14389
14390         * docs/libs/Makefile.am:
14391           also commiting the changed Makefile.am (added more libs to the
14392           doc-build)
14393
14394 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14395
14396         * docs/libs/gst-plugins-base-libs-docs.sgml:
14397         * docs/libs/gst-plugins-base-libs-sections.txt:
14398         * docs/libs/gst-plugins-base-libs.types:
14399           first batch of reordering things, add index & hierarchy
14400
14401 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14402
14403         * configure.ac:
14404           use GST_PKG_CHECK_MODULES, cleans up output
14405
14406 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14407
14408         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14409           Add support for burn:// URIs (#343385); const-ify things a bit,
14410           use G_N_ELEMENTS instead of hard-coded array size.
14411
14412 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14413
14414         Patch by: Young-Ho Cha  <ganadist at chollian net>
14415
14416         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14417           Fix up broken entities before passing them to libxml *sigh*.
14418           (#343303).
14419           
14420 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14421
14422         * configure.ac:
14423           back to TRUNK
14424
14425 === release 0.10.8 ===
14426
14427 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14428
14429         * configure.ac:
14430           releasing 0.10.8, "Moar gij ziet mij nie"
14431
14432 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14433
14434         * configure.ac:
14435         * po/af.po:
14436         * po/az.po:
14437         * po/cs.po:
14438         * po/en_GB.po:
14439         * po/hu.po:
14440         * po/it.po:
14441         * po/nb.po:
14442         * po/nl.po:
14443         * po/or.po:
14444         * po/sq.po:
14445         * po/sr.po:
14446         * po/sv.po:
14447         * po/uk.po:
14448         * po/vi.po:
14449         * win32/common/config.h:
14450           0.10.7.2 prerelease
14451
14452 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14453
14454         * docs/libs/tmpl/gstaudio.sgml:
14455         * docs/libs/tmpl/gstcolorbalance.sgml:
14456         * docs/libs/tmpl/gstmixer.sgml:
14457         * docs/libs/tmpl/gstringbuffer.sgml:
14458         * docs/libs/tmpl/gsttuner.sgml:
14459         * docs/libs/tmpl/gstxoverlay.sgml:
14460         * gst-libs/gst/audio/audio.c:
14461         * gst-libs/gst/audio/gstringbuffer.c:
14462         * gst-libs/gst/interfaces/colorbalance.c:
14463         * gst-libs/gst/interfaces/mixer.c:
14464         * gst-libs/gst/interfaces/tuner.c:
14465         * gst-libs/gst/interfaces/xoverlay.c:
14466           move last template doc snippets to source code and delete them
14467
14468 2006-06-06  Michael Smith  <msmith@fluendo.com>
14469
14470         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14471         (theora_parse_drain_queue):
14472           Mark DELTA_UNIT on non-keyframes.
14473
14474 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14475
14476         * gst-libs/gst/audio/gstbaseaudiosink.c:
14477         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14478         * gst-libs/gst/audio/gstbaseaudiosink.h:
14479         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14480         (gst_ring_buffer_samples_done):
14481         * gst-libs/gst/audio/gstringbuffer.h:
14482         Document better the fact that latency_time and buffer_time are values
14483         stored in microseconds, and not the usual GStreamer nanoseconds.
14484         Change the variables (compatibly) that store them from GstClockTime 
14485         to guint64 to make it more clear that they're not storing clock times.
14486         Also, remove the bogus property description that says the user can
14487         specify -1 to get the default value, since that's never been the case.
14488
14489         When computing the default segment size for the ring buffer, make it
14490         an integer number of samples.
14491
14492         When the sub-class indicates a delay greater than the number of
14493         samples we've written return 0 from the audio sink get_time method.
14494
14495 2006-06-02  Michael Smith  <msmith@fluendo.com>
14496
14497         * tests/check/elements/audioconvert.c: (set_channel_positions),
14498         (get_float_mc_caps), (get_int_mc_caps):
14499         * tests/check/elements/audioresample.c:
14500         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14501         * tests/check/elements/videorate.c:
14502         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14503         * tests/check/elements/volume.c:
14504         * tests/check/elements/vorbisdec.c:
14505         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14506           Don't busy-wait in tests; this was causing test timeouts very
14507           frequently when running under valgrind.
14508
14509 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * gst/tcp/README:
14512         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14513         (gst_multi_fd_sink_remove_client_link),
14514         (gst_multi_fd_sink_client_queue_caps),
14515         (gst_multi_fd_sink_client_queue_buffer),
14516         (gst_multi_fd_sink_handle_client_write),
14517         (gst_multi_fd_sink_render):
14518         * gst/tcp/gstmultifdsink.h:
14519           make multifdsink properly deal with streamheader:
14520           - streamheader is taken from caps
14521           - buffers marked with IN_CAPS are not sent
14522           - streamheaders are sent, on connection, from the caps of the
14523             buffer where the client gets positioned to
14524           - further streamheader changes are done every time the client
14525             will receive a buffer with different caps
14526         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14527         (gst_multifdsink_create_streamheader):
14528           add tests for this
14529
14530 2006-06-02  Michael Smith  <msmith@fluendo.com>
14531
14532         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14533           Reinstate limit on channel count. Vorbis does not define the meaning
14534           of > 6 channels, so they're just independent channels. Gstreamer
14535           currently has no mechanism to represent N independent channels.
14536
14537 2006-06-02  Michael Smith  <msmith@fluendo.com>
14538
14539         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14540           Don't arbitrarily restrict channel counts and rate in vorbis.
14541           In terms of effects likely on real-world files, this fixes 96kHz
14542           playback of vorbis.
14543
14544 2006-06-02  Michael Smith  <msmith@fluendo.com>
14545
14546         * gst/audioconvert/audioconvert.c: (float):
14547           More correct float->int conversion.
14548
14549 2006-06-02  Michael Smith  <msmith@fluendo.com>
14550
14551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14552           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14553           value. Fixes g-critical on trying to play back ogg containing
14554           unknown codec.
14555
14556 2006-06-02  Wim Taymans  <wim@fluendo.com>
14557
14558         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14559         (setup_source):
14560         * gst/playback/gstplaybasebin.h:
14561         Make the subtitle detection work from any thread so we don't
14562         deadlock. Fixes #343397.
14563
14564 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14565
14566         * gst/volume/Makefile.am:
14567           Seriously, it's not *that* hard to get compilation right.  Even
14568           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14569
14570 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14571
14572         * gst/volume/gstvolume.c: (volume_choose_func),
14573         (volume_update_real_volume), (gst_volume_class_init),
14574         (gst_volume_init), (volume_process_float), (volume_process_int16),
14575         (volume_process_int16_clamp), (volume_set_caps),
14576         (volume_transform_ip), (plugin_init):
14577         * gst/volume/gstvolume.h:
14578         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14579         another property desc., remove unused param from process function
14580         
14581         * tests/check/elements/volume.c: (volume_suite):
14582         reactivate the passthrough test
14583
14584 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14585
14586         * ext/alsa/gstalsamixerelement.h:
14587         * ext/alsa/gstalsamixeroptions.h:
14588         * ext/alsa/gstalsamixertrack.h:
14589         * ext/gnomevfs/gstgnomevfssink.h:
14590         * ext/gnomevfs/gstgnomevfssrc.h:
14591         * ext/theora/gsttheoradec.h:
14592         * ext/theora/gsttheoraenc.h:
14593         * ext/theora/gsttheoraparse.h:
14594         * ext/vorbis/vorbisparse.h:
14595         * gst-libs/gst/audio/gstaudioclock.h:
14596         * gst-libs/gst/audio/gstaudiofilter.h:
14597         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14598         * gst/audioconvert/gstaudioconvert.h:
14599         * gst/audioresample/gstaudioresample.h:
14600         * gst/audiotestsrc/gstaudiotestsrc.h:
14601         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14602         * gst/playback/gststreamselector.h:
14603         * gst/tcp/gstmultifdsink.h:
14604         * gst/tcp/gsttcpclientsink.h:
14605         * gst/tcp/gsttcpclientsrc.h:
14606         * gst/tcp/gsttcpserversink.h:
14607         * gst/tcp/gsttcpserversrc.h:
14608         * gst/videorate/gstvideorate.h:
14609         * gst/videoscale/gstvideoscale.h:
14610         * gst/videotestsrc/gstvideotestsrc.h:
14611         * gst/volume/gstvolume.h:
14612         * sys/v4l/gstv4ljpegsrc.h:
14613         * sys/v4l/gstv4lmjpegsink.h:
14614         * sys/v4l/gstv4lmjpegsrc.h:
14615         * sys/v4l/gstv4lsrc.h:
14616         * sys/ximage/ximagesink.h:
14617         * sys/xvimage/xvimagesink.h:
14618         * tests/old/testsuite/alsa/sinesrc.h:
14619         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14620
14621 2006-05-31  Wim Taymans  <wim@fluendo.com>
14622
14623         * ext/libvisual/visual.c: (gst_visual_reset),
14624         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14625         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14626         Handle DISCONT.
14627         Use running time before doing QoS.
14628         Handle mono too.
14629
14630 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14631
14632         * docs/libs/Makefile.am:
14633           set a magic variable to indicate we know the docs are incomplete
14634
14635 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14636
14637         * win32/common/libgstvideo.def:
14638           export gst_video_calculate_display_ratio
14639         * win32/vs6/libgstvideoscale.dsp:
14640           add link to libgstvideo-0.10.lib
14641
14642 2006-05-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14643
14644         * gst/playback/gstplaybasebin.c: (gen_source_element):
14645           Throw a more comprehensible error for rtsp:// URIs (rather
14646           than erroring out with a negotiation error later on) until
14647           we fix playbin to handle rtspsrc etc.
14648
14649 2006-05-30  Wim Taymans  <wim@fluendo.com>
14650
14651         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14652         (gst_text_overlay_text_event):
14653         Added some FIXMEs.
14654
14655 2006-05-30  Wim Taymans  <wim@fluendo.com>
14656
14657         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14658         (gst_adder_request_new_pad), (gst_adder_release_pad):
14659         * gst/adder/gstadder.h:
14660         Implement release_request_pad.
14661         Make padcounter atomic.
14662
14663         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14664         Added check for release_pad in adder.
14665
14666 2006-05-30  Wim Taymans  <wim@fluendo.com>
14667
14668         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14669         Fix build again.
14670
14671 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14672
14673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14674         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14675         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14676         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14677         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14678         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14679         (gst_ogg_demux_bisect_forward_serialno),
14680         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14681         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14682           add more debugging
14683           clean up printf formats for granulepos and serialno
14684
14685 2006-05-30  Michael Smith  <msmith@fluendo.com>
14686
14687         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14688         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14689         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14690         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14691         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14692         * ext/vorbis/vorbisenc.h:
14693           Multi-channel caps negotiation, so we can do proper multichannel
14694           vorbis encoding, negotiated through audioconvert.
14695
14696 2006-05-30  Wim Taymans  <wim@fluendo.com>
14697
14698         * tests/check/elements/adder.c: (test_event_message_received),
14699         (test_play_twice_message_received), (GST_START_TEST),
14700         (adder_suite):
14701         Added check to show that #339935 is fixed with ongoing
14702         adder and collectpads fixes.
14703
14704 2006-05-29  Wim Taymans  <wim@fluendo.com>
14705
14706         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14707         Don't leak pad name.
14708
14709 2006-05-29  Wim Taymans  <wim@fluendo.com>
14710
14711         * gst/adder/gstadder.c: (gst_adder_query_duration),
14712         (forward_event_func), (forward_event), (gst_adder_src_event):
14713         Fix adder seeking.
14714         Make query/seeking code threadsafe.
14715
14716         * tests/check/Makefile.am:
14717         * tests/check/elements/adder.c: (test_event_message_received),
14718         (GST_START_TEST), (test_play_twice_message_received):
14719         Fix adder test case.
14720
14721 2006-05-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14722
14723         Patch by: Young-Ho Cha  <ganadist at chollian net>
14724
14725         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14726         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14727         (set_encoding_element), (decodebin_element_added_cb),
14728         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14729         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14730         * gst/playback/gstplaybasebin.h:
14731           Add 'subtitle-encoding' property to playbin, so applications can
14732           force a subtitle encoding for non-UTF8 subtitles (#342268).
14733
14734         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14735         (gst_sub_parse_set_property):
14736           Rename recently-added 'encoding' property to 'subtitle-encoding'
14737           (so it can be proxied by playbin/decodebin in a generic way
14738           with less danger of false positives).
14739
14740 2006-05-29  Michael Smith  <msmith@fluendo.com>
14741
14742         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14743         (append_with_other_format), (set_structure_widths),
14744         (gst_audio_convert_transform_caps):
14745           Patch from #341562: give more specific audio caps in get_caps, so
14746           that basetransform  can make better decisions on what caps to
14747           negotiate.
14748
14749 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14750
14751         * tests/check/elements/volume.c:
14752         make it compile again
14753
14754 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14755
14756         * tests/check/elements/volume.c: (volume_suite):
14757         disable test until #343196 gets resolved
14758
14759 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14760
14761         * gst/adder/gstadder.c: (gst_adder_get_type):
14762         Make it easier to copy&paste
14763         
14764         * gst/volume/Makefile.am:
14765         * gst/volume/gstvolume.c: (volume_update_real_volume),
14766         (gst_volume_set_volume), (gst_volume_set_mute),
14767         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14768         (volume_transform_ip), (volume_update_mute),
14769         (volume_update_volume):
14770         * gst/volume/gstvolume.h:
14771         Add own debug category, move duplicate code to helper function, fix
14772         property texts, add more comments and prepare ffor liboil-goodness
14773         
14774         * tests/check/Makefile.am:
14775         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14776         add test for mute and passtrough case, be a bit more verbose to track
14777         failure
14778         
14779         * tests/check/generic/states.c: (GST_START_TEST):
14780         catch elements that fail to instantiate
14781
14782 2006-05-28  Edward Hervey  <edward@fluendo.com>
14783
14784         * tests/check/pipelines/simple-launch-lines.c:
14785         * tests/check/pipelines/theoraenc.c:
14786         * tests/check/pipelines/vorbisenc.c:
14787         Comment out tests using parse_launch() if core was built without
14788         parsing capabilities.
14789
14790 2006-05-27  Edward Hervey  <edward@fluendo.com>
14791
14792         * tests/check/Makefile.am:
14793         Extra bonus points for whoever explains to ensonic that you are meant
14794         to test unit tests thoroughly before commiting them, especially if
14795         you know it's going to break.
14796         De-activated element/adder tests.
14797
14798 2006-05-27  Edward Hervey  <edward@fluendo.com>
14799
14800         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14801         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14802         Marking caps conversion issues as GST_WARNING is way too verbose,
14803         Moving them to GST_LOG.
14804
14805 2006-05-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14806
14807         * README:
14808           Replace current README (containing the release notes from
14809           some 0.9.x version) with a proper README taken from the core.
14810
14811 2006-05-26  Wim Taymans  <wim@fluendo.com>
14812
14813         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14814         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14815         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14816         (vorbis_dec_change_state):
14817         Small cleanups.
14818         Add some FIXMEs
14819         Clip output samples to segment boundaries.
14820
14821 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14822
14823         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14824         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14825         Improve the errors produced on bad output, including some human
14826         readable description strings.
14827         Handle the (theoretical for ximagesink) case where the XServer 
14828         has a different idea about the size required for a particular 
14829         frame and gives us too small a memory allocation.
14830
14831 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14832
14833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14834         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14835         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14836         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14837         Improve the errors produced on bad output, including some human 
14838         readable description strings.
14839         Handle RGB Xv formats properly by transforming them into our 
14840         big-endian caps description.
14841         Use gst_caps_truncate to ensure that we never try and choose a
14842         non-fixed caps in buffer_alloc.
14843         Handle the case where the XServer has a different idea about the size
14844         required for a particular frame and gives us too small a memory
14845         allocation.
14846         Use -1 to indicate 'no image format', because 0 is a valid XServer
14847         image format number.
14848         Put RGB Xv formats at the end of the caps, so that we always prefer
14849         YUV format frames.
14850         Iterate the available Xv Encodings to determine the maximum width and
14851         height, and then return that in our caps.
14852         (Closes #315312, #337544)
14853
14854 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14855
14856         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14857         When there is only one unfinished pad and it receives an event that
14858         doesn't match our requirements, we need to set alldone=FALSE so that
14859         the fakesink is not removed yet.
14860
14861 2006-05-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14862
14863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14864           Use gst_type_find_helper_for_buffer() to find the type
14865           of stream from the first packet.
14866
14867         * configure.ac:
14868           Bump requirements to core CVS (needed for vorbis
14869           typefinding to work).
14870
14871 2006-05-24  Edward Hervey  <edward@fluendo.com>
14872
14873         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14874         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14875         contain.  Else they play perfectly fine with qtdemux.
14876
14877 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14878
14879         * ext/theora/theoradec.c:
14880         * ext/theora/theoraenc.c:
14881         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14882         * gst/audiorate/gstaudiorate.c:
14883           make more debug catagories static
14884         
14885         * tests/check/Makefile.am:
14886         * tests/check/elements/adder.c: (message_received),
14887         (test_event_message_received), (GST_START_TEST),
14888         (test_play_twice_message_received), (adder_suite):
14889           added test case for using element twice, extra bonus points for anyone
14890           who can make these test run reliably
14891
14892 2006-05-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14893
14894         * ext/theora/theoradec.c: (theora_dec_chain):
14895           Make work with time-stamped input buffers that do not
14896           have a granulepos in BUFFER_OFFSET_END (like theora
14897           buffers coming from matroskademux). Fixes #342448.
14898
14899 2006-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14900
14901         Patch by: Peter Kjellerstedt  <pkj at axis com>
14902
14903         * gst/tcp/Makefile.am:
14904           fdstresstest doesn't need Gtk+, fix compilation if 
14905           gtk is not available (#342566).
14906
14907 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14908          
14909         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14910           80 line columns
14911           Removed redundant floor()
14912
14913 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14914
14915         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14916           On second thought, just skip JUNK chunks automatically, so
14917           the caller doesn't have to handle this. Fixes #342345.
14918           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14919           not GST_FLOW_ERROR.
14920
14921 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14922
14923         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14924           Don't bail out on JUNK chunks with a size of 0 (would try to
14925           pull_range 0 bytes before, which sources don't like too much).
14926           See #342345.
14927
14928 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14929
14930         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14932         Use the gstutil scaling function to preserve 64 bits while calculating
14933         output width and height from the display-aspect-ratio. (A continuation
14934         of #341542)
14935
14936 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14937
14938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14939         (gst_xvimagesink_buffer_alloc):
14940         * sys/xvimage/xvimagesink.h:
14941         When performing buffer allocations, remember the caps and image format
14942         we return so that if the same caps are asked for next time we can
14943         return them immediately without doing any caps intersections.
14944
14945 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14946          
14947         * gst-libs/gst/rtp/README:
14948           Some new documentation
14949         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14950           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14951         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14952         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14953           New RTP audio base payloader class. Supports frame or sample based
14954           codecs.  Not enabled in Makefile.am until approved.
14955
14956 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14957
14958         * tests/check/elements/alsa.c: (test_device_property_probe):
14959           Fix test case: don't try to free NULL GValueArray when there
14960           are no devices.
14961
14962 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14963
14964         * tests/check/Makefile.am:
14965         * tests/check/elements/alsa.c: (test_device_property_probe),
14966         (alsa_suite), (main):
14967           Add simple test that runs a device property probe on alsasrc,
14968           alsasink and alsamixer. Disable valgrind check for now (too
14969           many leaks in libasound, and valgrind ignored my suppressions
14970           additions).
14971
14972 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14973
14974         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14975         (gst_alsa_device_property_probe_probe_property),
14976         (gst_alsa_device_property_probe_needs_probe),
14977         (gst_alsa_device_property_probe_get_values),
14978         (gst_alsa_type_add_device_property_probe_interface):
14979         * ext/alsa/gstalsadeviceprobe.h:
14980         * ext/alsa/gstalsamixerelement.c:
14981         (gst_alsa_mixer_element_init_interfaces):
14982         * ext/alsa/gstalsamixerelement.h:
14983           Clean up and simplify alsa device probing. Make it actually work
14984           for multiple classes. Don't cache results any longer.
14985
14986         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14987         (gst_alsasink_init):
14988         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14989         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14990         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14991           Make alsasink and alsasrc implement the GstPropertyProbe interface
14992           for device probing (#342181).
14993           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14994
14995 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14996
14997         * gst/subparse/samiparse.c: (handle_start_font):
14998           Don't ignore return value of strtol (++compiler_happiness).
14999
15000 2006-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15001
15002         Patch by: Young-Ho Cha  <ganadist chollian net>
15003
15004         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15005         (gst_sub_parse_class_init), (gst_sub_parse_init),
15006         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15007         (convert_encoding):
15008         * gst/subparse/gstsubparse.h:
15009           Add 'encoding' property (#341681).
15010
15011         * gst/subparse/samiparse.c: (characters_sami):
15012           Output is pango markup, so we need to escape text
15013           between tags (#342143).
15014
15015 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15016
15017         * gst-libs/gst/audio/multichannel.c:
15018         (gst_audio_check_channel_positions):
15019           It's okay to have caps with channels=1 and a channel position
15020           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15021           (deinterleavers might want to keep the position in the caps,
15022           so that they can be re-interleaved again properly later).
15023           Leave check for unexpected 2-channel layouts intact for now.
15024
15025 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15026
15027         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15028         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15029         basesrc can do its job correctly.
15030
15031 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15032
15033         * ext/alsa/Makefile.am:
15034         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15035         (gst_alsa_detect_formats), (get_channel_free_structure),
15036         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15037         (gst_alsa_probe_supported_formats):
15038         * ext/alsa/gstalsa.h:
15039         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15040           Refactor and improve caps probing code: probe signedness
15041           when we probe the supported formats/widths; set endianness
15042           to the one we actually probed for (ie. cpu endianness).
15043           
15044         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15045         (gst_alsasrc_close):
15046         * ext/alsa/gstalsasrc.h:
15047           Implement caps probing for alsasrc.
15048
15049 2006-05-15  Wim Taymans  <wim@fluendo.com>
15050
15051         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15052         (theora_dec_src_query), (theora_dec_src_event),
15053         (theora_dec_sink_event), (theora_handle_comment_packet),
15054         (theora_handle_data_packet), (theora_dec_change_state):
15055         Cleanups, add some G_LIKELY.
15056         Use segment helpers instead of our own wrong code.
15057         Clear queued buffers on seek and READY.
15058
15059         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15060         (vorbis_dec_convert), (vorbis_dec_src_query),
15061         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15062         (vorbis_handle_comment_packet), (vorbis_dec_push),
15063         (vorbis_handle_data_packet), (vorbis_dec_chain),
15064         (vorbis_dec_change_state):
15065         * ext/vorbis/vorbisdec.h:
15066         Remove old useless packetno variable.
15067         Do position query properly.
15068         Add some G_LIKELY.
15069         Do cleanup of queued buffers in new helper function
15070         and use it.
15071
15072 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15073
15074         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15075           Query supported sample rates. Fixes #341732.
15076
15077 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15078
15079         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15080         (gst_decode_bin_change_state): Make decodebin reusable
15081         when going from PAUSE_TO_READY and then back to PAUSED.
15082         Fixes #331678.
15083
15084 2006-05-15  Wim Taymans  <wim@fluendo.com>
15085
15086         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15087         (vorbis_dec_convert), (vorbis_dec_src_query),
15088         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15089         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15090         (vorbis_dec_clean_queued), (vorbis_dec_push),
15091         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15092         Cleanups. Use refcounting and DEBUG_OBJECT.
15093         Reset segment on flush, use code methods instead of our
15094         own wrong version.
15095         Fix potential memleak.
15096
15097 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15098
15099         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15100         (gst_alsasink_init):
15101         * ext/alsa/gstalsasink.h:
15102           Don't leak allocated snd_output_t structure if there's
15103           more than one alsasink instance at a time (#341873).
15104           Also fix GObject macros in header file.
15105           
15106 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15107
15108         * gst/subparse/gstsubparse.c:
15109         (gst_sub_parse_data_format_autodetect):
15110           Don't use libxml functions in the typefinding code.
15111
15112 2006-05-15  Wim Taymans  <wim@fluendo.com>
15113
15114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15115         Fix seeking performance in the case where a non-header 
15116         packet has a 0 granulepos (busted theora case). 
15117         Fixes #341719
15118         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15119          the first place, you limelight stealer you)
15120
15121 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15122
15123         * gst/subparse/gstsubparse.c:
15124         (gst_sub_parse_data_format_autodetect):
15125           Improve SAMI typefinding: handle case where there are
15126           whitespaces or newlines in front of the first <SAMI>
15127           tag (#169936).
15128
15129 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15130
15131         * configure.ac:
15132           Build video4linux plugin even if there's no XVIDEO, just
15133           without implementing the GstXOverlay interface (#334002).
15134          
15135 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15136
15137         * configure.ac:
15138         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15139         (plugin_init):
15140           Add tentative support for libvisual-0.4 (#336881).
15141
15142 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15143
15144         Patch by: Young-Ho Cha <ganadist at chollian net>
15145
15146         * gst/subparse/samiparse.c: (handle_start_font):
15147           Need to map "silver" colour explicitly (#169936).
15148
15149 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15150
15151         Patch by: Young-Ho Cha  <ganadist at chollian net>
15152
15153         * gst/subparse/Makefile.am:
15154         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15155         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15156         (gst_sub_parse_format_autodetect), (feed_textbuf),
15157         (gst_subparse_type_find), (plugin_init):
15158         * gst/subparse/gstsubparse.h:
15159         * gst/subparse/samiparse.c:
15160         * gst/subparse/samiparse.h:
15161           Add support for SAMI subtitles (#169936).
15162
15163 2006-05-14  Michael Smith  <msmith@fluendo.com>
15164
15165         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15166           Fix #341696: crash when mixing L+R+C to mono or stereo.
15167         * tests/check/Makefile.am:
15168         * tests/check/elements/audioconvert.c: (set_channel_positions),
15169         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15170         (audioconvert_suite):
15171           Add test for the above, including some generic framework bits for
15172           testing multichannel things.
15173
15174 === release 0.10.7 ===
15175
15176 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15177
15178         * configure.ac:
15179           releasing 0.10.7, "Leave the gun"
15180
15181 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15182
15183         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15185         Fix the build.
15186
15187 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15188
15189         * docs/libs/gst-plugins-base-libs-docs.sgml:
15190         * docs/libs/gst-plugins-base-libs-sections.txt:
15191         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15192         * gst-libs/gst/video/video.h:
15193         * gst/videoscale/Makefile.am:
15194         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15196         * tests/check/Makefile.am:
15197         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15198         (main):
15199           Fix integer overflow problem with pixel-aspect-ratio calculations
15200           in videoscale and xvimagesink (#341542)
15201
15202 2006-05-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15203
15204         * gst-libs/gst/tag/gstid3tag.c:
15205           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15206
15207 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15208
15209         * win32/MANIFEST:
15210           update win32 files listing
15211
15212 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15213
15214         patch by: Sjoerd Simons (sjoerd@luon.net)
15215
15216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15217         (group_create), (group_destroy), (add_stream),
15218         (gst_play_base_bin_get_property),
15219         (gst_play_base_bin_get_streaminfo_value_array):
15220         * gst/playback/gstplaybasebin.h:
15221           API: GstPlayBaseBin::stream-info-value-array property
15222           use a more bindings-friendly way of exposing streaminfo
15223           using a GValueArray.  Tested in ipython.
15224           Closes #341114
15225
15226 2006-05-11  Wim Taymans  <wim@fluendo.com>
15227
15228         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15229         (queue_underrun_cb), (queue_filled_cb):
15230         Also catch queue underruns but don't do anything yet.
15231         Refactor and comment queue enlarging code a bit.
15232
15233         * gst/playback/gstplaybasebin.c: (queue_overrun),
15234         (queue_threshold_reached), (queue_out_of_data),
15235         (gen_preroll_element):
15236         If a queue over/underruns check that we don't create nasty
15237         deadlocks when the min-threshold is not reached but the
15238         max-bytes is. In those cases disable max-bytes when we
15239         know that the queue is fed timed data.
15240         Add more comments.
15241
15242 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15243
15244         * gst/playback/gstplaybin.c: (gen_audio_element):
15245           Make playbin automatically plug an 'audioresample'
15246           element before the audio sink as well. This solves
15247           problems with sinks that only accept a very specific
15248           sample rate, like esdsink (e.g. #340379).
15249
15250 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15251
15252         * gst/playback/gstplaybasebin.c: (gen_source_element):
15253           Make http sources send special headers so that we receive
15254           icecast metadata if the http stream is an icecast stream
15255           (otherwise the server will just ignore them). This also
15256           means that from now on users will need the 'icydemux'
15257           element from gst-plugins-good installed if they want to
15258           listen to icecast radio streams. (#341432, #333657).
15259
15260 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15261
15262         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15263         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15264           remove stupid example from docs - it should come with a simple
15265           C program instead.
15266           Clean up/fix docs
15267         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15268         (fail_if_can_read), (GST_START_TEST),
15269         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15270           add a test for changing streamheader which exposes a bug in
15271           multifdsink
15272
15273 2006-05-11  Michael Smith  <msmith@fluendo.com>
15274
15275         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15276         (gst_gnome_vfs_src_received_headers_callback):
15277         * ext/gnomevfs/gstgnomevfssrc.h:
15278           Don't set icy-caps unless we have a sane interval value. Move
15279           interval to a local variable; we never use it outside this function.
15280
15281 2006-05-11  Wim Taymans  <wim@fluendo.com>
15282
15283         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15285         Register special buffer types along with the objects so
15286         that they are not registered at runtime from N different
15287         streaming threads since they are not threadsafe.
15288
15289 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15290
15291         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15292         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15293           add two more tests, one doing streamheader
15294
15295 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15298           clean up the bufqueue when shutting down
15299         * tests/check/Makefile.am:
15300         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15301         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15302         (main):
15303           add a test for the leak that was just fixed
15304
15305 2006-05-10  Wim Taymans  <wim@fluendo.com>
15306
15307         * gst/adder/gstadder.c: (gst_adder_setcaps),
15308         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15309         (gst_adder_src_event), (gst_adder_sink_event),
15310         (gst_adder_class_init), (gst_adder_finalize),
15311         (gst_adder_request_new_pad), (gst_adder_collected):
15312         * gst/adder/gstadder.h:
15313         Updated some docs. Added comments and FIXMEs all over the place.
15314         Improve debugging info.
15315         Fix leak on finalize by not calling the parent.
15316         Implement duration query.
15317         Make event forwarding threadsafe.
15318         Correctly send NEWSEGMENT at start and after flush.
15319         Handle EOS correctly.
15320         Post error when not negotiated.
15321
15322         * tests/check/elements/adder.c: (GST_START_TEST):
15323         Added FIXME in the test.
15324
15325 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15326
15327         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15328         (gst_text_overlay_halign_get_type),
15329         (gst_text_overlay_wrap_mode_get_type):
15330         * ext/theora/theoradec.c: (theora_handle_type_packet),
15331         (theora_handle_data_packet):
15332         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15333         (theora_enc_sink_setcaps), (theora_enc_chain):
15334         * gst-libs/gst/cdda/gstcddabasesrc.c:
15335         (gst_cdda_base_src_mode_get_type):
15336         * gst/audiotestsrc/gstaudiotestsrc.c:
15337         (gst_audiostestsrc_wave_get_type):
15338         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15339         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15340         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15341         (gst_sync_method_get_type), (gst_unit_type_get_type),
15342         (gst_client_status_get_type):
15343         * gst/videoscale/gstvideoscale.c:
15344         (gst_video_scale_method_get_type):
15345         * gst/videotestsrc/gstvideotestsrc.c:
15346         (gst_video_test_src_pattern_get_type):
15347         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15348         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15349         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15350         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15351         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15352         (paint_setup_RGB565), (paint_setup_xRGB1555):
15353           Const-ify GEnumValue and GFlagsValue arrays. Use
15354           GST_ROUND_UP_* macros instead of home-made ones.
15355
15356 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15357
15358         * configure.ac:
15359           Require core CVS for the new newsegment stuff.
15360
15361 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15362
15363         Patch by: Sjoerd Simons  <sjoerd at luon net>
15364
15365         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15366           Register nick for enum value (#341160).
15367
15368 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15369
15370         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15371         (plugin_init):
15372          backout typefind patch #340375
15373          
15374         * tests/check/elements/adder.c: (message_received),
15375         (GST_START_TEST), (adder_suite):
15376           redo, signal-handling of test
15377
15378 2006-05-09  Wim Taymans  <wim@fluendo.com>
15379
15380         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15381         (gst_adder_collected):
15382         * gst/adder/gstadder.h:
15383         Remove bogus segment merging and forwarding, we don't
15384         care about timestamps anyway and we just produce a
15385         continuous stream. 
15386         Also create a nice NEWSEGMENT event when we start.
15387         Use _scale_int some more.
15388
15389 2006-05-09  Edward Hervey  <edward@fluendo.com>
15390
15391         * tests/icles/stress-xoverlay.c:
15392         Fix if core was built without parsing support.
15393
15394 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15395
15396         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15397           Add SEDG (Samsung MPEG-4) fourcc.
15398
15399 2006-05-09  Edward Hervey  <edward@fluendo.com>
15400
15401         * tests/icles/stress-xoverlay.c:
15402         * tests/examples/volume/volume.c:
15403         Fix if core was built without parsing support.
15404
15405         * tests/examples/seek/seek.c:
15406         Disable the parse_launch example if core was built without parsing
15407         support.
15408
15409 2006-05-08  Edward Hervey  <edward@fluendo.com>
15410
15411         * autogen.sh: (CONFIGURE_DEF_OPT): 
15412         libtoolize on Darwin/MacOSX is called glibtoolize
15413
15414 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15415
15416         * tests/check/Makefile.am:
15417         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15418           Disable the adder test, until the build-slaves posses the kindness to 
15419           either like it or to give valid reason for not doing so 
15420
15421 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15422
15423         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15424         (adder_suite):
15425           Shuffle NULL state change around and raise timeout more
15426
15427 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15428
15429         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15430         (mp4_type_find), (plugin_init):
15431           Add typefind to distinguish between "audio/x-m4a" and new type
15432           "video/mp4". Fixes #340375
15433
15434         * tests/check/elements/adder.c: (adder_suite):
15435           Raise timeout to make buildbot happy
15436
15437 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15438
15439         * gst/adder/gstadder.c: (gst_adder_sink_event),
15440         (gst_adder_request_new_pad), (gst_adder_change_state):
15441         * gst/adder/gstadder.h:
15442         * tests/check/Makefile.am:
15443         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15444         (adder_suite), (main):
15445           Add sink-event handling to adder. It tries to merge incomming
15446           newsegment-events. Added test to check if segment_done is comming
15447           through. Fixes #340060
15448
15449 2006-05-05  Andy Wingo  <wingo@pobox.com>
15450
15451         * ext/theora/theoraparse.c (gst_theora_parse_init)
15452         (theora_parse_src_convert, theora_parse_src_query):
15453         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15454         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15455         query functions on the source pads of the theora and vorbis parse
15456         elements. Fixes position querying when doing a remux.
15457
15458 2006-05-05  Michael Smith  <msmith@fluendo.com>
15459
15460         * ext/theora/theoraparse.c: (parse_granulepos),
15461         (theora_parse_drain_queue_prematurely),
15462         (theora_parse_queue_buffer), (theora_parse_sink_event):
15463           Fix flushing.
15464           Fix invalid granulepos outputs when starting with a non-keyframe.
15465
15466 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15467
15468         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15469         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15470         Rearrange MPEG system stream detection, fixing some memleaks in the
15471         process.
15472         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15473         they clean up their data correctly.
15474         Remove unused ogganx caps and move the 'is_annodex' check to inside
15475         the 'is_ogg' if statement.
15476
15477 2006-05-05  Wim Taymans  <wim@fluendo.com>
15478
15479         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15480         Properly remove ghostpads. Fixes #340392
15481
15482 2006-05-04  David Schleef  <ds@schleef.org>
15483
15484         * gst/typefind/gsttypefindfunctions.c:
15485
15486 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15487
15488         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15489         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15490
15491         When typefinding an MP3 in push-based mode, don't penalise the
15492         probability down to 74% when we found 5 valid frames just because we
15493         can't peek the end of the file.
15494
15495         Make the probability for detecting MPEG Transport Streams based on the
15496         number of sequential headers we successfully detected.
15497
15498 2006-05-03  Wim Taymans  <wim@fluendo.com>
15499
15500         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15501         (vorbis_dec_push), (vorbis_dec_chain):
15502         Still produce an error when we receive an empty packet.
15503
15504 2006-05-03  Wim Taymans  <wim@fluendo.com>
15505
15506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15507         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15508         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15509         Mark buffers with DISCONT after seek and after activating new
15510         chains.
15511
15512         * ext/theora/gsttheoradec.h:
15513         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15514         (theora_get_query_types), (theora_dec_sink_event),
15515         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15516         (theora_dec_change_state):
15517         Fix frame counter.
15518         Detect and mark DISCONT buffers.
15519
15520         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15521         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15522         (vorbis_dec_change_state):
15523         * ext/vorbis/vorbisdec.h:
15524         Use GstSegment.
15525         Detect and mark DISCONT buffers.
15526         Don't crash on 0 sized buffers.
15527
15528 2006-05-03  Wim Taymans  <wim@fluendo.com>
15529
15530         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15531         (volume_transform_ip):
15532         Increase "volume" property to 10.0. Fixes #340369.
15533         Set the process function to NULL when capsnego fails so that
15534         we properly error out.
15535
15536 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15537
15538         * gst/playback/gstplaybin.c: (add_sink):
15539         * gst/playback/test.c: (main):
15540         * gst/playback/test5.c: (dump_element_stats):
15541         * gst/playback/test6.c: (main):
15542           free caps using gst_caps_unref, don't leak caps-strings
15543
15544 2006-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15545
15546         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15547         (plugin_init):
15548           Refine musepack typefinding a bit. Return MAXIMUM
15549           probability when we detect stream version 7 to make
15550           sure the mpeg audio typefinder doesn't trump us.
15551
15552 2006-04-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15553
15554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15555           Protect against unexpected NULL strf_data buffer.
15556
15557 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15558
15559         * tests/check/elements/audioconvert.c: (verify_convert),
15560         (GST_START_TEST):
15561           interpret the out[] buffer in the order the bytes are actually
15562           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15563           Other tests should use BYTE_ORDER since the array is filled in
15564           with actual values
15565
15566 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15567
15568         * tests/check/elements/audioconvert.c: (verify_convert),
15569         (GST_START_TEST):
15570           when a test fails, give an indication of which it is
15571
15572 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15573
15574         * gst-libs/gst/cdda/gstcddabasesrc.c:
15575           compile fix; strtol() needs <stdlib.h>
15576
15577 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15578
15579         * ext/alsa/gstalsamixerelement.c:
15580         * ext/alsa/gstalsasrc.c:
15581         * ext/cdparanoia/gstcdparanoiasrc.c:
15582         * ext/gnomevfs/gstgnomevfssink.c:
15583         * ext/gnomevfs/gstgnomevfssrc.c:
15584         * ext/ogg/gstoggdemux.c:
15585         * ext/ogg/gstoggmux.c:
15586         * ext/ogg/gstoggparse.c:
15587         * ext/ogg/gstogmparse.c:
15588         * ext/pango/gstclockoverlay.c:
15589         * ext/pango/gsttextoverlay.c:
15590         * ext/pango/gsttextrender.c:
15591         * ext/pango/gsttimeoverlay.c:
15592         * ext/theora/theoradec.c:
15593         * ext/theora/theoraenc.c:
15594         * ext/vorbis/vorbisdec.c:
15595         * ext/vorbis/vorbisenc.c:
15596         * gst-libs/gst/audio/gstaudiofilter.c:
15597         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15598         * gst/audioconvert/gstaudioconvert.c:
15599         * gst/audiorate/gstaudiorate.c:
15600         * gst/audioresample/gstaudioresample.c:
15601         * gst/audiotestsrc/gstaudiotestsrc.c:
15602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15603         * gst/playback/gstdecodebin.c:
15604         * gst/playback/gstplaybin.c:
15605         * gst/playback/gststreamselector.c:
15606         * gst/subparse/gstsubparse.c:
15607         * gst/tcp/gstmultifdsink.c:
15608         * gst/tcp/gsttcpclientsink.c:
15609         * gst/tcp/gsttcpclientsrc.c:
15610         * gst/tcp/gsttcpserversink.c:
15611         * gst/tcp/gsttcpserversrc.c:
15612         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15613         * gst/videorate/gstvideorate.c:
15614         * gst/videoscale/gstvideoscale.c:
15615         * gst/videotestsrc/gstvideotestsrc.c:
15616         * gst/volume/gstvolume.c:
15617         * sys/v4l/gstv4ljpegsrc.c:
15618         * sys/v4l/gstv4lmjpegsink.c:
15619         * sys/v4l/gstv4lmjpegsrc.c:
15620         * sys/v4l/gstv4lsrc.c:
15621         * sys/ximage/ximagesink.c:
15622         * sys/xvimage/xvimagesink.c:
15623         * tests/check/libs/cddabasesrc.c:
15624           make GstElementDetails const
15625
15626 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15627
15628         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15629         (gst_adder_init):
15630           send events from src-pad to all sink-pads fixes #338657
15631
15632 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15633
15634         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15635         (alsasink_parse_spec):
15636           query width capabilities from alsa, fixes #338919
15637
15638 2006-04-28  Wim Taymans  <wim@fluendo.com>
15639
15640         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15641         (gst_multi_fd_sink_remove_client_link):
15642         * gst/tcp/gstmultifdsink.h:
15643         Fix race condition in multifdsink that can lead to spurious 
15644         duplicate clients. this patch adds a new signal that is fired when
15645         multifdsink has removed all references to the fd.
15646         Fixes #339574.
15647         Updated documentation.
15648         API: client-fd-removed signal added
15649
15650 2006-04-28  Michael Smith  <msmith@fluendo.com>
15651
15652         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15653           When asking g_value_array_new to prealloc elements, we may as well
15654           ask for the right number of elements.
15655
15656 2006-04-28  Wim Taymans  <wim@fluendo.com>
15657
15658         * gst-libs/gst/audio/gstbaseaudiosink.c:
15659         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15660         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15661         patch to make timestamp checking more tollerant to rounding 
15662         errors given that real discontinuities are to be marked on
15663         buffers. Fixes some asf files and #338778.
15664         Also avoid some crashers when we receive an event in the 
15665         NULL state.
15666
15667 2006-04-28  Michael Smith  <msmith@fluendo.com>
15668
15669         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15670         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15671         (gst_gnome_vfs_src_get_property),
15672         (gst_gnome_vfs_src_send_additional_headers_callback),
15673         (gst_gnome_vfs_src_received_headers_callback),
15674         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15675         (gst_gnome_vfs_src_stop):
15676         * ext/gnomevfs/gstgnomevfssrc.h:
15677           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15678           proper shared support within icydemux.
15679
15680 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15681
15682         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15683         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15684           fix up docs
15685           fix a leak when no caps negotiated
15686           fix counting of input frames
15687         * tests/check/elements/.cvsignore:
15688         * tests/check/elements/videorate.c: (assert_videorate_stats),
15689         (GST_START_TEST), (videorate_suite):
15690           add tests for these
15691
15692 2006-04-28  Wim Taymans  <wim@fluendo.com>
15693
15694         * gst-libs/gst/audio/gstringbuffer.c:
15695         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15696         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15697         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15698         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15699         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15700         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15701         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15702         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15703         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15704         Check arguments passed to public functions instead of
15705         crashing.
15706
15707 2006-04-28  Wim Taymans  <wim@fluendo.com>
15708
15709         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15710         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15711         GstBaseAudioSrc must be live or it does not work.
15712
15713         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15714         Don't set live to TRUE as this is the default in the parentclass.
15715
15716 2006-04-28  Wim Taymans  <wim@fluendo.com>
15717
15718         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15719         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15720         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15721         fixation cases better. Fixes #338991
15722
15723 2006-04-28  Wim Taymans  <wim@fluendo.com>
15724
15725         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15726         Handle 0/1 framerate correctly Fixes #331901.
15727
15728 2006-04-28  Wim Taymans  <wim@fluendo.com>
15729
15730         * tests/check/elements/audioconvert.c: (get_float_caps),
15731         (GST_START_TEST), (audioconvert_suite):
15732         Added check for correct clipping when doing float samples
15733         in audioconvert.
15734
15735 2006-04-28  Wim Taymans  <wim@fluendo.com>
15736
15737         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15738         (gst_video_rate_chain):
15739         Print more debugging info.
15740
15741 2006-04-28  Wim Taymans  <wim@fluendo.com>
15742
15743         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15744         (resample_set_state_from_caps):
15745         Add support for other formats audioresample can handle such as
15746         32 bits in and float and 64 bits float. Fixes #301759
15747
15748 2006-04-28  Wim Taymans  <wim@fluendo.com>
15749
15750         * gst/audioconvert/audioconvert.c: (float):
15751         correctly clip float samples > 1.0. Fixes #338718
15752
15753 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15754
15755         Patch by: Young-Ho Cha  <ganadist at chollian net>
15756
15757         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15758         (gst_text_overlay_render_text):
15759           Don't strip newlines from the text. Also, center lines
15760           within multi-line paragraphs (#339405).
15761
15762 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15763
15764         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15765           Fix wavpack typefinding to work in more cases (don't peek
15766           for chunks of multiple hundred kBs at once, but process
15767           things step-by-step in smaller units). Fixes #339786.
15768
15769 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15770
15771         * configure.ac:
15772           back to HEAD
15773
15774 === release 0.10.6 ===
15775
15776 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15777
15778         * configure.ac:
15779           releasing 0.10.6, "Chao"
15780
15781 2006-04-26  David Schleef  <ds@schleef.org>
15782
15783         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15784           Fixes #338897.
15785
15786 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * configure.ac:
15789         * win32/common/config.h:
15790           new prerelease
15791
15792 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15793
15794         patch by: Wim Taymans
15795
15796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15797         (gst_ogg_demux_perform_seek):
15798           make sure correct newsegments are sent, so that the decoder
15799           and the demuxer agree on timestamps.  Fixes playback of a lot
15800           of Ogg files that do not start from 0.  Fixes #339833.
15801
15802 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         Patch by: Edward Hervey  <edward@fluendo.com>
15805
15806         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15807         * tests/check/Makefile.am:
15808         * tests/check/elements/videorate.c: (assert_videorate_stats),
15809         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15810         (videorate_suite), (main):
15811           Fix an infinite loop if frames are passed in with wrongly ordered
15812           timestamps.  Fixes #339013.
15813
15814 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15815
15816         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15817
15818         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15819           fix typefinding on some ISO files.  Fixes #339212.
15820
15821 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15822
15823         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15824
15825         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15826           add another H264 fourcc.  Fixes #339047.
15827
15828 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15829
15830         Patch by: Jan Schmidt
15831
15832         * gst/playback/gststreamselector.c:
15833         (gst_stream_selector_bufferalloc):
15834           Restore old StreamSelector behaviour.
15835           Fixes #338419.
15836
15837 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15838
15839         * configure.ac:
15840         * win32/common/config.h:
15841           prerelease
15842
15843 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15844
15845         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15846
15847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15848         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15849           Fix some memory leaks: on finalize, free buffers left in the queue
15850           before destroying the queue; in _push(), unref rtp_buf even if
15851           the process vfunc returned a NULL buffer as output buffer (#337548);
15852           demote some recuring debug messages to LOG level.
15853
15854 2006-04-11  Wim Taymans  <wim@fluendo.com>
15855
15856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15857         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15858         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15859         (gst_ogg_demux_loop):
15860         More cleanups.
15861         Respect segment stop when emiting EOS or SEGMENT_DONE.
15862         Fixes (#337945).
15863
15864 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15865
15866         * gst/playback/gststreamselector.c:
15867         (gst_stream_selector_get_property):
15868           Don't leak pad name.
15869
15870 2006-04-10  Michael Smith  <msmith@fluendo.com>
15871
15872         * tests/check/Makefile.am:
15873         * tests/check/gst-plugins-base.supp:
15874           Suppress an old libtheora bug (fixed in more recent versions), so 
15875           that FC4 buildslaves can pass.
15876
15877 2006-04-10  Wim Taymans  <wim@fluendo.com>
15878
15879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15880         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15881         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15882         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15883         (gst_ogg_demux_loop):
15884         Don't leak events.
15885         Remember what error we got when finding chains, if we
15886         were shutdown, that would not be an error.
15887
15888 2006-04-10  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst-libs/gst/audio/gstbaseaudiosink.c:
15891         (gst_base_audio_sink_event):
15892         Starting the ringbuffer when we did not acquire it can cause
15893         a deadlock, is pointless and causes nasty things for
15894         subclasses. 
15895         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15896
15897 2006-04-10  Wim Taymans  <wim@fluendo.com>
15898
15899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15900         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15901         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15902         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15903         (gst_ogg_demux_deactivate_current_chain),
15904         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15905         (gst_ogg_demux_bisect_forward_serialno),
15906         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15907         Add some more debugging.
15908
15909 2006-04-10  Wim Taymans  <wim@fluendo.com>
15910
15911         * ext/theora/theoradec.c: (theora_dec_src_event),
15912         (theora_handle_data_packet):
15913         Some more debug info.
15914
15915         * tests/examples/seek/seek.c: (start_seek), (main):
15916         Print element messages too.
15917
15918 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15919
15920         * gst/audioresample/debug.h:
15921           replace debug macros with variable number of parameters
15922           by a simple alias to gstreamer standard debug macros 
15923          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15924           supported by MSVC 6.0 and 7.1)
15925         * gst/audioresample/resample.h:
15926           define M_PI and rint for WIN32
15927         * win32/common/libgstaudio.def:
15928         * win32/common/libgstriff.def:
15929         * win32/common/libgsttag.def:
15930         * win32/common/libgstvideo.def:
15931           add new exported functions
15932         * win32/vs6:
15933           update project files
15934
15935 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15936
15937         * ext/alsa/gstalsamixeroptions.c:
15938         (gst_alsa_mixer_options_class_init):
15939         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15942         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15943         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15944         * gst-libs/gst/audio/gstaudiofilter.c:
15945         (gst_audio_filter_class_init):
15946         * gst-libs/gst/audio/gstaudiosink.c:
15947         (gst_audioringbuffer_class_init):
15948         * gst-libs/gst/audio/gstaudiosrc.c:
15949         (gst_audioringbuffer_class_init):
15950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15951         * gst-libs/gst/interfaces/colorbalancechannel.c:
15952         (gst_color_balance_channel_class_init):
15953         * gst-libs/gst/interfaces/mixeroptions.c:
15954         (gst_mixer_options_class_init):
15955         * gst-libs/gst/interfaces/mixertrack.c:
15956         (gst_mixer_track_class_init):
15957         * gst-libs/gst/interfaces/tunerchannel.c:
15958         (gst_tuner_channel_class_init):
15959         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15960         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15961         (gst_netbuffer_class_init):
15962         * gst-libs/gst/rtp/gstbasertppayload.c:
15963         (gst_basertppayload_class_init):
15964         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15966         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15967         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15968         * gst/playback/gststreamselector.c:
15969         (gst_stream_selector_class_init):
15970         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15971         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15972         * sys/v4l/gstv4lcolorbalance.c:
15973         (gst_v4l_color_balance_channel_class_init):
15974         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15975         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15976         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15977         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15978         (gst_v4l_tuner_norm_class_init):
15979         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15981         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15982         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15983
15984 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15985
15986         * ext/pango/gsttextrender.h:
15987         * gst-libs/gst/audio/gstaudiosink.h:
15988         * gst-libs/gst/audio/gstaudiosrc.h:
15989         * gst-libs/gst/audio/gstbaseaudiosink.h:
15990         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15991         * gst-libs/gst/audio/gstringbuffer.h:
15992         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15993         * gst-libs/gst/rtp/gstbasertppayload.h:
15994         * gst-libs/gst/video/gstvideofilter.h:
15995         * gst-libs/gst/video/gstvideosink.h:
15996         * gst/playback/gstplaybasebin.h:
15997         * gst/tcp/gstmultifdsink.h:
15998         * sys/v4l/gstv4lelement.h:
15999         Fix broken GObject macros
16000
16001 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16002
16003         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16004         More debug to trace why my USB headset is not working with gst
16005
16006 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16007
16008         * gst/playback/gstplaybasebin.c: (group_destroy):
16009         Clean up our group elements properly in the case where it never 
16010         got committed - it still got added unconditionally to the bin.
16011
16012 2006-04-07  Wim Taymans  <wim@fluendo.com>
16013
16014         * ext/theora/theoradec.c: (theora_dec_sink_event),
16015         (theora_handle_data_packet), (theora_dec_chain):
16016         Unref unhandled events.
16017         Protect against empty buffers.
16018         Perform QoS on running time.
16019
16020 2006-04-07  Michael Smith  <msmith@fluendo.com>
16021
16022         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16023         (gst_vorbis_enc_chain):
16024           Remove leaks from vorbisenc.
16025           Mostly minor changes, the only significant one is that now the
16026           buffers we set as 'streamheader' on the caps are copies of the
16027           original buffers, to avoid circular refcounting problems.
16028
16029 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16030
16031         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16032           Don't remove our mute-probe if someone else already did so.
16033           Don't set a 2nd one if there is already one pending on the pad.
16034
16035         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16036         (do_playbin_seek):
16037           When a seek fails, ensure that playbin is still set back to playing.
16038           
16039         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16040         (mpeg_ts_type_find), (plugin_init):
16041           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16042
16043 2006-04-06  Andy Wingo  <wingo@pobox.com>
16044
16045         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16046         (gst_video_rate_init): Caps-related parameters should not be reset
16047         by a flush -- move their inits to the instance init function.
16048         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16049         is not OK, just return the result.
16050
16051         * gst/audiotestsrc/gstaudiotestsrc.c
16052         (gst_audio_test_src_class_init)
16053         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16054         broken by Stefan's commit on 24 March.
16055
16056         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16057         buffers being pushed out. Fixes oggmux ! multifdsink.
16058
16059 2006-04-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16060
16061         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16062         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16063         * ext/vorbis/vorbisdec.h:
16064         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16065         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16066         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16067         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16068         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16069         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16070         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16071         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16072         (gst_vorbis_enc_buffer_from_packet),
16073         (gst_vorbis_enc_buffer_from_header_packet),
16074         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16075         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16076         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16077         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16078         (gst_vorbis_enc_change_state):
16079         * ext/vorbis/vorbisenc.h:
16080           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16081           vorbisenc adhere to the official nomenclature; use boilerplate
16082           macro.
16083
16084 2006-04-04  Andy Wingo  <wingo@pobox.com>
16085
16086         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16087         Whoops, fix bug introduced. Bad hacker!
16088         
16089         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16090         Properly handle the case where you get EOS before any buffers are
16091         received. Use gst_buffer_make_metadata_writable where appropriate.
16092
16093         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16094         is often negative -- make it signed so as not to wrap around.
16095         Fixes segfaults introduced on 9 March.
16096
16097 2006-04-03  Wim Taymans  <wim@fluendo.com>
16098
16099         * ext/theora/gsttheoradec.h:
16100         * ext/theora/theoradec.c: (theora_dec_src_event):
16101         Don't try to store a gdouble in a gboolean.
16102         Small cleanups.
16103
16104 2006-04-03  Michael Smith  <msmith@fluendo.com>
16105
16106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16107           Oggmux sucks.
16108           Make it suck slightly less by writing out the final page.
16109           Still can't encode a vorbis-in-ogg file correctly, though.
16110
16111 2006-04-03  Andy Wingo  <wingo@pobox.com>
16112
16113         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16114         a g_print.
16115
16116         * ext/theora/theora.c (plugin_init): Register theoraparse.
16117
16118         * ext/theora/gsttheoraparse.h: 
16119         * ext/theora/theoraparse.c: New files implementing a theora
16120         parser. Now we can properly remux ogg/theora+vorbis, yay.
16121
16122         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16123
16124 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16125
16126         * gst/audiotestsrc/gstaudiotestsrc.c:
16127           Fixed the sample pipeline (see #323798)
16128
16129 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16130
16131         * configure.ac:
16132         * win32/common/config.h:
16133         * win32/common/config.h.in:
16134           use AS_VERSION and AS_NANO
16135           more cleanups
16136
16137 2006-03-31  Andy Wingo  <wingo@pobox.com>
16138
16139         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16140         uninitialized variable return that would happen.
16141         
16142         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16143         uninitialized variable return that would never happen.
16144
16145         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16146         (vorbis_parse_sink_event): Add an event function to flush our
16147         state on a seek, and to drain buffers on a premature EOS.
16148         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16149         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16150         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16151         (vorbis_parse_drain_queue): Queue up buffers until we can set
16152         their timestamps and granulepos values.
16153
16154         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16155         and keep track of data needed for deriving granulepos and
16156         timestamps for buffers.
16157
16158 2006-03-29  Wim Taymans  <wim@fluendo.com>
16159
16160         Patch by: j^ <j at bootlab dot org>
16161
16162         * ext/alsa/gstalsamixerelement.c:
16163         (gst_alsa_mixer_element_class_init):
16164         * ext/alsa/gstalsasink.c:
16165         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16166         * ext/ogg/gstoggdemux.c:
16167         * ext/ogg/gstoggmux.c:
16168         * ext/ogg/gstoggparse.c:
16169         * ext/pango/gstclockoverlay.c:
16170         * ext/pango/gsttextoverlay.c:
16171         * ext/pango/gsttextrender.c:
16172         * ext/pango/gsttimeoverlay.c:
16173         * ext/theora/theoradec.c:
16174         * ext/theora/theoraenc.c:
16175         * ext/vorbis/vorbisdec.c:
16176         * ext/vorbis/vorbisenc.c:
16177         * gst/audioconvert/gstaudioconvert.c:
16178         * gst/subparse/gstsubparse.c:
16179         * gst/tcp/gstmultifdsink.c:
16180         * gst/tcp/gsttcpclientsink.c:
16181         * gst/tcp/gsttcpclientsrc.c:
16182         * gst/tcp/gsttcpserversink.c:
16183         * gst/tcp/gsttcpserversrc.c:
16184           better/unified long descriptions
16185           Fixes #336477
16186
16187 2006-03-29  Wim Taymans  <wim@fluendo.com>
16188
16189         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16190         (stop_seek):
16191         Don't let double and triple clicks mess up our state.
16192
16193 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16194
16195         * gst/playback/gstplaybin.c: (gen_video_element),
16196         (gen_text_element), (gen_audio_element), (gen_vis_element):
16197           Error out gracefully when we can't create any of the usual
16198           conversion elements for some reason. Also, don't try to
16199           create an audioscale (sic) element that's not used anyway.
16200
16201 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16202
16203         * gst/playback/gstplaybasebin.c: (setup_source):
16204           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16205           element for a particular protocol, that's confusing for users.
16206           Instead, post a RESOURCE_FAILED error, so that our own error
16207           message is actually shown in totem etc. (#336303).
16208
16209 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16210
16211         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16212
16213         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16214         (gst_gnome_vfs_src_get_icy_metadata):
16215           Fix some minor memory leaks (#336194).
16216
16217 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16218
16219         * ext/gnomevfs/gstgnomevfs.c:
16220         (gst_gnome_vfs_location_to_uri_string):
16221         * ext/gnomevfs/gstgnomevfs.h:
16222         * ext/gnomevfs/gstgnomevfssink.c:
16223         (gst_gnome_vfs_sink_set_property):
16224         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16225           Make gnomevfssink accept filenames as well as URIs for the
16226           "location" property, just like gnomevfssrc does (and
16227           filesrc/filesink do) (#336190).
16228
16229 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16230
16231         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16232           set to NULL before unreffing, fixes a valgrind leak.
16233           Why was this not triggering the error that an object needs to
16234           be NULL before unreffing ?
16235         * win32/common/config.h:
16236           update
16237
16238 2006-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16239
16240         * gst/subparse/gstsubparse.c: (convert_encoding),
16241         (gst_sub_parse_change_state):
16242         * gst/subparse/gstsubparse.h:
16243           Text subtitle files may or may not be UTF-8. If it's not, we
16244           don't really want to see '?' characters in place of non-ASCII
16245           characters like accented characters. So let's assume the input
16246           is UTF-8 until we come across text that is clearly not. If it's
16247           not UTF-8, we don't really know what it is, so try the following:
16248           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16249           is set; if not, check (b) if the current locale encoding is
16250           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16251           the current locale encoding is UTF-8 and the environment variable
16252           was not set to any particular encoding. Not perfect, but better
16253           than nothing (and better than before, I think) (fixes #172848).
16254
16255 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16256
16257         * configure.ac:
16258           update core requirement to 0.10.4.1 because of async_playback
16259           vmethod on GstBaseSink
16260
16261 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16262
16263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16264         * gst/adder/gstadder.c: (gst_adder_init):
16265         use DEBUG_FUNCPTR for collectpads
16266
16267 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16268
16269         * docs/plugins/Makefile.am:
16270         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16271         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16272         * ext/cdparanoia/gstcdparanoiasrc.c:
16273         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16274         (gst_gnome_vfs_sink_class_init):
16275         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16277         * ext/ogg/gstoggmux.c:
16278         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16279         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16280         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16281         * ext/pango/gsttextoverlay.c:
16282         * ext/pango/gsttextrender.c:
16283         * ext/theora/theoradec.c:
16284         * ext/theora/theoraenc.c:
16285         * ext/vorbis/vorbisdec.c:
16286         * ext/vorbis/vorbisenc.c:
16287         * gst-libs/gst/audio/gstaudiofilter.c:
16288         (gst_audio_filter_base_init):
16289         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16290         (gst_audio_filter_template_base_init):
16291         * gst/adder/gstadder.c: (gst_adder_get_type):
16292         * gst/adder/gstadder.h:
16293         * gst/audioconvert/gstaudioconvert.c:
16294         * gst/audiotestsrc/gstaudiotestsrc.c:
16295         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16296         (gst_audio_test_src_create):
16297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16298         * gst/playback/gstdecodebin.c:
16299         * gst/playback/gstplaybin.c:
16300         * gst/playback/gststreamselector.c:
16301         (gst_stream_selector_base_init):
16302         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16303         * gst/volume/gstvolume.c:
16304         * sys/v4l/gstv4lmjpegsink.c:
16305         * sys/v4l/gstv4lmjpegsrc.c:
16306         * tests/check/libs/cddabasesrc.c:
16307         * tests/old/examples/gob/gst-identity2.gob:
16308           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16309           define GstElementDetails at the top
16310
16311 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16312
16313         * win32/common/libgstinterfaces.def:
16314         Add a lot of export functions for gst-python
16315         * win32/vs6/libgstinterfaces.dsp:
16316         Add a missing include folder in the project configuration
16317         
16318 2006-03-23  Wim Taymans  <wim@fluendo.com>
16319
16320         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16321         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16322         (gst_base_audio_src_change_state):
16323         Fix audio sources, forgot to make the ringbuffer
16324         startable...
16325
16326 2006-03-23  Wim Taymans  <wim@fluendo.com>
16327
16328         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16329         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16330         (gst_base_audio_src_change_state):
16331         unparent instead of unref the ringbuffer.
16332
16333 2006-03-23  Wim Taymans  <wim@fluendo.com>
16334
16335         * gst-libs/gst/audio/gstbaseaudiosink.c:
16336         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16337         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16338         Implement new async_play vmethod to start slaving and allow
16339         playback start in case of async PLAY state changes. 
16340
16341         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16342         Enable QoS with new method in base class.
16343
16344 2006-03-23  Wim Taymans  <wim@fluendo.com>
16345
16346         Patch by: Julien MOUTTE <julien at moutte dot net>
16347
16348         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16349         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16350         Partially handle 0 framerate, only EOS after the first frame
16351         is missing.
16352
16353 2006-03-23  Wim Taymans  <wim@fluendo.com>
16354
16355         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16356
16357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16358         (gst_riff_create_video_template_caps):
16359         * gst/ffmpegcolorspace/avcodec.h:
16360         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16361         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16362         (gst_ffmpegcsp_avpicture_fill):
16363         * gst/ffmpegcolorspace/imgconvert.c:
16364         Patch for support of YVU9 AVI files (#334822)
16365
16366 2006-03-22  Edward Hervey  <edward@fluendo.com>
16367
16368         * docs/design/design-decodebin.txt:
16369         Added design document for new decodebin
16370         (Target Caps): text/x-pango-markup is also a default target caps.
16371
16372 2006-03-22  Wim Taymans  <wim@fluendo.com>
16373
16374         * gst-libs/gst/audio/gstbaseaudiosink.c:
16375         (gst_base_audio_sink_dispose):
16376         Since we _parent the ringbuffer, we also need to
16377         _unparent instead of a plain _unref.
16378
16379 2006-03-22  Wim Taymans  <wim@fluendo.com>
16380
16381         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16382         (stop_seek), (scrub_toggle_cb), (main):
16383         Add scrub checkbox.
16384
16385 2006-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16386
16387         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16388         (gst_ogg_parse_chain):
16389           Fix very inefficient usage of linked lists (#335365).
16390
16391 2006-03-21  Edward Hervey  <edward@fluendo.com>
16392
16393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16394         * gst/playback/gstplaybin.c: (handoff):
16395         * gst/playback/gststreamselector.c:
16396         (gst_stream_selector_set_property):
16397         gcc 4.1 unreferenced pointer fixes.
16398         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16400         gst_buffer_ref() now takes a GstBuffer*.
16401
16402 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16403
16404         * sys/xvimage/xvimagesink.c:
16405         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16406         by Jan Schmidt.
16407
16408 2006-03-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16409
16410         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16411         (id3v1_type_find), (apetag_type_find), (plugin_init):
16412           Can't do tag preferences via probability, as tags would then
16413           lose against types that are recognised with MAXIMUM probability
16414           (like .wav); so let all tag typefinders return MAXIMUM themselves
16415           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16416           that we can prefer APE to ID3v1 (fixes #335028).
16417           
16418 2006-03-17  Wim Taymans  <wim@fluendo.com>
16419
16420         * gst-libs/gst/audio/gstbaseaudiosink.c:
16421         (gst_base_audio_sink_change_state):
16422         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16423         (gst_ring_buffer_may_start):
16424         * gst-libs/gst/audio/gstringbuffer.h:
16425         Only start playback if we are playing.
16426         should fix #330748.
16427
16428 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16429
16430         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16431         * win32/common/config.h:
16432           Revert accidental commits to these files.
16433
16434 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16435
16436         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16437
16438         * tests/Makefile.am:
16439           Don't try to build tests in tests/icles if we
16440           don't have X (#323852)
16441
16442 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16443
16444         * gst-libs/gst/tag/gstid3tag.c:
16445           Add TXXX frame identifiers for replaygain stuff as used
16446           by some taggers (see #323721).
16447
16448 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16449
16450         * gst/playback/gststreamselector.c:
16451         (gst_stream_selector_set_property),
16452         (gst_stream_selector_bufferalloc):
16453           Preserve the existing buggy streamselector behaviour by performing
16454           a fallback buffer allocation when downstream isn't linked yet.
16455           This should really be fixed in playbin by blocking pads until it's
16456           linked them.
16457           Also, use gst_pad_alloc_buffer instead of
16458           gst_pad_alloc_buffer_and_set.
16459
16460 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16461
16462         * gst-libs/gst/tag/gstid3tag.c:
16463           Don't crash on unknown ID3v2 TXXX frames.
16464           
16465 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16466
16467         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16468           Chain up to the parent finalize method.
16469           Add 32-bit sample size to the template caps.
16470
16471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16472         (gst_riff_create_video_template_caps):
16473           Add the fourcc that the VMWare codec uses.
16474           
16475         * gst/playback/gststreamselector.c:
16476         (gst_stream_selector_set_property),
16477         (gst_stream_selector_bufferalloc),
16478         (gst_stream_selector_request_new_pad):
16479           For the active pad, forward buffer-alloc requests, otherwise
16480           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16481           having to memcpy every frame when used by playbin.
16482
16483         * gst/tcp/gstmultifdsink.c:
16484         (gst_multi_fd_sink_handle_client_write):
16485           Get negotiated caps from the sink pad, rather than the sink
16486           pad's peer.
16487
16488 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16489
16490         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16491         
16492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16493           Don't forget to set src->callbacks_pushed to FALSE again when
16494           popping them, otherwise re-activation in a different mode won't
16495           work (#334620).
16496
16497 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16498
16499         Patch by: Sebastien Moutte  <sebastien moutte net>
16500
16501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16502         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16503         (gst_ffmpeg_smpfmt_to_caps):
16504           Replace __VA_ARGS__ caps creation macros with varargs functions.
16505           Makes things compile on MSVC (#320765), looks nicer, and we can
16506           tell the compiler to check for the NULL terminator.
16507
16508 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16509
16510         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16511
16512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16513           Make sure the buffer we copy into is really always big
16514           enough, this time for real (#333488).
16515           
16516 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16517
16518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16519           Add support for 24bpp DIB (#305279).
16520
16521 2006-03-14  Wim Taymans  <wim@fluendo.com>
16522
16523         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16524         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16526         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16527         (gst_video_scale_init), (gst_video_scale_src_event):
16528         Re-enable QoS after the release.
16529         Rework videoscale to use the base class src_event handler.
16530
16531 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16532
16533         * configure.ac:
16534           back to CVS.
16535
16536 === release 0.10.5 ===
16537
16538 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16539
16540         * configure.ac:
16541           releasing 0.10.5, "Net"
16542
16543 2006-03-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16544
16545         * docs/plugins/Makefile.am:
16546           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16547           
16548 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16549
16550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16552         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16553           Add cdparanoiasrc to docs.
16554
16555         * gst-libs/gst/cdda/gstcddabasesrc.c:
16556           More GstCddaBaseSrc docs.
16557
16558 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16559
16560         * docs/libs/gst-plugins-base-libs-sections.txt:
16561         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16562         * gst-libs/gst/tag/tag.h:
16563           API: libgsttag: new method gst_tag_from_id3_user_tag().
16564
16565 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16566
16567         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16568           NULL-terminate array of mpeg4 video file extensions.
16569           Fixes crash on PPC (#334226).
16570
16571 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16572
16573         * ext/gnomevfs/gstgnomevfssrc.c:
16574         (gst_gnome_vfs_src_check_get_range):
16575           gnome_vfs_uri_is_local() alone is not a good indicator
16576           whether we can operate in pull-mode with a specific URI,
16577           as it returns FALSE for file:// URIs that point to an
16578           NFS-mounted path. Be more conservative here: whitelist
16579           local files, blacklist http URIs and use the old
16580           mechanism for anything else (fixes #334216).
16581
16582 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16583
16584         * configure.ac:
16585           back to trunk
16586
16587 === release 0.10.4 ===
16588
16589 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16590
16591         * configure.ac:
16592           releasing 0.10.4, "Power"
16593
16594 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16595
16596         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16597         Disable max-lateness by setting it to -1 for now, so that 
16598         we can bed QoS stuff in thoroughly between now and the next
16599         release.
16600
16601 2006-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16602
16603         Patch by: Fabrizio Gennari
16604
16605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16606           Make sure we don't read beyond the palette buffer in case of
16607           broken or manipulated files (#333488)
16608
16609 2006-03-10  Edward Hervey  <edward@fluendo.com>
16610
16611         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16612         Fix for variable not initialized.
16613
16614 2006-03-09  Wim Taymans  <wim@fluendo.com>
16615
16616         * ext/libvisual/visual.c: (gst_visual_get_type),
16617         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16618         (gst_visual_chain):
16619         Small cleanups.
16620
16621         * ext/theora/gsttheoradec.h:
16622         * ext/theora/theoradec.c: (gst_theora_dec_init),
16623         (gst_theora_dec_reset), (_theora_granule_time),
16624         (theora_dec_src_convert), (theora_dec_sink_convert),
16625         (theora_dec_src_query), (theora_dec_src_event),
16626         (theora_dec_sink_event), (theora_handle_comment_packet),
16627         (theora_handle_header_packet), (theora_dec_push),
16628         (theora_handle_data_packet), (theora_dec_chain),
16629         (theora_dec_change_state):
16630         Add simple QoS.
16631
16632 2006-03-09  Wim Taymans  <wim@fluendo.com>
16633
16634         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16635         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16636         Some cleanups.
16637
16638 2006-03-09  Wim Taymans  <wim@fluendo.com>
16639
16640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16641         Don't try to activate NULL chains.
16642
16643 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16644
16645         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16646           Fix invalid memory access to region before peek'd data (#332964).
16647
16648 2006-03-09  Wim Taymans  <wim@fluendo.com>
16649
16650         Patch by: Christophe Fergeau
16651
16652         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16653         * ext/pango/gsttextrender.c: (gst_text_render_init):
16654         * gst/adder/gstadder.c: (gst_adder_init):
16655         Don't leak padtemplates, closes #333510.
16656
16657 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16658
16659         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16660           Fix invalid memory access: make sure string passed to
16661           regexec() is NUL-termianted.
16662
16663 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16664
16665         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16666         (mp3_type_find):
16667           Refactor mpeg/audio typefinding to make it more maintainable
16668           and easier to fine-tune. Make probing into middle of the file
16669           work properly (fixes #333900, also see #152688).
16670
16671 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16672
16673         * gst/typefind/gsttypefindfunctions.c:
16674         (utf8_type_find_have_valid_utf8_at_offset):
16675           Remove part from previous commit that was bogus:
16676           g_utf8_validate() does in fact not accept embedded
16677           zeroes, so we don't need to check for those (thanks
16678           to Mike for the hint).
16679
16680 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16681
16682         * gst/typefind/gsttypefindfunctions.c:
16683         (utf8_type_find_count_embedded_zeroes),
16684         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16685           Make plain/text typefinder more conservative: firstly, check
16686           for embedded zeroes, which are perfectly valid UTF-8 characters,
16687           but also a fairly good sign that something is not a plain text
16688           file; secondly, probe into the middle of the file if possible.
16689           If we can't probe into the middle, limit the probability value
16690           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16691
16692 2006-03-08  Michael Smith  <msmith@fluendo.com>
16693
16694         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16695           Make typefind function name for mpeg4 video unique.
16696
16697 2006-03-08  Wim Taymans  <wim@fluendo.com>
16698
16699         * ext/libvisual/visual.c: (gst_visual_init),
16700         (gst_visual_clear_actors), (gst_visual_dispose),
16701         (gst_visual_reset), (gst_visual_src_setcaps),
16702         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16703         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16704         (gst_visual_chain), (gst_visual_change_state):
16705         Cleanups, post nice errors.
16706         Handle sink and src events.
16707         Implement simple QoS.
16708
16709         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16710         Use new basesink methods to configure max-lateness.
16711         Small doc update.
16712
16713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16714         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16715         Debug statement cleanups.
16716
16717         * gst/volume/gstvolume.c: (gst_volume_class_init):
16718         Simple cleanup.
16719
16720 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16721
16722         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16723         (gst_text_overlay_init), (gst_text_overlay_set_property),
16724         (gst_text_overlay_get_property):
16725           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16726           as string type properties, but mark them deprecated. Add
16727           'halignment' and 'valignment' properties that use enums
16728           instead of strings.
16729
16730 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16731
16732         Patch by: Fabrizio Gennari
16733
16734         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16735           Allow palettes with less than 256 colours in AVI files
16736           (#333488)
16737
16738 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16739
16740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16741         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16742         pad. We were releasing the queued text buffer when we should keep
16743         it until video pad gets EOS or discard the text buffer because it's
16744         too old. That was eating the last subtitle buffer. Add some more
16745         debug.
16746
16747 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16748
16749         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16750         (gst_text_overlay_video_chain):
16751           Fix invalid memory access (we can't access a buffer after it's been
16752           pushed downstream without taking a reference); fix memory leak (if
16753           there's no text to render, bail out before allocating stuff).
16754
16755 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16756
16757         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16758         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16759         * ext/pango/gsttextoverlay.h:
16760           If input is plain text, escape it before passing it to
16761           pango_layout_set_markup().
16762
16763 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16764
16765         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16766           Don't ignore flow return from gst_pad_push().
16767
16768 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16769
16770         Patch by: Fabrizio Gennari
16771
16772         * ext/libvisual/visual.c: (gst_visual_getcaps),
16773         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16776         (gst_vorbisenc_convert_sink):
16777         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16778         (gst_audio_duration_from_pad_buffer):
16779         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16780         (gst_audio_filter_chain):
16781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16782         (gst_base_rtp_depayload_setcaps):
16783         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16784         (gst_video_get_size):
16785         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16786           Don't leak references returned by gst_pad_get_parent()
16787           (#333663)
16788
16789 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16790
16791         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16792           change location param details
16793         * gst/volume/gstvolume.c: (plugin_init):
16794           correct plugin description
16795
16796 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16797
16798         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16799         (gst_gnome_vfs_src_check_get_range):
16800           Override GstBaseSrc::check_get_range() in order to avoid opening
16801           the resource just to check whether we can operate in pull-mode or
16802           not - we can predict that pretty well from the URI alone. Should
16803           fix problems with last.fm (#331690). (Requires latest core CVS).
16804
16805 2006-03-06  Wim Taymans  <wim@fluendo.com>
16806
16807         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16808         (gst_video_sink_class_init):
16809         Throw away frames that are later than 20 ms.
16810
16811 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16812
16813         Patch by: Fabrizio Gennari
16814
16815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16816           Set depth on WMA caps (#333545)
16817
16818 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16819
16820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16821         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16822           put Theora BOS pages before others.  This hardcodes
16823           the Ogg/Theora I profile, but hey.
16824
16825 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16826
16827         * ext/ogg/README:
16828           updated with some examples
16829         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16830         (granulepos_add), (theora_buffer_from_packet):
16831         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16832         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16833         (gst_vorbisenc_chain):
16834           implement strategy from ext/ogg/README
16835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16836         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16837         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16838         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16839           Fix muxer so that oggz-validate is happy with all streams;
16840           except for no eos mark, and the BOS page ordering
16841         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16842         (check_buffer_granulepos):
16843         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16844           update tests to check for OFFSET being set as requested
16845           fixed type of granulepos, it's not a ClockTime
16846
16847 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16848
16849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16850         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16851         Check that the xvimage we are creating has a correct size
16852         before returning it. (#314897)
16853
16854 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16855
16856         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16857           Give id3 and ape tag typefinders a rank slightly higher
16858           than PRIMARY to ensure they're always run before any of
16859           the other typefinders (in particular wav and mp3) (#324186).
16860
16861 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16862
16863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16864           Add support for '3IVD' fourcc (#333403).
16865
16866 2006-03-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16867
16868         * configure.ac:
16869           Bump requirements to GStreamer CVS for the new error enum.
16870
16871         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16872           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16873           space left on the device (fixes #333352).
16874
16875 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16876
16877         * win32/vs6:
16878           add a project file for libgstvolume
16879           update the workspace
16880
16881 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16882
16883         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16884         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16885         (GST_START_TEST):
16886           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16887           Set IN_CAPS on header buffers
16888
16889 2006-03-02  Wim Taymans  <wim@fluendo.com>
16890
16891         * docs/plugins/Makefile.am:
16892         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16893         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16894         Add audioresample to docs.
16895
16896         * gst/audioconvert/gstaudioconvert.c:
16897         Add revision date.
16898
16899         * gst/audioresample/gstaudioresample.c:
16900         (gst_audioresample_base_init), (gst_audioresample_class_init),
16901         (gst_audioresample_init), (gst_audioresample_dispose),
16902         (audioresample_get_unit_size), (audioresample_transform_caps),
16903         (resample_set_state_from_caps), (audioresample_transform_size),
16904         (audioresample_set_caps), (audioresample_event),
16905         (audioresample_do_output), (audioresample_transform),
16906         (audioresample_pushthrough), (gst_audioresample_set_property),
16907         (gst_audioresample_get_property), (plugin_init):
16908         * gst/audioresample/gstaudioresample.h:
16909         Added docs.
16910         Small code cleanups.
16911
16912 2006-03-02  Wim Taymans  <wim@fluendo.com>
16913
16914         * docs/plugins/Makefile.am:
16915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16916         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16917         Added videoscale to docs.
16918
16919         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16920         (gst_video_rate_swap_prev), (gst_video_rate_event),
16921         (gst_video_rate_chain):
16922         Fix typo in docs.
16923
16924         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16925         (gst_video_scale_init), (gst_video_scale_prepare_size),
16926         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16927         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16928         * gst/videoscale/gstvideoscale.h:
16929         Added docs, examples.
16930         Some code cleanups.
16931         Post errors instead of g_warning.
16932
16933 2006-03-02  Wim Taymans  <wim@fluendo.com>
16934
16935         * docs/libs/gst-plugins-base-libs-docs.sgml:
16936         * docs/libs/gst-plugins-base-libs-sections.txt:
16937         * docs/libs/gst-plugins-base-libs.types:
16938         * docs/plugins/Makefile.am:
16939         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16940         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16941         Added some more docs to libs and plugins.
16942
16943         * gst-libs/gst/audio/gstringbuffer.c:
16944         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16945         * gst-libs/gst/audio/gstringbuffer.h:
16946         Document ringbuffer some more.
16947
16948         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16949         (gst_video_rate_setcaps), (gst_video_rate_reset),
16950         (gst_video_rate_init), (gst_video_rate_flush_prev),
16951         (gst_video_rate_swap_prev), (gst_video_rate_event),
16952         (gst_video_rate_chain), (gst_video_rate_change_state):
16953         * gst/videorate/gstvideorate.h:
16954         Fix videorate to use segments.
16955         Make it work with 0/1 framerates (closes #331903)
16956         Handle EOS correctly.
16957         Added docs.
16958
16959 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16960
16961         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16962         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16963         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16964           In state change function, first chain up to parent class,
16965           then handle downwards state change stuff. Remove some
16966           commented out cruft from 0.8 code.
16967
16968 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16969
16970         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16971         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16972         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16973         (gst_ogm_parse_chain):
16974           Don't remove/re-add source pad if the new caps are the same as
16975           the old caps anyway (#333042). When removing source pad, don't
16976           unref it afterwards - we didn't ref it when adding. Sprinkle some
16977           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16978           after using gst_pad_get_parent(). Return downstream flow return
16979           value in chain function.
16980
16981 2006-03-02  Wim Taymans  <wim@fluendo.com>
16982
16983         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16984         * docs/plugins/gst-plugins-base-plugins.args:
16985         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16986         * docs/plugins/gst-plugins-base-plugins.interfaces:
16987         * docs/plugins/gst-plugins-base-plugins.signals:
16988         Fix hierarchy, added some more elements to the docs.
16989
16990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16991         (gst_ffmpegcsp_get_type):
16992         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16993         Fix docs for ffmpegcolorspace.
16994
16995 2006-03-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16996
16997         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16998         (apetag_type_find), (ape_type_find), (plugin_init):
16999           Some typefinding fine-tuning:
17000           - rank ID3/APE tags in order of preference via probabilities, so that
17001             ID3v2 > APEv2 > APEv1 > ID3v1.
17002           - three or four bytes don't really justify MAXIMUM probability,
17003             change those to 'very likely' (musepack and monkeysaudio).
17004
17005 2006-03-01  Wim Taymans  <wim@fluendo.com>
17006
17007         * docs/plugins/Makefile.am:
17008         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17009         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17010         * ext/alsa/gstalsamixer.c:
17011         * ext/alsa/gstalsamixer.h:
17012         * ext/alsa/gstalsamixerelement.c:
17013         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17014         * ext/alsa/gstalsamixerelement.h:
17015         * ext/alsa/gstalsasink.c:
17016         * ext/alsa/gstalsasink.h:
17017         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17018         (gst_alsasrc_init):
17019         * ext/alsa/gstalsasrc.h:
17020         Added alsa docs.
17021         Small code cleanups.
17022
17023 2006-03-01  Wim Taymans  <wim@fluendo.com>
17024
17025         * ext/theora/Makefile.am:
17026         Dist new header too,
17027
17028 2006-03-01  Wim Taymans  <wim@fluendo.com>
17029
17030         * docs/plugins/Makefile.am:
17031         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17032         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17033         * ext/gnomevfs/gstgnomevfssink.h:
17034         * ext/gnomevfs/gstgnomevfssrc.h:
17035         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17036         * ext/vorbis/vorbisdec.h:
17037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17038         * ext/vorbis/vorbisenc.h:
17039         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17040         (vorbis_parse_chain), (vorbis_parse_change_state):
17041         * ext/vorbis/vorbisparse.h:
17042         * gst/audioconvert/gstaudioconvert.h:
17043         * gst/tcp/gsttcpserversink.h:
17044         * gst/videotestsrc/gstvideotestsrc.c:
17045         * gst/videotestsrc/gstvideotestsrc.h:
17046         * gst/volume/gstvolume.c:
17047         * gst/volume/gstvolume.h:
17048         Fix some more docs.
17049         Added docs for vorbisdec and vorbisparse.
17050         Fix vorbisparse.
17051
17052 2006-03-01  Wim Taymans  <wim@fluendo.com>
17053
17054         * docs/plugins/Makefile.am:
17055         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17056         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17057         * ext/pango/gstclockoverlay.h:
17058         * ext/pango/gsttextoverlay.h:
17059         * ext/pango/gsttextrender.h:
17060         * ext/pango/gsttimeoverlay.h:
17061         * ext/theora/gsttheoradec.h:
17062         * ext/theora/gsttheoraenc.h:
17063         * ext/theora/theoradec.c:
17064         * ext/theora/theoraenc.c:
17065         * gst/audioconvert/gstaudioconvert.h:
17066         * gst/audiotestsrc/gstaudiotestsrc.h:
17067         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17068         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17069         * gst/tcp/gstmultifdsink.h:
17070         Updated/added documentation.
17071
17072         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17073         (gst_text_overlay_halign_get_type),
17074         (gst_text_overlay_wrap_mode_get_type),
17075         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17076         (gst_text_overlay_init), (gst_text_overlay_set_property),
17077         (gst_text_overlay_get_property):
17078         Fix up properties to be enums instead of string to make bindings,
17079         introspection and automatic GUI creation possible.
17080         Add getters for the properties.
17081
17082 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17083
17084         * gst/audiotestsrc/gstaudiotestsrc.c:
17085           added defines of M_PI and M_PI_2
17086         * gst/ffmpegcolorspace/avcodec.h:
17087           removed #include "stdint.h" for win32 as _stdint.h is 
17088           autogenerated to win32/common
17089         * win32/common/libgstaudio.def:
17090         * win32/common/libgsttag.def:
17091           added some exports
17092         * win32/vs6:
17093           some project files bugs corrected
17094         * win32/vs7:
17095           project files are reset to the default vs7 configuration 
17096           (they link to msvcr71.dll using default optimizations)
17097           
17098 2006-02-28  Wim Taymans  <wim@fluendo.com>
17099
17100         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17101         Fix some docs.
17102
17103 2006-02-28  Edward Hervey  <edward@fluendo.com>
17104
17105         * ext/alsa/gstalsasrc.c:
17106         Set proper class on the ElementDetails:
17107         Source/Audio instead of Src/Audio/
17108
17109 2006-02-28  Edward Hervey  <edward@fluendo.com>
17110
17111         * gst/videoscale/vs_scanline.c:
17112         (vs_scanline_resample_nearest_RGBA):
17113         Revert optimization in videoscale. It should go in liboil and have
17114         an appropriate liboil function.
17115
17116 2006-02-28  Wim Taymans  <wim@fluendo.com>
17117
17118         * gst-libs/gst/audio/gstbaseaudiosink.c:
17119         (gst_base_audio_sink_provide_clock):
17120         Don't try to provide a clock in the NULL state.
17121
17122 2006-02-28  Wim Taymans  <wim@fluendo.com>
17123
17124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17125         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17126         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17127         (gst_ogg_demux_deactivate_current_chain),
17128         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17129         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17130         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17131         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17132         Use GstSegment infrastructure to remove duplicated code
17133         and handle more seek cases correctly.
17134
17135 2006-02-28  Wim Taymans  <wim@fluendo.com>
17136
17137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17138         (gst_ffmpegcsp_transform):
17139         Don't ignore return code from ffmpeg convert function.
17140
17141         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17142         Split out some long statements to ease debugging.
17143
17144 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17145
17146         * ext/libvisual/visual.c: (gst_visual_init),
17147         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17148         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17149         being able to renegotiate the size. Instead, use the negotiation
17150         algorithm from the goom plugin to pick an initial output caps. 
17151
17152         Also, allow theoretical libvisual plugins that might support non-GL 
17153         output even if they also do GL.
17154
17155 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17156
17157         * ext/libvisual/visual.c: (gst_visual_init),
17158         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17159         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17160         possible negotiation issues.
17161
17162 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17163
17164         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17165
17166 2006-02-24  Michael Smith  <msmith@fluendo.com>
17167
17168         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17169         (cmml_type_find), (plugin_init):
17170           Fix CMML type find function to not require a specific minor version
17171           of the CMML header.
17172
17173           Add an MPEG4 video elementary stream typefind function.
17174
17175 2006-02-04  Michael Smith  <msmith@fluendo.com>
17176
17177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17178         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17179         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17180         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17181         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17182         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17183           Annodex support in ogg demuxer. Doesn't do very much without the
17184           other annodex patches (to come).
17185
17186 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17187
17188         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17189
17190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17191           Pick up palette for MS video v1 (#327028)
17192
17193 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17194
17195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17196         (gst_ffmpegcsp_caps_remove_format_info),
17197         (gst_ffmpegcsp_get_unit_size):
17198           The 'palette_data' field from incoming RGB caps shouldn't be
17199           proxied on outgoing YUV caps; also, restrict unit size
17200           adjustment in case of paletted data only to the unit that
17201           actually has a palette. Fixes #330711.
17202
17203 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17204
17205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17206         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17207         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17208         (gst_ffmpegcsp_get_unit_size):
17209           Plug some memory leaks.
17210
17211 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17212
17213         * sys/ximage/Makefile.am:
17214         * sys/xvimage/Makefile.am:
17215           Add some _CFLAGS and _LIBS that seem to be missing
17216           and/or required for Cygwin (see #317048).
17217
17218 2006-02-22  Wim Taymans  <wim@fluendo.com>
17219
17220         * ext/alsa/gstalsasrc.c:
17221         Fix description as pointed out by caugier.
17222
17223 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17224
17225         Reviewed by : Edward Hervey  <edward@fluendo.com>
17226
17227         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17228         (qt_type_find):
17229         Better 3gp typefinding (#331526).
17230
17231 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17232
17233         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17234           Don't send EOS event here, the base class will send one for us.
17235
17236         * gst/playback/gstplaybasebin.c: (prepare_output):
17237           Subpictures without video stream aren't allowed either.
17238         
17239         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17240           Fix debug statement copy'n'paste-o.
17241
17242 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17243
17244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17245           Fix issues with mixer keeping state when muting/unmuting
17246           and when changing the volume whilst muted (see #331763
17247           and #331765).
17248
17249 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17250
17251         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17252         (parse_subrip), (gst_sub_parse_format_autodetect):
17253           Set right caps given that we send escaped text. Also,
17254           honour <i></i>, <b></b> and <u></u> markers that can be found
17255           in .srt files (fixes #310202).
17256
17257 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17258
17259         * gst-libs/gst/audio/mixerutils.c:
17260         (element_factory_rank_compare_func):
17261           Make order in which elements are tried more determinable.
17262
17263 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17264
17265         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17266         (remove_element_chain), (cleanup_decodebin),
17267         (gst_decode_bin_change_state): Make decodebin reusable by
17268         fixing remove_element_chain first and then introduce a
17269         cleaner in state change to ->NULL. (Closes #331678)
17270
17271 2006-02-19  Wim Taymans  <wim@fluendo.com>
17272
17273         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17274         use 0666 mask when creating files so umask gets applied
17275         correctly. Fixes #331295.
17276
17277 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17278
17279         * gst/subparse/Makefile.am:
17280         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17281         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17282         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17283         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17284         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17285         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17286         * gst/subparse/gstssaparse.h:
17287         * gst/subparse/gstsubparse.c: (plugin_init):
17288           Add very basic parser for SSA subtitle streams (as often
17289           found in matroska files).
17290
17291 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17292
17293         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17294           That should be text/x-pango-markup, not text/x-pango-layout.
17295
17296 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17297
17298         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17299         Polishing.
17300
17301 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17302
17303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17304         (gst_text_overlay_finalize), (gst_text_overlay_init),
17305         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17306         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17307         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17308         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17309         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17310         Fix state change deadlock.
17311
17312 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17313
17314         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17315         (gst_text_overlay_finalize), (gst_text_overlay_init),
17316         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17317         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17318         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17319         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17320         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17321         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17322         and subtitles files.
17323
17324 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17325
17326         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17327         should be considered as raw.
17328
17329 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17330
17331         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17332         (cb_probe):
17333         * gst/playback/gststreaminfo.h: Introduce language informations.
17334
17335 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17336
17337         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17338         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17339         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17340         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17341         Set shared memory segments to be deleted as soon as we have attached,
17342         that way they get cleaned up automatically if we crash.
17343
17344 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17345
17346         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17347         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17348         functions are called with lock held.
17349
17350 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17351
17352         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17353         (gst_text_overlay_finalize), (gst_text_overlay_init),
17354         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17355         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17356         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17357         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17358         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17359         (gst_text_overlay_change_state): Refactoring of textoverlay
17360         without collectpads. This now supports sparse subtitles coming
17361         from a demuxer instead of a sub file. Seeking is still broken 
17362         though. Need to discuss with wtay some more on how to handle
17363         seeking correctly.
17364         * ext/pango/gsttextoverlay.h:
17365         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17366         subtitles coming from the demuxer.
17367
17368 2006-02-17  Wim Taymans  <wim@fluendo.com>
17369
17370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17371         (gst_vorbisenc_convert_sink):
17372         Use some more scaling functions.
17373
17374 2006-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17375
17376         * ext/cdparanoia/gstcdparanoiasrc.c:
17377         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17378         (gst_cd_paranoia_paranoia_callback),
17379         (gst_cd_paranoia_src_signal_is_being_watched),
17380         (gst_cd_paranoia_src_read_sector):
17381         * ext/cdparanoia/gstcdparanoiasrc.h:
17382           Add back 'transport-error' and 'uncorrected-error' signals and
17383           make them actually be fired when bad stuff happens (#319340).
17384
17385 2006-02-17  Wim Taymans  <wim@fluendo.com>
17386
17387         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17388         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17389         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17390         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17391         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17392         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17393         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17394         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17395         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17396         (gst_ring_buffer_clear):
17397         Small cleanups.
17398         Added some G_LIKELY.
17399
17400 2006-02-17  Wim Taymans  <wim@fluendo.com>
17401
17402         * gst-libs/gst/audio/TODO:
17403         Update TODO
17404
17405         * gst-libs/gst/audio/gstbaseaudiosink.c:
17406         (gst_base_audio_sink_get_offset):
17407         When trying to play samples ASAP and we don't have a
17408         previous sample, try to play at position 0 instead of
17409         an invalid position.
17410
17411 2006-02-17  Wim Taymans  <wim@fluendo.com>
17412
17413         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17414         (gst_alsasink_reset):
17415         Also release lock when we get an error in _reset();
17416         fix an error message.
17417
17418 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17419
17420         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17421         (gst_alsasink_init), (get_channel_free_structure),
17422         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17423         (gst_alsasink_close):
17424         * ext/alsa/gstalsasink.h:
17425           Add support for more than 2 channels (#326720).
17426
17427 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17428
17429         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17430           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17431           with 4 or 6 channels, assume a default channel layout to make things
17432           work (not sure there's anything else we can do in those cases).
17433
17434 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17435
17436         * gst-libs/gst/audio/multichannel.c:
17437           Minor docs fix.
17438
17439         * gst-libs/gst/riff/Makefile.am:
17440         * gst-libs/gst/riff/riff-ids.h:
17441         * gst-libs/gst/riff/riff-media.c:
17442         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17443           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17444           channels and a channel layout map.
17445           
17446 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17447
17448         Reviewed by Edward Hervey  <edward@fluendo.com>
17449
17450         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17451         C-level optimization of the RGBA nearest neighbour function.
17452         Eventually this might end up in liboil with vectorized versions.
17453
17454 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17455
17456         * gst-libs/gst/audio/multichannel.c:
17457         (gst_audio_get_channel_positions):
17458           When we have more than 2 channels, but no channel layout is
17459           specified in the caps, return some default channel layout
17460           to the caller and warn about about a possibly buggy element
17461           (could be buggy filtercaps as well of course) (#317038).
17462
17463 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17464
17465         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17466           Add gst-libs/gst/cdda to list of lib search paths.
17467
17468 2006-02-15  Andy Wingo  <wingo@pobox.com>
17469
17470         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17471         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17472         to the Lord Jesus that I do not have to touch the ogg muxer ever
17473         again.
17474
17475 2006-02-15  Edward Hervey  <edward@fluendo.com>
17476
17477         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17478         quicktime movie files can also contain 'uuid' atoms.
17479
17480 2006-02-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17481
17482         * gst/audioconvert/plugin.c: (plugin_init):
17483           Register the GstAudioChannelPosition enum type with the type
17484           system in the plugin_init function, so that it is known before
17485           any element actually makes use of multi-channel stuff. This is
17486           required for example if one wants to be able to deserialise/use
17487           a caps string with channel positions before any pipeline has
17488           been setup and started, like with gst-launch.
17489
17490 2006-02-14  Wim Taymans  <wim@fluendo.com>
17491
17492         * gst-libs/gst/audio/gstringbuffer.c:
17493         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17494         (gst_ring_buffer_samples_done), (wait_segment),
17495         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17496         Add some compiler G_(UN_)LIKELY help.
17497         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17498         make sure they can exit their functions. Should fix #330748
17499
17500 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17501
17502         * Makefile.am:
17503         * configure.ac:
17504         * win32/MANIFEST:
17505         * win32/common/_stdint.h:
17506           Windows does not have long long; copy the generated _stdint.h
17507         * win32/common/interfaces-enumtypes.c:
17508         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17509         (gst_mixer_track_flags_get_type),
17510         (gst_tuner_channel_flags_get_type):
17511         * win32/common/multichannel-enumtypes.c:
17512         (gst_audio_channel_position_get_type):
17513           update
17514
17515 2006-02-13  Wim Taymans  <wim@fluendo.com>
17516
17517         * gst-libs/gst/audio/gstbaseaudiosink.c:
17518         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17519         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17520         Always sync on first sample we receive when starting.
17521
17522 2006-02-13  Wim Taymans  <wim@fluendo.com>
17523
17524         * gst/playback/gstplaybin.c: (gen_vis_element):
17525         Update vis bin docs.
17526         Move queue after tee so we don't queue video buffers but
17527         audio samples instead. Fixes problems where the video queue
17528         is filled and the audio queue empty.
17529
17530 2006-02-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17531
17532         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17533           No need to push an EOS event here, GstBaseSrc will do that for us
17534           when we return FLOW_UNEXPECTED.
17535           
17536 2006-02-12  Wim Taymans  <wim@fluendo.com>
17537
17538         * gst-libs/gst/audio/gstbaseaudiosink.c:
17539         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17540         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17541         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17542         Use scale functions when possible.
17543         Fix error messages.
17544         Free clockid when after waiting for EOS.
17545         Use G_(UN_)LIKLY when it makes sense.
17546         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17547
17548 2006-02-12  Edward Hervey  <edward@fluendo.com>
17549
17550         * gst/playback/gstplaybasebin.c: (prepare_output): 
17551         Remove stray semi-colon (fixes #330888).
17552
17553 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17554
17555         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17557         Fix up the XShm call testing so that we catch errors, and don't
17558         cause new ones by attempting to detach from a segment we failed
17559         to attach to. Fixes #312439.
17560
17561 2006-02-10  Edward Hervey  <edward@fluendo.com>
17562
17563         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17564         Added flv file typefind (video/x-flv).
17565
17566 2006-02-10  Edward Hervey  <edward@fluendo.com>
17567
17568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17569         (gst_riff_create_video_template_caps):
17570         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17571         Also added the caps to the default set of riff video caps.
17572
17573 2006-02-09  Andy Wingo  <wingo@pobox.com>
17574
17575         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17576         time and the end time of the last packet in the page.
17577         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17578         on the pages in our queue, set the duration as well. Reflow a
17579         debug statement.
17580         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17581         Fixes bad muxing order.
17582
17583 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17584
17585         * gst-libs/gst/rtp/gstbasertppayload.c:
17586         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17587           update seqnum before setting it on the packet; this makes sure
17588           that the timestamp and seqnum properties match after pushing
17589           a buffer
17590
17591 2006-02-09  Andy Wingo  <wingo@pobox.com>
17592
17593         * gst-libs/gst/audio/gstringbuffer.c
17594         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17595         overflow after 13.5 hours of recording. Kapow!
17596
17597         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17598         the buffer size -- we don't care about underrun/overrun reporting
17599         right now, just need to return a useful value.
17600
17601 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17602
17603         * configure.ac:
17604           Back to CVS
17605
17606 === release 0.10.3 ===
17607
17608 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17609
17610         * configure.ac:
17611           releasing 0.10.3, "Under Pressure"
17612
17613 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17614
17615         * configure.ac:
17616         Drat. Bump libtool version number for new API.
17617         Prelease 0.10.2.3 (of 0.10.3)
17618
17619 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17620
17621         * configure.ac:
17622         * win32/common/config.h:
17623         0.10.2.2 prerelease (of 0.10.3).
17624
17625 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17626
17627         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17628           Revert Andy's newsegment change pending a more correct
17629           fix.
17630
17631 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17634         (qt_type_find), (plugin_init):
17635           detect more files as 3gp
17636           group and reorder the iso file formats
17637
17638 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17639
17640         * ext/vorbis/vorbis.c: (plugin_init):
17641           Register musicbrainz tags, so apps don't have to.
17642
17643 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17644
17645         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17646         (gst_tag_to_vorbis_tag):
17647           Make sure we called gst_tag_register_musicbrainz_tags()
17648           before possibly mapping a vorbiscomment string from/to a
17649           musicbrainz tag.
17650
17651 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17652
17653         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17654           In case we can't find the required number of consecutive
17655           mpeg audio frames to positively identify an MPEG audio
17656           stream, check if there's at least a valid mpeg audio
17657           frame right at offset 0 and if so suggest mpeg/audio
17658           caps with a very low probability (#153004).
17659
17660 2006-02-07  Andy Wingo  <wingo@pobox.com>
17661
17662         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17663         a TIME segment if we get timestamped buffers. Requires recent
17664         fixes in core to work properly.
17665
17666 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17667
17668         * gst/playback/gstplaybasebin.c: (prepare_output):
17669           Don't print the URI as part of the error message, it
17670           makes error dialogs look rather ugly, especially if
17671           the URI is very long or has characters in it that
17672           need escaping.
17673
17674 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17675
17676         * gst/playback/gstplaybasebin.c: (prepare_output):
17677           Error out if we have only text or subtitles, but nothing
17678           else. Also error out if we have subtitles but no video
17679           stream.
17680
17681 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17682
17683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17684           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17685           Post an error message on the bus when we encounter an
17686           error, which will hopefully be more meaningful than the
17687           'Internal Flow Error' message users get to see if we
17688           just return GST_FLOW_ERROR.
17689
17690 2006-02-07  Andy Wingo  <wingo@pobox.com>
17691
17692         * configure.ac (GST_MAJORMINOR): Update core version req to
17693         0.10.2.2, for the collectpads API addition (#330244).
17694
17695 2006-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17696
17697         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17698           Return FALSE from plugin_init() when GnomeVFS can't
17699           be initialised for some reason (#328423).
17700
17701 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17702
17703         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17704         Stick to seeking theory until i find the bug.
17705         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17706
17707 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17708
17709         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17710         (theora_enc_finalize), (theora_enc_sink_setcaps),
17711         (theora_set_header_on_caps), (theora_enc_chain),
17712         (theora_enc_change_state):
17713         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17714           Make theoraenc and the tests leak free. Like, really.
17715
17716 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17717
17718         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17719         (theora_enc_finalize), (theora_enc_sink_setcaps):
17720           Add a finalize method to ensure we clean up state even if
17721           someone omitted the state change back to NULL.
17722
17723         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17724         (gst_vorbisenc_chain):
17725           Free some more leaked bits.
17726
17727         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17728         (stop_pipeline):
17729           Wait for state changes to happen if they're ASYNC.
17730
17731           This ought to teach those fancy pants buildbots a lesson.
17732
17733 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17734
17735         * gst-libs/gst/tag/gstid3tag.c:
17736           Add mapping for ID3 International Standard Recording Code
17737           tag "TSRC"
17738
17739 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17740
17741         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17742           Don't leak tag names.
17743
17744 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17745
17746         * docs/libs/gst-plugins-base-libs-docs.sgml:
17747         * docs/libs/gst-plugins-base-libs-sections.txt:
17748         * gst-libs/gst/tag/gstid3tag.c:
17749         * gst-libs/gst/tag/gstvorbistag.c:
17750         * gst-libs/gst/tag/tags.c:
17751           Split libgsttag docs into multiple sections.
17752
17753 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17754
17755         * docs/libs/Makefile.am:
17756         * docs/libs/gst-plugins-base-libs-docs.sgml:
17757         * docs/libs/gst-plugins-base-libs-sections.txt:
17758         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17759         * gst-libs/gst/tag/gstvorbistag.c:
17760         * gst-libs/gst/tag/tag.h:
17761         * gst-libs/gst/tag/tags.c:
17762           Add libgsttag to the docs.
17763
17764 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17765
17766         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17767         (gst_text_overlay_init), (gst_text_overlay_src_event),
17768         (gst_text_overlay_collected): Fix clockoverlay.
17769
17770 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17771
17772         * docs/libs/compiling.sgml:
17773           Fix typo: it's pkg-config, not pkg-gconfig
17774
17775         * docs/libs/gst-plugins-base-libs-docs.sgml:
17776         * docs/libs/gst-plugins-base-libs-sections.txt:
17777         * docs/libs/tmpl/gstgconf.sgml:
17778           There is no libgstgconf in 0.10, remove it
17779           from the docs.
17780
17781 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17782
17783         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17784         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17785         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17786         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17787         (gst_sub_parse_class_init), (gst_sub_parse_init),
17788         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17789         (parse_mpsub), (parser_state_init), (handle_buffer),
17790         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17791         * gst/subparse/gstsubparse.h: Introduce seeking code.
17792
17793 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17794
17795         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17796           Add comment about LANGUAGE tag inconsistency (we want
17797           ISO-639-1, but extract three-letter identifiers?)
17798
17799         * po/POTFILES.in:
17800           Add two translatable files.
17801
17802 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17803
17804         * gst-libs/gst/tag/Makefile.am:
17805         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17806         * gst-libs/gst/tag/tag.h:
17807         * gst-libs/gst/tag/tags.c:
17808         (gst_tag_register_musicbrainz_tags_internal),
17809         (gst_tag_register_musicbrainz_tags):
17810           Forward-port some tags stuff from the 0.8 branch. This is
17811           mostly the addition of musicbrainz tags and their mapping
17812           to vorbistags, and a vorbistag mapping of the language tag.
17813
17814 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17815
17816         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17817         refactoring.
17818
17819 2006-02-04  David Schleef  <ds@schleef.org>
17820
17821         * ext/ogg/gstoggmux.c:
17822         * gst/typefind/gsttypefindfunctions.c:
17823           Add Dirac typefinding and add dirac format to oggmux.
17824
17825 2006-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17826
17827         * gst/playback/gstdecodebin.c: (try_to_link_1):
17828           Don't put essential function call into
17829           g_return_*() macro, otherwise it'll all be
17830           replaced by NOOPs when compiling with
17831           G_DISABLE_CHECKS defined.
17832
17833 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17834
17835         * ext/ogg/gstoggdemux.c:
17836         * ext/ogg/gstoggparse.c:
17837         * gst/tcp/gsttcpserversink.c:
17838         * sys/v4l/v4lsrc_calls.c:
17839         * sys/v4l/v4lsrc_calls.h:
17840         Just make it compile with --disable-gst-debug.
17841
17842 2006-02-03  Wim Taymans  <wim@fluendo.com>
17843
17844         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17845         (gst_alsasink_class_init), (gst_alsasink_init),
17846         (gst_alsasink_write), (gst_alsasink_reset):
17847         * ext/alsa/gstalsasink.h:
17848         Add lock to protect alsa calls.
17849         Implement reset to flush samples ASAP, does not work
17850         with dmix though.
17851
17852 2006-02-02  Wim Taymans  <wim@fluendo.com>
17853
17854         * gst-libs/gst/audio/gstbaseaudiosink.c:
17855         (gst_base_audio_sink_provide_clock):
17856         Ugh.. getting late I guess...
17857
17858 2006-02-02  Wim Taymans  <wim@fluendo.com>
17859
17860         * gst-libs/gst/audio/gstbaseaudiosink.c:
17861         (gst_base_audio_sink_provide_clock),
17862         (gst_base_audio_sink_set_property),
17863         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17864         Don't try to provide a clock when we are not negotiated since
17865         we might not be able to make it run.
17866
17867 2006-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17868
17869         * gst/playback/gstdecodebin.c: (try_to_link_1):
17870           Unlinking two source pads is ... hard.
17871
17872 2006-02-02  Wim Taymans  <wim@fluendo.com>
17873
17874         * gst-libs/gst/audio/TODO:
17875         Updated.
17876
17877         * gst-libs/gst/audio/gstbaseaudiosink.c:
17878         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17879         On EOS, wait till the last sample is played before posting EOS.
17880
17881 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17882
17883         Patch by: Kai Vehmanen
17884         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17885           Adds ability to enable newsegment bypass by setting queue_delay to
17886           zero. Also avoid thread being started if queue_delay is zero.
17887
17888 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17889
17890         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17891           Make test work again by connecting fakesinks to each decoded pad,
17892           which makes the pipeline wait until each fakesink has a buffer
17893           queued before going to PAUSED state. At that point we know the
17894           decodebin pads are negotiated.
17895
17896 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17897
17898         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17899         (gst_cdda_base_src_handle_event):
17900         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17901           Pass unhandled queries to the parent class's query function.
17902
17903 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17904
17905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17906         (gst_ogg_pad_src_query):
17907         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17908         * ext/theora/theoradec.c: (theora_dec_src_query),
17909         (theora_dec_sink_query):
17910         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17911         (vorbis_dec_sink_query):
17912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17913         (gst_vorbisenc_sink_query):
17914         * gst/adder/gstadder.c: (gst_adder_query):
17915           Pass unhandled queries upstream instead of just
17916           dropping them (#326447). Also, fix supported
17917           query types list for some elements.
17918
17919 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17920
17921         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17922         (paris_type_find), (ilbc_type_find), (plugin_init):
17923           Fix typefinding for audio/x-au, audio/x-paris and
17924           audio/iLBC-sh. We cannot use the START_WITH macros
17925           here, because there can only be one typefind factory
17926           with the same name (caps), so the second one would
17927           replace the first one and the first one would never
17928           be called when doing typefinding (see #161712).
17929           
17930
17931 2006-01-31  Wim Taymans  <wim@fluendo.com>
17932
17933         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17934         (vorbis_handle_header_packet), (vorbis_dec_push),
17935         (vorbis_handle_data_packet):
17936         Use scale_int when we can, add some more scaling.
17937         Check packettype before parsing it.
17938
17939 2006-01-31  Wim Taymans  <wim@fluendo.com>
17940
17941         * ext/theora/theoradec.c: (_theora_granule_time),
17942         (theora_dec_src_convert), (theora_dec_sink_convert):
17943         Call right _scale functions.
17944         Use parameter instead of some other random value.
17945
17946 2006-01-31  Wim Taymans  <wim@fluendo.com>
17947
17948         * ext/theora/theoradec.c: (_theora_granule_frame),
17949         (_theora_granule_time), (_inc_granulepos),
17950         (theora_dec_src_convert), (theora_dec_sink_convert),
17951         (theora_handle_type_packet), (theora_handle_data_packet),
17952         (theora_dec_chain):
17953         Use higher precision timestamps calculation.
17954         Convert some other conversions to _scale.
17955
17956 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17957
17958         * gst/audiotestsrc/gstaudiotestsrc.c:
17959         (gst_audio_test_src_create_sine_table), (plugin_init):
17960         * gst/volume/gstvolume.c: (plugin_init):
17961           initialize gst_controller before using
17962
17963 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17964
17965         * tests/check/pipelines/theoraenc.c:
17966         * tests/check/pipelines/vorbisenc.c:
17967         Define constant using G_GINT64_CONSTANT to avoid errors when
17968         passing it around - otherwise it gets truncated to 32 bits.
17969
17970         Fixes failing tests.
17971
17972 2006-01-31  Andy Wingo  <wingo@pobox.com>
17973
17974         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17975         caps being set doesn't have a framerate value. Basically a stopgap
17976         measure.
17977
17978         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17979         technically correct enough to put into core though.
17980         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17981         DURATION. Fixes theoraenc ! oggmux.
17982
17983         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17984         fraction, not double.
17985
17986 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17987
17988         * win32/vs7:
17989         add vs7 project files created by Sergey Scobich
17990
17991 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17992
17993         * win32/vs8:
17994         add vs8 project files created by Sergey Scobich
17995         
17996 2006-01-30  Andy Wingo  <wingo@pobox.com>
17997
17998         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17999         timestamp + duration, not just timestamp -- ogg pages should be
18000         ordered by stop time. Necessary fix given the change in vorbis
18001         timestamps.
18002
18003         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18004         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18005         (granulepos_add): New function, handles the messiness of adjusting
18006         granulepos values.
18007         (theora_buffer_from_packet):
18008         (theora_enc_chain):
18009         (theora_enc_sink_event): Use granulepos_add, not +.
18010
18011         * tests/check/pipelines/theoraenc.c
18012         (check_buffer_granulepos_from_starttime): Just check the frame
18013         count, not the actual granulepos -- we can't dictate to the
18014         encoder when it should be placing keyframes.
18015
18016 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18017
18018         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18019           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18020           play an http:// stream from a server that's not serving
18021
18022 2006-01-30  Andy Wingo  <wingo@pobox.com>
18023
18024         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18025         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18026         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18027         available.
18028
18029         * ext/theora/gsttheoraenc.h:
18030         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18031         although theoraenc was timestamping correctly. Added handling of
18032         streams that start with nonzero timestamps.
18033
18034         * tests/check/Makefile.am:
18035         * tests/check/pipelines/theoraenc.c: New file, basically does same
18036         tests as vorbisenc.
18037
18038         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18039
18040 2006-01-30  Wim Taymans  <wim@fluendo.com>
18041
18042         * gst-libs/gst/audio/gstaudiosink.c:
18043         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18044         (gst_audioringbuffer_pause):
18045         Implement pause that does not wait for completion.
18046
18047         * gst-libs/gst/audio/gstbaseaudiosink.c:
18048         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18049         Don't drop buffers when going to PAUSED but perform preroll on
18050         remaining samples now that core base class supports this.
18051
18052         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18053         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18054         (gst_ring_buffer_commit):
18055         Pause should not signal waiters.
18056         Implement return value of _commit correctly.
18057
18058 2006-01-30  Andy Wingo  <wingo@pobox.com>
18059
18060         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18061
18062         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18063         updated to timestamp from the first sample, not the last.
18064         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18065         special care of granulepos and timestamp for header packets.
18066         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18067         when the first buffer has a nonzero timestamp.
18068
18069         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18070         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18071         case when the first audio buffer we get has a nonzero timestamp.
18072         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18073         properly timestamp vorbis buffers with the time of the first
18074         sample, not the last.
18075         
18076         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18077         vorbis_granule_time_copy -- now it takes the granule/subgranule
18078         offset into account.
18079
18080         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18081         timestamps, durations, and granulepos on buffers produced by
18082         vorbisenc.
18083
18084 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18085
18086         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18087         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18088           Patch from Eric Jonas to support conversions to/from UYVY 
18089           (Fixes: #324626)
18090
18091 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18092
18093         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18094         (setup_subtitle), (setup_source), (set_active_source):
18095         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18096         (gen_text_element), (gen_audio_element), (gen_vis_element),
18097         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18098
18099 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18100
18101         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18102         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18103                 use gst_guint64_to_gdouble to be compliant with vs6
18104         * gst/playback/gstdecodebin.c: (try_to_link_1)
18105         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18106                 use G_GINT64_CONSTANT for int64 constants
18107         * win32/common/libgstinterfaces.def:
18108                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18109         * win32/vs6:
18110                 update and add new project files
18111                 
18112 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18113
18114         * Makefile.am:
18115         * win32/MANIFEST:
18116         * win32/common/interfaces-enumtypes.c:
18117         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18118         (gst_mixer_track_flags_get_type),
18119         (gst_tuner_channel_flags_get_type):
18120         * win32/common/interfaces-enumtypes.h:
18121         * win32/common/multichannel-enumtypes.c:
18122         (gst_audio_channel_position_get_type):
18123         * win32/common/multichannel-enumtypes.h:
18124           add a win32-update rule like in core, and copy over enumtypes files
18125
18126 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18127
18128         * win32/MANIFEST:
18129         * win32/common/config.h:
18130         * win32/common/config.h.in:
18131           add config files just like in core
18132
18133 2006-01-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18134
18135         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18136           Make gcc-4.1 happy (part of #327357).
18137
18138 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18139
18140         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18141         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18142         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18143         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18144         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18145         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18146           Update all error messages.  All of them should either use
18147           the default translated message, or actually provide a
18148           translatable string.
18149           Make the string for channel count problems meaningful.
18150
18151 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18152
18153         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18154           check for and throw RESOURCE_BUSY
18155
18156 2006-01-27  David Schleef  <ds@schleef.org>
18157
18158         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18159           checked in this change -- it requires liboil features not
18160           in 0.3.6.  Revert parts.
18161
18162 2006-01-27  David Schleef  <ds@schleef.org>
18163
18164         * REQUIREMENTS:
18165         * configure.ac: update liboil requirement to 0.3.6
18166         * gst/videoscale/Makefile.am:
18167         * gst/videoscale/vs_scanline.c: liboilify
18168
18169 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18170
18171         * ext/libvisual/visual.c: (get_buffer):
18172           When pad_alloc returns a GstFlowReturn other
18173           than GST_FLOW_OK, make sure it is passed upstream.
18174
18175 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18176
18177         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18178         (gst_alsasink_class_init):
18179           Free the device name string.
18180
18181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18182         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18183         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18184           Don't remove a pad from the collectpads structure until it
18185           is released - it's a request pad, and may receive data again
18186           if the element gets moved back to PLAYING state.
18187
18188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18189           Ensure we turn on double buffering on the Xv port, and
18190           set the colour key to something dark and mysterious that
18191           isn't black.
18192
18193 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18194
18195         * ext/alsa/gstalsaplugin.c: (plugin_init):
18196         * ext/cdparanoia/gstcdparanoiasrc.c:
18197         (gst_cd_paranoia_src_base_init), (plugin_init):
18198         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18200           - a library should not call setlocale. see "Libraries" node in
18201             gettext manual
18202           - make sure all plugins that use translation do bindtextdomain
18203             to point to the localedir
18204         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18205         (setup_sinks), (plugin_init):
18206           all this, and check for NULL when creating sinks
18207
18208 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18209
18210         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18211         (plugin_init): Make typefinding of subtitles work again.
18212
18213 2006-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18214
18215         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18216         (mp3_type_frame_length_from_header), (mp3_type_find),
18217         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18218         (plugin_init):
18219           Backport a bunch of typefinding fixes from the 0.8 branch.
18220           Also, improve wavpack typefinding: if we can't peek the
18221           entire wavpack block, try to parse the bits we can get and
18222           see if we find what we're looking for in those.
18223
18224 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18225
18226         * sys/ximage/ximagesink.c:
18227         (gst_ximagesink_calculate_pixel_aspect_ratio):
18228         * sys/xvimage/xvimagesink.c:
18229         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18230         more cases of pixel aspect ratio.
18231
18232 2006-01-26  Edward Hervey  <edward@fluendo.com>
18233
18234         * gst/playback/gstdecodebin.c: (pad_probe):
18235         Also consider the flush-start and tag events as unblockers
18236         for the pad probes.
18237
18238 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18239
18240         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18241         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18242         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18243         On the fly visualisation switch, works disabling, enabling as
18244         well but it won't be able to enable vis in a playbin that was
18245         created with no visualisation.
18246
18247 2006-01-25  Wim Taymans  <wim@fluendo.com>
18248
18249         * gst-libs/gst/audio/gstbaseaudiosink.c:
18250         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18251         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18252         resume after pause.
18253
18254 2006-01-25  Wim Taymans  <wim@fluendo.com>
18255
18256         * gst-libs/gst/audio/gstbaseaudiosink.c:
18257         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18258         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18259         Improve debugging.
18260         Post error when caps cannot be parsed.
18261         Resync on discontinuity in the stream.
18262         Clip samples to segment boundaries.
18263         return WRONG_STATE sooner when we are flushing.
18264
18265         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18266         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18267         Make audiosrc operate in TIME.
18268         Set TIMESTAMP and DURATION on buffers.
18269
18270 2006-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18271
18272         * tests/examples/seek/seek.c: (main):
18273           Output tag messages as well.
18274
18275 2006-01-23  Edward Hervey  <edward@fluendo.com>
18276
18277         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18278         (free_pad_probes), (remove_fakesink), (pad_probe),
18279         (close_pad_link), (gst_decode_bin_change_state):
18280         Replace GstPadBlockCallback with pad probes that detect
18281         first buffer AND eos before removing fakesink.
18282         Fixes hang with demuxers doing EOS while pre-rolling.
18283         Solves #328279
18284
18285 2006-01-23  Andy Wingo  <wingo@pobox.com>
18286
18287         * ext/alsa/gstalsasink.c:
18288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18289         (gst_base_rtp_depayload_setcaps),
18290         (gst_base_rtp_depayload_add_to_queue),
18291         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18292         
18293         Patch by: Jens Granseuer <jensgr at gmx dot net>
18294
18295 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18296
18297         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18298         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18299         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18300         frames. We might get a frame destroyed after changing state to
18301         NULL, adding a safety check on xcontext.
18302
18303 2006-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18304
18305         * gst-libs/gst/interfaces/xoverlay.c:
18306           Fix prepare-xwindow-id code example in the docs - we need to
18307           ignore all messages that aren't element messages as well.
18308           
18309 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18310
18311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18312           I think one day i'll completely undestand how caps negotiation
18313           is supposed to work. This refactoring handles buffer_alloc
18314           called with caps we can't handle. We definitely don't want a
18315           set_caps with those caps, so we define and allocate a buffer
18316           we would like to receive.
18317
18318 2006-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18319
18320         * gst/playback/gstplaybasebin.c: (setup_source):
18321           Free iterator when done.
18322
18323 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18324
18325         * gst-libs/gst/audio/gstbaseaudiosink.c:
18326         (gst_base_audio_sink_render):
18327           Fix playback of non-synchronised streams by assuming a rate
18328           of 1.0 instead of a random one.
18329
18330           Makes this work again:
18331
18332           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18333           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18334           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18335           audioresample ! alsasink
18336
18337 === release 0.10.2 ===
18338
18339 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18340
18341         * configure.ac:
18342           releasing 0.10.2, "Then the devil is six"
18343
18344 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18345
18346         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18347         * gst/playback/gststreamselector.c:
18348         (gst_stream_selector_set_property):
18349           Comment out broken code that connects to the state-changed signal.
18350           At this point, changing current stream selection is broken, but 
18351           stuff like gst-launch playbin current-audio=1 works and filters
18352           to the chosen stream.
18353
18354 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18355
18356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18357           Fix #327216 (null dereference in vorbisdec)
18358
18359 2006-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18360
18361         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18362           Post taglist actually on bus instead of just freeing it
18363           (fixes #327114 and totem bug #327080).
18364
18365         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18366           Use gst_element_found_tags_for_pad(), so that the tags
18367           are sent downstream as an event as well.
18368
18369 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18370
18371         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18372         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18373         (gst_ximagesink_buffer_alloc):
18374         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18375         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18376         (gst_xvimagesink_buffer_alloc):
18377           move all regularly occurring messages to GST_LOG level
18378           add some more object logs
18379
18380 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18381
18382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18383           fix a silly segfault
18384
18385 2006-01-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18386
18387         * docs/libs/gst-plugins-base-libs-docs.sgml:
18388         * docs/libs/gst-plugins-base-libs-sections.txt:
18389         * gst-libs/gst/audio/mixerutils.c:
18390         * gst-libs/gst/audio/mixerutils.h:
18391           Add docs for mixerutils stuff.
18392
18393 2006-01-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18394
18395         * gst/playback/gstplaybasebin.c: (setup_source):
18396           Fix playback for sources that emit raw audio or
18397           raw video streams (e.g.: cd audio sources) (#325984).
18398
18399 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18400
18401         * gst-libs/gst/audio/mixerutils.c:
18402         (gst_audio_mixer_filter_do_filter):
18403           actually save the element we create
18404
18405 2006-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18406
18407         * gst-libs/gst/cdda/gstcddabasesrc.c:
18408         (gst_cdda_base_src_handle_track_seek):
18409           No need to post a tag message on the bus when seeking
18410           within the same track, only post it when the current
18411           track changes.
18412
18413 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18414
18415         * gst/playback/gstplaybasebin.c: (group_destroy),
18416         (probe_triggered), (new_decoded_pad), (mute_group_type),
18417         (set_active_source):
18418         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18419         * gst/playback/gststreamselector.c:
18420         (gst_stream_selector_base_init),
18421         (gst_stream_selector_set_property),
18422         (gst_stream_selector_request_new_pad):
18423           Reenable stream selection. These mechanisms need a complete overhaul
18424           in the face of 0.8->0.10 changes though.
18425
18426 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18427
18428         * ext/ogg/gstoggdemux.c:
18429           Change the pad template to src_%d to match the pads that 
18430           are created from it. decodebin needs this information in order
18431           to decide that oggdemux is capable of producing multiple pads
18432           (and hence needs queues inserted).
18433
18434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18435         (gst_ogg_mux_collected):
18436           Make debug output more useful by using GST_PTR_FORMAT.
18437
18438 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18439
18440         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18441
18442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18443           Set depth and width for alaw/mulaw (fixes #326601).
18444
18445 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18446
18447         * tests/icles/Makefile.am:
18448           don't build the tests if we don't have the libs
18449
18450 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18451
18452         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18453         (gst_cd_paranoia_paranoia_callback):
18454           Don't try to free NULL pointers.
18455
18456 2006-01-10  Edward Hervey  <edward@fluendo.com>
18457
18458         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18459         (gst_audio_rate_change_state), (plugin_init):
18460         Add debugging category.
18461         Fix type issues.
18462         Add case for incoming buffers without valid offset/offset_end.
18463
18464 2006-01-10  Michael Smith  <msmith@fluendo.com>
18465
18466         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18467           Don't leak GCond in audio sources.
18468
18469 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18470
18471         * gst/playback/gstplaybin.c: (gen_audio_element):
18472           Don't leak an autoaudiosink/alsasink when we generate
18473           a new audio element. (old code, I guess)
18474
18475 2006-01-10  Michael Smith  <msmith@fluendo.com>
18476
18477         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18478           Support float audio in audiorate.
18479           Use width rather than depth for selecting sample width.
18480
18481 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18482
18483         * gst/videotestsrc/videotestsrc.h:
18484           Use GLib types here (that way we don't have to include the
18485           generated _stdint.h header, which makes life easier for win32
18486           folks that don't use autotools for the build) (#325990, patch
18487           by: Sergey Scobich).
18488
18489 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18490
18491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18492         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18493         (gst_ring_buffer_pause), (wait_segment):
18494         * gst-libs/gst/audio/gstringbuffer.h:
18495           Name (private) union, makes Forte compiler happy (this time
18496           for real) (#324900).
18497
18498 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18499
18500         * gst-libs/gst/audio/Makefile.am:
18501           Link against libgstinterfaces, needed for mixer
18502           and property probe stuff.
18503
18504 2006-01-09  Edward Hervey  <edward@fluendo.com>
18505
18506         * gst-libs/gst/Makefile.am:
18507
18508 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18509
18510         * gst-libs/gst/audio/Makefile.am:
18511         * gst-libs/gst/audio/mixerutils.c:
18512         (gst_audio_mixer_filter_do_filter),
18513         (gst_audio_mixer_filter_check_element),
18514         (gst_audio_mixer_filter_probe_feature),
18515         (element_factory_rank_compare_func),
18516         (gst_audio_default_registry_mixer_filter):
18517         * gst-libs/gst/audio/mixerutils.h:
18518           Add gst_audio_default_registry_mixer_filter() utility
18519           function.
18520
18521 2006-01-03  Michael Smith  <msmith@fluendo.com>
18522
18523         * gst/audioresample/resample.h:
18524           As before, but for o_buf
18525
18526 2006-01-03  Michael Smith  <msmith@fluendo.com>
18527
18528         * gst/audioresample/resample.h:
18529           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18530           since we do arithmetic on it.
18531
18532 2006-01-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18533
18534         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18535         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18536         (gst_ring_buffer_pause), (wait_segment):
18537         * gst-libs/gst/audio/gstringbuffer.h:
18538           Sun's Forte compiler doesn't seem to like anonymous structs,
18539           so use same setup as in GstBaseSrc (fixes #324900).
18540
18541 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18542
18543         * configure.ac:
18544         * gst/volume/Makefile.am:
18545         * gst/volume/demo.c:
18546           move old example to tests/examples/volume/volune.c
18547         * tests/examples/Makefile.am:
18548         * tests/examples/seek/seek.c: (main):
18549           change window-close event from "delete-event" to "destroy"
18550         * tests/examples/volume/Makefile.am:
18551         * tests/examples/volume/volume.c: (value_changed_callback),
18552         (setup_gui), (message_received), (eos_message_received), (main):
18553           fix event handling and bus usage
18554
18555 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18556
18557         * gst/audiotestsrc/gstaudiotestsrc.c:
18558         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18559         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18560         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18561         (gst_audio_test_src_create_square),
18562         (gst_audio_test_src_create_saw),
18563         (gst_audio_test_src_create_triangle),
18564         (gst_audio_test_src_create_silence),
18565         (gst_audio_test_src_create_white_noise),
18566         (gst_audio_test_src_create_pink_noise),
18567         (gst_audio_test_src_init_sine_table),
18568         (gst_audio_test_src_create_sine_table),
18569         (gst_audio_test_src_change_wave),
18570         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18571         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18572         * gst/audiotestsrc/gstaudiotestsrc.h:
18573           update to basesrc changes, implement segmented seeking and eos
18574           handling, add a 'sine-tab' waveform for performance critical playback
18575
18576 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18577
18578         * po/POTFILES.in:
18579           ... and this time the other modified file that I missed last time.
18580
18581 2005-12-29  Michael Smith  <msmith@fluendo.com>
18582
18583         * gst/playback/gstdecodebin.c: (new_pad):
18584           Fix non-C89 variable declaration not at the start of a block. Should
18585           help some compilers.
18586
18587 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18588
18589         * tests/check/Makefile.am:
18590           And now fix 'make distcheck' (builddir != srcdir)
18591
18592 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18593
18594         * configure.ac:
18595         * ext/cdparanoia/Makefile.am:
18596         * ext/cdparanoia/gstcdparanoia.c:
18597         * ext/cdparanoia/gstcdparanoia.h:
18598         * ext/cdparanoia/gstcdparanoiasrc.c:
18599         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18600         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18601         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18602         (gst_cd_paranoia_paranoia_callback),
18603         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18604         (gst_cd_paranoia_src_set_property),
18605         (gst_cd_paranoia_src_get_property), (plugin_init):
18606         * ext/cdparanoia/gstcdparanoiasrc.h:
18607           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18608           plugin again (there are still fixes required to playbin to make
18609           cdda:// uris work there).
18610
18611 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18612
18613         * tests/check/Makefile.am:
18614           Fix test case compilation.
18615
18616 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18617
18618         * gst-libs/gst/cdda/gstcddabasesrc.c:
18619         (gst_cdda_base_src_update_duration),
18620         (gst_cdda_base_src_calculate_cddb_id):
18621           An integer is not a string. Fix access to uninitialised variable.
18622
18623         * tests/check/Makefile.am:
18624           Add cddabasesrc unit test; also actually enable the vorbis test.
18625
18626         * tests/check/generic/states.c:
18627           Blacklist new cd audio elements as well.
18628
18629         * tests/check/libs/cddabasesrc.c:
18630           Unit test for GstCddaBaseSrc (discid calculation mostly).
18631
18632 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18633
18634         * docs/libs/Makefile.am:
18635         * docs/libs/gst-plugins-base-libs-docs.sgml:
18636         * docs/libs/gst-plugins-base-libs-sections.txt:
18637         * docs/libs/gst-plugins-base-libs.types:
18638           Add docs for libgstcdda/GstCddaBaseSrc.
18639
18640         * gst-libs/gst/interfaces/mixertrack.h:
18641           Do one struct member per line with a semicolon at the end, that way
18642           even gtk-doc might parse it without complaining.
18643
18644 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18645
18646         * configure.ac:
18647         * gst-libs/gst/Makefile.am:
18648         * gst-libs/gst/cdda/Makefile.am:
18649         * gst-libs/gst/cdda/base64.c:
18650         * gst-libs/gst/cdda/base64.h:
18651         * gst-libs/gst/cdda/gstcddabasesrc.c:
18652         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18653         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18654         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18655         (gst_cdda_base_src_get_property),
18656         (gst_cdda_base_src_get_track_from_sector),
18657         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18658         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18659         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18660         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18661         (gst_cdda_base_src_uri_get_protocols),
18662         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18663         (gst_cdda_base_src_uri_handler_init),
18664         (gst_cdda_base_src_setup_interfaces),
18665         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18666         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18667         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18668         (gst_cdda_base_src_add_tags),
18669         (gst_cdda_base_src_add_index_associations),
18670         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18671         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18672         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18673         (gst_cdda_base_src_create):
18674         * gst-libs/gst/cdda/gstcddabasesrc.h:
18675         * gst-libs/gst/cdda/sha1.c:
18676         * gst-libs/gst/cdda/sha1.h:
18677           Add new libgstcdda with GstCddaBaseSrc class.
18678
18679 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18680
18681         * ext/gnomevfs/gstgnomevfssink.h:
18682           Use GstBaseSinkClass as parent_class member for class struct, not
18683           GstBaseSink.
18684
18685 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18686
18687         Patch by: Michael Benes
18688
18689         * gst/videotestsrc/gstvideotestsrc.c:
18690         (gst_video_test_src_class_init), (gst_video_test_src_start):
18691           Add start method to reset running time and number of frames sent
18692           when starting up (fixes #324696)
18693
18694 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18695
18696         * docs/plugins/Makefile.am:
18697         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18698         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18699         * docs/plugins/gst-plugins-base-plugins.args:
18700         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18701         * docs/plugins/gst-plugins-base-plugins.signals:
18702           Add docs stuff for gnomevfssrc and gnomevfssink.
18703
18704         * ext/gnomevfs/gstgnomevfssrc.c:
18705           Fix example pipeline in gtk-doc blurb.
18706
18707 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18708
18709         * ext/gnomevfs/Makefile.am:
18710         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18711         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18712         (gst_gnome_vfs_handle_get_type), (plugin_init):
18713         * ext/gnomevfs/gstgnomevfs.h:
18714         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18715         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18716         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18717         (gst_gnome_vfs_sink_set_property),
18718         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18719         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18720         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18721         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18722         (gst_gnome_vfs_sink_uri_get_type),
18723         (gst_gnome_vfs_sink_uri_get_protocols),
18724         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18725         (gst_gnome_vfs_sink_uri_handler_init):
18726         * ext/gnomevfs/gstgnomevfssink.h:
18727           Port gnomevfssink; add gtk-doc blurb.
18728
18729         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18730         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18731         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18732         (gst_gnome_vfs_src_uri_get_type),
18733         (gst_gnome_vfs_src_uri_get_protocols),
18734         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18735         (gst_gnome_vfs_src_uri_handler_init),
18736         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18737         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18738         (gst_gnome_vfs_src_send_additional_headers_callback),
18739         (gst_gnome_vfs_src_received_headers_callback),
18740         (gst_gnome_vfs_src_push_callbacks),
18741         (gst_gnome_vfs_src_pop_callbacks),
18742         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18743         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18744         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18745         * ext/gnomevfs/gstgnomevfssrc.h:
18746           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18747           file; add gtk-doc blurb with example pipelines.
18748
18749 === release 0.10.1 ===
18750
18751 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18752
18753         * configure.ac:
18754           releasing 0.10.1, "Dobro Dedek"
18755
18756 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18757
18758         * gst/typefind/gsttypefindfunctions.c:
18759         iLBC30 and iLBC20 added to typefind.
18760
18761 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18762
18763         * gst-libs/gst/audio/gstbaseaudiosink.c:
18764         (gst_base_audio_sink_class_init):
18765         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18766         (gst_base_audio_src_class_init):
18767           update strings, values are in microseconds
18768           change the default sink buffer time to something that is smaller
18769           (to help software volume mixing have a slightly lower delay) but
18770           still be acceptable on Wim's laptop
18771
18772 2005-12-20  Edward Hervey  <edward@fluendo.com>
18773
18774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18775         Made a quack, forgot to add DUCK to the riff video template.
18776
18777 2005-12-19  Edward Hervey  <edward@fluendo.com>
18778
18779         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18780         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18781         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18782         (gst_ogm_parse_chain):
18783         Make sure pads are initialized correctly.
18784         * gst-libs/gst/riff/riff-ids.h:
18785         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18786         (gst_riff_create_video_template_caps):
18787         Add a whole bunch of FOURCC <=> MimeType.
18788         Extend the riff video pad template to support the newly added fourcc.
18789
18790 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18791
18792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18793         (gst_ogg_demux_activate_chain):
18794           Extra debug output when activating/deactivating chains.
18795
18796         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18797         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18798         (unlinked):
18799           Remove a queue from our list when it becomes unlinked.
18800           Don't add queues to elements in class 'Demux' if they
18801           can only produce one pad 
18802
18803 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18804
18805         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18806         (gst_video_sink_get_type): Add a debug category.
18807
18808 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18809
18810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18811         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18812           Handle downstream newsegment by sending our own newsegment before the
18813           next buffer to be released. (#323900)
18814
18815 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18816
18817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18818         (gst_base_rtp_depayload_set_gst_timestamp):
18819           add queue delay to new segment as well (as opposed to just the first
18820           buffer). (bug #322347)
18821
18822 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18823
18824         * ext/libvisual/visual.c: (make_valid_name):
18825           change some char* into char[]
18826         * gst/audiotestsrc/gstaudiotestsrc.c:
18827         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18828         (gst_audio_test_src_create):
18829         * gst/audiotestsrc/gstaudiotestsrc.h:
18830           prepare to handle EOS and SEGMENT_DONE
18831
18832 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18833
18834         * tests/check/generic/states.c: (GST_START_TEST):
18835           Blacklist cdparanoia element in state test.
18836
18837 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18838
18839           Patch by: Benjamin Pineau
18840
18841         * gst/tcp/gsttcp.c:
18842         * gst/tcp/gsttcpclientsink.c:
18843         * gst/tcp/gsttcpserversink.c:
18844         * gst/tcp/gsttcpserversrc.c:
18845           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18846
18847 2005-12-15  Michael Smith  <msmith@fluendo.com>
18848
18849         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18850         (gst_video_rate_chain):
18851           Fix timestamping for videorate when the first buffer it sees has a
18852           non-zero timestamp. Fix some misleading debug output.
18853
18854 2005-12-15  Michael Smith  <msmith@fluendo.com>
18855
18856         * gst/audioresample/gstaudioresample.c:
18857           Don't leak all input buffers to audioresample.
18858
18859 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18860
18861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18862           Don't operate on empty text buffers. Strip newlines and
18863           tabs only from the end of the text, but leave them intact
18864           in the middle. Fix typo in gtk-doc description.
18865
18866 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18867
18868         * gst/playback/gstplaybasebin.c:
18869         * gst/playback/gstplaybin.c: (handoff):
18870           Make sure the video frame buffer we return to apps via the
18871           "frame" property always has caps set on it. Modify
18872           _gst_gvalue_set_object() macro to handle NULL objects
18873           gracefully too.
18874
18875 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18876
18877         * gst/audiotestsrc/gstaudiotestsrc.c:
18878         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18879         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18880         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18881         (gst_audio_test_src_create):
18882         * gst/audiotestsrc/gstaudiotestsrc.h:
18883         Adjust to some recent api changes and add wtays new cool seeking
18884         capabillities
18885
18886 2005-12-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18887
18888         * ext/alsa/Makefile.am:
18889         * ext/alsa/gstalsadeviceprobe.c:
18890         * ext/alsa/gstalsadeviceprobe.h:
18891           Helper functions to add device probing via the GstPropertyProbe
18892           interface to a class.
18893
18894         * ext/alsa/gstalsamixer.h:
18895           Comment out GST_ALSA_MIXER, it returns a struct that's not
18896           used.
18897
18898         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18899           Add some debug info. 
18900
18901         * ext/alsa/gstalsamixerelement.c:
18902         (gst_alsa_mixer_element_interface_supported),
18903         (gst_implements_interface_init),
18904         (gst_alsa_mixer_element_init_interfaces),
18905         (gst_alsa_mixer_element_class_init),
18906         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18907         (gst_alsa_mixer_element_set_property),
18908         (gst_alsa_mixer_element_get_property),
18909         (gst_alsa_mixer_element_change_state):
18910         * ext/alsa/gstalsamixerelement.h:
18911           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18912           for device handling (gnome-volume-control will need that).
18913
18914 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18915
18916         * ext/Makefile.am: fix cdparanoia entry
18917         * gst-plugins-base.spec.in: add cdparanoia
18918
18919 2005-12-12  Michael Smith  <msmith@fluendo.com>
18920
18921         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18922           Use the correct function to free list of typefind factories.
18923
18924 2005-12-12  Wim Taymans  <wim@fluendo.com>
18925
18926         * gst/videotestsrc/gstvideotestsrc.c:
18927         (gst_video_test_src_class_init), (gst_video_test_src_init),
18928         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18929         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18930         (gst_video_test_src_create):
18931         * gst/videotestsrc/gstvideotestsrc.h:
18932         Implement seeking in videotestsrc.
18933         Small cleanups.
18934
18935 2005-12-12  Wim Taymans  <wim@fluendo.com>
18936
18937         * ext/cdparanoia/Makefile.am:
18938         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18939         (gst_paranoia_endian_get_type), (_do_init),
18940         (cdparanoia_class_init), (cdparanoia_init),
18941         (cdparanoia_set_property), (cdparanoia_get_property),
18942         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18943         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18944         (cdparanoia_convert), (cdparanoia_get_query_types),
18945         (cdparanoia_query), (cdparanoia_set_index),
18946         (cdparanoia_uri_set_uri):
18947         * ext/cdparanoia/gstcdparanoia.h:
18948         Partially ported cdparanoia now that basesrc can support a
18949         plugin like this..
18950
18951 2005-12-12  Wim Taymans  <wim@fluendo.com>
18952
18953         * tests/examples/seek/scrubby.c: (main):
18954         Set higher priority for bus events so they don't get reordered with
18955         gtk gui events.
18956
18957         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18958         (flush_toggle_cb), (main):
18959         Added checkbox to disable flushing seeks. 
18960         Disable scrubbing when doing non flushing seeks.
18961
18962 2005-12-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18963
18964         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18965         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18966         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18967         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18968           Implement some sort of event handling that doesn't rely on
18969           g_return_if_fail; make sure we always push the last chunk of an 
18970           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18971           state change function; remove some old cruft. Seeking is still
18972           rather unlikely to work though.
18973
18974         * tools/.cvsignore:
18975           Ignore more.
18976
18977 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18978
18979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18980         Fixed a leak of the current image reference when cleaning up.
18981         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18982
18983 2005-12-09  Michael Smith  <msmith@fluendo.com>
18984
18985         * tools/Makefile.am:
18986         * tools/gst-launch-ext-m.m:
18987           Remove gst-launch-ext. It doesn't work, and is no longer
18988           particularly useful.
18989
18990 2005-12-08  Luca Ognibene  <luogni@tin.it>
18991
18992         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18993           don't pass random values to ogmparse convert function.
18994           Make seeking possible in the exile1.ogm file.
18995
18996 2005-12-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18997
18998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18999         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19000           Work around refcount problem with g_value_set_object() that occur
19001           if the core has been compiled against GLib-2.6 (g_value_set_object()
19002           will only g_object_ref() the element, but the caller will
19003           gst_object_unref() it and bad things will happen due to the way
19004           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19005           totem for people on FC4 using Thomas's 0.10 RPMs.
19006           
19007 2005-12-07  Edward Hervey  <edward@fluendo.com>
19008
19009         Time to welcome ogm to 0.10 :)
19010         
19011         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19012         (gst_ogg_pad_typefind):
19013         Oggdemux can now properly typefind elements with dynamic pads.
19014         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19015         Properly set caps on src pad, and set caps on outgoing buffers.
19016
19017 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19018
19019         * ext/alsa/gstalsamixer.h:
19020         * ext/alsa/gstalsamixerelement.h:
19021         * ext/alsa/gstalsamixeroptions.h:
19022         * ext/alsa/gstalsamixertrack.h:
19023         * ext/alsa/gstalsasink.c:
19024         * ext/alsa/gstalsasink.h:
19025         * ext/alsa/gstalsasrc.c:
19026         * ext/alsa/gstalsasrc.h:
19027         * ext/cdparanoia/gstcdparanoia.h:
19028         * ext/gnomevfs/gstgnomevfsuri.h:
19029         * ext/ogg/gstoggdemux.c:
19030         * ext/ogg/gstoggmux.c:
19031         * ext/pango/gsttextoverlay.h:
19032         * ext/theora/theoradec.c:
19033         * ext/theora/theoraenc.c:
19034         * ext/vorbis/vorbisdec.h:
19035         * ext/vorbis/vorbisenc.c:
19036         * ext/vorbis/vorbisenc.h:
19037         * ext/vorbis/vorbisparse.h:
19038         * gst-libs/gst/audio/gstaudioclock.h:
19039         * gst-libs/gst/audio/gstaudiosink.c:
19040         * gst-libs/gst/audio/gstaudiosink.h:
19041         * gst-libs/gst/audio/gstaudiosrc.c:
19042         * gst-libs/gst/audio/gstaudiosrc.h:
19043         * gst-libs/gst/audio/gstbaseaudiosink.c:
19044         * gst-libs/gst/audio/gstbaseaudiosink.h:
19045         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19046         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19047         * gst-libs/gst/audio/gstringbuffer.h:
19048         * gst-libs/gst/audio/multichannel.h:
19049         * gst-libs/gst/floatcast/floatcast.h:
19050         * gst-libs/gst/interfaces/colorbalance.c:
19051         * gst-libs/gst/interfaces/colorbalance.h:
19052         * gst-libs/gst/interfaces/colorbalancechannel.h:
19053         * gst-libs/gst/interfaces/mixer.h:
19054         * gst-libs/gst/interfaces/mixeroptions.h:
19055         * gst-libs/gst/interfaces/mixertrack.h:
19056         * gst-libs/gst/interfaces/navigation.h:
19057         * gst-libs/gst/interfaces/propertyprobe.h:
19058         * gst-libs/gst/interfaces/tuner.h:
19059         * gst-libs/gst/interfaces/tunerchannel.h:
19060         * gst-libs/gst/interfaces/tunernorm.h:
19061         * gst-libs/gst/interfaces/xoverlay.h:
19062         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19063         * gst-libs/gst/riff/riff-ids.h:
19064         * gst-libs/gst/riff/riff-media.h:
19065         * gst-libs/gst/riff/riff-read.h:
19066         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19067         * gst-libs/gst/rtp/gstbasertppayload.c:
19068         * gst-libs/gst/rtp/gstbasertppayload.h:
19069         * gst-libs/gst/rtp/gstrtpbuffer.c:
19070         * gst-libs/gst/rtp/gstrtpbuffer.h:
19071         * gst-libs/gst/tag/gsttageditingprivate.h:
19072         * gst-libs/gst/tag/gstvorbistag.c:
19073         (gst_tag_list_from_vorbiscomment_buffer):
19074         * gst-libs/gst/tag/tag.h:
19075         * gst-libs/gst/video/video.h:
19076         * gst/adder/gstadder.c:
19077         * gst/adder/gstadder.h:
19078         * gst/audioconvert/audioconvert.c:
19079         * gst/audioconvert/audioconvert.h:
19080         * gst/audioconvert/gstaudioconvert.c:
19081         * gst/audioconvert/gstchannelmix.c:
19082         * gst/audioconvert/gstchannelmix.h:
19083         * gst/audiorate/gstaudiorate.c:
19084         * gst/audioresample/buffer.h:
19085         * gst/audioresample/functable.h:
19086         * gst/audioresample/gstaudioresample.c:
19087         * gst/audioresample/resample.h:
19088         * gst/ffmpegcolorspace/avcodec.h:
19089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19090         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19091         * gst/ffmpegcolorspace/imgconvert.c:
19092         * gst/ffmpegcolorspace/imgconvert_template.h:
19093         * gst/playback/gstdecodebin.c:
19094         * gst/playback/gstplaybasebin.h:
19095         * gst/playback/gstplaybin.c:
19096         * gst/playback/gststreaminfo.h:
19097         * gst/tcp/gstfdset.c:
19098         * gst/tcp/gstfdset.h:
19099         * gst/tcp/gstmultifdsink.c:
19100         * gst/tcp/gstmultifdsink.h:
19101         * gst/tcp/gsttcp.h:
19102         * gst/tcp/gsttcpclientsrc.c:
19103         * gst/tcp/gsttcpclientsrc.h:
19104         * gst/tcp/gsttcpplugin.h:
19105         * gst/tcp/gsttcpserversink.c:
19106         * gst/tcp/gsttcpserversrc.c:
19107         * gst/typefind/gsttypefindfunctions.c:
19108         * gst/videorate/gstvideorate.c:
19109         * gst/videotestsrc/gstvideotestsrc.h:
19110         * gst/videotestsrc/videotestsrc.h:
19111         * sys/v4l/gstv4lcolorbalance.h:
19112         * sys/v4l/gstv4ltuner.h:
19113         * sys/v4l/gstv4lxoverlay.h:
19114         * sys/v4l/v4l_calls.h:
19115         * sys/v4l/videodev_mjpeg.h:
19116         * tests/check/elements/audioconvert.c:
19117         * tests/check/elements/audioresample.c:
19118         * tests/check/elements/audiotestsrc.c:
19119         * tests/check/elements/videotestsrc.c:
19120         * tests/check/elements/volume.c:
19121         * tests/examples/seek/scrubby.c:
19122         * tests/examples/seek/seek.c:
19123           expand tabs
19124
19125 === release 0.10.0 ===
19126
19127 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19128
19129         * configure.ac:
19130           releasing 0.10.0, "Mont-d'or"
19131
19132 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19133
19134         * tests/examples/seek/Makefile.am:
19135         Build fix for when gtk is not available.
19136
19137 2005-12-05  Andy Wingo  <wingo@pobox.com>
19138
19139         * ext/libvisual/visual.c: (get_buffer):
19140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19141         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19142         * ext/theora/theoradec.c: (theora_handle_data_packet):
19143         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19144         (theora_enc_chain):
19145         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19146         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19147         Update for alloc_buffer changes.
19148
19149 2005-12-05  Andy Wingo  <wingo@pobox.com>
19150
19151         patch by: Kai Vehmanen <kv2004 eca cx>
19152         
19153         * gst-libs/gst/rtp/gstbasertpdepayload.c
19154         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19155
19156 2005-12-04  Andy Wingo  <wingo@pobox.com>
19157
19158         patch by: Sebastien Cote <sebas642 yahoo ca>
19159         
19160         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19161         Fixes #319172.
19162
19163 2005-12-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19164
19165         * docs/plugins/Makefile.am:
19166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19168         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19169         * ext/pango/gstclockoverlay.c:
19170         * ext/pango/gsttextoverlay.c: 
19171         * ext/pango/gsttextrender.c:
19172         * ext/pango/gsttimeoverlay.c:
19173           Add gtk-doc blurbs to pango elements.
19174
19175 2005-12-02  Wim Taymans  <wim@fluendo.com>
19176
19177         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19178         * gst/audioresample/buffer.h:
19179         * gst/audioresample/gstaudioresample.c:
19180         * gst/audioresample/gstaudioresample.h:
19181         * gst/audioresample/resample.c: (resample_input_flush),
19182         (resample_input_pushthrough), (resample_input_eos),
19183         (resample_get_output_size_for_input),
19184         (resample_get_input_size_for_output), (resample_get_output_size),
19185         (resample_get_output_data):
19186         * gst/audioresample/resample.h:
19187         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19188         Fix audioresample, seek torture, new segments, reverse negotiation
19189         etc.. work fine.
19190
19191 2005-12-02  Wim Taymans  <wim@fluendo.com>
19192
19193         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19194         Small cleanups.
19195
19196 2005-12-02  Wim Taymans  <wim@fluendo.com>
19197
19198         * gst/audioconvert/gstaudioconvert.c:
19199         (gst_audio_convert_transform):
19200         Post errors.
19201
19202 === release 0.9.7 ===
19203
19204 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19205
19206         * configure.ac:
19207           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19208
19209 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19210
19211         * Makefile.am:
19212         * po/hu.po:
19213         * win32/MANIFEST:
19214         * win32/gst.sln:
19215           add win32 MANIFEST file
19216           do something to the hungarian translation
19217
19218 2005-12-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19219
19220         * ext/Makefile.am:
19221           Add $(PANGO_DIR) to SUBDIRS
19222
19223         * ext/pango/gstclockoverlay.c:
19224         * ext/pango/gsttimeoverlay.c:
19225           Fix and improve element descriptions.
19226
19227 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19228
19229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19230         * docs/plugins/inspect/plugin-libvisual.xml:
19231         * docs/plugins/inspect/plugin-pango.xml:
19232           add pango plugin to docs
19233
19234 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19235
19236         * configure.ac:
19237         * ext/Makefile.am:
19238           moved pango to base
19239
19240 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19241
19242         * configure.ac:
19243         * tests/Makefile.am:
19244         * tests/icles/.cvsignore:
19245         * tests/icles/Makefile.am:
19246         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19247         (close_display), (resize_window), (move_window), (create_window),
19248         (terminate_playback), (pause_playback), (start_playback), (main):
19249           add stress test for xoverlay from Julien
19250
19251 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19252
19253         * docs/libs/tmpl/gstcolorbalance.sgml:
19254         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19255         * gst-libs/gst/rtp/gstbasertppayload.c:
19256         * gst-libs/gst/rtp/gstrtpbuffer.c:
19257         * gst-libs/gst/rtp/gstrtpbuffer.h:
19258           Do burger's rename for rtp payloaders and depayloaders
19259
19260 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19261
19262         * win32/:
19263           add Visual Studio 6 build files
19264
19265 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19266
19267         * docs/libs/gst-plugins-base-libs-docs.sgml:
19268         * docs/libs/gst-plugins-base-libs-sections.txt:
19269         * docs/libs/tmpl/gstaudio.sgml:
19270         * docs/libs/tmpl/gstringbuffer.sgml:
19271         * gst-libs/gst/interfaces/xoverlay.c:
19272         * gst-libs/gst/video/gstvideofilter.c:
19273         * gst-libs/gst/video/gstvideosink.c:
19274           update documentation
19275
19276 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19277
19278         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19279         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19280         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19281         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19282         (gst_multi_fd_sink_get_stats),
19283         (gst_multi_fd_sink_remove_client_link),
19284         (gst_multi_fd_sink_handle_client_read),
19285         (gst_multi_fd_sink_client_queue_data),
19286         (gst_multi_fd_sink_client_queue_caps),
19287         (gst_multi_fd_sink_client_queue_buffer),
19288         (gst_multi_fd_sink_new_client),
19289         (gst_multi_fd_sink_handle_client_write),
19290         (gst_multi_fd_sink_recover_client),
19291         (gst_multi_fd_sink_queue_buffer),
19292         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19293         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19294         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19295         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19296         * gst/tcp/gstmultifdsink.h:
19297         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19298         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19299         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19300         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19301         (gst_tcp_client_sink_set_property),
19302         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19303         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19304         * gst/tcp/gsttcpclientsink.h:
19305         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19306         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19307         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19308         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19309         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19310         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19311         * gst/tcp/gsttcpclientsrc.h:
19312         * gst/tcp/gsttcpplugin.c: (plugin_init):
19313         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19314         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19315         (gst_tcp_server_sink_finalize),
19316         (gst_tcp_server_sink_handle_server_read),
19317         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19318         (gst_tcp_server_sink_set_property),
19319         (gst_tcp_server_sink_get_property),
19320         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19321         * gst/tcp/gsttcpserversink.h:
19322         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19323         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19324         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19325         (gst_tcp_server_src_set_property),
19326         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19327         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19328         * gst/tcp/gsttcpserversrc.h:
19329           more borgifying
19330
19331 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19332
19333         * docs/plugins/Makefile.am:
19334         * docs/plugins/gst-plugins-base-plugins.args:
19335         * docs/plugins/inspect/plugin-libvisual.xml:
19336         * gst/audioconvert/plugin.h:
19337         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19338         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19339         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19340         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19341         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19342         (plugin_init):
19343         * gst/audiotestsrc/gstaudiotestsrc.c:
19344         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19345         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19346         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19347         (gst_audio_test_src_get_query_types),
19348         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19349         (gst_audio_test_src_create_square),
19350         (gst_audio_test_src_create_saw),
19351         (gst_audio_test_src_create_triangle),
19352         (gst_audio_test_src_create_silence),
19353         (gst_audio_test_src_create_white_noise),
19354         (gst_audio_test_src_init_pink_noise),
19355         (gst_audio_test_src_generate_pink_noise_value),
19356         (gst_audio_test_src_create_pink_noise),
19357         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19358         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19359         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19360         (plugin_init):
19361         * gst/audiotestsrc/gstaudiotestsrc.h:
19362         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19363         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19364         (gst_sub_parse_init), (gst_sub_parse_formats),
19365         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19366         (convert_encoding), (get_next_line),
19367         (gst_sub_parse_data_format_autodetect),
19368         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19369         (gst_sub_parse_loop), (gst_sub_parse_chain),
19370         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19371         (plugin_init):
19372         * gst/subparse/gstsubparse.h:
19373         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19374         (gst_video_rate_base_init), (gst_video_rate_class_init),
19375         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19376         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19377         (gst_video_rate_init), (gst_video_rate_event),
19378         (gst_video_rate_chain), (gst_video_rate_set_property),
19379         (gst_video_rate_get_property), (gst_video_rate_change_state),
19380         (plugin_init):
19381         * gst/videoscale/gstvideoscale.c:
19382         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19383         (gst_video_scale_src_template_factory),
19384         (gst_video_scale_sink_template_factory),
19385         (gst_video_scale_get_type), (gst_video_scale_base_init),
19386         (gst_video_scale_class_init), (gst_video_scale_init),
19387         (gst_video_scale_set_property), (gst_video_scale_get_property),
19388         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19389         (gst_video_scale_prepare_size), (parse_caps),
19390         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19391         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19392         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19393         (plugin_init):
19394         * gst/videoscale/gstvideoscale.h:
19395         * gst/videotestsrc/gstvideotestsrc.c:
19396         (gst_video_test_src_pattern_get_type),
19397         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19398         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19399         (gst_video_test_src_set_pattern),
19400         (gst_video_test_src_set_property),
19401         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19402         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19403         (gst_video_test_src_event), (gst_video_test_src_get_times),
19404         (gst_video_test_src_create), (plugin_init):
19405         * gst/videotestsrc/gstvideotestsrc.h:
19406         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19407         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19408         (gst_video_test_src_black):
19409         * gst/videotestsrc/videotestsrc.h:
19410           borgify further
19411           clean up docs a little
19412
19413 2005-11-30  Wim Taymans  <wim@fluendo.com>
19414
19415         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19416         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19417         (gst_basertppayload_event), (gst_basertppayload_push),
19418         (gst_basertppayload_change_state):
19419         * gst-libs/gst/rtp/gstbasertppayload.h:
19420         closed #320644.
19421
19422 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19423
19424         * docs/libs/gst-plugins-base-libs-docs.sgml:
19425         * docs/libs/gst-plugins-base-libs-sections.txt:
19426         * gst-libs/gst/video/gstvideofilter.c:
19427         * gst-libs/gst/video/gstvideosink.c:
19428         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19429
19430 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19431
19432         * LICENSE:
19433           move
19434         * po/af.po:
19435         * po/az.po:
19436         * po/cs.po:
19437         * po/en_GB.po:
19438         * po/hu.po:
19439         * po/it.po:
19440         * po/nb.po:
19441         * po/nl.po:
19442         * po/or.po:
19443         * po/sq.po:
19444         * po/sr.po:
19445         * po/sv.po:
19446         * po/uk.po:
19447         * po/vi.po:
19448         * Makefile.am:
19449           update
19450         * scripts/autoplugins.sh:
19451           remove
19452
19453 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19454
19455         * Makefile.am:
19456         * configure.ac:
19457         * examples/Makefile.am:
19458         * examples/capsfilter/Makefile.am:
19459         * examples/capsfilter/capsfilter1.c:
19460         * examples/gob/Makefile.am:
19461         * examples/gob/gst-identity2.gob:
19462         * examples/indexing/.cvsignore:
19463         * examples/indexing/Makefile.am:
19464         * examples/indexing/indexmpeg.c:
19465         * examples/seeking/.cvsignore:
19466         * examples/seeking/Makefile.am:
19467         * examples/seeking/cdparanoia.c:
19468         * examples/seeking/cdplayer.c:
19469         * examples/seeking/chained.c:
19470         * examples/seeking/scrubby.c:
19471         * examples/seeking/seek.c:
19472         * examples/stats/Makefile.am:
19473         * examples/stats/mp2ogg.c:
19474         * examples/switch/.cvsignore:
19475         * examples/switch/Makefile.am:
19476         * examples/switch/switcher.c:
19477         * tests/Makefile.am:
19478         * tests/check/generic/.cvsignore:
19479         * tests/check/pipelines/.cvsignore:
19480         * tests/examples/Makefile.am:
19481         * tests/examples/seek/Makefile.am:
19482           reorganize stuff under tests/
19483
19484 2005-11-30  Edward Hervey  <edward@fluendo.com>
19485
19486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19487         Go away you stupid GstStaticPadTemplate memleak.
19488
19489 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19490
19491         * gst-libs/gst/net/Makefile.am:
19492         * gst-libs/gst/net/README:
19493         * gst-libs/gst/net/gstnetbuffer.c:
19494         * gst-libs/gst/net/gstnetbuffer.h:
19495           this was moved to "netbuffer"
19496
19497 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19498
19499         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19500         (gst_video_filter_class_init), (gst_video_filter_init):
19501         * gst-libs/gst/video/gstvideofilter.h:
19502           borgify name to bring in line with other classes
19503
19504 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19505
19506         * gst/audioscale/.cvsignore:
19507         * gst/audioscale/Makefile.am:
19508         * gst/audioscale/README:
19509         * gst/audioscale/audioscale.vcproj:
19510         * gst/audioscale/dtof.c:
19511         * gst/audioscale/dtos.c:
19512         * gst/audioscale/functable.c:
19513         * gst/audioscale/gstaudioscale.c:
19514         * gst/audioscale/gstaudioscale.h:
19515         * gst/audioscale/private.h:
19516         * gst/audioscale/resample.c:
19517         * gst/audioscale/resample.h:
19518         * gst/audioscale/test.c:
19519           remove
19520
19521 2005-11-30  Edward Hervey  <edward@fluendo.com>
19522
19523         * gst-libs/gst/netbuffer/Makefile.am:
19524         really, really tired
19525
19526 2005-11-30  Edward Hervey  <edward@fluendo.com>
19527
19528         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19529         Update for new GstTypeFindFactory _register()
19530
19531 2005-11-30  Edward Hervey  <edward@fluendo.com>
19532
19533         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19534         Let's not override libgstnet from core for no reason...
19535         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19536         Ok, maybe not so quick next time.
19537
19538 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19539
19540         * configure.ac:
19541         * gst-libs/gst/Makefile.am:
19542           moved gst-libs/gst/net to netbuffer through CVS surgery
19543           remove old directory
19544           updating build to accomodate
19545           (#322257)
19546
19547 2005-11-29  Andy Wingo  <wingo@pobox.com>
19548
19549         * pkgconfig/gstreamer-plugins-base.pc.in:
19550         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19551         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19552         (#322257).
19553
19554 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19555
19556         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19557         3rd time's the charm. Correct ref-counting for discarded buffers.
19558
19559 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19560
19561         * gst/playback/gststreamselector.c:
19562         (gst_stream_selector_class_init),
19563         (gst_stream_selector_set_property),
19564         (gst_stream_selector_get_property),
19565         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19566         Fix ref-counting
19567
19568 2005-11-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19569
19570         * gst/subparse/gstsubparse.c: (feed_textbuf):
19571           Don't access already unref'ed buffer.
19572
19573 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19574
19575         * gst/playback/gststreamselector.c:
19576         (gst_stream_selector_class_init), (gst_stream_selector_init),
19577         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19578         (gst_stream_selector_get_property),
19579         (gst_stream_selector_get_linked_pad),
19580         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19581         * gst/playback/gststreamselector.h:
19582         Add the active-pad property for playbin to use shortly. Ignore buffers
19583         from any other pad, returning GST_FLOW_NOT_LINKED
19584
19585 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19586
19587         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19588         patch from bug #322704 (Alessandro Decina).
19589
19590 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * gst-libs/gst/audio/Makefile.am:
19593           folded audiofilter into the audio library
19594
19595 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19596
19597         * gst/videoscale/gstvideoscale.h:
19598         * gst/videoscale/gstvideoscale.c:
19599           remove unimplemented scale methods
19600
19601 2005-11-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19602
19603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19604           Don't leak caps.
19605
19606 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19607
19608         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19609         (gst_ximagesink_setcaps):
19610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19611         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19612         happens (only visible on ximagesink but bug is in xv too) set_caps was
19613         destroying the internal x[v]image used to memcpy non locally alloced
19614         buffers so that it got renewed on next _chain. The issue is that 
19615         _expose will try to put that image as it reffed it in _put.
19616         Using gst_buffer_unref instead of destroy fixes it !
19617
19618 2005-11-28  Edward Hervey  <edward@fluendo.com>
19619
19620         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19621         (try_to_link_1), (queue_filled_cb):
19622         Better use of the queues. Start with a small size queue and only increase
19623         the size of the queues when the other queues are empty.
19624
19625 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19626
19627         * gst-libs/gst/video/Makefile.am:
19628           compile in copied-over videofilter into the video library
19629         * gst-libs/gst/video/videosink.h:
19630           rename the header to gstvideosink.h since it's a base GstObject class
19631         * sys/ximage/ximagesink.h:
19632         * sys/xvimage/xvimagesink.h:
19633           use the new header
19634
19635 2005-11-28  Wim Taymans  <wim@fluendo.com>
19636
19637         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19638         * gst/playback/gstplaybasebin.h:
19639         Prepare to handle errors betters.
19640
19641         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19642         Set sinks to PAUSED first before adding and linking them so that
19643         we don't interrupt dataflow.
19644
19645 2005-11-28  Wim Taymans  <wim@fluendo.com>
19646
19647         * gst-libs/gst/audio/TODO:
19648         Updated TODO
19649
19650         * gst-libs/gst/audio/gstaudiosink.c:
19651         (gst_audioringbuffer_open_device),
19652         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19653         (gst_audioringbuffer_release):
19654         Small cleanups.
19655
19656         * gst-libs/gst/audio/gstbaseaudiosink.c:
19657         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19658         (gst_base_audio_sink_change_state):
19659         Slave to the master clock when going to PLAYING and unslave when
19660         going to PAUSED.
19661
19662         * gst-libs/gst/audio/gstringbuffer.c:
19663         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19664         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19665         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19666         (gst_ring_buffer_clear_all), (wait_segment),
19667         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19668         (gst_ring_buffer_advance):
19669         * gst-libs/gst/audio/gstringbuffer.h:
19670         Add some docs and cleanups.
19671
19672 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19673
19674         * sys/xvimage/xvimagesink.c:
19675         (gst_xvimagesink_navigation_send_event): Fix navigation events
19676         coordinates translation with pixel aspect ratios.
19677
19678 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19679
19680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19681         Use calculated video geometry from _setcaps instead of buffer
19682         caps to respect pixel aspect ratio. (fixes #322388)
19683
19684 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19685
19686         * docs/libs/tmpl/gstcolorbalance.sgml:
19687         * docs/libs/tmpl/gstmixer.sgml:
19688         * docs/libs/tmpl/gstxoverlay.sgml:
19689         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19690         interface.
19691
19692 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19693
19694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19695         Refuse to create an XvImage if we can't find the format.
19696
19697 2005-11-28  Edward Hervey  <edward@fluendo.com>
19698
19699         * gst-libs/gst/riff/riff-media.c:
19700         (gst_riff_create_audio_template_caps):
19701         Add ATRAC3 to the list of riff-possible audio caps.
19702         I know we still don't have a plugin for atrac3, but it's saner to output
19703         that than a cryptic mimetype.
19704
19705 2005-11-27  Edward Hervey  <edward@fluendo.com>
19706
19707         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19708         Don't try to create a zero-sized subbuffer.
19709
19710 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19711
19712         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19713         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19714         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19715         (gst_ximagesink_expose): Fixed a tricky race.
19716         * sys/ximage/ximagesink.h:
19717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19718         (gst_xvimagesink_expose): Fixed a tricky race.
19719         * sys/xvimage/xvimagesink.h:
19720
19721 2005-11-27  Edward Hervey  <edward@fluendo.com>
19722
19723         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19724         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19725         Remove unused properties, and add queues between demuxers and decoders
19726         so that a lot more files can preroll properly.
19727
19728 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * gst-libs/gst/net/Makefile.am:
19731         * gst-libs/gst/rtp/Makefile.am:
19732         * gst-libs/gst/tag/Makefile.am:
19733           remove silly include
19734         * gst/tags/Makefile.am:
19735         * gst/tags/gsttagediting.c:
19736         * gst/tags/gsttageditingprivate.h:
19737         * gst/tags/tagedit.vcproj:
19738           remove directory, is as good as empty
19739
19740 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19741
19742         * configure.ac:
19743           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19744         * gst-libs/Makefile.am:
19745         * gst-libs/gst/audio/Makefile.am:
19746         * gst-libs/gst/interfaces/Makefile.am:
19747         * gst-libs/gst/net/Makefile.am:
19748         * gst-libs/gst/riff/Makefile.am:
19749         * gst-libs/gst/rtp/Makefile.am:
19750         * gst-libs/gst/tag/Makefile.am:
19751         * gst-libs/gst/video/Makefile.am:
19752           and use them
19753
19754 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19755
19756         * docs/libs/tmpl/gstcolorbalance.sgml:
19757         * docs/libs/tmpl/gstmixer.sgml:
19758         * docs/libs/tmpl/gstxoverlay.sgml:
19759         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19760         * sys/ximage/ximagesink.h:
19761         * sys/xvimage/xvimagesink.h: More and more documentation.
19762
19763 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19764
19765         * docs/libs/gst-plugins-base-libs-docs.sgml:
19766         * docs/libs/gst-plugins-base-libs-sections.txt:
19767         * docs/libs/tmpl/gstcolorbalance.sgml:
19768         * docs/libs/tmpl/gstmixer.sgml:
19769         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19770         to documentation.
19771
19772 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19773
19774         * docs/plugins/Makefile.am:
19775         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19776         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19777         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19778
19779 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19780
19781         * docs/plugins/Makefile.am:
19782         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19783         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19784         * docs/plugins/inspect/plugin-adder.xml:
19785         * docs/plugins/inspect/plugin-alsa.xml:
19786         * docs/plugins/inspect/plugin-audioconvert.xml:
19787         * docs/plugins/inspect/plugin-audiorate.xml:
19788         * docs/plugins/inspect/plugin-audioresample.xml:
19789         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19790         * docs/plugins/inspect/plugin-decodebin.xml:
19791         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19792         * docs/plugins/inspect/plugin-gnomevfs.xml:
19793         * docs/plugins/inspect/plugin-ogg.xml:
19794         * docs/plugins/inspect/plugin-playbin.xml:
19795         * docs/plugins/inspect/plugin-subparse.xml:
19796         * docs/plugins/inspect/plugin-tcp.xml:
19797         * docs/plugins/inspect/plugin-theora.xml:
19798         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19799         * docs/plugins/inspect/plugin-video4linux.xml:
19800         * docs/plugins/inspect/plugin-videorate.xml:
19801         * docs/plugins/inspect/plugin-videoscale.xml:
19802         * docs/plugins/inspect/plugin-videotestsrc.xml:
19803         * docs/plugins/inspect/plugin-volume.xml:
19804         * docs/plugins/inspect/plugin-vorbis.xml:
19805         * docs/plugins/inspect/plugin-ximagesink.xml:
19806         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19807         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19808
19809 2005-11-26  Edward Hervey  <edward@fluendo.com>
19810
19811         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19812         Properly return GstFlowReturn from gst_pad_push in chain functions.
19813
19814 2005-11-25  Michael Smith  <msmith@fluendo.com>
19815
19816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19817         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19818         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19819         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19820           Handle various conditions better when we don't understand a stream.
19821           Removes a heap of CRITICALs on ogg streams containing unknown data.
19822
19823 2005-11-24  Andy Wingo  <wingo@pobox.com>
19824
19825         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19826         Be threadsafe.
19827
19828 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * configure.ac: back to HEAD
19831
19832 === release 0.9.6 ===
19833
19834 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19835
19836         * configure.ac:
19837           releasing 0.9.6, "White Eight"
19838
19839 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19840
19841         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19842         * docs/plugins/inspect/plugin-sine.xml:
19843           remove sinesrc some more
19844
19845 2005-11-23  Wim Taymans  <wim@fluendo.com>
19846
19847         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19848         If we are reading too slowly, jump forward in the ringbuffer
19849         instead of blocking.
19850
19851 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19852
19853         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19854         (gst_visual_chain):
19855         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19856         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19857         (gst_videorate_chain):
19858         * gst/videotestsrc/gstvideotestsrc.c:
19859         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19860         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19861         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19862         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19863         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19864         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19865           Updates for API changes
19866
19867 2005-11-23  Wim Taymans  <wim@fluendo.com>
19868
19869         * gst-libs/gst/audio/gstbaseaudiosink.c:
19870         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19871         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19872         Fix for calibration API change.
19873
19874 2005-11-23  Michael Smith <msmith@fluendo.com>
19875
19876         * gst-libs/gst/audio/multichannel.c:
19877         (gst_audio_get_channel_positions),
19878         (gst_audio_set_channel_positions),
19879         (gst_audio_set_structure_channel_positions_list),
19880         (gst_audio_fixate_channel_positions):
19881           Use gst_value_array_*() functions on value arrays, not
19882           gst_value_list_*().
19883
19884 2005-11-23  Edward Hervey  <edward@fluendo.com>
19885
19886         * autogen.sh:
19887         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19888         Fixes autogen
19889
19890 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19891
19892         * check/Makefile.am:
19893         * check/elements/videotestsrc.c: (setup_videotestsrc),
19894         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19895         (main):
19896           add a test for videotestsrc
19897
19898 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19899
19900         * gst/sine/.cvsignore:
19901         * gst/sine/Makefile.am:
19902         * gst/sine/gstsinesrc.c:
19903         * gst/sine/gstsinesrc.h:
19904         * gst/sine/sinesrc.vcproj:
19905           and remove sinesrc from the repository.  Closes #321446
19906
19907 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19908
19909         * configure.ac:
19910         * gst-plugins-base.spec.in:
19911           remove sinesrc from the build
19912
19913 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19914
19915         * check/Makefile.am:
19916         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19917         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19918         (main):
19919           add a test for audiotestsrc, testing all waves.  Even seems
19920           leak-free at first glance, nice job Stefan
19921
19922 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19923
19924         * po/af.po:
19925         * po/az.po:
19926         * po/cs.po:
19927         * po/en_GB.po:
19928         * po/hu.po:
19929         * po/it.po:
19930         * po/nb.po:
19931         * po/nl.po:
19932         * po/or.po:
19933         * po/sq.po:
19934         * po/sr.po:
19935         * po/sv.po:
19936         * po/uk.po:
19937         * po/vi.po:
19938           Translation string updates
19939
19940         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19941         (gst_v4lsrc_set_caps):
19942         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19943         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19944         * sys/v4l/v4lsrc_calls.h:
19945           Improve v4lsrc, by making it work again.
19946
19947 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19948
19949         * ext/libvisual/visual.c: (gst_visual_chain):
19950           Fix the fps calculations.
19951
19952         * gst/ffmpegcolorspace/avcodec.h:
19953           Move structure element for clarity
19954
19955         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19956         * gst-libs/gst/interfaces/tunernorm.h:
19957         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19960         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19961         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19962         (gst_v4lmjpegsrc_getcaps):
19963         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19964         (gst_v4lsrc_set_caps):
19965         * sys/v4l/gstv4lsrc.h:
19966         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19968         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19969         * sys/v4l/v4lsrc_calls.h:
19970           Fractional framerates...
19971
19972 2005-11-22  Wim Taymans  <wim@fluendo.com>
19973
19974         * gst-libs/gst/audio/gstbaseaudiosink.c:
19975         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19976         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19977         And we provide a clock by default, of course...
19978
19979 2005-11-22  Wim Taymans  <wim@fluendo.com>
19980
19981         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19982         This clock can be slaved to a master clock now.
19983
19984         * gst-libs/gst/audio/gstbaseaudiosink.c:
19985         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19986         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19987         (gst_base_audio_sink_set_clock),
19988         (gst_base_audio_sink_set_property),
19989         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19990         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19991         * gst-libs/gst/audio/gstbaseaudiosink.h:
19992         Handle slaving the internal clock to the clock selected in the
19993         pipeline.
19994         Add property to make the basesink not provide a clock.
19995
19996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19997         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19998         (gst_base_rtp_depayload_wait):
19999         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20000         We can use the clock in GstElement, no need to store it ourselves.
20001
20002 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20003
20004         * docs/libs/tmpl/gstaudio.sgml:
20005           update
20006         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20007         (gst_paranoia_endian_get_type):
20008         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20009         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20010         * gst/audiotestsrc/gstaudiotestsrc.c:
20011         (gst_audiostestsrc_wave_get_type):
20012         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20013         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20014         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20015         (gst_sync_method_get_type), (gst_unit_type_get_type),
20016         (gst_client_status_get_type), (gst_multifdsink_class_init),
20017         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20018         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20019         (gst_multifdsink_get_property):
20020         * gst/tcp/gstmultifdsink.h:
20021         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20022         * gst/videotestsrc/gstvideotestsrc.c:
20023         (gst_videotestsrc_pattern_get_type):
20024           remove deprecated properties
20025           fix up enums to correctly have short lowercase dashed nicks
20026
20027 2005-11-22  Michael Smith <msmith@fluendo.com>
20028
20029         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20030         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20031           Add underscore.
20032
20033 2005-11-22  Michael Smith <msmith@fluendo.com>
20034
20035         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20036         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20037           Use utility method for scaling clocktime for fractional framerates.
20038
20039 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20040
20041         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20042         (gst_visual_chain):
20043         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20044         * ext/theora/theoradec.c: (theora_handle_type_packet):
20045         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20046         (theora_enc_chain):
20047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20048         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20049         * gst-libs/gst/video/video.h:
20050         * gst/ffmpegcolorspace/avcodec.h:
20051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20052         (gst_ffmpeg_caps_to_pixfmt):
20053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20054         (gst_ffmpegcsp_set_caps):
20055         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20056         (gst_videorate_setcaps), (gst_videorate_blank_data),
20057         (gst_videorate_chain):
20058         * gst/videotestsrc/gstvideotestsrc.c:
20059         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20060         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20061         (gst_videotestsrc_event), (gst_videotestsrc_create):
20062         * gst/videotestsrc/gstvideotestsrc.h:
20063         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20064         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20065         (gst_ximagesink_get_times), (gst_ximagesink_init):
20066         * sys/ximage/ximagesink.h:
20067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20068         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20069         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20070         * sys/xvimage/xvimagesink.h:
20071           Convert elements to use fractions for their framerate.
20072           V4L elements to come later tonight.
20073
20074 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20075
20076         * gst-libs/gst/audio/audio.c:
20077         * gst-libs/gst/audio/audio.h:
20078           remove some deprecated functions
20079
20080 2005-11-22  Andy Wingo  <wingo@pobox.com>
20081
20082         * Update for gst_tag_setter API changes.
20083
20084 2005-11-22  Andy Wingo  <wingo@pobox.com>
20085
20086         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20087         (gst_ogg_demux_perform_seek):
20088         * ext/theora/theoradec.c (theora_dec_sink_event):
20089         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20090         update-funcnames.
20091
20092 2005-11-22  Wim Taymans  <wim@fluendo.com>
20093
20094         * examples/seeking/seek.c: (main):
20095         Give higher priority to bus signals than the gtk events
20096         to fix a race condition in the segment looping.
20097
20098 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20099
20100         * ext/theora/Makefile.am:
20101         * ext/vorbis/Makefile.am:
20102         * gst-libs/gst/tag/Makefile.am:
20103         * gst-plugins-base.spec.in:
20104           Rename libgsttagedit to libgsttag (#322117).
20105
20106 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20107
20108         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20110           Call gst_x_overlay_prepare_xwindow_id() to give applications
20111           a final chance to set their own xwindow id before the video
20112           sink creates its own window.
20113
20114 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20115
20116         * sys/xvimage/xvimagesink.c:
20117         (gst_xvimagesink_navigation_send_event): Handle navigation
20118         events correcly with borders if applicable.
20119
20120 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20121
20122         Patch by: Luca Ognibene
20123
20124         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20125         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20127         (gst_ffmpegcsp_caps_remove_format_info):
20128         * gst/ffmpegcolorspace/imgconvert.c:
20129         * gst/ffmpegcolorspace/imgconvert_template.h:
20130           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20131           #318353); use gst_structure_has_name().
20132
20133 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20134
20135         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20136         (gst_ximagesink_class_init): Add debug macros on functions.
20137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20138         (gst_xvimagesink_xwindow_draw_borders),
20139         (gst_xvimagesink_xvimage_put),
20140         (gst_xvimagesink_xwindow_update_geometry),
20141         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20142         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20143         (gst_xvimagesink_xcontext_clear),
20144         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20145         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20146         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20147         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20148         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20149         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20150         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20151         expose while being PAUSED, out of data flow navigation events, etc..
20152
20153 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20154
20155         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20156         * gst-libs/gst/audio/audio.h:
20157           fix prototype - wondering why the test worked regardless
20158
20159 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20160
20161         * check/Makefile.am:
20162         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20163         * gst-libs/gst/audio/audio.h:
20164           add a method that returns a proper GstClockTime
20165
20166 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20167
20168         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20169         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20170         * gst-libs/gst/interfaces/xoverlay.h:
20171           Remove everything having to do with the desired size; add 
20172           gst_x_overlay_prepare_xwindow_id() function; remove the
20173           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20174           post a message on the bus instead (#321816).
20175
20176         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20178         (gst_xvimagesink_xoverlay_init):
20179           Remove desired size stuff (#321816).
20180
20181 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20182
20183         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20184         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20185         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20186           Terminate vararg functions with NULL instead of 0 to 
20187           make gcc4 happy.
20188
20189 2005-11-21  Andy Wingo  <wingo@pobox.com>
20190
20191         patch by: Sebastien Cote <sebas642@yahoo.ca>
20192         
20193         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20194         * gst-libs/gst/rtp/gstrtpbuffer.c
20195         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20196
20197 2005-11-21  Andy Wingo  <wingo@pobox.com>
20198
20199         * gst/playback/gstplaybin.c (gen_audio_element) 
20200         (gen_video_element): Use the new MISSING_PLUGIN core error
20201         category. Closes #320060.
20202
20203         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20204         * gst/videorate/gstvideorate.c (gst_videorate_event):
20205         * ext/theora/theoradec.c (theora_dec_sink_event): 
20206         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20207         stream lock.
20208
20209         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20210         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20211         stream lock changes.
20212
20213 2005-11-21  Wim Taymans  <wim@fluendo.com>
20214
20215         * gst-libs/gst/audio/gstbaseaudiosink.c:
20216         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20217         (gst_base_audio_sink_provide_clock),
20218         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20219         (gst_base_audio_sink_change_state):
20220         * gst/audioresample/gstaudioresample.c:
20221         Segment update fix.
20222
20223 2005-11-21  Andy Wingo  <wingo@pobox.com>
20224
20225         * *.h:
20226         * *.c: Ran scripts/update-macros. Oh yes.
20227
20228 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20229
20230         * sys/ximage/Makefile.am:
20231         * sys/ximage/ximage.c:
20232           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20233           remove your old libgstximage.* manually if necessary).
20234
20235 2005-11-21  Michael Smith <msmith@fluendo.com>
20236
20237         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20238           Minimal fix for bug #320200: set the min/max bitrate in the correct
20239           units. A better fix would be to upgrade to the RATEMANAGE2
20240           interface, rather than using the deprecated interface used here, but
20241           that would require an update in our libvorbis dependency (to 1.1),
20242           which is probably undesirable.
20243
20244 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20245
20246         * ext/libvisual/visual.c: (get_buffer):
20247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20248         (gst_base_audio_src_fixate):
20249         * gst/audioconvert/gstaudioconvert.c:
20250         (gst_audio_convert_fixate_caps):
20251         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20252         * gst/audiotestsrc/gstaudiotestsrc.c:
20253         (gst_audiotestsrc_src_fixate):
20254         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20255         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20257         * gst/videotestsrc/gstvideotestsrc.c:
20258         (gst_videotestsrc_src_fixate):
20259         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20261           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20262           (#322027)
20263
20264
20265 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20266
20267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20268         (gst_riff_create_iavs_caps):
20269         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20270         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20271         (gst_riff_parse_info):
20272         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20275           Fixes for GST_FOURCC_FORMAT API change.
20276
20277 2005-11-21  Andy Wingo  <wingo@pobox.com>
20278
20279         patch by: Alessandro Dessina <alessandro nnva org>
20280
20281         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20282         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20283         (gst_ogg_parse_chain):
20284         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20285         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20286         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20287         gst_value_list calls on arrays. Fixes #321962.
20288
20289 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20290
20291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20292         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20293         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20294         * gst/adder/gstadder.c: (gst_adder_init),
20295         (gst_adder_request_new_pad), (gst_adder_collected),
20296         (gst_adder_change_state):
20297           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20298           API change.
20299
20300 2005-11-21  Michael Smith <msmith@fluendo.com>
20301
20302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20303         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20304           Properly handle pad_push return values.
20305
20306 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20307
20308         * gst-libs/gst/tag/Makefile.am:
20309         * gst-libs/gst/tag/gstvorbistag.c:
20310         (gst_tag_list_to_vorbiscomment_buffer):
20311           Remove obsolete vorbistag element and debug category.
20312
20313         * gst/playback/gstplaybasebin.c: (check_queue):
20314           Don't divide by 0 when queue-threshold is 0.
20315
20316         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20317           Don't modify an existing pixel-aspect-ratio if we fail to read
20318           a new one.
20319
20320 2005-11-20  Wim Taymans  <wim@fluendo.com>
20321
20322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20323         (gst_vorbisenc_push_packet):
20324         GST_PAD_IS_USABLE is gone, use the return value of
20325         the push or pad_alloc_buffer instead.
20326
20327 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20328
20329         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20330         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20331         (gst_ximagesink_ximage_destroy),
20332         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20333         (gst_ximagesink_xwindow_new),
20334         (gst_ximagesink_xwindow_update_geometry),
20335         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20336         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20337         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20338         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20339         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20340         (gst_ximagesink_navigation_send_event),
20341         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20342         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20343         (gst_ximagesink_finalize), (gst_ximagesink_init),
20344         (gst_ximagesink_class_init):
20345         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20346         This new version brings correct software scaling, non flickering
20347         window while resizing, pixel aspect ratio handling, usage of
20348         hardware buffer pools, out of data flow event thread for 
20349         navigation and handling of expose events even when being PAUSED,
20350         a new property to keep video aspect ratio when resizing, etc...
20351
20352 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20353
20354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20355         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20356         handling of PAR.
20357
20358 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20359
20360         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20361         Unsetting IS_SINK flag from the fakesink, so decodebin
20362         never behaves as a sink.
20363
20364 2005-11-17  Wim Taymans  <wim@fluendo.com>
20365
20366         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20367         (gst_base_audio_src_change_state):
20368         Fix the audiosrc base class again, we did not unflush.
20369
20370 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20371
20372         * examples/seeking/seek.c: (make_dv_pipeline),
20373         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20374         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20375         to ogg/vorbis/theora pipeline.
20376
20377 2005-11-17  Wim Taymans  <wim@fluendo.com>
20378
20379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20380         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20381         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20382         Fix EOS on multiple streams.
20383         More debugging.
20384
20385 2005-11-16  Wim Taymans  <wim@fluendo.com>
20386
20387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20388         (gst_ogg_demux_perform_seek):
20389         Segment done must include stream time.
20390
20391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20392         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20393         (gst_ogg_mux_change_state):
20394         Fix ogg muxer again.
20395
20396 2005-11-16  Wim Taymans  <wim@fluendo.com>
20397
20398         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20399         Fix compile again.
20400
20401 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20402
20403         * ext/libvisual/visual.c: (gst_visual_init):
20404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20405         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20406         (gst_ogg_parse_chain):
20407         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20408         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20409         * ext/theora/theoradec.c: (gst_theora_dec_init):
20410         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20411         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20412         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20413         * gst/adder/gstadder.c: (gst_adder_class_init),
20414         (gst_adder_dispose):
20415         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20416         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20417         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20418           Fix a whole set of pad template leaks
20419
20420 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20421
20422         * check/generic/states.c: (GST_START_TEST):
20423           fix the test so that it only checks for elements that are part of
20424           this source module
20425
20426 2005-11-16  Michael Smith <msmith@fluendo.com>
20427
20428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20429         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20430         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20431         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20432         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20433         (gst_ogg_mux_change_state):
20434           Fix leaking collectpads.
20435
20436 2005-11-16  Edward Hervey  <edward@fluendo.com>
20437
20438         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20439         (gst_videorate_event), (gst_videorate_chain):
20440         Handle segment seeks
20441
20442 2005-11-16  Wim Taymans  <wim@fluendo.com>
20443
20444         * gst-libs/gst/audio/gstbaseaudiosink.c:
20445         (gst_base_audio_sink_provide_clock),
20446         (gst_base_audio_sink_change_state):
20447         Set ringbuffer to non-flushing when going to PAUSED, set to
20448         flushing again when going to READY.
20449
20450         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20451         (gst_ring_buffer_stop):
20452         Start in flushing mode by default.
20453         Don't set flushing in the _stop method, let the app call
20454         this explicitly.
20455
20456 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20457
20458         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20459         * gst-libs/gst/video/videosink.h: Add helper function needed
20460         for video sinks.
20461
20462 2005-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20463
20464         * gst/videoscale/gstvideoscale.c:
20465         (gst_videoscale_handle_src_event):
20466           Don't leak reference to pad parent.
20467
20468 2005-11-16  Wim Taymans  <wim@fluendo.com>
20469
20470         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20471         Set ringbuffer to flushing when stopping so that we don't
20472         block on wait_segment anymore and livelock.
20473
20474 2005-11-16  Wim Taymans  <wim@fluendo.com>
20475
20476         * examples/seeking/seek.c: (send_event), (do_seek),
20477         (loop_toggle_cb), (segment_done), (main):
20478         Added looping checkbox.
20479
20480 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20481
20482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20483         (gst_ogg_demux_init):
20484         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20485         (gst_vorbis_dec_init):
20486           revert unrefs, they don't pass make check
20487
20488 2005-11-15  Johan Dahlin  <johan@gnome.org>
20489
20490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20491         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20492         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20493         (gst_vorbis_dec_init):
20494         Fix pad template leaks. 
20495
20496 2005-11-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20497
20498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20499           Make state change function thread safe.
20500
20501 2005-11-15  Edward Hervey  <edward@fluendo.com>
20502
20503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20504         (gst_ogg_demux_class_init):
20505         Implement GstElement::send_event, so we can send seek events
20506         in GST_STATE_READY
20507
20508 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20509
20510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20511         Discovered how to take away flickering while resizing the
20512         window. Please don't put that in ximagesink, refactoring in
20513         progress.
20514
20515 2005-11-14  Michael Smith <msmith@fluendo.com>
20516
20517         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20518         (gst_multifdsink_render):
20519           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20520
20521 2005-11-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20522
20523         * gst/playback/gstplaybin.c: (gen_audio_element):
20524           Use autoaudiosink, it tends to be more widely available than
20525           autoaudiiosink.
20526           
20527 2005-11-14  Andy Wingo  <wingo@pobox.com>
20528
20529         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20530         as well if it is available. Fixes #316442.
20531
20532 2005-11-14  Michael Smith <msmith@fluendo.com>
20533
20534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20535         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20536         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20537         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20538         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20539         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20541         (gst_vorbisenc_change_state):
20542           Fix a small memory leak in vorbisenc.
20543           Fix large memory leaks in oggmux, also fix lots of state change
20544           bugs in oggmux.
20545
20546 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20547
20548         * gst/videotestsrc/gstvideotestsrc.c:
20549         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20550         (gst_videotestsrc_src_fixate):
20551           move fixation to a fixate function
20552           remove negotiate function, basesrc's is good enough
20553           fixes a bug for check when using the element alone
20554
20555 2005-11-13  Edward Hervey  <edward@fluendo.com>
20556
20557         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20558         (key_toggle_cb), (main):
20559         Added checkboxes for adding/removing the accurate and key_unit seek
20560         flags.
20561
20562 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20563
20564         * configure.ac: back to HEAD
20565
20566 === release 0.9.5 ===
20567
20568 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20569
20570         * configure.ac:
20571           releasing 0.9.5, "No No Kia"
20572
20573 2005-11-11  Edward Hervey  <edward@fluendo.com>
20574
20575         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20576         Added parse-launch syntax seeking mode for the seeking example.
20577         This should help stress-test even more cases.
20578         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20579
20580 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20581
20582         * sys/xvimage/xvimagesink.c:
20583         (gst_xvimagesink_navigation_send_event):
20584           Check whether peer pad exists before sending navigation events
20585           to it.
20586
20587 2005-11-11  Michael Smith <msmith@fluendo.com>
20588
20589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20590         (gst_vorbisenc_buffer_from_packet):
20591         * ext/vorbis/vorbisenc.h:
20592           Set duration on encoded buffers. This allows oggmux's
20593           max_page_delay parameter to actually work.
20594
20595 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20596
20597         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20598         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20599         (gst_ffmpegcsp_avpicture_fill):
20600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20601         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20602           Make palettes work again (see #132341). Use our own macros
20603           for rounding up.
20604
20605 2005-11-10  Andy Wingo  <wingo@pobox.com>
20606
20607         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20608         string doober.
20609
20610 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20611
20612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20613         (gst_ffmpegcsp_transform_caps):
20614           Prefer passthrough in transform_caps
20615
20616 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20617
20618         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20619           check for ALSA errors properly, instead of relying on ALSA's
20620           error strings to serve to the user.
20621
20622 2005-11-10  Wim Taymans  <wim@fluendo.com>
20623
20624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20625         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20626         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20627         Modernise the seek code.
20628
20629 2005-11-10  Michael Smith <msmith@fluendo.com>
20630         
20631         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20632         (setup_substreams), (set_active_source):
20633           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20634           trying to go to NULL if we failed to read a file.
20635
20636 2005-11-10  Wim Taymans  <wim@fluendo.com>
20637
20638         * gst/audiotestsrc/gstaudiotestsrc.c:
20639         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20640         (gst_audiotestsrc_create):
20641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20642         (gst_sinesrc_get_times), (gst_sinesrc_create):
20643         * gst/videotestsrc/gstvideotestsrc.c:
20644         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20645         (gst_videotestsrc_create):
20646         The base class can now sync for us.
20647
20648 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20649
20650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20651           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20652           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20653           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20654           format=(fourcc)I420" ! xvimagesink
20655
20656 2005-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20657
20658         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20659         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20660         (gst_sinesrc_newsegment):
20661           Send newsegment event in TIME format, set duration if
20662           num-buffers is set, fix duration querying.
20663
20664 2005-11-10  Michael Smith <msmith@fluendo.com>
20665
20666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20667         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20668         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20669         (gst_ogg_mux_collected):
20670          Fix EOS handling, partially. Now forwarding an EOS event once we have
20671          EOS on all pads works correctly. However, we still don't properly set
20672          EOS on the actual ogg stream pages.
20673
20674 2005-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20675
20676         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20677           Set elements to NULL state before disposing of them.
20678
20679 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20680
20681         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20682
20683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20684         (gst_base_rtp_depayload_init),
20685         (gst_base_rtp_depayload_set_gst_timestamp):
20686         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20687           We need to send a newsegment event for each instance, not
20688           just for the first instance of this class (get rid of
20689           static variable in function). (#321011).
20690           
20691 2005-11-08  Michael Smith <msmith@fluendo.com>
20692
20693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20694         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20695         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20696         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20697           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20698           This makes us mux things correctly according to the ogg muxing
20699           rules. Still not handling EOS correctly right now, though.
20700
20701 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20702
20703         * gst/audioconvert/gstaudioconvert.c:
20704           Fix typo in docs. 
20705
20706 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20707
20708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20709         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20710           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20711           creating a new chain; should fix live streaming. Also
20712           add more debug output and fix a typo.
20713
20714 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20715
20716         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20717
20718         * gst/volume/gstvolume.c: (volume_set_caps):
20719           Fix compilation on Solaris with Forte. (#320923)
20720
20721 2005-11-08  Wim Taymans  <wim@fluendo.com>
20722
20723         * gst-libs/gst/audio/gstbaseaudiosink.c:
20724         (gst_base_audio_sink_render):
20725         No need to do a typecheck.
20726
20727 2005-11-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20728
20729         * ext/alsa/gstalsa.h:
20730           We register a debug category, so let's use it.
20731
20732 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20733
20734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20735         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20736         Fixed a small problem.
20737
20738 2005-11-04  Wim Taymans  <wim@fluendo.com>
20739
20740         * examples/seeking/Makefile.am:
20741         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20742         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20743         (make_playerbin_pipeline), (format_value), (update_scale),
20744         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20745         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20746         (print_usage), (main):
20747         Added app for playback speed testing.
20748
20749         * examples/seeking/seek.c: (dynamic_link),
20750         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20751         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20752         (message_received), (main):
20753         Updated seek example.
20754
20755 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20756
20757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20758         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20759         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20760         (gst_base_rtp_depayload_set_clock):
20761         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20762         Don't sleep on the bench (system clock) when you have a nice 
20763         comfortable bed (Gstreamer clock) to sleep on.
20764
20765 2005-11-03  Wim Taymans  <wim@fluendo.com>
20766
20767         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20768         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20769         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20770         Handle the case where a pad_block failed.
20771
20772 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20773
20774         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20775
20776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20777         (gst_base_rtp_depayload_add_to_queue),
20778         (gst_base_rtp_depayload_push),
20779         (gst_base_rtp_depayload_set_gst_timestamp),
20780         (gst_base_rtp_depayload_queue_release):
20781           Fixes some bugs in the depayloader's queuing/de-queueing code.
20782
20783 2005-10-31  Michael Smith <msmith@fluendo.com>
20784
20785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20786         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20787         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20788           Patch from Alessandro Decina <alessandro@nnva.org>.
20789           Make oggdemux only find the final time in a chain, not per-pad,
20790           since the per-pad information can be very expensive to locate, and
20791           it isn't used anywhere. This makes reading a file containing
20792           OggSkeleton reasonably fast.
20793           Also, make chain finding work when there are logical bitstreams that
20794           can't be decoded. Fixes #319110.
20795
20796 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20797
20798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20799         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20800         (gst_base_rtp_depayload_chain),
20801         (gst_base_rtp_depayload_add_to_queue),
20802         (gst_base_rtp_depayload_push),
20803         (gst_base_rtp_depayload_set_gst_timestamp),
20804         (gst_base_rtp_depayload_queue_release),
20805         (gst_base_rtp_depayload_start_thread),
20806         (gst_base_rtp_depayload_set_property),
20807         (gst_base_rtp_depayload_get_property):
20808         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20809         Some random fixes, to fullfill the desires of thomas.
20810
20811 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20812
20813         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20814         (gst_base_rtp_depayload_add_to_queue),
20815         (gst_base_rtp_depayload_push):
20816         Fixed the queueing algorithm.
20817
20818 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20819
20820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20821         (gst_base_rtp_depayload_push):
20822         A small fix
20823
20824 2005-10-31  Wim Taymans  <wim@fluendo.com>
20825
20826         * gst-libs/gst/audio/gstringbuffer.h:
20827         Don't break ABI.
20828
20829         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20830         (gst_ffmpeg_caps_to_pixfmt):
20831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20832         (gst_ffmpegcsp_set_caps):
20833         Some more comments.
20834         Handle missing required caps fields better.
20835
20836 2005-10-31  Wim Taymans  <wim@fluendo.com>
20837
20838         * gst-libs/gst/audio/gstbaseaudiosink.c:
20839         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20840         (gst_base_audio_sink_render):
20841         * gst-libs/gst/audio/gstringbuffer.c:
20842         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20843         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20844         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20845         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20846         (gst_ring_buffer_read):
20847         * gst-libs/gst/audio/gstringbuffer.h:
20848         Add flushing mode to the ringbuffer so that it in all cases does
20849         not try to handle more audio. This makes sure it does not try to
20850         block anymore when flushing and fixes a livelock.
20851
20852 2005-10-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20853
20854         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20855         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20856         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20857           Explicitly check for -1 values before doing a conversion
20858           and always map them to -1. (#315545)
20859
20860 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20861
20862         * gst/playback/gstplaybin.c: (gen_video_element):
20863           first try autovideosink, then xvimagesink, then error out
20864         * po/POTFILES.in:
20865           add translatable file
20866         * po/af.po:
20867         * po/az.po:
20868         * po/cs.po:
20869         * po/en_GB.po:
20870         * po/hu.po:
20871         * po/it.po:
20872         * po/nb.po:
20873         * po/nl.po:
20874         * po/or.po:
20875         * po/sq.po:
20876         * po/sr.po:
20877         * po/sv.po:
20878         * po/uk.po:
20879         * po/vi.po:
20880           update translations
20881
20882 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20883
20884         * gst-libs/gst/rtp/gstbasedepayload.c:
20885         * gst-libs/gst/rtp/gstbasedepayload.h:
20886           Minor cleanups
20887
20888 2005-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20889
20890         * gst/playback/.cvsignore:
20891         * gst/playback/decodetest.c:
20892         * gst/playback/test3.c:
20893           Port these two tests as well.
20894
20895 2005-10-27  Wim Taymans  <wim@fluendo.com>
20896
20897         * ext/theora/theoradec.c: (theora_dec_src_query),
20898         (theora_dec_sink_event):
20899         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20900         (theora_enc_change_state):
20901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20902         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20903         Take proper locks when handling events.
20904
20905 2005-10-27  Wim Taymans  <wim@fluendo.com>
20906
20907         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20908         (gst_adder_change_state):
20909         Fix timestamps and fix deadlock when stopping the collectpads.
20910
20911 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20912
20913         * gst-libs/gst/rtp/gstrtpbuffer.h:
20914         Declaring the payload types as strings too so that they can be used
20915         in the padtemplate inialization.
20916
20917 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20918
20919         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20920
20921         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20922         (gst_base_rtp_depayload_class_init):
20923         Fixes a small but nasty bug. The derived elements no longer segfaults
20924         on finalization.
20925
20926 2005-10-26  Michael Smith <msmith@fluendo.com>
20927
20928         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20929           When clearing an audioconvert context, set tmpbufsize to zero, so
20930           we'll allocate it again later if required.
20931           This fixes audioconvert re-negotiating formats, which previously
20932           segfaulted with a NULL destination buffer.
20933
20934 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20935
20936         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20937         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20938         (gst_base_rtp_depayload_set_gst_timestamp),
20939         (gst_base_rtp_depayload_queue_release):
20940         Fixed a smalll memleak.
20941
20942 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20944         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20945         (gst_base_rtp_depayload_finalize),
20946         (gst_base_rtp_depayload_setcaps),
20947         (gst_base_rtp_depayload_add_to_queue),
20948         (gst_base_rtp_depayload_push),
20949         (gst_base_rtp_depayload_set_gst_timestamp),
20950         (gst_base_rtp_depayload_queue_release),
20951         (gst_base_rtp_depayload_thread),
20952         (gst_base_rtp_depayload_change_state):
20953         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20954         Changed the C++ comments to C comments
20955
20956 2005-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20957
20958         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20959         * gst/tcp/gsttcpclientsrc.h:
20960         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20961         * gst/tcp/gsttcpserversrc.h:
20962           Remove unused 'curoffset' structure member.
20963
20964 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20965
20966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20967         (gst_base_rtp_depayload_base_init),
20968         (gst_base_rtp_depayload_finalize):
20969         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20970         * gst-libs/gst/rtp/gstbasertppayload.h:
20971           The pad-template on the sinkpad should be set by the derived classes.
20972           Also added some useful macros.
20973
20974 2005-10-24  Wim Taymans  <wim@fluendo.com>
20975
20976         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20977         Correctly flush decoder samples even if we could not
20978         copy them to an output buffer. Fixes #319618.
20979
20980 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20981
20982         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20984         the caps against our xcontext caps.
20985
20986 2005-10-24  Wim Taymans  <wim@fluendo.com>
20987
20988         * gst-libs/gst/audio/gstbaseaudiosink.c:
20989         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20990         Remove g_print
20991         Use sync property from baseclass to disable sync.
20992
20993 2005-10-24  Wim Taymans  <wim@fluendo.com>
20994
20995         * gst-libs/gst/audio/gstbaseaudiosink.c:
20996         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20997         Buffers with no timestamps get aligned with previous buffers or
20998         on underrun, played ASAP.
20999
21000 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21001
21002         * gst-libs/gst/video/video.h:
21003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21004         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21006         here comes my change on caps for framerate and geometry range.
21007         We are now accepting 1 to MAXINT for width and height, and from
21008         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21009         to be blended correctly in videomixer.
21010
21011 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21012
21013         * configure.ac:
21014           back to HEAD
21015
21016 === release 0.9.4 ===
21017
21018 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21019
21020         * NEWS:
21021         * RELEASE:
21022         * configure.ac:
21023           releasing 0.9.4, "Velociraptor"
21024
21025 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21026
21027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21028         * po/POTFILES.in:
21029           STOPPED -> FAILED
21030
21031 2005-10-21  Wim Taymans  <wim@fluendo.com>
21032
21033         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21034         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21035         (pad_blocked), (close_pad_link), (new_pad):
21036         Don't try to remove elements twice.
21037
21038 2005-10-21  Wim Taymans  <wim@fluendo.com>
21039
21040         * ext/theora/theoradec.c: (theora_dec_src_query),
21041         (theora_dec_sink_event):
21042         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21043         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21044         (vorbis_handle_data_packet):
21045         * ext/vorbis/vorbisdec.h:
21046         Fix old naming.
21047
21048         * gst-libs/gst/audio/gstbaseaudiosink.c:
21049         (gst_base_audio_sink_render):
21050         Don't try to sync on buffers without a timestamp.
21051
21052 2005-10-21  Wim Taymans  <wim@fluendo.com>
21053
21054         * ext/theora/theoradec.c: (theora_dec_src_query),
21055         (theora_dec_sink_event):
21056         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21057         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21058         (vorbis_handle_data_packet):
21059         * ext/vorbis/vorbisdec.h:
21060         Fix old naming.
21061
21062 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21063
21064         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21065         (gst_vorbisenc_src_query):
21066           Implement position and duration queries.
21067
21068         * gst/playback/test3.c: (update_scale), (main):
21069           Fix for async state changes and print nicer output.
21070
21071 2005-10-20  Wim Taymans  <wim@fluendo.com>
21072
21073         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21074         (dump_element_stats), (main):
21075         * gst/playback/test6.c: (main):
21076         Fix tests again
21077
21078 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21079
21080         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21081         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21082           Don't use functions for position queries when handling
21083           duration queries.
21084
21085 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21086
21087         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21088         (vorbis_handle_data_packet), (vorbis_dec_chain),
21089         (vorbis_dec_change_state):
21090         * ext/vorbis/vorbisdec.h:
21091           Vorbis streams can be embedded in other container formats
21092           than ogg, container formats where the demuxer might set 
21093           timestamps on encoded vorbis buffers instead of those silly 
21094           granulepos thingies. In short: make vorbisdec handle 
21095           timestamps on incoming buffers as well.
21096
21097 2005-10-20  Wim Taymans  <wim@fluendo.com>
21098
21099         * gst/playback/gstplaybasebin.c: (group_destroy),
21100         (gst_play_base_bin_change_state):
21101         Fix leak.
21102         Handle case where playbasebin is now ASYNC because
21103         decodebin is.
21104
21105 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21106
21107         * gst/audioconvert/Makefile.am:
21108         * gst/audioconvert/bufferframesconvert.c:
21109         * gst/audioconvert/plugin.c: (plugin_init):
21110         * gst/audioconvert/plugin.h:
21111           And bye bye buffer-frames-convert
21112
21113 2005-10-19  Wim Taymans  <wim@fluendo.com>
21114
21115         * check/elements/audioconvert.c:
21116         * docs/libs/tmpl/gstaudio.sgml:
21117         * docs/libs/tmpl/gstcolorbalance.sgml:
21118         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21119         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21120         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21121         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21122         * gst-libs/gst/audio/audio.h:
21123         * gst/audioconvert/audioconvert.h:
21124         * gst/audioconvert/gstaudioconvert.c:
21125         (gst_audio_convert_parse_caps):
21126         * gst/volume/gstvolume.c:
21127         Bye bye buffer-frames.
21128
21129 2005-10-19  Wim Taymans  <wim@fluendo.com>
21130
21131         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21132         (query_positions_elems), (query_positions_pads), (update_scale),
21133         (do_seek), (set_update_scale), (message_received), (main):
21134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21135         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21136         (gst_ogg_demux_loop):
21137         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21138         * ext/theora/theoradec.c: (theora_dec_src_query),
21139         (theora_dec_sink_event):
21140         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21141         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21142         * gst/adder/gstadder.c: (gst_adder_query):
21143         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21144         * gst/playback/test3.c: (update_scale):
21145         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21146         (dump_element_stats), (main):
21147         * gst/playback/test6.c: (main):
21148         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21149         Query API update.
21150
21151 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21152
21153         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21154         (xml_check_first_element), (xml_type_find), (smil_type_find),
21155         (plugin_init):
21156           Add typefinding for SMIL and for generic XML. Based on patch by
21157           Akos Maroy (#308663).
21158
21159 2005-10-18  Wim Taymans  <wim@fluendo.com>
21160
21161         * gst/playback/Makefile.am:
21162         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21163         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21164         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21165         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21166         (gst_decode_bin_change_state):
21167         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21168         (gst_play_bin_send_event_to_sink):
21169         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21170         (dump_element_stats), (main):
21171         * gst/playback/test6.c: (main):
21172         Make playbin async, it'll commit state to paused when all streams
21173         are detected.
21174         Remove ugly hack.
21175         Added test6.c to show async behaviour.
21176
21177 2005-10-18  Wim Taymans  <wim@fluendo.com>
21178
21179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21180         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21181         Fix for segment-start/stop API change.
21182
21183 2005-10-18  Wim Taymans  <wim@fluendo.com>
21184
21185         * check/Makefile.am:
21186         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21187         (main):
21188         Add future test for clock selection.
21189
21190 2005-10-18  Wim Taymans  <wim@fluendo.com>
21191
21192         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21193         (gst_alsasink_close):
21194         Set handle to NULL.
21195
21196         * gst-libs/gst/audio/gstringbuffer.c:
21197         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21198         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21199         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21200         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21201         (gst_ring_buffer_read):
21202         More debug info.
21203
21204 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21205
21206         * gst/audiotestsrc/Makefile.am:
21207         * gst/sine/Makefile.am:
21208         * gst/volume/Makefile.am:
21209           fix broken build of controllerized plugins
21210
21211 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21212
21213         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21214
21215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21216         (gst_riff_create_video_template_caps):
21217           Add support for Indeo-3 (IV32).
21218
21219 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * configure.ac:
21222           rewrite
21223
21224 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * gst-libs/gst/video/video.c: (gst_video_get_size):
21227         * gst/audiotestsrc/gstaudiotestsrc.c:
21228           doc updates
21229
21230 2005-10-17  Andy Wingo  <wingo@pobox.com>
21231
21232         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21233         with the collectpads change.
21234         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21235
21236         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21237
21238         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21239
21240         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21241         alloc_buffer flow return to callers.
21242         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21243         change. Fix some memleaks in theoraenc.
21244
21245         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21246         in strange circumstance.
21247
21248 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21249
21250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21251         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21252         from caps, let's use the caps...
21253
21254 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21255
21256         * configure.ac:
21257           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21258
21259 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21260
21261         * gst-libs/gst/interfaces/Makefile.am:
21262           fix silly typo
21263
21264 2005-10-16  Andy Wingo  <wingo@pobox.com>
21265
21266         * gst/playback/gstdecodebin.c
21267         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21268         function!
21269         (try_to_link_1): Increase kraziness level.
21270
21271 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21272
21273         * configure.ac:
21274           restructure like the core one
21275         * gst-libs/gst/audio/Makefile.am:
21276         * gst-libs/gst/interfaces/Makefile.am:
21277         * gst-libs/gst/net/Makefile.am:
21278         * gst-libs/gst/riff/Makefile.am:
21279         * gst-libs/gst/rtp/Makefile.am:
21280         * gst-libs/gst/tag/Makefile.am:
21281         * gst-libs/gst/video/Makefile.am:
21282           use correct linker flags, now the libs are properly versioned
21283         * check/elements/audioconvert.c: (verify_convert):
21284         * ext/alsa/gstalsaplugin.c:
21285         * ext/cdparanoia/gstcdparanoia.c:
21286         * ext/gnomevfs/gstgnomevfs.c:
21287         * ext/libvisual/visual.c:
21288         * ext/ogg/gstogg.c:
21289         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21290         * ext/theora/theora.c:
21291         * ext/vorbis/vorbis.c:
21292         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21293         * gst-libs/gst/tag/gsttagediting.c:
21294         * gst-libs/gst/video/video.c:
21295         * gst/adder/gstadder.c:
21296         * gst/audioconvert/plugin.c:
21297         * gst/audiorate/gstaudiorate.c:
21298         * gst/audioresample/gstaudioresample.c:
21299         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21300         * gst/audioscale/gstaudioscale.c:
21301         * gst/audioscale/resample.c:
21302         * gst/audiotestsrc/gstaudiotestsrc.c:
21303         * gst/ffmpegcolorspace/gstffmpeg.c:
21304         * gst/playback/gstdecodebin.c: (close_pad_link):
21305         * gst/playback/gstplaybin.c: (gen_video_element),
21306         (gen_audio_element):
21307         * gst/sine/gstsinesrc.c:
21308         * gst/subparse/gstsubparse.c:
21309         * gst/tags/gsttagediting.c:
21310         * gst/tcp/gsttcpplugin.c:
21311         * gst/typefind/gsttypefindfunctions.c:
21312         * gst/videorate/gstvideorate.c:
21313         * gst/videoscale/gstvideoscale.c:
21314         * gst/videotestsrc/gstvideotestsrc.c:
21315         * gst/volume/gstvolume.c:
21316         * sys/v4l/gstv4l.c:
21317         * sys/ximage/ximage.c:
21318         * sys/xvimage/xvimagesink.c:
21319           fix up defines
21320
21321 2005-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21322
21323         * ext/vorbis/vorbisenc.c:
21324         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21325         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21326         (gst_tag_to_vorbis_comments):
21327           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21328
21329 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21330
21331         * examples/stats/mp2ogg.c:
21332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21333           typo fixes
21334
21335 2005-10-13  Michael Smith <msmith@fluendo.com>
21336
21337         * ext/ogg/gstoggmux.c:
21338           Use magic glib macros to define constants as 64 bit, to ensure
21339           appropriate vararg passing.
21340
21341 2005-10-13  Michael Smith <msmith@fluendo.com>
21342
21343         * ext/ogg/gstoggmux.c:
21344         * gst/audioconvert/audioconvert.c: (float):
21345           Don't use LL suffix, as it's not portable, and neither of these
21346           uses required it anyway.
21347
21348 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21349
21350         * examples/indexing/indexmpeg.c: (main):
21351         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21352         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21353         (cdparanoia_convert), (cdparanoia_query):
21354         * ext/cdparanoia/gstcdparanoia.h:
21355         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21356         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21357         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21359         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21360         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21361         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21362         (gst_multifdsink_render), (gst_multifdsink_start),
21363         (gst_multifdsink_stop):
21364         * gst/tcp/gstmultifdsink.h:
21365         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21366         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21367         (gst_tcpclientsink_stop):
21368         * gst/tcp/gsttcpclientsink.h:
21369         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21370         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21371         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21372         * gst/tcp/gsttcpclientsrc.h:
21373         * gst/tcp/gsttcpserversink.h:
21374         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21375         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21376         (gst_tcpserversrc_stop):
21377         * gst/tcp/gsttcpserversrc.h:
21378         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21379         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21380         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21381           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21382           moved bitshift from macro to enum definition
21383
21384 2005-10-12  Wim Taymans  <wim@fluendo.com>
21385
21386         * examples/seeking/Makefile.am:
21387         Oops.
21388
21389 2005-10-12  Wim Taymans  <wim@fluendo.com>
21390
21391         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21392         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21393         Don't assert on normal stuff.
21394
21395         * gst/playback/gstplaybin.c: (do_playbin_seek):
21396         API fix.
21397
21398 2005-10-12  Wim Taymans  <wim@fluendo.com>
21399
21400         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21401         * examples/seeking/Makefile.am:
21402         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21403         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21404         (do_seek), (set_update_scale), (message_received), (main):
21405         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21406         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21407         Update for _get_state() API change.
21408
21409 2005-10-11  Wim Taymans  <wim@fluendo.com>
21410
21411         * gst-libs/gst/audio/gstbaseaudiosink.c:
21412         (gst_base_audio_sink_render):
21413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21414         (gst_base_audio_src_create):
21415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21416         (gst_ring_buffer_read):
21417         Cleanups.
21418         Commit and read from ringbuffer in samples rather than bytes.
21419
21420 2005-10-11  Wim Taymans  <wim@fluendo.com>
21421
21422         * gst-libs/gst/audio/gstbaseaudiosink.c:
21423         (gst_base_audio_sink_render):
21424         Respect segment rate and accum when scheduling samples.
21425
21426 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21427
21428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21429         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21430         EOS correctly, that needs more work.
21431
21432 2005-10-11  Wim Taymans  <wim@fluendo.com>
21433
21434         * check/generic/states.c: (GST_START_TEST):
21435         remove old property.
21436
21437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21438         (gst_ogg_demux_perform_seek):
21439         * ext/theora/theoradec.c: (theora_dec_sink_event):
21440         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21441         (vorbis_handle_data_packet):
21442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21443         (gst_base_rtp_depayload_set_gst_timestamp):
21444         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21445         Update for newsegment API change.
21446
21447 2005-10-11  Michael Smith <msmith@fluendo.com>
21448
21449         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21450         (do_playbin_seek), (gst_play_bin_send_event):
21451           Override send_event differently, so that we can takes bits of
21452           functionality from GstPipeline (special handling for seeks,
21453           including pausing/resuming, and resetting stream time) and still get
21454           the appropriate behaviour of only forwarding event to a single sink,
21455           rather than all of them.
21456           Unfortunately requires a lot of code duplication, but the
21457           alternatives are equally ugly in the end.
21458
21459 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21460
21461         * check/elements/audioconvert.c: (setup_audioconvert),
21462         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21463         (GST_START_TEST), (audioconvert_suite):
21464           clean up tests a little, fix some leaks.
21465
21466 2005-10-10  Wim Taymans  <wim@fluendo.com>
21467
21468         * ext/alsa/gstalsasink.c:
21469         Also allow unsigned int.
21470
21471         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21472         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21473         Small cleanup
21474
21475 2005-10-10  Wim Taymans  <wim@fluendo.com>
21476
21477         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21478         Small update, use API as stated in design docs.
21479
21480         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21481         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21482         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21483         (message_received), (main):
21484         Updated seek example for GOption. Some usability improvements.
21485
21486 2005-10-10  Wim Taymans  <wim@fluendo.com>
21487
21488         * gst/audioconvert/audioconvert.h:
21489         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21490         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21491         Alloc temp storage somewhere else where we can do it more
21492         portable.
21493
21494 2005-10-10  Wim Taymans  <wim@fluendo.com>
21495
21496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21497         (gst_tcpserversrc_start):
21498         Don't block in accept while doing the state change, move
21499         to poll and make cancellable.
21500
21501 2005-10-09  Philippe Khalaf <burger@speedy.org>
21502
21503         * gst-libs/gst/rtp/rtpbasedepayload.c:
21504         Set timestamp and add queue delay to timestamp
21505         * gst-libs/gst/rtp/rtpbuffer.h:
21506         Set correct payload type for h263
21507
21508 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21509
21510         * gst/audiotestsrc/gstaudiotestsrc.c:
21511         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21512         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21513         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21514         (gst_audiotestsrc_create_triangle),
21515         (gst_audiotestsrc_create_silence),
21516         (gst_audiotestsrc_create_white_noise),
21517         (gst_audiotestsrc_init_pink_noise),
21518         (gst_audiotestsrc_generate_pink_noise_value),
21519         (gst_audiotestsrc_create_pink_noise),
21520         (gst_audiotestsrc_change_wave):
21521         * gst/audiotestsrc/gstaudiotestsrc.h:
21522           fixed typo, added pink noise
21523
21524 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21525
21526         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21527         (plugin_init):
21528           Add wavpack and spc typefind functions from 0.8 branch.
21529
21530 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21531
21532         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21533         (ar_type_find), (msdos_type_find), (plugin_init):
21534           Add typefind functions for tar archives, ar archives,
21535           RAR archives, and msdos-executables (dlls, exe, etc.).
21536           Some of those would be wrongly identified as mpeg
21537           streams of some sort before (#315550).
21538
21539 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21540
21541         * configure.ac:
21542         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21543         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21544         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21545         * gst/audiotestsrc/Makefile.am:
21546         * gst/audiotestsrc/gstaudiotestsrc.c:
21547         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21548         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21549         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21550         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21551         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21552         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21553         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21554         (gst_audiotestsrc_create_silence),
21555         (gst_audiotestsrc_create_white_noise),
21556         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21557         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21558         (gst_audiotestsrc_start), (plugin_init):
21559         * gst/audiotestsrc/gstaudiotestsrc.h:
21560           add new plugin and element
21561         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21562           use gobject_class
21563
21564 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21565
21566         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21567         (gst_adder_init), (gst_adder_request_new_pad),
21568         (gst_adder_change_state):
21569           Add query function to source pad, so adder reports the correct
21570           time/sample position when queried (#315457); fix state change
21571           function; use GST_DEBUG_FUNCPTR() for pad functions.
21572
21573 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21574
21575         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21576           Fix leaks in typefind registration
21577           Clean up the gratuitous commenting and whitespacing a little
21578
21579 2005-10-08  Wim Taymans  <wim@fluendo.com>
21580
21581         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21582         Only actually wait for the thread to be stopped if it's 
21583         running.
21584
21585 2005-10-08  Wim Taymans  <wim@fluendo.com>
21586
21587         * gst-libs/gst/audio/gstbaseaudiosink.c:
21588         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21589         If we receive EOS we can start playback of what we had.
21590
21591 2005-10-08  Wim Taymans  <wim@fluendo.com>
21592
21593         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21594         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21595         (gst_multifdsink_stop):
21596         Fix crasher when going to NULL multiple times.
21597
21598 2005-10-06  Wim Taymans  <wim@fluendo.com>
21599
21600         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21601         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21602         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21603         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21604         patch from Edgard Lima <edgard.lima@indt.org.br>
21605         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21606
21607 2005-10-06  Wim Taymans  <wim@fluendo.com>
21608
21609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21610         Report the FLOW_RETURN as string in the error message.
21611
21612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21613         Don't assert when clearing an unnegotiated buffer.
21614
21615 2005-10-04  Michael Smith <msmith@fluendo.com>
21616
21617         * gst/playback/gstplaybasebin.c: (group_destroy),
21618         (gen_preroll_element), (remove_groups), (setup_source):
21619         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21620         (setup_sinks), (gst_play_bin_send_event),
21621         (gst_play_bin_change_state):
21622           Set state to NULL before removing from bin. Fix refcounting.
21623
21624 2005-10-04  Michael Smith <msmith@fluendo.com>
21625
21626         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21627           Correct refcounting in send_event() function. Previously was wrong
21628           if the first sink was unable to handle the event.
21629
21630 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21631
21632         * configure.ac:
21633           back to development
21634
21635 === release 0.9.3 ===
21636
21637 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21638
21639         * configure.ac:
21640           Releasing 0.9.3, "De Facto"
21641
21642 2005-10-03  Andy Wingo  <wingo@pobox.com>
21643
21644         * gst/playback/gstdecodebin.c (try_to_link_1)
21645         (remove_element_chain): set element to NULL before removing it.
21646
21647 2005-10-02  Johan Dahlin  <johan@gnome.org>
21648
21649         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21650         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21651         MT safe.
21652
21653 2005-10-02  Andy Wingo  <wingo@pobox.com>
21654
21655         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21656         (gst_ring_buffer_prepare_read): 
21657         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21658         Demote to LOG.
21659
21660 2005-09-29  Wim Taymans  <wim@fluendo.com>
21661
21662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21663         * ext/theora/theoradec.c: (theora_handle_data_packet):
21664         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21665         Propagate error codes from alloc_buffer too.
21666
21667 2005-09-29  Wim Taymans  <wim@fluendo.com>
21668
21669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21670         We use fixed caps.
21671
21672         * gst/playback/Makefile.am:
21673         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21674         (dump_element_stats), (main):
21675         Added example stream introspection code.
21676
21677 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21678
21679         * gst/adder/gstadder.c: (gst_adder_collected):
21680           fix adder for float elements
21681
21682 2005-09-28  Wim Taymans  <wim@fluendo.com>
21683
21684         * gst-libs/gst/audio/gstbaseaudiosink.c:
21685         (gst_base_audio_sink_class_init),
21686         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21687         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21688         (gst_base_audio_src_class_init),
21689         (gst_base_audio_src_provide_clock):
21690         get_clock -> provide_clock
21691
21692 2005-09-28  Andy Wingo  <wingo@pobox.com>
21693
21694         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21695         and unlocking.
21696
21697         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21698         unlocking.
21699
21700         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21701         Actually add the pad template.
21702         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21703
21704         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21705         I'm at it...
21706
21707         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21708         from fdsrc. Get caps in create() instead of start() so it can be
21709         interrupted. Interruption somewhat untested.
21710
21711         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21712         Proper EOS handling.
21713
21714 2005-09-27  Andy Wingo  <wingo@pobox.com>
21715
21716         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21717
21718         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21719
21720         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21721
21722         * gst/tcp/gsttcp.h: 
21723         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21724         out of tcpclientsrc.c. Cancellable.
21725         (gst_tcp_socket_read): Made private, cancellable, with better
21726         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21727         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21728         whole buffer, and better diagnostics.
21729         (gst_tcp_gdp_read_caps): Same.
21730
21731         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21732
21733 2005-09-26  Andy Wingo  <wingo@pobox.com>
21734
21735         * gst/sine/gstsinesrc.h:
21736         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21737         change the 'sync' property to 'is-live' and implement it halfway,
21738         update for controller api change.
21739
21740         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21741         controller api change.
21742
21743 2005-09-24  Wim Taymans  <wim@fluendo.com>
21744
21745         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21746         * gst-libs/gst/audio/gstaudiosink.c:
21747         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21748         (gst_audioringbuffer_stop):
21749         * gst-libs/gst/audio/gstbaseaudiosink.c:
21750         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21751         (gst_base_audio_sink_change_state):
21752         * gst-libs/gst/audio/gstbaseaudiosink.h:
21753         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21754         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21755         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21756         * gst-libs/gst/audio/gstringbuffer.h:
21757         Fix sync again. Moved sample alignment to basesink.
21758
21759 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21760
21761         * docs/plugins/Makefile.am:
21762         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21763         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21764         * gst/volume/gstvolume.c:
21765           add/fix docs
21766         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21767         * gst-libs/gst/audio/audio.h:
21768           add conversion macros for frames <-> clocktime
21769
21770 2005-09-23  David Schleef  <ds@schleef.org>
21771
21772         * gst/audioresample/Makefile.am:
21773         * gst/audioresample/debug.h:
21774         * gst/audioresample/gstaudioresample.c:
21775         * gst/audioresample/resample.c: Convert to using gst debugging
21776
21777 2005-09-22  Wim Taymans  <wim@fluendo.com>
21778
21779         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21780         (gst_play_bin_send_event):
21781         Only seek on one sink, the first one that succeeds.
21782
21783 2005-09-22  Michael Smith <msmith@fluendo.com>
21784
21785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21786         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21787         Don't flush encoder state unless we have an initialised encoder.
21788         Clear out encoder state on PAUSED_TO_READY.
21789
21790 2005-09-22  Wim Taymans  <wim@fluendo.com>
21791
21792         * gst-libs/gst/rtp/gstbasertppayload.c:
21793         (gst_basertppayload_class_init), (gst_basertppayload_init),
21794         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21795         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21796         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21797         (gst_basertppayload_set_property),
21798         (gst_basertppayload_get_property),
21799         (gst_basertppayload_change_state):
21800         * gst-libs/gst/rtp/gstbasertppayload.h:
21801         Added max-ptime to control amount of data in the rtp packets.
21802
21803 2005-09-21  Andy Wingo  <wingo@pobox.com>
21804
21805         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21806         thingies.
21807
21808         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21809         can be called multiple times, dogs.
21810
21811 2005-09-21  Wim Taymans  <wim@fluendo.com>
21812
21813         * gst-libs/gst/rtp/gstbasertppayload.c:
21814         (gst_basertppayload_class_init), (gst_basertppayload_init),
21815         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21816         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21817         (gst_basertppayload_push), (gst_basertppayload_get_property),
21818         (gst_basertppayload_change_state):
21819         Allow 0 ssrc too.
21820
21821 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21822
21823         * docs/libs/compiling.sgml:
21824           fixing typos
21825
21826 2005-09-20  Wim Taymans  <wim@fluendo.com>
21827
21828         * gst-libs/gst/rtp/gstbasertppayload.c:
21829         (gst_basertppayload_class_init), (gst_basertppayload_init),
21830         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21831         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21832         (gst_basertppayload_push), (gst_basertppayload_set_property),
21833         (gst_basertppayload_get_property),
21834         (gst_basertppayload_change_state):
21835         * gst-libs/gst/rtp/gstbasertppayload.h:
21836         Added property to configure sequence number offsets.
21837
21838 2005-09-20  Wim Taymans  <wim@fluendo.com>
21839
21840         * gst-libs/gst/rtp/gstbasertppayload.c:
21841         (gst_basertppayload_class_init), (gst_basertppayload_init),
21842         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21843         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21844         (gst_basertppayload_push), (gst_basertppayload_set_property),
21845         (gst_basertppayload_get_property),
21846         (gst_basertppayload_change_state):
21847         * gst-libs/gst/rtp/gstbasertppayload.h:
21848         Make timestamp offset configurable.
21849
21850 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21851
21852         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21853           fix wrong pop/unref
21854
21855 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21856
21857         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21858
21859         * gst-libs/gst/interfaces/propertyprobe.c:
21860         (gst_property_probe_probe_property_name),
21861         (gst_property_probe_needs_probe_name),
21862         (gst_property_probe_get_values_name),
21863         (gst_property_probe_probe_and_get_values_name):
21864           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21865           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21866
21867 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21868
21869         * check/Makefile.am:
21870           have some tests be disabled for valgrinding
21871         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21872         (GST_START_TEST):
21873         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21874           Fix A Leak.  Chain To Parent Finalize.
21875
21876 2005-09-19  Wim Taymans  <wim@fluendo.com>
21877
21878         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21879         Fixed wav pipeline.
21880
21881 2005-09-19  Wim Taymans  <wim@fluendo.com>
21882
21883         * gst-libs/gst/rtp/gstbasertppayload.c:
21884         (gst_basertppayload_class_init), (gst_basertppayload_init),
21885         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21886         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21887         (gst_basertppayload_push), (gst_basertppayload_get_property),
21888         (gst_basertppayload_change_state):
21889         Posting ERROR and WARNING messages is good.
21890
21891 2005-09-19  Wim Taymans  <wim@fluendo.com>
21892
21893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21894         (gst_base_rtp_depayload_add_to_queue),
21895         (gst_base_rtp_depayload_push),
21896         (gst_base_rtp_depayload_set_gst_timestamp),
21897         (gst_base_rtp_depayload_queue_release):
21898         This one was not supposed to go in.
21899
21900 2005-09-19  Wim Taymans  <wim@fluendo.com>
21901
21902         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21903         Fix for bus API.
21904
21905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21906         (gst_base_rtp_depayload_chain),
21907         (gst_base_rtp_depayload_add_to_queue),
21908         (gst_base_rtp_depayload_push),
21909         (gst_base_rtp_depayload_set_gst_timestamp),
21910         (gst_base_rtp_depayload_queue_release):
21911         Some cleanups.
21912
21913         * gst-libs/gst/rtp/gstbasertppayload.c:
21914         (gst_basertppayload_class_init), (gst_basertppayload_init),
21915         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21916         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21917         (gst_basertppayload_get_property),
21918         (gst_basertppayload_change_state):
21919         Added debugging category.
21920
21921 2005-09-18  David Schleef  <ds@schleef.org>
21922
21923         * gst/playback/gstdecodebin.c: free plugin list correctly
21924         * gst/playback/gstplaybin.c: emit warning if autovideosink
21925           and autoaudiosink can't be found (instead of segfaulting)
21926
21927 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21928
21929         * check/elements/audioconvert.c: (GST_START_TEST):
21930           try out 24 bit conversion
21931
21932 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21935         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21936         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21937         * ext/vorbis/vorbisenc.h:
21938           Fix EOS handling.  Still needs a fix in the ogg muxer to
21939           mark the last page as eos.
21940
21941 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * common/gtk-doc-plugins.mak:
21944         * docs/plugins/Makefile.am:
21945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21946         * gst/ffmpegcolorspace/Makefile.am:
21947         * gst/ffmpegcolorspace/avcodec.h:
21948         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21949         * gst/tcp/gstmultifdsink.c:
21950           fix up ffmpegcolorspace docs; extract header
21951
21952 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21953
21954         * common/gtk-doc-plugins.mak:
21955         * docs/plugins/Makefile.am:
21956         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21957         * ext/theora/Makefile.am:
21958         * ext/theora/gsttheoraenc.h:
21959         * ext/theora/theoraenc.c:
21960         * ext/vorbis/vorbisenc.c:
21961           pick up signals and args for vorbis; add some docs for vorbis
21962
21963 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21964
21965         * common/gstdoc-scangobj:
21966         * common/gtk-doc-plugins.mak:
21967         * docs/libs/Makefile.am:
21968         * docs/plugins/gst-plugins-base-plugins.args:
21969         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21970         * docs/plugins/gst-plugins-base-plugins.interfaces:
21971         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21972         * docs/plugins/gst-plugins-base-plugins.signals:
21973           only scanobj stuff from our source module.  Not sure yet
21974           if that's correct, given the hierarchy stuff :)
21975
21976 2005-09-15  Wim Taymans  <wim@fluendo.com>
21977
21978         * gst/audioconvert/gstaudioconvert.c:
21979         And enable 24 bits mode as well..
21980
21981 2005-09-15  Wim Taymans  <wim@fluendo.com>
21982
21983         * gst-libs/gst/rtp/Makefile.am:
21984         * gst-libs/gst/rtp/gstbasertppayload.c:
21985         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21986         (gst_basertppayload_class_init), (gst_basertppayload_init),
21987         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21988         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21989         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21990         (gst_basertppayload_set_property),
21991         (gst_basertppayload_get_property),
21992         (gst_basertppayload_change_state):
21993         * gst-libs/gst/rtp/gstbasertppayload.h:
21994         Added rtp payloader base class.
21995
21996 2005-09-15  Andy Wingo  <wingo@pobox.com>
21997
21998         * configure.ac (plugindir): Remove the EOL matcher from the
21999         regexp, as it causes me problems. Libtool? Make? Who knows?
22000
22001 2005-09-14  David Schleef  <ds@schleef.org>
22002
22003         * check/generic/states.c: 
22004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22005         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22006           Fixes for changes in registry API.
22007
22008         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22009           to GST_PLUGIN_LDFLAGS.
22010         * ext/libvisual/visual.c: Make the library shut up.
22011         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22012         * gst-libs/gst/audio/gstaudiofilter.c: same
22013
22014 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22015
22016         * docs/plugins/Makefile.am:
22017         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22018         * docs/plugins/inspect/plugin-libvisual.xml:
22019         * docs/plugins/tmpl/element-tcpserversink.sgml:
22020         * ext/theora/theoraenc.c:
22021           add libvisual plugin and theoraenc element to docs
22022
22023 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22027         * ext/theora/theoraenc.c:
22028           add theoraenc
22029
22030 2005-09-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22031
22032         * gst/audioconvert/Makefile.am:
22033           Audioconvert derives from GstBaseTransform and should
22034           link to the library with our base elements to avoid
22035           unresolved symbols. Makes things work with MinGW (#316160)
22036
22037         * gst/playback/test4.c: (main):
22038           Fix MinGW build problem and use g_usleep() instead of 
22039           sleep() (#316162)
22040
22041 2005-09-12  Wim Taymans  <wim@fluendo.com>
22042
22043         * gst/audioconvert/audioconvert.c: (float),
22044         (audio_convert_prepare_context), (audio_convert_convert):
22045         * gst/audioconvert/audioconvert.h:
22046         Cleanups, speedups, simplifications, added back support
22047         for 24 bits.
22048
22049 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22052         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22053         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22054         * docs/plugins/tmpl/element-tcpserversink.sgml:
22055         * gst/ffmpegcolorspace/gstffmpeg.c:
22056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22057         * gst/videotestsrc/gstvideotestsrc.c:
22058         * gst/volume/gstvolume.c:
22059           add more elements to the docs
22060
22061 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22062
22063         * check/Makefile.am:
22064         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22065         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22066           Add extra tests for basetransform based components. 
22067           Comment out the test_element_negotiation test until we decide
22068           if it's testing correct behaviour.
22069         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22070         (gst_visual_chain), (gst_visual_change_state):
22071           Slightly more correct but still bogus timestamping.
22072           Fix state change function.
22073         * gst/audioconvert/gstaudioconvert.c:
22074         (gst_audio_convert_class_init):
22075         * gst/audioresample/gstaudioresample.c:
22076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22077         (gst_ffmpegcsp_class_init):
22078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22079         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22080         (gst_videoscale_prepare_image):
22081         * gst/volume/gstvolume.c: (gst_volume_class_init),
22082         (volume_transform_ip):
22083           Basetransform updates. Enable passthrough modes.
22084         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22085         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22086         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22087           Negotiation fix that allows the window to return to the original
22088           size and renegotiate passthrough upstream. Extra debug output.
22089
22090 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22091
22092         * gst/sine/gstsinesrc.c:
22093         * gst/volume/gstvolume.c:
22094           fix up header include
22095
22096 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22097
22098         * gst-libs/gst/audio/gstbaseaudiosink.c:
22099         (gst_base_audio_sink_render):
22100         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22101         * gst/volume/gstvolume.c: (gst_volume_class_init),
22102         (volume_transform):
22103           fixing lost sync, some more debugging
22104
22105 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22106
22107         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22108         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22109         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22110         (gst_xvimagesink_check_xshm_calls):
22111           Fix compilation when XShm is not available.
22112
22113 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22114
22115         * ext/libvisual/visual.c: (gst_visual_dispose),
22116         (gst_visual_getcaps), (gst_visual_src_setcaps),
22117         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22118         (gst_visual_change_state):
22119           Finish fixing up libvisual plugin so that it runs. 
22120
22121 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22122
22123         * ext/vorbis/vorbisenc.c:
22124         * gst-libs/gst/tag/gstvorbistag.c:
22125           gsttaginterface.h -> gsttagsetter.h
22126
22127 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22128
22129         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22130           added another test that failes for me (test is not active by default)
22131
22132 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22133
22134         * configure.ac:
22135           v4l2 is no longer in gst-plugins-base
22136
22137 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22138
22139         * configure.ac:
22140           In the output at the end, don't show the first plugin on the same
22141           line as "Core plug-ins, always built:".
22142           Indent the output as for other plugin categories
22143         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22144           #define that can be used to not use peer buffer_alloc functions for
22145           test purposes.
22146         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22147         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22148         (gst_ximagesink_show_frame):
22149         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22150         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22151         (gst_xvimagesink_show_frame):
22152           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22153           fails gracefully instead of XError aborting or deadlocking.
22154
22155 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22156
22157         * ext/libvisual/Makefile.am:
22158           link against gst-base-libs
22159
22160 2005-09-06  David Schleef  <ds@schleef.org>
22161
22162         * configure.ac: Enable libvisual plugin.
22163         * ext/libvisual/Makefile.am:
22164         * ext/libvisual/visual.c: Fixes to make it compile.
22165
22166 === release 0.9.2 ===
22167
22168 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22169
22170         * NEWS:
22171         * RELEASE:
22172         * configure.ac:
22173         * docs/random/ChangeLog-0.8:
22174           releasing 0.9.2, "Spoon"
22175
22176 2005-09-05  Michael Smith <msmith@fluendo.com>
22177
22178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22179           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22180           that in the vorbisenc element.
22181
22182 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22183
22184         * common/gtk-doc-plugins.mak:
22185         * docs/plugins/Makefile.am:
22186           fix distcheck
22187         * gst/audioresample/resample.c:
22188           fix wrong docstring
22189
22190 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22191
22192         * common/gst-xmlinspect.py:
22193         * common/gtk-doc-plugins.mak:
22194           only inspect plugins for this given package
22195           require gst-python 0.9
22196
22197 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22198
22199         * Makefile.am:
22200         * autogen.sh:
22201         * common/gst-xmlinspect.py:
22202         * configure.ac:
22203         * docs/Makefile.am:
22204         * docs/plugins/inspect/plugin-alsa.xml:
22205         * docs/plugins/inspect/plugin-audioresample.xml:
22206         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22207         * docs/plugins/inspect/plugin-ogg.xml:
22208         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22209         * docs/plugins/tmpl/element-multifdsink.sgml:
22210         * docs/plugins/tmpl/element-tcpserversink.sgml:
22211         * docs/plugins/tmpl/element-vorbisenc.sgml:
22212         * gst-plugins-base.spec.in:
22213           various doc-related updates
22214
22215 2005-08-31  Wim Taymans  <wim@fluendo.com>
22216
22217         * gst-libs/gst/audio/gstbaseaudiosink.c:
22218         (gst_base_audio_sink_render):
22219         Resync if the buffer timestamps drift more than a 10th 
22220         of a second.
22221
22222 2005-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22223
22224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22225         (gst_v4lsrc_get_property):
22226           The 'timestamp-offset' property is registered as an int64, so
22227           let's use g_value_{set|get}_int64() in our setter and getter
22228           functions (makes it work and fixes warnings with gst-inspect).
22229
22230 2005-08-30  Wim Taymans  <wim@fluendo.com>
22231
22232         * check/elements/audioconvert.c: (setup_audioconvert):
22233         * check/elements/audioresample.c: (setup_audioresample):
22234         * check/elements/volume.c: (setup_volume):
22235         Fix checks.
22236
22237 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22238
22239         * common/gtk-doc-plugins.mak:
22240         * common/plugins.xsl:
22241         * docs/plugins/Makefile.am:
22242           make module a param
22243
22244 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22245
22246         * examples/seeking/seek.c: (make_mp3_pipeline),
22247         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22248         (play_cb), (pause_cb), (stop_cb):
22249           update the example
22250
22251 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22252
22253         * gst/volume/gstvolume.c: (gst_volume_class_init),
22254         (volume_transform):
22255           do not update controlled params, if buffer has no timestamp
22256
22257 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22258
22259         * configure.ac:
22260         * gst/sine/Makefile.am:
22261         * gst/volume/Makefile.am:
22262           controllerized elements also need to link against controller-libs ;)
22263
22264 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22265
22266         * docs/libs/tmpl/gstcolorbalance.sgml:
22267         * docs/libs/tmpl/gstgconf.sgml:
22268         * docs/libs/tmpl/gstmixer.sgml:
22269         * docs/libs/tmpl/gstringbuffer.sgml:
22270         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22271         (gst_sinesrc_create):
22272         * gst/volume/gstvolume.c: (gst_volume_class_init),
22273         (volume_transform):
22274           controllerized two audio plugins
22275
22276 2005-08-29  Andy Wingo  <wingo@pobox.com>
22277
22278         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22279         (vorbis_handle_data_packet): Fix some int overflow errors.
22280
22281         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22282         -1.
22283         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22284         valid.
22285         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22286         if it's valid. Fixed streaming-mode playback.
22287
22288         * check/elements/volume.c (cleanup_volume): Fix for running
22289         CK_FORK=no.
22290
22291         * check/elements/audioconvert.c: Convert from native endian, not
22292         little endian.
22293
22294 2005-08-29  Michael Smith <msmith@fluendo.com>
22295
22296         * ext/ogg/Makefile.am:
22297         * ext/ogg/gstogg.c: (plugin_init):
22298         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22299         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22300         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22301         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22302         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22303         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22304         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22305         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22306         Add an ogg parser element.
22307
22308 2005-08-28  Andy Wingo  <wingo@pobox.com>
22309
22310         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22311
22312 2005-08-26  Wim Taymans  <wim@fluendo.com>
22313
22314         * gst/audioconvert/audioconvert.c: (if), (float),
22315         (audio_convert_get_func_index), (check_default),
22316         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22317         (audio_convert_clean_context), (audio_convert_get_sizes),
22318         (audio_convert_convert):
22319         Cleanups.
22320
22321 2005-08-26  Wim Taymans  <wim@fluendo.com>
22322
22323         * gst/audioconvert/audioconvert.c: (if), (float),
22324         (audio_convert_get_func_index), (check_default),
22325         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22326         (audio_convert_clean_context), (audio_convert_get_sizes),
22327         (audio_convert_convert):
22328         More elegant and working temp buffer selection algo.
22329
22330 2005-08-26  Wim Taymans  <wim@fluendo.com>
22331
22332         * gst/audioconvert/audioconvert.c: (if), (float),
22333         (audio_convert_get_func_index), (check_default),
22334         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22335         (audio_convert_clean_context), (audio_convert_get_sizes),
22336         (get_temp_buffer), (audio_convert_convert):
22337         Use realloc else we lose our original data.
22338
22339 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22340
22341         * gst/audioresample/gstaudioresample.c:
22342           use base class' newsegment to properly timestamp
22343
22344 2005-08-26  Wim Taymans  <wim@fluendo.com>
22345
22346         * gst/audioconvert/audioconvert.c: (if), (float),
22347         (audio_convert_get_func_index), (check_default),
22348         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22349         (audio_convert_clean_context), (audio_convert_get_sizes),
22350         (get_temp_buffer), (audio_convert_convert):
22351         * gst/audioconvert/gstaudioconvert.c:
22352         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22353         (gst_audio_convert_transform_caps),
22354         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22355         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22356         Oops, allocate enough space to perform the channel mix.
22357
22358 2005-08-26  Wim Taymans  <wim@fluendo.com>
22359
22360         * gst/audioconvert/Makefile.am:
22361         * gst/audioconvert/audioconvert.c: (if), (float),
22362         (audio_convert_get_func_index), (check_default),
22363         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22364         (audio_convert_clean_context), (audio_convert_get_sizes),
22365         (get_temp_buffer), (audio_convert_convert):
22366         * gst/audioconvert/audioconvert.h:
22367         * gst/audioconvert/gstaudioconvert.c:
22368         (gst_audio_convert_class_init), (gst_audio_convert_init),
22369         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22370         (gst_audio_convert_get_unit_size),
22371         (gst_audio_convert_transform_caps),
22372         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22373         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22374         * gst/audioconvert/gstaudioconvert.h:
22375         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22376         (gst_channel_mix_fill_identical),
22377         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22378         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22379         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22380         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22381         (gst_channel_mix_mix):
22382         * gst/audioconvert/gstchannelmix.h:
22383         Cleanups, librarify a bit, optimize, better negotiation and more.
22384
22385 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22386
22387         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22388         Another from MikeS:
22389         During typefinding, don't support negative offsets
22390         (offsets from the end of the stream) in our typefind->peek() function
22391         - nothing embedded in ogg ever needs them. However, we need to recognise
22392         those requests and reject them, otherwise we return invalid pointers.
22393
22394 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22395
22396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22397         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22398         (vorbisdec_finalize), (vorbis_handle_type_packet):
22399           Big shout-out to MikeS for fixing this giant memory leak.
22400           Huzzah!
22401
22402 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22403
22404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22405         (audio_convert_get_unit_size):
22406           plug some leaks
22407
22408 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22409
22410         * check/Makefile.am:
22411         * check/elements/audioconvert.c: (setup_audioconvert),
22412         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22413         (GST_START_TEST), (audioconvert_suite), (main):
22414           add a test for audioconvert
22415         * gst/audioresample/gstaudioresample.c:
22416         * gst/audioresample/gstaudioresample.h:
22417           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22418           note that for buffers of 1/3 sec this means DURATION(c) is 
22419           one nanosecond more than for a and b
22420
22421 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22422
22423         * check/Makefile.am:
22424         * check/elements/audioresample.c: (setup_audioresample),
22425         (cleanup_audioresample), (fail_unless_perfect_stream),
22426         (test_perfect_stream_instance), (GST_START_TEST),
22427           add a check for audioresample
22428         (audioresample_suite), (main):
22429         * check/elements/volume.c: (GST_START_TEST):
22430           remove unused method
22431         * gst/audioresample/gstaudioresample.c:
22432           set correct buffer parameters since we're changing them
22433         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22434           add some debug
22435
22436 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * gst/audioresample/debug.c:
22439         * gst/audioresample/gstaudioresample.c:
22440           add room for extra overlap samples when asked to transform size
22441           protect against possible mem corruption and check for discrepancies
22442           between written size and outbuffer's size so we can warn for
22443           potential problems
22444         * gst/audioresample/resample.c: (resample_init),
22445         (resample_get_output_size_for_input), (resample_get_output_size),
22446         (resample_set_n_channels), (resample_set_format):
22447           set debug level based on RESAMPLE_DEBUG env var
22448           make sure that get_output_size* returns a whole number of
22449           sample_size
22450           set sample_size each time either channel or format is set
22451         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22452         * gst/audioresample/resample_functable.c:
22453         (resample_scale_functable):
22454         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22455           remove r->sample_size, it's done in resample.c now
22456           add some debugging to the ref implementation
22457           make sure we only give back bytes that are wholes of the sample
22458           size
22459
22460 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22461         * gst/playback/gstplaybasebin.c: (fill_buffer):
22462         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22463
22464 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22465
22466         * gst/volume/gstvolume.c:
22467           made set_caps function static
22468
22469 2005-08-24  Wim Taymans  <wim@fluendo.com>
22470
22471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22472         (gst_vorbisenc_change_state):
22473         Stop leaking taglists.
22474
22475 2005-08-24  Wim Taymans  <wim@fluendo.com>
22476
22477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22478         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22479         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22480         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22481         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22482         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22483         Parse seeking events better.
22484         Unref static caps.
22485         Generate correct newsegment events, fixes seeking in live oggs.
22486
22487         * ext/theora/theoradec.c: (theora_dec_src_query),
22488         (theora_dec_src_event), (theora_dec_src_getcaps),
22489         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22490         Use newsegment values to report correct play time.
22491
22492         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22493         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22494         * ext/vorbis/vorbisdec.h:
22495         Parse and use newsegment values to report correct play time.
22496
22497         * gst-libs/gst/audio/gstbaseaudiosink.c:
22498         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22499         Clear ringbuffer on flush.
22500         Use newsegment values to calculate playback time.
22501
22502         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22504         Basesink does newsegment calculations for us now.
22505
22506 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22507
22508         * check/Makefile.am:
22509         * configure.ac:
22510           add core's plugins to the mix so that playbin works
22511         * check/generic/states.c: (GST_START_TEST):
22512           set a 0 timeout on pipelines, so they don't force the next
22513           state change
22514         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22515         (gst_play_base_bin_change_state):
22516           remove the crappy error handling and do GST error handling
22517
22518 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22519
22520         * check/Makefile.am:
22521         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22522           add same test as to core, it bitches out on playbin atm.
22523
22524 2005-08-24  Wim Taymans  <wim@fluendo.com>
22525
22526         * configure.ac:
22527         Remove audioscale.
22528
22529 2005-08-24  Wim Taymans  <wim@fluendo.com>
22530
22531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22532         (gst_videoscale_prepare_size), (parse_caps),
22533         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22534         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22535         (gst_videoscale_transform):
22536         * gst/videoscale/gstvideoscale.h:
22537         Refactor, make use of BaseTranform really well.
22538
22539 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22540
22541         * configure.ac:
22542           compile audioresample
22543         * gst/audioresample/Makefile.am:
22544         * gst/audioresample/buffer.c:
22545         * gst/audioresample/functable.c:
22546         * gst/audioresample/gstaudioresample.c:
22547         * gst/audioresample/gstaudioresample.h:
22548         * gst/audioresample/resample.c:
22549         (resample_get_output_size_for_input):
22550         * gst/audioresample/resample.h:
22551         * gst/audioresample/resample_chunk.c:
22552         * gst/audioresample/resample_functable.c:
22553         * gst/audioresample/resample_ref.c:
22554           port to use basetransform; doesn't work in all cases yet
22555
22556 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22557
22558         * gst/audioconvert/gstaudioconvert.c:
22559         (gst_audio_convert_class_init), (gst_audio_convert_init),
22560         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22561         (audio_convert_fixate_caps), (audio_convert_set_caps),
22562         (audio_convert_transform),
22563         (gst_audio_convert_buffer_to_default_format),
22564         (gst_audio_convert_buffer_from_default_format),
22565         (gst_audio_convert_channels):
22566         * gst/audioconvert/gstchannelmix.c:
22567         * gst/audioconvert/gstchannelmix.h:
22568           port to basetransform
22569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22570         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22571         (gst_ffmpegcsp_get_unit_size):
22572         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22573         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22574           fix for basetransform changes
22575
22576 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22577
22578         * check/Makefile.am:
22579           Add CHECK_CFLAGS and LDFLAGS
22580
22581         * gst/playback/gstplaybasebin.c: (fill_buffer):
22582           GST_MESSAGE_SRC became a GObject
22583
22584 2005-08-24  Wim Taymans  <wim@fluendo.com>
22585
22586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22587         (gst_ring_buffer_clear_all):
22588         * gst-libs/gst/audio/gstringbuffer.h:
22589         Added function to clear the ringbuffer.
22590
22591 2005-08-24  Andy Wingo  <wingo@pobox.com>
22592
22593         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22594         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22595         of _open and _close.
22596
22597         * sys/v4l/gstv4lxoverlay.h:
22598         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22599         an Xv connection here, instead of all the time. Make Xv only be
22600         loaded if you axe for it. Kindof a workaround for buggy behaviour
22601         of Xv when using remote xservers (XvQueryExtension would block).
22602         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22603         replace the _open and _close public API. Only start the xv
22604         connection if necessary.
22605         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22606
22607 2005-08-23  David Schleef  <ds@schleef.org>
22608
22609         * gst/audioresample/Makefile.am: Leet audioresampling code
22610         * gst/audioresample/buffer.c:
22611         * gst/audioresample/buffer.h:
22612         * gst/audioresample/debug.c:
22613         * gst/audioresample/debug.h:
22614         * gst/audioresample/functable.c:
22615         * gst/audioresample/functable.h:
22616         * gst/audioresample/gstaudioresample.c:
22617         * gst/audioresample/gstaudioresample.h:
22618         * gst/audioresample/resample.c:
22619         * gst/audioresample/resample.h:
22620         * gst/audioresample/resample_chunk.c:
22621         * gst/audioresample/resample_functable.c:
22622         * gst/audioresample/resample_ref.c:
22623
22624 2005-08-23  Wim Taymans  <wim@fluendo.com>
22625
22626         * examples/seeking/seek.c: (make_vorbis_pipeline),
22627         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22628         Small seek updates.
22629
22630 2005-08-23  Andy Wingo  <wingo@pobox.com>
22631
22632         * gst-libs/gst/audio/gstbaseaudiosrc.c
22633         (gst_base_audio_src_fixate): Only fixate endianness if it is
22634         present in the caps.
22635
22636 2005-08-22  Andy Wingo  <wingo@pobox.com>
22637
22638         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22639         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22640         device-name property.
22641
22642         * gst-libs/gst/audio/gstaudiosrc.h:
22643         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22644         close_device in the ring buffer, like gstaudiosink.
22645
22646         * ext/alsa/gstalsamixer.h:
22647         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22648         macro to implement the interface without much code. Cleanups. 
22649
22650         * ext/alsa/gstalsasrc.h:
22651         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22652         READY.
22653
22654         * ext/alsa/Makefile.am: Add new files.
22655         * ext/alsa/gstalsamixerelement.c: 
22656         * ext/alsa/gstalsamixerelement.c: Split element code out from
22657         mixer code so that alsasrc can be a mixer too.
22658
22659 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22660
22661         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22662         (GST_START_TEST):
22663         * check/elements/vorbisdec.c: (setup_vorbisdec),
22664         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22665         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22666         (vorbis_handle_identification_packet),
22667         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22668         (vorbis_handle_header_packet), (vorbis_dec_push),
22669         (vorbis_dec_chain):
22670           use the setup/teardown methods to save code.  save code is good.
22671
22672 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22673
22674         * check/Makefile.am:
22675           add ext dir for plugins
22676           add vorbisdec test conditionally
22677         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22678         (GST_START_TEST), (volume_suite):
22679           add a test with wrong caps
22680         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22681         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22682           add a vorbisdec test
22683         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22684         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22685           clean up debug output
22686         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22687           yay, fix a segfault/security issue in vorbisdec
22688           gst-launch fakesrc ! vorbisdec wasn't happy
22689         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22690         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22691         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22692         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22693         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22694         (gst_vorbisenc_set_metadata), (get_constraints_string),
22695         (update_start_message), (gst_vorbisenc_setup),
22696         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22697         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22698         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22699         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22700         * ext/vorbis/vorbisenc.h:
22701           march in line
22702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22703         (gst_ffmpegcsp_transform):
22704           have the kow come home
22705         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22706           debug my func ptr
22707         * gst/volume/gstvolume.c: (volume_set_caps):
22708           add a debug
22709
22710 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22711
22712         * Makefile.am:
22713         * check/.cvsignore:
22714         * check/Makefile.am:
22715         * check/elements/.cvsignore:
22716         * check/elements/volume.c: (chain_func), (event_func),
22717         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22718         (main):
22719         * configure.ac:
22720           add unit test structure for gst-plugins-base
22721           add a test for volume
22722         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22723         (gst_volume_set_volume), (gst_volume_get_volume),
22724         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22725         (volume_funcfind), (volume_process_float), (volume_process_int16),
22726         (volume_set_caps), (volume_transform), (volume_update_mute),
22727         (volume_update_volume), (volume_set_property),
22728         (volume_get_property):
22729           document a little; use basetransform vmethod _set_caps
22730
22731 2005-08-19  Andy Wingo  <wingo@pobox.com>
22732
22733         * ext/alsa/gstalsamixertrack.h:
22734         * ext/alsa/gstalsamixertrack.c:
22735         * ext/alsa/gstalsamixeroptions.h:
22736         * ext/alsa/gstalsamixeroptions.c:
22737         * ext/alsa/gstalsamixer.h:
22738         * ext/alsa/gstalsamixer.c: Port to 0.9.
22739
22740         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22741         Remove gstalsa.c and alsaclock. No more cruft here.
22742         
22743 2005-08-18  Wim Taymans  <wim@fluendo.com>
22744
22745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22746         (gst_base_rtp_depayload_chain),
22747         (gst_base_rtp_depayload_add_to_queue),
22748         (gst_base_rtp_depayload_push),
22749         (gst_base_rtp_depayload_queue_release):
22750         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22751         Fix for RTPBuffer changes.
22752
22753         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22754         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22755         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22756         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22757         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22758         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22759         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22760         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22761         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22762         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22763         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22764         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22765         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22766         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22767         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22768         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22769         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22770         (gst_rtpbuffer_get_payload):
22771         * gst-libs/gst/rtp/gstrtpbuffer.h:
22772         Don't subclass GstBuffer but add methods and helper functions
22773         to construct and manipulate RTP packets in regular GstBuffers.
22774
22775 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22776
22777         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22778           moved statement below switch
22779         * gst/volume/gstvolume.c: (gst_volume_class_init):
22780           added debug ptr
22781
22782 2005-08-16  Wim Taymans  <wim@fluendo.com>
22783
22784         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22785         (gst_base_audio_src_change_state):
22786         Open and close device in READY<->NULL state change.
22787
22788 2005-08-16  Andy Wingo  <wingo@pobox.com>
22789
22790         * examples/seeking/Makefile.am: Don't compile non-compiling
22791         compiled objects with the compiler.
22792
22793         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22794         elements.
22795
22796 2005-08-12  Philippe Khalaf <burger@speedy.org>
22797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22798         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22799           Made a thread to release the queue.
22800           Removed timestamp conversion for now.
22801
22802 2005-08-10  Philippe Khalaf <burger@speedy.org>
22803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22804         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22805           Added rtp timestamp -> gst timestamp conversion.
22806           Fixed several problems with queue.
22807
22808 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22809
22810         * gst-libs/gst/audio/gstaudioclock.h:
22811         * gst-libs/gst/audio/gstaudiofilter.h:
22812         * gst-libs/gst/audio/gstaudiosink.h:
22813         * gst-libs/gst/audio/gstaudiosrc.h:
22814         * gst-libs/gst/audio/gstbaseaudiosink.h:
22815         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22816         * gst-libs/gst/audio/gstringbuffer.h:
22817         * gst-libs/gst/net/gstnetbuffer.h:
22818         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22819         * gst-libs/gst/rtp/gstrtpbuffer.h:
22820           Add padding (you will need to rebuild gst-plugins-base,
22821           gst-plugins and all applications afterwards!)
22822
22823 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22824
22825         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22826         (gst_riff_parse_chunk):
22827           Fix bug in debug message and add some more debug messages.
22828
22829 2005-08-08  Edward Hervey  <edward@fluendo.com>
22830
22831         * gst-libs/gst/riff/riff-media.c:
22832         backported updates since branch
22833
22834 2005-08-08  Andy Wingo  <wingo@pobox.com>
22835
22836         * gst-libs/gst/audio/gstbaseaudiosink.c
22837         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22838         like good elements should. Close on READY->NULL too.
22839
22840         * gst-libs/gst/audio/gstaudiosink.c
22841         (gst_audioringbuffer_open_device,
22842         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22843         (gst_audioringbuffer_release): Updates for new ring buffer API,
22844         hook into the new audio sink api.
22845
22846         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22847         (GstAudioSinkClass.close): Just open and close the device -- no
22848         resource allocation or configuration.
22849         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22850         vmethods, handle device setup and resource allocation.
22851
22852         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22853         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22854         base class API.
22855
22856         * gst-libs/gst/audio/gstringbuffer.h
22857         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22858         New vmethods.
22859
22860         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22861         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22862         New API functions. The device should be opened before acquiring
22863         and closed after releasing.
22864
22865 2005-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22866
22867         * gst-libs/gst/interfaces/mixer.h:
22868           Reset padding to GST_PADDING.
22869
22870 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22871
22872         * gst/playback/gstplaybin.c: (remove_sinks):
22873           Remove visualization from parent explicitely; works around some
22874           apparent refcount issue that I haven't tracked down yet.
22875
22876 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22877
22878         * ext/alsa/gstalsasink.c: (set_hwparams):
22879           Assign debug category, add negotiation debug msgs.
22880
22881 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22882
22883         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22884           Fix error code for file-not-found to NOT_FOUND.
22885
22886 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22887
22888         * common/gtk-doc-plugins.mak:
22889         * docs/plugins/Makefile.am:
22890         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22891         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22892           renamed to actual element names, so much nicer to look at
22893         * docs/plugins/tmpl/gstmultifdsink.sgml:
22894           remove
22895         * docs/plugins/tmpl/multifdsink.sgml:
22896         * docs/plugins/tmpl/tcpserversink.sgml:
22897           add
22898         * ext/alsa/gstalsa.c:
22899         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22900         * ext/ogg/gstoggmux.c:
22901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22902         * gst/playback/gstdecodebin.c:
22903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22904         * gst/tcp/gsttcpserversink.c:
22905           various fixes and documentation additions
22906
22907 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22908
22909         * common/Makefile.am:
22910         * common/gstdoc-scangobj:
22911         * common/gtk-doc-plugins.mak:
22912         * common/gtk-doc.mak:
22913           add a custom scangobj that uses the registry
22914           add a custom gtk-doc-plugins.mak that uses it
22915           some doc build fixes
22916         * configure.ac:
22917         * docs/Makefile.am:
22918         * docs/plugins/Makefile.am:
22919         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22920         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22921         * docs/plugins/gst-plugins-base-plugins.types:
22922         * docs/plugins/tmpl/gstmultifdsink.sgml:
22923           add docs for one element, multifdsink
22924         * gst/adder/gstadder.h:
22925         * gst/volume/gstvolume.h:
22926           don't privatize enum
22927         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22928         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22929         (gst_sync_method_get_type), (gst_client_status_get_type),
22930         (gst_multifdsink_class_init),
22931         (gst_multifdsink_client_queue_buffer),
22932         (gst_multifdsink_handle_client_write):
22933         * gst/tcp/gstmultifdsink.h:
22934         * gst/tcp/gsttcp.h:
22935         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22936         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22937         (gst_tcpclientsink_render):
22938         * gst/tcp/gsttcpclientsink.h:
22939         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22940         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22941         (gst_tcpclientsrc_start):
22942         * gst/tcp/gsttcpclientsrc.h:
22943         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22944         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22945         * gst/tcp/gsttcpserversrc.h:
22946         * gst/typefind/gsttypefindfunctions.c:
22947           remove superfluous Type stuff
22948
22949 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22950
22951         * gst/playback/gstplaybin.c: (gen_video_element):
22952           Enable videoscale.
22953
22954 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22955
22956         * gst-libs/gst/gconf/gconf.c:
22957         * gst-libs/gst/gconf/gconf.h:
22958           Fix some Andy Problem [tm].
22959
22960 2005-08-04  Andy Wingo  <wingo@pobox.com>
22961
22962         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22964         (gst_ffmpegcsp_get_size): Adapt to API changes.
22965
22966         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22967         Implement an in-place do-nothing transform.
22968
22969 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22970
22971         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22972         (gst_ximagesink_renegotiate_size):
22973           Do not set new window sizes yet if we prepare a new buffer size
22974           for upstream renegotiation (software scaling) at some point in the
22975           future, because this new size waqs not actually accepted yet. Once
22976           accepted, renegotiation later on will set the new sizes just fine.
22977           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22978           embedding testcase.
22979
22980 2005-08-03  Andy Wingo  <wingo@pobox.com>
22981
22982         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22983         (gst_ximagesink_buffer_alloc): 
22984         Protect the height, width, and desired_caps with the pool_lock.
22985         Fixes videotestsrc ! queue ! ximagesink.
22986
22987 2005-08-02  Edward Hervey  <edward@fluendo.com>
22988
22989         * gst/volume/gstvolume.c:
22990         include left from controller cleanup
22991
22992 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22994           Stop collectpads before calling the parent state
22995           change function on PAUSED->READY.
22996
22997 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22998         * configure.ac:
22999           When testing for X libs, use the X CFlags 
23000         * gst/adder/gstadder.c: (gst_adder_change_state):
23001           Stop the collectpads before calling parent state change function
23002           on PAUSED->READY, otherwise we deadlock deactivating pads.
23003
23004 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23005
23006         * configure.ac:
23007         * docs/libs/tmpl/gstcolorbalance.sgml:
23008         * docs/libs/tmpl/gstmixer.sgml:
23009         * examples/Makefile.am:
23010         * gst/sine/Makefile.am:
23011         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23012         (gst_sinesrc_set_property), (plugin_init):
23013         * gst/sine/gstsinesrc.h:
23014         * gst/volume/Makefile.am:
23015         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23016         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23017         (volume_process_float), (volume_process_int16),
23018         (volume_set_property), (plugin_init):
23019         * gst/volume/gstvolume.h:
23020           deactivate and remove dparams (libgstcontrol)
23021
23022 2005-07-29  Wim Taymans  <wim@fluendo.com>
23023
23024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23025         Convert me to BaseTransform!! help..
23026
23027 2005-07-29  Andy Wingo  <wingo@pobox.com>
23028
23029         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23030         sinks.
23031
23032         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23033         support of both endiannesses.
23034
23035 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23036
23037         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23038           Fix confusing debug message (s/event/query/)
23039
23040 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23041
23042         * gst/videotestsrc/videotestsrc.h:
23043           Use "_stdint.h" instead of <stdint.h>
23044
23045 2005-07-27  Wim Taymans  <wim@fluendo.com>
23046
23047         * ext/vorbis/Makefile.am:
23048         Revert wrong commit.
23049
23050 2005-07-27  Wim Taymans  <wim@fluendo.com>
23051
23052         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23053         More compilation fixen.
23054
23055 2005-07-27  Wim Taymans  <wim@fluendo.com>
23056
23057         * gst-libs/gst/audio/gstbaseaudiosink.c:
23058         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23059         (gst_base_audio_sink_create_ringbuffer),
23060         (gst_base_audio_sink_change_state):
23061         Fix compilation.
23062
23063 2005-07-27  Wim Taymans  <wim@fluendo.com>
23064
23065         * examples/seeking/seek.c: (setup_dynamic_link),
23066         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23067         (query_positions_elems), (query_positions_pads), (do_seek):
23068         Update seek example.
23069
23070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23071         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23072         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23073         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23074         (gst_ogg_demux_handle_event),
23075         (gst_ogg_demux_deactivate_current_chain),
23076         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23077         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23078         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23079         (gst_ogg_demux_loop):
23080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23081         * ext/theora/theoradec.c: (theora_dec_src_event),
23082         (theora_dec_src_getcaps), (theora_dec_sink_event),
23083         (theora_dec_push), (theora_dec_chain):
23084         * ext/vorbis/Makefile.am:
23085         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23086         (vorbis_dec_sink_event), (vorbis_dec_push),
23087         (vorbis_handle_data_packet):
23088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23089         (gst_vorbisenc_chain):
23090         * gst/playback/gststreaminfo.c: (cb_probe):
23091         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23092         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23093         * gst/videoscale/gstvideoscale.c:
23094         (gst_videoscale_handle_src_event):
23095         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23096         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23097         (gst_ximagesink_navigation_send_event):
23098         * sys/xvimage/xvimagesink.c:
23099         (gst_xvimagesink_navigation_send_event):
23100         Various event updates and cleanups
23101
23102 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23103
23104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23105           Fix segfault for I420/YV12.
23106
23107 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23108
23109         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23110           Report bitrate.
23111
23112 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23113
23114         * gst/playback/gstplaybin.c: (gen_video_element),
23115         (gen_audio_element):
23116           Switch to auto*sink elements as default sinks; add volume element
23117           so that volume control in totem works.
23118
23119 2005-07-21  Wim Taymans  <wim@fluendo.com>
23120
23121         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23122         * gst/playback/gstplaybin.c: (setup_sinks),
23123         (gst_play_bin_change_state):
23124         Refcount fix and more comments.
23125
23126 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23127
23128         * sys/ximage/Makefile.am:
23129         * sys/ximage/ximage.c: (plugin_init):
23130         * sys/ximage/ximagesink.c:
23131         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23132         
23133
23134 2005-07-21  Wim Taymans  <wim@fluendo.com>
23135
23136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23137         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23138         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23139         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23140         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23141         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23142         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23143         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23144         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23145         Generate correct disconts for live chained oggs.
23146
23147         * gst-libs/gst/audio/gstbaseaudiosink.c:
23148         (gst_base_audio_sink_render),
23149         (gst_base_audio_sink_create_ringbuffer),
23150         (gst_base_audio_sink_change_state):
23151         Handle discont math correctly.
23152
23153         * gst/playback/gstplaybin.c: (add_sink):
23154         Some small debug cleanup.
23155
23156 2005-07-21  Wim Taymans  <wim@fluendo.com>
23157
23158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23159         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23160         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23161         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23162         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23163         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23164         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23165         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23166         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23167         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23168         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23169         (gst_ogg_demux_change_state), (gst_ogg_print):
23170         Reorganize code to send the right disconts when in streaming
23171         mode.
23172
23173 2005-07-20  Andy Wingo  <wingo@pobox.com>
23174
23175         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23176         fix (?), fixes a seggie mcfalterson (#310894).
23177
23178 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23179
23180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23181         (gst_ogg_mux_set_header_on_caps):
23182         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23184         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23185         * gst-libs/gst/audio/multichannel.c:
23186         (gst_audio_set_channel_positions),
23187         (gst_audio_set_structure_channel_positions_list):
23188         * gst/playback/gstdecodebin.c: (dynamic_create):
23189         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23190         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23191           Fixes for API changes in core.
23192
23193 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23194
23195         * gst/playback/gstplaybasebin.c: (fill_buffer):
23196           Use _new_custom() so we can set custom message types for buffering
23197           messages.
23198
23199 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23200
23201         * configure.ac:
23202         * gst-libs/gst/Makefile.am:
23203         * gst-libs/gst/gconf/.cvsignore:
23204         * gst-libs/gst/gconf/Makefile.am:
23205         * gst-libs/gst/gconf/test-gconf.c:
23206         * pkgconfig/Makefile.am:
23207         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23208         * pkgconfig/gstreamer-gconf.pc.in:
23209           Remove gconf stuff, use gconf elements instead from now on.
23210
23211 2005-07-20  Wim Taymans  <wim@fluendo.com>
23212
23213         * gst-libs/gst/audio/TODO:
23214         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23215         (gst_audio_clock_get_internal_time):
23216         * gst-libs/gst/audio/gstaudioclock.h:
23217         * gst-libs/gst/audio/gstbaseaudiosink.c:
23218         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23219         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23220         (gst_base_audio_sink_render),
23221         (gst_base_audio_sink_create_ringbuffer),
23222         (gst_base_audio_sink_change_state):
23223         Make sure the audio clock always returns an increasing value.
23224
23225 2005-07-19  Andy Wingo  <wingo@pobox.com>
23226
23227         * gst/videotestsrc/: Cleanups.
23228
23229 2005-07-19  Wim Taymans  <wim@fluendo.com>
23230
23231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23232         Better debugging.
23233
23234 2005-07-19  Wim Taymans  <wim@fluendo.com>
23235
23236         * examples/seeking/seek.c: (make_dv_pipeline),
23237         (make_vorbis_theora_pipeline), (query_rates),
23238         (query_positions_elems), (query_positions_pads), (do_seek):
23239         Make correct DV pipeline.
23240
23241 2005-07-18  Andy Wingo  <wingo@pobox.com>
23242
23243         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23244         default. Also because it's the only thing that really works. (This
23245         is used in the GConf elements).
23246         Use AS_LIBTOOL_TAGS.
23247
23248 2005-07-18  Wim Taymans  <wim@fluendo.com>
23249
23250         * gst/playback/gstdecodebin.c: (remove_element_chain):
23251         * gst/playback/gstplaybin.c: (add_sink):
23252         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23253         (gst_stream_info_set_mute):
23254         * gst/playback/gststreamselector.c:
23255         (gst_stream_selector_get_linked_pad),
23256         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23257         More leak and compile fixes.
23258
23259 2005-07-18  Wim Taymans  <wim@fluendo.com>
23260
23261         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23262         (query_rates), (query_positions_elems), (query_positions_pads),
23263         (do_seek), (seek_cb), (stop_seek):
23264         Updated seek example. 
23265
23266         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23267         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23268         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23269         * gst/playback/gstplaybin.c: (add_sink):
23270         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23271         (gst_stream_info_set_mute):
23272         Some refcount leak fixes.
23273
23274 2005-07-16  Wim Taymans  <wim@fluendo.com>
23275
23276         * gst-libs/gst/audio/gstbaseaudiosink.c:
23277         (gst_base_audio_sink_render):
23278         Align samples even if we have roundoff errors in the 
23279         timestamp conversion.
23280
23281 2005-07-16  Wim Taymans  <wim@fluendo.com>
23282
23283         * docs/libs/tmpl/gstringbuffer.sgml:
23284         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23285         (query_rates), (query_positions_elems), (query_positions_pads),
23286         (update_scale), (do_seek):
23287         Updated seek example.
23288
23289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23290         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23291         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23292         (gst_ogg_demux_loop):
23293         Push out correct discont values.
23294
23295         * ext/theora/theoradec.c: (theora_dec_src_convert),
23296         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23297         (theora_dec_sink_event), (theora_handle_type_packet),
23298         (theora_handle_header_packet), (theora_dec_push),
23299         (theora_handle_data_packet), (theora_dec_chain),
23300         (theora_dec_change_state):
23301         Better timestamping.
23302
23303         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23304         (vorbis_dec_sink_event), (vorbis_dec_push),
23305         (vorbis_handle_data_packet), (vorbis_dec_chain):
23306         * ext/vorbis/vorbisdec.h:
23307         Better timestamping.
23308
23309         * gst-libs/gst/audio/gstbaseaudiosink.c:
23310         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23311         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23312         Handle syncing on timestamps instead of sample offsets. Make
23313         use of DISCONT values as described in design docs.
23314
23315         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23316         (gst_base_audio_src_get_time):
23317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23318         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23319         (gst_ring_buffer_read):
23320         * gst-libs/gst/audio/gstringbuffer.h:
23321         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23322         (gst_ximagesink_show_frame):
23323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23324         Correcly convert buffer timestamp to stream time.
23325
23326 2005-07-16  Wim Taymans  <wim@fluendo.com>
23327
23328         * gst/audioconvert/gstaudioconvert.c:
23329         (gst_audio_convert_get_buffer):
23330         Timestamp buffers correctly.
23331
23332         * gst/playback/gstplaybin.c: (gen_video_element):
23333         Make internal fakesink silent.
23334
23335 2005-07-15  Wim Taymans  <wim@fluendo.com>
23336
23337         * gst/ffmpegcolorspace/Makefile.am:
23338         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23339         (gst_ffmpegcsp_caps_remove_format_info),
23340         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23341         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23342         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23343         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23344         Ported ffmpegcolorspace to basetransform.
23345
23346         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23347         * gst/volume/gstvolume.c: (volume_transform):
23348         Ported to new API.
23349
23350 2005-07-14  Wim Taymans  <wim@fluendo.com>
23351
23352         * gst/videotestsrc/Makefile.am:
23353         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23354         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23355         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23356         (gst_videotestsrc_init), (gst_videotestsrc_event),
23357         (gst_videotestsrc_create), (gst_videotestsrc_start),
23358         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23359         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23360         (gst_videotestsrc_get_property):
23361         * gst/videotestsrc/gstvideotestsrc.h:
23362         Make videotestsrc a pushsrc.
23363
23364 2005-07-14  Wim Taymans  <wim@fluendo.com>
23365
23366         * gst/tcp/gstfdset.c: (gst_fdset_free):
23367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23368         (gst_multifdsink_add), (gst_multifdsink_remove),
23369         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23370         (gst_multifdsink_remove_client_link),
23371         (gst_multifdsink_client_queue_data),
23372         (gst_multifdsink_client_queue_caps),
23373         (gst_multifdsink_client_queue_buffer),
23374         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23375         (gst_multifdsink_stop):
23376         * gst/tcp/gstmultifdsink.h:
23377         0.8 backporting.
23378
23379         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23380         Also draw image when not from a pool.
23381
23382 2005-07-14  Wim Taymans  <wim@fluendo.com>
23383
23384         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23385         (mute_stream), (silence_stream):
23386         Small debug additions.
23387
23388 2005-07-14  Wim Taymans  <wim@fluendo.com>
23389
23390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23391         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23392         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23393         Better error recovery, ignore unconnected pads and
23394         non-fatal errors.
23395
23396 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23397
23398         * docs/libs/tmpl/gstaudio.sgml:
23399         * docs/libs/tmpl/gstcolorbalance.sgml:
23400         * docs/libs/tmpl/gstgconf.sgml:
23401         * docs/libs/tmpl/gstmixer.sgml:
23402         * docs/libs/tmpl/gstringbuffer.sgml:
23403         * docs/libs/tmpl/gsttuner.sgml:
23404         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23405         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23406         (gst_tcpclientsrc_class_init):
23407         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23408         (gst_tcpserversrc_class_init):
23409         * sys/v4l/gstv4lelement.c:
23410           more autistic cleanliness in functions/names/defines
23411
23412 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23413
23414         * configure.ac:
23415           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23416           added manually to each Makefile.am so we are sure it goes
23417           *last* and doesn't add -L flags before linking in libs of our
23418           own, like, say, internal .la libs, that then accidentally pick
23419           up the installed copy.
23420         * docs/libs/Makefile.am:
23421         * ext/alsa/Makefile.am:
23422         * ext/cdparanoia/Makefile.am:
23423         * ext/gnomevfs/Makefile.am:
23424         * ext/libvisual/Makefile.am:
23425         * ext/ogg/Makefile.am:
23426         * ext/theora/Makefile.am:
23427         * ext/vorbis/Makefile.am:
23428         * gst-libs/gst/video/Makefile.am:
23429         * gst/adder/Makefile.am:
23430         * gst/audioconvert/Makefile.am:
23431         * gst/audiorate/Makefile.am:
23432         * gst/audioscale/Makefile.am:
23433         * gst/ffmpegcolorspace/Makefile.am:
23434         * gst/playback/Makefile.am:
23435         * gst/sine/Makefile.am:
23436         * gst/subparse/Makefile.am:
23437         * gst/tags/Makefile.am:
23438         * gst/tcp/Makefile.am:
23439         * gst/typefind/Makefile.am:
23440         * gst/videorate/Makefile.am:
23441         * gst/videoscale/Makefile.am:
23442         * gst/videotestsrc/Makefile.am:
23443         * gst/volume/Makefile.am:
23444         * sys/v4l/Makefile.am:
23445         * sys/ximage/Makefile.am:
23446         * sys/xvimage/Makefile.am:
23447           adapt properly to this change. This should make sure that
23448           plugins and libs properly link to the as-yet-uninstalled
23449           copies of stuff like libgstinterfaces and libgstvideo
23450
23451 2005-07-13  Andy Wingo  <wingo@pobox.com>
23452
23453         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23454         (gst_v4lsrc_fixate): Fixate on format as well.
23455
23456         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23457         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23458         buffer points to it.
23459         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23460         rather just doing X calls ourselves. Also fixes a memleak.
23461
23462 2005-07-12  Andy Wingo  <wingo@pobox.com>
23463
23464         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23465         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23466         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23467         TRUE to avoid deadlocks if an element holds on to our buffers.
23468
23469 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23470
23471         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23472         (gst_sinesrc_init), (gst_sinesrc_create),
23473         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23474         (gst_sinesrc_start):
23475         * gst/sine/gstsinesrc.h:
23476           removing num-buffers property before moving it
23477
23478 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23479
23480         * configure.ac:
23481           use overridable ERROR_CFLAGS
23482         * docs/libs/gst-plugins-base-libs.types:
23483         * docs/libs/tmpl/gstringbuffer.sgml:
23484         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23485         (gst_alsasink_class_init):
23486         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23487         (gst_alsasrc_class_init):
23488         * gst-libs/gst/audio/audio.h:
23489         * gst-libs/gst/audio/gstaudioclock.h:
23490         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23491         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23492         (gst_audio_filter_link), (gst_audio_filter_init),
23493         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23494         (gst_audio_filter_get_property),
23495         (gst_audio_filter_class_add_pad_templates):
23496         * gst-libs/gst/audio/gstaudiofilter.h:
23497         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23498         (gst_audio_filter_template_get_type),
23499         (gst_audio_filter_template_base_init),
23500         (gst_audio_filter_template_class_init),
23501         (gst_audio_filter_template_init),
23502         (gst_audio_filter_template_set_property),
23503         (gst_audio_filter_template_get_property), (plugin_init),
23504         (gst_audio_filter_template_setup),
23505         (gst_audio_filter_template_filter),
23506         (gst_audio_filter_template_filter_inplace):
23507         * gst-libs/gst/audio/gstaudiosink.c:
23508         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23509         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23510         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23511         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23512         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23513         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23514         * gst-libs/gst/audio/gstaudiosink.h:
23515         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23516         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23517         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23518         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23519         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23520         (gst_audio_src_class_init), (gst_audio_src_init),
23521         (gst_audio_src_create_ringbuffer):
23522         * gst-libs/gst/audio/gstaudiosrc.h:
23523         * gst-libs/gst/audio/gstbaseaudiosink.c:
23524         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23525         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23526         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23527         (gst_base_audio_sink_set_property),
23528         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23529         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23530         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23531         (gst_base_audio_sink_create_ringbuffer),
23532         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23533         * gst-libs/gst/audio/gstbaseaudiosink.h:
23534         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23535         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23536         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23537         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23538         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23539         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23540         (gst_base_audio_src_event), (gst_base_audio_src_create),
23541         (gst_base_audio_src_create_ringbuffer),
23542         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23543         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23544         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23545         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23546         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23547         (gst_ring_buffer_debug_spec_caps),
23548         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23549         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23550         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23551         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23552         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23553         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23554         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23555         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23556         (gst_ring_buffer_clear):
23557         * gst-libs/gst/audio/gstringbuffer.h:
23558         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23559         (gst_video_sink_class_init), (gst_video_sink_get_type):
23560         * gst-libs/gst/video/videosink.h:
23561         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23562         (gst_multifdsink_class_init),
23563         (gst_multifdsink_handle_client_write),
23564         (gst_multifdsink_change_state):
23565         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23566         (gst_tcpclientsink_setcaps):
23567         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23568         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23569         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23570         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23571         (gst_ximagesink_send_pending_navigation),
23572         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23573         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23575         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23576         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23577         (gst_xvimagesink_send_pending_navigation),
23578         (gst_xvimagesink_navigation_send_event),
23579         (gst_xvimagesink_set_xwindow_id),
23580         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23581         (gst_xvimagesink_get_type):
23582         more macro splitting
23583
23584 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23585
23586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23587           plug a memleak, allows me to import 1479 albums in one go
23588           in jamboree
23589         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23590         (vorbis_handle_type_packet), (vorbis_dec_chain),
23591         (vorbis_dec_change_state):
23592           fix some format strings
23593
23594 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23595
23596         * docs/libs/tmpl/gstcolorbalance.sgml:
23597         * docs/libs/tmpl/gstmixer.sgml:
23598         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23599         (gst_alsasink_set_property), (gst_alsasink_get_property):
23600         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23601         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23602           add device property
23603
23604 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23605
23606         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23607         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23608         (audiocast_register_listener), (audiocast_thread_run),
23609         (gst_gnomevfssrc_send_additional_headers_callback),
23610         (gst_gnomevfssrc_received_headers_callback),
23611         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23612         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23613         (gst_gnomevfssrc_get_size):
23614           add/clean up debugging
23615         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23616           cleanups
23617
23618 2005-07-07  Andy Wingo  <wingo@pobox.com>
23619
23620         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23621         framerate. Need to get a handle on when exactly this function is
23622         called, tho.
23623
23624         * sys/v4l/v4lsrc_calls.h:
23625         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23626         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23627         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23628
23629         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23630         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23631         v4lelements are sources.
23632
23633         * sys/v4l/gstv4lxoverlay.h:
23634         * sys/v4l/gstv4lxoverlay.c:
23635         * sys/v4l/gstv4ltuner.h:
23636         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23637         
23638         * sys/v4l/gstv4lsrc.h:
23639         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23640         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23641         or something should handle that. Made a live source.
23642
23643         * sys/v4l/gstv4lelement.h:
23644         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23645         signals. Some cleanups.
23646
23647         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23648
23649         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23650         stuff.
23651
23652         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23653         stuff.
23654
23655         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23656
23657 2005-07-07  Wim Taymans  <wim@fluendo.com>
23658
23659         * ext/theora/theoradec.c: (theora_get_query_types),
23660         (theora_dec_src_getcaps), (theora_dec_push):
23661         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23662         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23663         Remove deprecated/unused query types.
23664
23665 2005-07-06  Wim Taymans  <wim@fluendo.com>
23666
23667         * ext/alsa/Makefile.am:
23668         * ext/alsa/gstalsaplugin.c: (plugin_init):
23669         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23670         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23671         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23672         (gst_alsasrc_class_init), (gst_alsasrc_init),
23673         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23674         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23675         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23676         (gst_alsasrc_reset):
23677         * ext/alsa/gstalsasrc.h:
23678         * gst-libs/gst/audio/Makefile.am:
23679         * gst-libs/gst/audio/gstaudiosink.c:
23680         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23681         (gst_audioringbuffer_start):
23682         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23683         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23684         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23685         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23686         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23687         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23688         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23689         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23690         * gst-libs/gst/audio/gstaudiosrc.h:
23691         * gst-libs/gst/audio/gstbaseaudiosink.c:
23692         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23693         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23694         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23695         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23696         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23697         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23698         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23699         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23700         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23701         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23702         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23703         (gst_baseaudiosrc_change_state):
23704         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23705         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23706         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23707         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23708         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23709         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23710         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23711         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23712         * gst-libs/gst/audio/gstringbuffer.h:
23713         Added audiosource base classes.
23714         Ported alsasrc, still very basic.
23715
23716 2005-07-06  Wim Taymans  <wim@fluendo.com>
23717
23718         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23719         (theora_dec_push), (theora_handle_data_packet):
23720         Prepare for better timestamp fix later.
23721
23722         * gst/audioconvert/gstaudioconvert.c:
23723         List most accurate caps first
23724
23725         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23726         Use proper pad task function.
23727
23728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23729         (gst_xvimagesink_show_frame):
23730         Fix deadlock when alloc failed.
23731
23732 2005-07-05  Andy Wingo  <wingo@pobox.com>
23733
23734         * ext/gnomevfs/gstgnomevfssrc.c:
23735         * gst/sine/gstsinesrc.c:
23736         * gst/tcp/gsttcpserversrc.c:
23737         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23738
23739         * sys/v4l/: Port from 0.8.
23740
23741         * Many files: Null if we got it....
23742
23743 2005-07-05  Andy Wingo  <wingo@pobox.com>
23744
23745         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23746         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23747         Signedness fixes.
23748
23749 2005-07-05  Wim Taymans  <wim@fluendo.com>
23750
23751         * configure.ac:
23752         * gst/tcp/Makefile.am:
23753         * gst/tcp/README:
23754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23755         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23756         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23757         (is_sync_frame), (gst_multifdsink_handle_client_write),
23758         (gst_multifdsink_render), (gst_multifdsink_start),
23759         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23760         * gst/tcp/gstmultifdsink.h:
23761         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23762         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23763         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23764         * gst/tcp/gsttcp.h:
23765         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23766         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23767         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23768         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23769         * gst/tcp/gsttcpclientsink.h:
23770         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23771         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23772         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23773         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23774         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23775         * gst/tcp/gsttcpclientsrc.h:
23776         * gst/tcp/gsttcpplugin.c: (plugin_init):
23777         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23778         * gst/tcp/gsttcpserversink.h:
23779         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23780         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23781         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23782         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23783         (gst_tcpserversrc_stop):
23784         * gst/tcp/gsttcpserversrc.h:
23785         * gst/tcp/gsttcpsink.c:
23786         * gst/tcp/gsttcpsink.h:
23787         * gst/tcp/gsttcpsrc.c:
23788         * gst/tcp/gsttcpsrc.h:
23789         Ported tcp plugins to 0.9. 
23790         
23791
23792 2005-07-05  Andy Wingo  <wingo@pobox.com>
23793
23794         * gst/playback/gstplaybasebin.c (fill_buffer):
23795         message_new_application fixen.
23796
23797         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23798         Style fix.
23799
23800 2005-07-04  Wim Taymans  <wim@fluendo.com>
23801
23802         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23803         Set caps on output buffer.
23804
23805 2005-07-04  Andy Wingo  <wingo@pobox.com>
23806
23807         * ext/gnomevfs/gstgnomevfssrc.c
23808         (gst_gnomevfssrc_received_headers_callback) 
23809         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23810         hopefully.
23811
23812         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23813         No refcount leakage.
23814
23815         * configure.ac: Enable -Werror.
23816         
23817         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23818         * gst/audioconvert/bufferframesconvert.c
23819         (buffer_frames_convert_fixate):
23820         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23821         (gst_audio_convert_fixate):
23822         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23823         (gst_sinesrc_create): Fixate func changes.
23824         
23825         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23826         (gst_ximagesink_buffer_alloc): Unused var.
23827
23828 2005-07-01  Andy Wingo  <wingo@pobox.com>
23829
23830         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23831         getcaps to do explicit caps. Needs to be done in all decoders,
23832         possibly via a base class.
23833
23834         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23835
23836         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23837         caps on the sink pad, just rely on the pad template. Also, setting
23838         ANY caps on a pad is not valid because the caps are not fixed.
23839
23840         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23841         caps on the buffer, and get the width from the desired_caps if
23842         they're set.
23843         (gst_ximagesink_renegotiate_size): Implement via setting the
23844         desired_caps on the ximagesink.
23845         (gst_ximagesink_setcaps): Only reset the width of the player if it
23846         wasn't already set. Not sure if this is right.
23847         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23848
23849         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23850         that the user wants. NULL unless the window has been resized.
23851
23852         * gst/volume/gstvolume.c (volume_transform): Adapt to
23853         basetransform refcount changes.
23854         
23855 2005-07-01  Andy Wingo  <wingo@pobox.com>
23856
23857         * gst/videoscale/gstvideoscale.c:
23858         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23859         from BaseTransform, implements a transform_caps. Removed dead code
23860         including some PAR stuff that was never reached -- should probably
23861         be added back somehow.
23862
23863 2005-07-01  Andy Wingo  <wingo@pobox.com>
23864
23865         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23866         come later.
23867
23868 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23869
23870         * configure.ac:
23871         * docs/libs/Makefile.am:
23872         * docs/libs/gst-plugins-libs.types:
23873         * ext/alsa/Makefile.am:
23874         * ext/alsa/gstalsamixer.h:
23875         * ext/alsa/gstalsamixeroptions.h:
23876         * ext/alsa/gstalsamixertrack.h:
23877         * gst-libs/gst/Makefile.am:
23878         * gst-libs/gst/colorbalance/.cvsignore:
23879         * gst-libs/gst/colorbalance/Makefile.am:
23880         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23881         * gst-libs/gst/colorbalance/colorbalance.c:
23882         * gst-libs/gst/colorbalance/colorbalance.h:
23883         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23884         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23885         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23886         * gst-libs/gst/interfaces/Makefile.am:
23887         * gst-libs/gst/interfaces/colorbalance.c:
23888         (gst_color_balance_class_init):
23889         * gst-libs/gst/interfaces/colorbalance.h:
23890         * gst-libs/gst/interfaces/interfaces-marshal.list:
23891         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23892         * gst-libs/gst/interfaces/mixer.h:
23893         * gst-libs/gst/interfaces/mixeroptions.h:
23894         * gst-libs/gst/interfaces/navigation.c:
23895         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23896         * gst-libs/gst/interfaces/tuner.h:
23897         * gst/volume/Makefile.am:
23898         * gst/volume/gstvolume.c:
23899         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23900         * sys/ximage/Makefile.am:
23901         * sys/ximage/ximagesink.c:
23902         * sys/xvimage/Makefile.am:
23903         * sys/xvimage/xvimagesink.c:
23904           fold in all interfaces into an interfaces dir, preserving CVS
23905           history
23906
23907 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23908
23909         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23910           Fix build after riff changes.
23911
23912 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23913
23914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23915         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23916         (gst_riff_create_video_template_caps),
23917         (gst_riff_create_audio_template_caps),
23918         (gst_riff_create_iavs_template_caps):
23919         * gst-libs/gst/riff/riff-media.h:
23920         * gst-libs/gst/riff/riff-read.h:
23921         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23922           Add gst_riff_init() to initialize the debug category, instead
23923           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23924
23925 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23926
23927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23928           Oops, I shouldn't apply hacks.
23929
23930 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23931
23932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23933           Remove pad_loop function which doesn't work.
23934
23935 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23936
23937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23938           Send EOS when deactivating.
23939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23940         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23941         (gen_preroll_element), (probe_triggered), (mute_stream),
23942         (silence_stream), (new_decoded_pad), (setup_substreams),
23943         (set_active_source):
23944         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23945         (remove_sinks), (add_sink):
23946         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23947           Change for new probe API.
23948
23949 2005-06-29  Wim Taymans  <wim@fluendo.com>
23950
23951         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23952         * gst-libs/gst/audio/gstbaseaudiosink.c:
23953         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23954         (gst_baseaudiosink_change_state):
23955         * gst-libs/gst/audio/gstbaseaudiosink.h:
23956         * gst-libs/gst/audio/gstringbuffer.c:
23957         (gst_ringbuffer_set_callback):
23958         Fix compilation error.
23959         Ringbuffer starts out as not running.
23960         Free our clock in dispose.
23961         When releasing the ringbuffer we need to renegotiate so
23962         clear the pad caps.
23963
23964 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * autogen.sh:
23967         * configure.ac:
23968         * docs/Makefile.am:
23969         * docs/libs/Makefile.am:
23970         * docs/libs/gst-plugins-libs-docs.sgml:
23971         * docs/libs/gst-plugins-libs-sections.txt:
23972         * docs/libs/gst-plugins-libs.types:
23973         * docs/libs/tmpl/gstaudio.sgml:
23974         * docs/libs/tmpl/gstcolorbalance.sgml:
23975         * docs/libs/tmpl/gstringbuffer.sgml:
23976         * gst-libs/gst/audio/gstringbuffer.c:
23977         (gst_ringbuffer_set_callback):
23978           reinstate gtk-doc docs for plugin libs
23979
23980 2005-06-28  Wim Taymans  <wim@fluendo.com>
23981
23982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23983         (gst_ogg_demux_init):
23984         Removed pad loop function.
23985
23986 2005-06-28  Wim Taymans  <wim@fluendo.com>
23987
23988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23989         If we're building a chain we are not in an error case
23990         when we queue a buffer.
23991
23992 2005-06-28  Andy Wingo  <wingo@pobox.com>
23993
23994         * *.c: Don't cast to GstObject before reffing/unreffing.
23995
23996 2005-06-27  Andy Wingo  <wingo@pobox.com>
23997
23998         * gst/videotestsrc/gstvideotestsrc.c
23999         (gst_videotestsrc_activate_push): Activation API changes.
24000
24001         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24002         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24003         they have refs on the decodebin.
24004
24005         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24006         parent class.
24007         (gst_ogg_pad_typefind): Don't leak a pad ref.
24008         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24009         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24010         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24011
24012 2005-06-27  Edward Hervey  <edward@fluendo.com>
24013
24014         * ext/theora/theoradec.c: (theora_dec_change_state): 
24015         re-arranged call to parent's state change in order to avoid locks (or
24016         worse).
24017
24018 2005-06-26  Edward Hervey  <edward@fluendo.com>
24019
24020         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24021         2nd argument of 'unknow-type' signal is a GstCaps and not a
24022         GstMiniObject
24023
24024 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24025         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24026           Set the worker thread's running flag to TRUE before starting the
24027           thread.
24028         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24029           Catch a failure to add typefind to the bin.
24030
24031 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24032
24033         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24034         (gst_sinesrc_init), (gst_sinesrc_create),
24035         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24036         (gst_sinesrc_start):
24037         * gst/sine/gstsinesrc.h:
24038           add num-buffers and timestamp-offset properties
24039         * gst/videotestsrc/gstvideotestsrc.c:
24040         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24041         (gst_videotestsrc_get_property):
24042           add timestamp-offset property
24043
24044 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24045
24046         * configure.ac: add videorate
24047         * gst-plugins-base.spec.in: add videorate
24048
24049 2005-06-23  Wim Taymans  <wim@fluendo.com>
24050
24051         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24052         (gst_videorate_getcaps), (gst_videorate_setcaps),
24053         (gst_videorate_event), (gst_videorate_chain):
24054         Fixed videorate, fixating an already fixated caps is not
24055         an error.
24056
24057 2005-06-23  Wim Taymans  <wim@fluendo.com>
24058
24059         * ext/ogg/README:
24060         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24061         Buffer on caps is not boxed anymore.
24062
24063 2005-06-22  Wim Taymans  <wim@fluendo.com>
24064
24065         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24067         Set buffers on caps as miniobjects and not as boxed.
24068
24069 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24070
24071         * configure.ac:
24072           back to HEAD
24073
24074 === release 0.9.1 ===
24075
24076 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24077
24078         * .cvsignore:
24079         * NEWS:
24080         * README:
24081         * RELEASE:
24082         * configure.ac:
24083         * po/af.po:
24084         * po/az.po:
24085         * po/cs.po:
24086         * po/en_GB.po:
24087         * po/hu.po:
24088         * po/it.po:
24089         * po/nb.po:
24090         * po/nl.po:
24091         * po/or.po:
24092         * po/sq.po:
24093         * po/sr.po:
24094         * po/sv.po:
24095         * po/uk.po:
24096         * po/vi.po:
24097           updates for release
24098
24099 2005-06-09  Andy Wingo  <wingo@pobox.com>
24100
24101         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24102         
24103 2005-06-09  Andy Wingo  <wingo@pobox.com>
24104
24105         * configure.ac:
24106         * gst-libs/gst/Makefile.am:
24107         * gst-libs/gst/net/Makefile.am:
24108         Add gstnet to build.
24109
24110 2005-06-09  Andy Wingo  <wingo@pobox.com>
24111
24112         * gst-libs/gst/gconf/gconf.c:
24113         * gst/playback/test.c:
24114         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24115         fixes.
24116
24117         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24118
24119         * ext/theora/theoraenc.c (theora_enc_chain): 
24120         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24121
24122         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24123         RealPad.
24124
24125 2005-06-02  Wim Taymans  <wim@fluendo.com>
24126
24127         * gst-libs/gst/net/Makefile.am:
24128         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24129         * pkgconfig/gstreamer-libs.pc.in:
24130         Added net stuff, version net lib.
24131
24132 2005-06-02  Wim Taymans  <wim@fluendo.com>
24133
24134         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24135         (query_rates), (query_positions_elems), (query_positions_pads),
24136         (do_seek):
24137         Updated seek example.
24138
24139 2005-06-02  Andy Wingo  <wingo@pobox.com>
24140
24141         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24142         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24143         list.
24144
24145         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24146         remove the typefind, the bin dispose will do it for us. When it's
24147         removed and unreffed, the signal handler will be disconnected,
24148         too.
24149         (unlinked): It's too difficult to disconnect from unlinked
24150         handlers, as they are on pads not elements. Just punt if the pads
24151         aren't grandkids of the bin.
24152
24153 2005-06-02  Wim Taymans  <wim@fluendo.com>
24154
24155         * ext/ogg/README:
24156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24157         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24159         * ext/theora/theoradec.c: (theora_dec_src_query),
24160         (theora_handle_data_packet):
24161         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24162         (theora_enc_chain):
24163         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24164         (vorbis_handle_data_packet):
24165         * gst/audioconvert/bufferframesconvert.c:
24166         (buffer_frames_convert_chain):
24167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24168         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24169         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24170         (gst_ffmpegcsp_chain):
24171         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24172         (gst_videorate_getcaps), (gst_videorate_setcaps),
24173         (gst_videorate_event), (gst_videorate_chain):
24174         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24175         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24176         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24177         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24178         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24179         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24180         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24181         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24182         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24183         Cleanups and buffer alloc.
24184
24185 2005-05-31  Wim Taymans  <wim@fluendo.com>
24186
24187         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24188         Don't try to call the delay method when the device is not
24189         opened.
24190
24191 2005-05-31  Wim Taymans  <wim@fluendo.com>
24192
24193         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24194         Get actual segment size and buffer size after opening
24195         the device.
24196
24197 2005-05-30  Wim Taymans  <wim@fluendo.com>
24198
24199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24200         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24201         Also FLUSH upstream, makes the loop function exit faster.
24202         
24203         * ext/theora/theoradec.c: (theora_dec_src_query):
24204         Some more debug info in the query.
24205         
24206         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24207         (gst_ximagesink_setcaps):
24208         Release lock on par error, better error reporting.
24209
24210 2005-05-26  Wim Taymans  <wim@fluendo.com>
24211
24212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24213         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24214         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24215         Clear chains in READY
24216         Queue packets until the chain is activated.
24217
24218 2005-05-25  Wim Taymans  <wim@fluendo.com>
24219
24220         * gst-libs/gst/audio/gstaudiosink.c:
24221         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24222         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24223         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24224         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24225         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24226         (gst_audiosink_create_ringbuffer):
24227         * gst-libs/gst/audio/gstbaseaudiosink.c:
24228         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24229         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24230         (gst_baseaudiosink_set_property), (build_linear_format),
24231         (debug_spec_caps), (debug_spec_buffer),
24232         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24233         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24234         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24235         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24237         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24238         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24239         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24240         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24241         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24242         (wait_segment), (gst_ringbuffer_commit),
24243         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24244         (gst_ringbuffer_clear):
24245         Various small cleanups.
24246
24247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24248         (gst_audio_convert_change_state):
24249         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24250         No need to take the locks anymore.
24251
24252 2005-05-25  Wim Taymans  <wim@fluendo.com>
24253
24254         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24255         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24256         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24257         (type_found):
24258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24259         (group_destroy), (group_commit), (queue_overrun),
24260         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24261         (mute_stream), (new_decoded_pad), (setup_substreams),
24262         (setup_source), (mute_group_type), (set_active_source),
24263         (gst_play_base_bin_change_state):
24264         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24265         (gen_video_element), (gen_text_element), (gen_audio_element),
24266         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24267         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24268         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24269         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24270         Some playbin cleanups mostly refcounting sloppyness.
24271
24272 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24273
24274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24275           Work with streaming input.
24276
24277 2005-05-25  Wim Taymans  <wim@fluendo.com>
24278
24279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24280         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24281         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24282         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24283         No need to take the STREAM lock anymore.
24284
24285 2005-05-25  Wim Taymans  <wim@fluendo.com>
24286
24287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24288         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24289         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24290         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24291         (gst_ogg_demux_sink_activate):
24292         * ext/theora/theoradec.c: (theora_dec_src_event),
24293         (theora_handle_comment_packet), (theora_dec_chain),
24294         (theora_dec_change_state):
24295         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24296         (vorbis_handle_data_packet), (vorbis_dec_chain),
24297         (vorbis_dec_change_state):
24298         Remove STREAM locks as they are taken in core now.
24299         Never set bogus granulepos on vorbis/theora.
24300         Fix leaks in theoradec tag parsing.
24301
24302 2005-05-25  Wim Taymans  <wim@fluendo.com>
24303
24304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24305         Fix memleaks, GST_BUFFER_DATA() is not freed.
24306
24307 2005-05-25  Wim Taymans  <wim@fluendo.com>
24308
24309         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24310         Open non-blocking, set to blocking mode afterwards to avoid
24311         lockups when audio device is busy.
24312
24313 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24314
24315         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24316           This can't be good.
24317
24318 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24319
24320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24321         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24322         (gst_audio_convert_setcaps):
24323           Implement instant setup switching.
24324
24325 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24326
24327         * gst/playback/gstplaybasebin.c: (probe_triggered):
24328           Fix missing unlock.
24329         * gst/playback/gstplaybin.c: (add_sink):
24330           First add, then link (otherwise pad link fails).
24331
24332 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24333
24334         * examples/Makefile.am:
24335         fix buildbot (make distcheck)
24336
24337 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24338
24339         * gst/playback/gstplaybin.c: (gen_vis_element):
24340           Remove some wrong code. Doesn't work yet.
24341
24342 2005-05-19  Wim Taymans  <wim@fluendo.com>
24343
24344         * gst-libs/gst/net/Makefile.am:
24345         * gst-libs/gst/net/README:
24346         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24347         (gst_netbuffer_class_init), (gst_netbuffer_init),
24348         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24349         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24350         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24351         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24352         * gst-libs/gst/net/gstnetbuffer.h:
24353         Added buffer subclass to store extra to/from addresses for
24354         network sources/sinks.
24355
24356 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24357
24358         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24359           Don't lock an unassigned variable.
24360
24361 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24362
24363         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24364           Increase buffer for video, decrease buffer for other media types.
24365         * gst/playback/gstplaybin.c: (gen_video_element),
24366         (gen_audio_element):
24367           Change names for debugging purposes.
24368
24369 2005-05-18  Wim Taymans  <wim@fluendo.com>
24370
24371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24372         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24373         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24374         (gst_ffmpegcsp_chain):
24375         Enable buffer alloc passthrough if the source and dest
24376         formats are the same.
24377
24378 2005-05-17  Wim Taymans  <wim@fluendo.com>
24379
24380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24381         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24382         (gst_ogg_demux_chain_unlocked):
24383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24384         (gst_audio_convert_caps_remove_format_info),
24385         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24386         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24388         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24389         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24390         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24391         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24392         (gst_ffmpegcsp_get_property):
24393         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24394         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24395         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24396         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24397         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24398         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24399         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24400         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24401         Leak fixes in oggdemux.
24402         Some cleanups in audioconvert.
24403         Make passthrough work along with buffer_alloc etc.
24404         Make buffer_alloc and buffer recycling actually work in
24405         xvimagesink.
24406
24407 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24408
24409         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24410           make the compiler happy
24411
24412 2005-05-17  Wim Taymans  <wim@fluendo.com>
24413
24414         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24415         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24416         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24417         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24418         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24419         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24420         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24421         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24422         (gst_xvimagesink_set_xwindow_id):
24423         * sys/xvimage/xvimagesink.h:
24424         Port xvimagesink to new MiniObject.
24425
24426 2005-05-17  Wim Taymans  <wim@fluendo.com>
24427
24428         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24429         (gst_audiofilter_chain):
24430         * gst-libs/gst/audio/gstaudiosink.c:
24431         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24432         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24433         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24434         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24435         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24436         (gst_audiosink_create_ringbuffer):
24437         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24438         (gst_audio_convert_caps_remove_format_info),
24439         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24440         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24442         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24443         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24444         Fix passthrough in ffmpegcolorspace.
24445         Fix memset in audiosink on wrong memory.
24446
24447 2005-05-16  David Schleef  <ds@schleef.org>
24448
24449         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24450         to GstMiniObject.
24451
24452 2005-05-16  David Schleef  <ds@schleef.org>
24453
24454         Port from GstData to GstMiniObject.
24455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24457         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24458         (gst_ogg_mux_collected):
24459         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24460         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24461         (theora_handle_data_packet):
24462         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24463         (theora_set_header_on_caps), (theora_enc_chain):
24464         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24465         (vorbis_handle_comment_packet):
24466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24467         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24468         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24469         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24470         * gst/audioconvert/gstaudioconvert.c:
24471         (gst_audio_convert_get_buffer):
24472         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24473         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24474         (mute_stream), (silence_stream):
24475         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24476         * gst/volume/gstvolume.c: (volume_transform):
24477         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24478         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24479         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24480         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24481         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24482         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24483         (gst_ximagesink_buffer_alloc):
24484         * sys/ximage/ximagesink.h:
24485
24486 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24487
24488         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24489         (fill_buffer), (check_queue), (queue_threshold_reached),
24490         (queue_out_of_data):
24491         * gst/playback/gstplaybasebin.h:
24492           Post buffer-fullness on the bus.
24493
24494 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24495
24496         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24497         (try_to_link_1):
24498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24499         (group_commit), (probe_triggered), (setup_source),
24500         (gst_play_base_bin_change_state):
24501         * gst/playback/gstplaybasebin.h:
24502         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24503         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24504         (gst_play_bin_change_state):
24505           Move setup_output_pads into a virtual function, remove
24506           group-switch (no longer needed) and redirect (handled by bus
24507           now) signals.
24508
24509 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24510
24511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24512         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24513         (get_active_group), (get_building_group), (group_destroy),
24514         (group_commit), (check_queue), (queue_overrun),
24515         (queue_threshold_reached), (queue_out_of_data),
24516         (gen_preroll_element), (remove_groups), (unknown_type),
24517         (add_element_stream), (no_more_pads), (probe_triggered),
24518         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24519         (setup_substreams), (setup_source), (finish_source),
24520         (prepare_output), (muted_group_change_state),
24521         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24522         (gst_play_base_bin_change_state):
24523         * gst/playback/gstplaybasebin.h:
24524         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24525         (gst_play_bin_init), (gst_play_bin_set_property),
24526         (gen_video_element), (gen_text_element), (gen_audio_element),
24527         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24528         (gst_play_bin_change_state):
24529         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24530         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24531         (stream_info_change_state), (gst_stream_info_set_mute),
24532         (gst_stream_info_get_property):
24533         * gst/playback/gststreaminfo.h:
24534         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24535         (gst_stream_selector_get_linked_pad),
24536         (gst_stream_selector_getcaps),
24537         (gst_stream_selector_get_linked_pads),
24538         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24539         * gst/playback/gststreamselector.h:
24540           Rough port of playbin. Needs some more work, but is mostly done,
24541           and uses a few locks in important places, which should make stuff
24542           like chain-switches clean. Still uses GST_STATE() in a few places,
24543           which isn't all that good an idea, subtitles/elements disabled
24544           because no elements to test with and thus probably broken, query
24545           and event handling moved to GstBin, internal thread removed
24546           alltogether because the pipeline does that for us now. Can play
24547           Ogg/Vorbis files. Haven't tested anything else yet.
24548
24549 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24550
24551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24552           Do no-more-pads (needed for autoplugging).
24553
24554 2005-05-10  Andy Wingo  <wingo@pobox.com>
24555
24556         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24557         message to the bus with the tags. Still not sent downstream tho.
24558
24559         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24560         get_parent.
24561         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24562         avoid refcounting hassles.
24563
24564 2005-05-09  Andy Wingo  <wingo@pobox.com>
24565
24566         * gst/volume/Makefile.am:
24567         * gst/volume/demo.c
24568         * gst/volume/gstvolume.h
24569         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24570         basetransform. Probably need an audio filter base class.
24571
24572 2005-05-09  Wim Taymans  <wim@fluendo.com>
24573
24574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24575         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24576         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24577         (gst_vorbisenc_chain):
24578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24579         (gst_audio_convert_caps_remove_format_info),
24580         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24581         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24582         Make caps writable before writing to it.
24583         Fix negotiation in audioconvert some more.
24584
24585 2005-05-09  Wim Taymans  <wim@fluendo.com>
24586
24587         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24588         (gst_videorate_getcaps), (gst_videorate_setcaps),
24589         (gst_videorate_event), (gst_videorate_chain):
24590         Better negotiation.
24591
24592 2005-05-09  Wim Taymans  <wim@fluendo.com>
24593
24594         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24595         (gst_videorate_getcaps), (gst_videorate_setcaps),
24596         (gst_videorate_blank_data), (gst_videorate_init),
24597         (gst_videorate_event), (gst_videorate_chain),
24598         (gst_videorate_change_state):
24599         Port videorate, do a better job at negotiation while we're at
24600         it.
24601
24602 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24603
24604         * configure.ac:
24605           Disable libvisual
24606
24607         * examples/Makefile.am:
24608         * gst-libs/gst/audio/Makefile.am:
24609         * gst-libs/gst/riff/Makefile.am:
24610         * gst-libs/gst/tag/Makefile.am:
24611         * gst-libs/gst/video/Makefile.am:
24612           Fixups for missing variables.
24613
24614 2005-05-09  Wim Taymans  <wim@fluendo.com>
24615
24616         * examples/seeking/seek.c: (make_theora_pipeline),
24617         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24618         (query_rates), (query_positions_elems), (query_positions_pads),
24619         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24621         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24622         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24623         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24624         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24625         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24626         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24627         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24628         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24629         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24630         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24631         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24632         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24633         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24634         (theora_dec_src_convert), (theora_dec_sink_convert),
24635         (theora_dec_src_query), (theora_dec_sink_query),
24636         (theora_dec_src_event), (theora_dec_sink_event),
24637         (theora_handle_comment_packet), (theora_handle_type_packet),
24638         (theora_handle_header_packet), (theora_handle_data_packet),
24639         (theora_dec_chain):
24640         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24641         (vorbis_dec_convert), (vorbis_dec_src_query),
24642         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24643         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24644         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24645         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24647         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24648         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24649         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24650         (gst_play_bin_query):
24651         * gst/playback/test3.c: (update_scale):
24652         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24653         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24654         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24655         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24656         (gst_videotestsrc_src_query):
24657         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24658         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24659         (paint_hline_YUV9):
24660         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24661         Port to new query API.
24662         Updated seek.
24663         Cleanups in x[v]imagesink
24664
24665 2005-05-09  Andy Wingo  <wingo@pobox.com>
24666
24667         * ext/alsa/gstalsasink.h:
24668         * ext/gnomevfs/gstgnomevfssrc.c:
24669         (gst_gnomevfssrc_get_icy_metadata):
24670         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24671         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24672         * ext/theora/theoradec.c (theora_dec_src_query)
24673         (theora_dec_src_event, theora_dec_sink_event)
24674         (theora_handle_comment_packet, theora_handle_data_packet):
24675         * ext/theora/theoraenc.c (theora_enc_chain):
24676         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24677         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24678         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24679         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24680         (qt_type_find):
24681         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24682         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24683         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24684         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24685         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24686         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24687         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24688         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24689         (paint_setup_RGB565, paint_setup_xRGB1555):
24690         * gst/videotestsrc/videotestsrc.h:
24691         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24692         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24693         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24694         GCC4 fixes.
24695         
24696         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24697         gst_pad_query_position. Fixes oggdemux.
24698
24699 2005-05-08  David Schleef  <ds@schleef.org>
24700
24701         * configure.ac: Require liboil.
24702         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24703         a few more.
24704         * gst/videotestsrc/videotestsrc.c:
24705         * gst/videotestsrc/videotestsrc.h:
24706
24707 2005-05-06  Wim Taymans  <wim@fluendo.com>
24708
24709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24710         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24711         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24712         Well, unreffing a buffer right before pushing it is asking
24713         for trouble..
24714
24715 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24716
24717         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24718
24719 2005-05-06  Wim Taymans  <wim@fluendo.com>
24720
24721         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24722         (gst_audio_convert_caps_remove_format_info),
24723         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24724         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24726         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24727         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24728         * gst/sine/Makefile.am:
24729         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24730         (gst_sinesrc_class_init), (gst_sinesrc_init),
24731         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24732         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24733         (gst_sinesrc_update_freq):
24734         * gst/sine/gstsinesrc.h:
24735         * gst/tcp/gstmultifdsink.c:
24736         * sys/xvimage/xvimagesink.c:
24737         Fixed negotiation wrt _peer_get_caps()
24738         Some cleanups.
24739
24740
24741 2005-05-06  Wim Taymans  <wim@fluendo.com>
24742
24743         * gst-libs/gst/audio/gstaudiosink.c:
24744         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24745         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24746         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24747         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24748         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24749         (gst_audiosink_create_ringbuffer):
24750         * gst-libs/gst/audio/gstbaseaudiosink.c:
24751         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24752         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24753         (gst_baseaudiosink_set_property), (build_linear_format),
24754         (debug_spec_caps), (debug_spec_buffer),
24755         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24756         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24757         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24758         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24759         * gst-libs/gst/audio/gstbaseaudiosink.h:
24760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24761         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24762         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24763         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24764         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24765         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24766         (wait_segment), (gst_ringbuffer_commit),
24767         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24768         (gst_ringbuffer_clear):
24769         * gst-libs/gst/audio/gstringbuffer.h:
24770         Make the base audiosink return an error when there is no
24771         audiobuffer negotiated.
24772
24773 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24774
24775         * ext/Makefile.am:
24776         Disable cdparanoia until someone ports it!
24777
24778 2005-05-06  Wim Taymans  <wim@fluendo.com>
24779
24780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24781         (gst_ogg_demux_sink_activate):
24782         And revert after wingo's revert.. sigh..
24783
24784 2005-05-05  Andy Wingo  <wingo@pobox.com>
24785
24786         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24787         GObject.
24788         * configure.ac: Return audiorate and subparse from the ghetto.
24789         Re-enable -Wall -Werror.
24790         * gst/subparse/gstsubparse.c:
24791         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24792         or chain-based. Cleaned up a bit. Not tested.
24793         
24794 2005-05-05  Christian Schaller <christian@fluendo.com> 
24795
24796         * Makefile.am: remove stuff that is not building
24797         * configure.ac: remove stuff that is not building
24798         * examples/Makefile.am: remove stuff that is not building
24799         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24800         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24801         * sys/Makefile.am: remove stuff that is not building
24802         * testsuite/Makefile.am: remove stuff that is not building
24803
24804 2005-05-05  Andy Wingo  <wingo@pobox.com>
24805
24806         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24807         * gst-libs/gst/tag/gstvorbistag.c:
24808         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24809         * gst/adder/gstadder.h:
24810         * gst/audioconvert/gstchannelmix.c:
24811         (gst_audio_convert_fill_one_other):
24812         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24813         (gst_audiorate_init), (gst_audiorate_chain):
24814         * gst/playback/gstplaybasebin.c: (setup_source):
24815         * gst/playback/test3.c: (update_scale):
24816         Some GCC4 fixes
24817         
24818         * po/af.po:
24819         * po/az.po:
24820         * po/cs.po:
24821         * po/en_GB.po:
24822         * po/hu.po:
24823         * po/it.po:
24824         * po/nb.po:
24825         * po/nl.po:
24826         * po/or.po:
24827         * po/sq.po:
24828         * po/sr.po:
24829         * po/sv.po:
24830         * po/uk.po:
24831         * po/vi.po: Foo
24832
24833 2005-05-05  Wim Taymans  <wim@fluendo.com>
24834
24835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24836         (gst_audio_convert_caps_remove_format_info),
24837         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24838         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24839         * gst/videotestsrc/gstvideotestsrc.c:
24840         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24841         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24842         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24843         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24844         Don't ignore _push() return values.
24845         Make sure no processing is done when shutting down.
24846         Videotestsrc pad activation fix.
24847
24848 2005-05-05  Wim Taymans  <wim@fluendo.com>
24849
24850         * gst/adder/Makefile.am:
24851         * gst/adder/gstadder.c: (gst_adder_setcaps),
24852         (gst_adder_class_init), (gst_adder_init),
24853         (gst_adder_request_new_pad), (gst_adder_collected),
24854         (gst_adder_change_state):
24855         * gst/adder/gstadder.h:
24856         Ported adder as an example of a mixer element using
24857         collect pads. Needs more negotiation work.
24858
24859 2005-05-05  Wim Taymans  <wim@fluendo.com>
24860
24861         * ext/theora/theoradec.c: (_inc_granulepos),
24862         (theora_dec_src_event), (theora_dec_sink_event),
24863         (theora_handle_comment_packet), (theora_handle_type_packet),
24864         (theora_handle_header_packet), (theora_handle_data_packet),
24865         (theora_dec_chain):
24866         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24867         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24868         (theora_push_buffer), (theora_push_packet),
24869         (theora_enc_sink_event), (theora_enc_chain),
24870         (theora_enc_change_state), (theora_enc_set_property),
24871         (theora_enc_get_property):
24872         Added stream lock to decoder so that we can serialize
24873         the discont event.
24874         More theoraenc porting, recover from errors, do clean
24875         shutdown.
24876
24877 2005-05-05  Wim Taymans  <wim@fluendo.com>
24878
24879         * ext/ogg/Makefile.am:
24880         * ext/ogg/README:
24881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24882         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24883         (gst_ogg_print):
24884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24885         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24886         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24887         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24888         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24889         (gst_ogg_mux_change_state):
24890         Ported ogg muxer.
24891
24892 2005-05-05  Wim Taymans  <wim@fluendo.com>
24893
24894         * docs/design-audiosinks.txt:
24895         * gst-libs/gst/audio/TODO:
24896         * gst-libs/gst/audio/gstaudiosink.c:
24897         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24898         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24899         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24900         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24901         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24902         (gst_audiosink_create_ringbuffer):
24903         * gst-libs/gst/audio/gstbaseaudiosink.c:
24904         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24905         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24906         (gst_baseaudiosink_set_property), (build_linear_format),
24907         (debug_spec_caps), (debug_spec_buffer),
24908         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24909         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24910         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24911         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24912         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24913         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24914         (gst_ringbuffer_release), (gst_ringbuffer_play),
24915         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24916         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24917         (gst_ringbuffer_set_sample), (wait_segment),
24918         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24919         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24920         More work on the audiosink, mostly debugging and a race in
24921         shutdown.
24922
24923 2005-04-28  Wim Taymans  <wim@fluendo.com>
24924
24925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24926         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24927         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24928         (vorbis_dec_src_query), (vorbis_dec_src_event),
24929         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24930         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24931         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24932         Don't crap out when seeking back to position 0.
24933
24934 2005-04-28  Wim Taymans  <wim@fluendo.com>
24935
24936         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24937         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24938         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24939         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24940         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24941         Make audio sink configurable, use alsasink as default.
24942
24943 2005-04-28  Wim Taymans  <wim@fluendo.com>
24944
24945         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24946         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24947         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24948         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24949         (vorbis_dec_change_state):
24950         * ext/vorbis/vorbisdec.h:
24951         Refactor, use STREAM_LOCK.
24952
24953 2005-04-28  Wim Taymans  <wim@fluendo.com>
24954
24955         * ext/theora/theoradec.c: (_inc_granulepos),
24956         (theora_dec_sink_event), (theora_handle_comment_packet),
24957         (theora_handle_type_packet), (theora_handle_header_packet),
24958         (theora_handle_data_packet), (theora_dec_chain),
24959         (theora_dec_change_state):
24960         Refactor a bit, use STREAM_LOCK.
24961
24962 2005-04-28  Wim Taymans  <wim@fluendo.com>
24963
24964         * ext/alsa/Makefile.am:
24965         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24966         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24967         (gst_alsa_link), (gst_alsa_close_audio):
24968         * ext/alsa/gstalsaplugin.c: (plugin_init):
24969         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24970         (gst_alsasink_dispose), (gst_alsasink_base_init),
24971         (gst_alsasink_class_init), (gst_alsasink_init),
24972         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24973         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24974         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24975         (gst_alsasink_reset):
24976         * ext/alsa/gstalsasink.h:
24977         Implement alsasink with simple open/write/close API. 
24978         Make alsa dir build by disabling compilation of code.
24979
24980 2005-04-28  Wim Taymans  <wim@fluendo.com>
24981
24982         * gst-libs/gst/audio/Makefile.am:
24983         * gst-libs/gst/audio/audio.h:
24984         * gst-libs/gst/audio/audioclock.c:
24985         * gst-libs/gst/audio/audioclock.h:
24986         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24987         (gst_audio_clock_class_init), (gst_audio_clock_init),
24988         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24989         * gst-libs/gst/audio/gstaudioclock.h:
24990         * gst-libs/gst/audio/gstaudiosink.c:
24991         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24992         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24993         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24994         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24995         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24996         (gst_audiosink_create_ringbuffer):
24997         * gst-libs/gst/audio/gstbaseaudiosink.c:
24998         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24999         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25000         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25001         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25002         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25003         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25004         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25005         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25006         * gst-libs/gst/audio/gstbaseaudiosink.h:
25007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25008         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25009         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25010         (gst_ringbuffer_release), (gst_ringbuffer_play),
25011         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25012         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25013         (gst_ringbuffer_set_sample), (wait_segment),
25014         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25015         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25016         * gst-libs/gst/audio/gstringbuffer.h:
25017         Make ringbuffer faster and more simple by removing the locks
25018         in the playback thread.
25019         Add sample accurate playback based on buffer sample offsets.
25020         Make the baseaudiosink provide a clock.
25021         Parse caps in the base class.
25022         Correctly handle seeking, flushing and state changes.
25023
25024 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25025
25026         * configure.ac:
25027         * gst/audioconvert/Makefile.am:
25028         * gst/audioscale/Makefile.am:
25029           Fix part of the build.  Come on guys, autogen didn't even work :)
25030
25031 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25032
25033         * configure.ac:
25034         * gst-libs/gst/Makefile.am:
25035         * gst-libs/gst/media-info/.cvsignore:
25036         * gst-libs/gst/media-info/Makefile.am:
25037         * gst-libs/gst/media-info/README:
25038         * gst-libs/gst/media-info/media-info-priv.c:
25039         * gst-libs/gst/media-info/media-info-priv.h:
25040         * gst-libs/gst/media-info/media-info-test.c:
25041         * gst-libs/gst/media-info/media-info.c:
25042         * gst-libs/gst/media-info/media-info.h:
25043         * gst-libs/gst/media-info/media-info.vcproj:
25044         * pkgconfig/Makefile.am:
25045         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25046         * pkgconfig/gstreamer-media-info.pc.in:
25047           Remove media-info, which is also successed by playbin (see Totem
25048           implementation).
25049
25050 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25051
25052         * configure.ac:
25053         * examples/Makefile.am:
25054         * examples/gstplay/.cvsignore:
25055         * examples/gstplay/Makefile.am:
25056         * examples/gstplay/player.c:
25057         * gst-libs/gst/Makefile.am:
25058         * gst-libs/gst/play/.cvsignore:
25059         * gst-libs/gst/play/Makefile.am:
25060         * gst-libs/gst/play/play.c:
25061         * gst-libs/gst/play/play.h:
25062         * gst-libs/gst/play/play.vcproj:
25063         * pkgconfig/Makefile.am:
25064         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25065         * pkgconfig/gstreamer-play.pc.in:
25066           Remove libgstplay, playbin is now the official successor.
25067
25068 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25069
25070         * configure.ac:
25071         * gst-libs/gst/Makefile.am:
25072         * gst-libs/gst/xwindowlistener/Makefile.am:
25073         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25074         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25075           Remove deprecated xwindowlistener (I've moved xwindowlistening
25076           in the v4l/v4l2 plugins over to serverside).
25077
25078 2005-04-25  David Schleef  <ds@schleef.org>
25079
25080         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25081         to examples/dynparams.  Examples do not belong interspersed with
25082         source code.
25083         * examples/dynparams/demo-dparams.c:
25084         * gst/sine/Makefile.am:
25085         * gst/sine/demo-dparams.c:
25086
25087 2005-04-25  David Schleef  <ds@schleef.org>
25088
25089         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25090         * gst-libs/gst/audio/Makefile.am:
25091         * gst-libs/gst/riff/Makefile.am:
25092         * gst-libs/gst/tag/Makefile.am:
25093         * gst-libs/gst/video/Makefile.am:
25094         * gst-libs/gst/xwindowlistener/Makefile.am:
25095
25096         Convert to 0.9 API, seems to work:
25097         * sys/ximage/Makefile.am:
25098         * sys/ximage/ximagesink.c:
25099
25100 2005-04-24  David Schleef  <ds@schleef.org>
25101
25102         Link plugins against libraries:
25103         * ext/alsa/Makefile.am:
25104         * gst/tcp/Makefile.am:
25105
25106         Remove asm code that should be in liboil
25107         * gst/videoscale/Makefile.am:
25108         * gst/videoscale/videoscale_x86_asm.s:
25109
25110         gettext wants these checked in:
25111         * po/af.po:
25112         * po/az.po:
25113         * po/cs.po:
25114         * po/en_GB.po:
25115         * po/hu.po:
25116         * po/it.po:
25117         * po/nb.po:
25118         * po/nl.po:
25119         * po/or.po:
25120         * po/sq.po:
25121         * po/sr.po:
25122         * po/sv.po:
25123         * po/uk.po:
25124         * po/vi.po:
25125
25126 2005-04-24  David Schleef  <ds@schleef.org>
25127
25128         Convert gst_main() to g_main_loop_run()
25129         * gst/playback/decodetest.c: (main):
25130         * gst/playback/test2.c: (main):
25131         * gst/playback/test3.c: (main):
25132         * gst/playback/test4.c: (main):
25133
25134         Link plugins against libraries:
25135         * ext/libvisual/Makefile.am:
25136         * sys/xvimage/Makefile.am:
25137
25138 2005-04-24  David Schleef  <ds@schleef.org>
25139
25140         * configure.ac: Remove idct and resample libs
25141         * gst-libs/gst/Makefile.am: same
25142
25143         Remove usage of gst_library_load():
25144         * ext/alsa/gstalsaplugin.c: (plugin_init):
25145         * ext/libvisual/visual.c: (plugin_init):
25146         * ext/ogg/gstogg.c: (plugin_init):
25147         * ext/theora/theora.c: (plugin_init):
25148         * ext/vorbis/vorbis.c: (plugin_init):
25149         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25150         * gst/audioscale/gstaudioscale.c:
25151         * gst/adder/gstadder.c: (plugin_init):
25152         * gst/audioconvert/plugin.c: (plugin_init):
25153         * sys/ximage/ximagesink.c: (plugin_init):
25154         * sys/xvimage/xvimagesink.c: (plugin_init):
25155         * gst/tcp/gsttcpplugin.c: (plugin_init):
25156
25157         Link plugins against libraries:
25158         * ext/ogg/Makefile.am:
25159         * ext/theora/Makefile.am:
25160         * ext/vorbis/Makefile.am:
25161         * gst/audioconvert/Makefile.am:
25162
25163         Create proper libraries:
25164         * gst-libs/gst/riff/Makefile.am:
25165         * gst-libs/gst/audio/Makefile.am:
25166         * gst-libs/gst/video/Makefile.am:
25167
25168         Move resample library to audioscale plugin directory:
25169         * gst-libs/gst/resample/Makefile.am:
25170         * gst-libs/gst/resample/README:
25171         * gst-libs/gst/resample/dtof.c:
25172         * gst-libs/gst/resample/dtos.c:
25173         * gst-libs/gst/resample/functable.c:
25174         * gst-libs/gst/resample/private.h:
25175         * gst-libs/gst/resample/resample.c:
25176         * gst-libs/gst/resample/resample.h:
25177         * gst-libs/gst/resample/resample.vcproj:
25178         * gst-libs/gst/resample/test.c:
25179         * gst/audioscale/Makefile.am:
25180         * gst/audioscale/README:
25181         * gst/audioscale/dtof.c:
25182         * gst/audioscale/dtos.c:
25183         * gst/audioscale/functable.c:
25184         * gst/audioscale/private.h:
25185         * gst/audioscale/resample.c:
25186         * gst/audioscale/resample.h:
25187         * gst/audioscale/test.c:
25188
25189         Move tagedit library to gst-libs:
25190         * gst-libs/gst/tag/Makefile.am:
25191         * gst-libs/gst/tag/gstid3tag.c:
25192         * gst-libs/gst/tag/gsttagediting.c:
25193         * gst-libs/gst/tag/gsttageditingprivate.h:
25194         * gst-libs/gst/tag/gstvorbistag.c:
25195         * gst/tags/Makefile.am:
25196         * gst/tags/gstid3tag.c:
25197         * gst/tags/gstvorbistag.c:
25198
25199         Fix for core changes:
25200         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25201         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25202         (gst_sinesrc_getrange):
25203
25204 2005-04-23  David Schleef  <ds@schleef.org>
25205
25206         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25207         in gst-plugins in a long time, and properly belongs in liboil.
25208         * gst-libs/gst/idct/Makefile.am:
25209         * gst-libs/gst/idct/README:
25210         * gst-libs/gst/idct/dct.h:
25211         * gst-libs/gst/idct/doieee:
25212         * gst-libs/gst/idct/fastintidct.c:
25213         * gst-libs/gst/idct/floatidct.c:
25214         * gst-libs/gst/idct/idct.c:
25215         * gst-libs/gst/idct/idct.h:
25216         * gst-libs/gst/idct/idtc.vcproj:
25217         * gst-libs/gst/idct/ieeetest.c:
25218         * gst-libs/gst/idct/intidct.c:
25219
25220 2005-04-20  Wim Taymans  <wim@fluendo.com>
25221
25222         * docs/design-audiosinks.txt:
25223         * gst-libs/gst/audio/Makefile.am:
25224         * gst-libs/gst/audio/TODO:
25225         * gst-libs/gst/audio/gstaudiosink.c:
25226         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25227         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25228         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25229         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25230         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25231         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25232         (gst_audiosink_class_init), (gst_audiosink_init),
25233         (gst_audiosink_create_ringbuffer):
25234         * gst-libs/gst/audio/gstaudiosink.h:
25235         * gst-libs/gst/audio/gstbaseaudiosink.c:
25236         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25237         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25238         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25239         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25240         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25241         (gst_baseaudiosink_create_ringbuffer),
25242         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25243         * gst-libs/gst/audio/gstbaseaudiosink.h:
25244         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25245         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25246         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25247         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25248         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25249         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25250         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25251         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25252         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25253         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25254         * gst-libs/gst/audio/gstringbuffer.h:
25255         An attempt at a set of audio base classes together with some
25256         design docs.
25257
25258 2005-04-20  Wim Taymans  <wim@fluendo.com>
25259
25260         * gst/audioconvert/Makefile.am:
25261         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25262         (gst_audio_convert_caps_remove_format_info),
25263         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25264         (gst_audio_convert_channels):
25265         Link against audio libs.
25266         Fix audio convert plugin.
25267
25268 2005-04-20  Wim Taymans  <wim@fluendo.com>
25269
25270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25271         (gst_ogg_demux_sink_activate):
25272         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25273         (theora_set_header_on_caps), (theora_enc_sink_event),
25274         (theora_enc_chain):
25275         Fix theora encoder.
25276
25277 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25278
25279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25280         * gst/playback/gstdecodebin.c: (find_compatibles):
25281           Work with staticpadtemplates in elementfactories.
25282
25283 2005-04-12  Wim Taymans  <wim@fluendo.com>
25284
25285         * gst/playback/README:
25286         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25287         (compare_ranks), (print_feature), (gst_decode_bin_init),
25288         (dynamic_create), (dynamic_free), (find_compatibles),
25289         (mimetype_is_raw), (close_pad_link), (got_redirect),
25290         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25291         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25292         (gst_decode_bin_change_state):
25293         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25294         (gst_play_base_bin_init), (group_destroy), (group_commit),
25295         (check_queue), (queue_overrun), (queue_threshold_reached),
25296         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25297         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25298         (got_redirect), (setup_source), (play_base_eos),
25299         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25300         (gst_play_base_bin_remove_element):
25301         * gst/playback/gstplaybasebin.h:
25302         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25303         (gst_play_bin_init), (gst_play_bin_dispose),
25304         (gst_play_bin_set_property), (gen_video_element),
25305         (gen_text_element), (gen_audio_element), (remove_sinks),
25306         (gst_play_bin_send_event):
25307         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25308         (stream_info_change_state), (gst_stream_info_set_mute):
25309         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25310         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25311         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25312         (gst_stream_selector_chain):
25313         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25314         (main):
25315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25316         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25317         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25318         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25319         Raw and crude port of decodebin. 
25320         Make playbin compile.
25321
25322 2005-04-06  Wim Taymans  <wim@fluendo.com>
25323
25324         * ext/gnomevfs/Makefile.am:
25325         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25326         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25327         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25328         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25329         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25330         (gst_gnomevfssrc_stop):
25331         * ext/ogg/Makefile.am:
25332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25333         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25334         * ext/theora/Makefile.am:
25335         * ext/theora/theoradec.c: (_inc_granulepos),
25336         (theora_dec_sink_event), (theora_dec_chain):
25337         * ext/vorbis/Makefile.am:
25338         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25339         (vorbis_dec_sink_event), (vorbis_dec_chain):
25340         * gst-libs/gst/audio/Makefile.am:
25341         * sys/xvimage/Makefile.am:
25342         Make gnomevfssrc extend the source base class.
25343         Fix linking against libs in various plugins.
25344
25345 2005-04-06  Andy Wingo  <wingo@pobox.com>
25346
25347         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25348         GST_BASE_LIBS.
25349
25350         * configure.ac: Add check and AC_SUBST for libgstbase.
25351
25352 2005-03-31  Wim Taymans  <wim@fluendo.com>
25353
25354         * examples/seeking/Makefile.am:
25355         * examples/seeking/cdparanoia.c: (main):
25356         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25357         (play_cb), (pause_cb), (stop_cb), (main):
25358         * examples/seeking/playbin.c:
25359         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25360         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25361         (make_sid_pipeline), (make_vorbis_pipeline),
25362         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25363         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25364         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25365         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25366         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25367         (stop_cb), (main):
25368         * examples/seeking/spider_seek.c:
25369         * examples/seeking/vorbisfile.c:
25370         * ext/gnomevfs/Makefile.am:
25371         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25372         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25373         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25374         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25375         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25376         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25377         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25378         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25379         * ext/ogg/README:
25380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25381         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25382         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25383         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25384         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25385         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25386         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25387         (gst_ogg_demux_factory_filter), (compare_ranks),
25388         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25389         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25390         (gst_ogg_chain_new), (gst_ogg_chain_free),
25391         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25392         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25393         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25394         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25395         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25396         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25397         (gst_ogg_demux_get_prev_page),
25398         (gst_ogg_demux_deactivate_current_chain),
25399         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25400         (gst_ogg_demux_bisect_forward_serialno),
25401         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25402         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25403         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25404         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25405         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25406         (gst_ogg_demux_change_state), (gst_ogg_print):
25407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25408         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25409         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25410         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25411         (gst_ogg_mux_loop):
25412         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25413         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25414         (theora_dec_src_convert), (theora_dec_sink_convert),
25415         (theora_dec_src_query), (theora_dec_src_event),
25416         (theora_dec_sink_event), (theora_dec_chain),
25417         (theora_dec_change_state):
25418         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25419         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25420         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25421         (theora_enc_change_state):
25422         * ext/vorbis/Makefile.am:
25423         * ext/vorbis/oggvorbisenc.c:
25424         * ext/vorbis/oggvorbisenc.h:
25425         * ext/vorbis/vorbis.c: (plugin_init):
25426         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25427         (vorbis_dec_src_query), (vorbis_dec_src_event),
25428         (vorbis_dec_sink_event), (vorbis_dec_chain),
25429         (vorbis_dec_change_state):
25430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25431         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25432         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25433         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25434         (gst_vorbisenc_change_state):
25435         * ext/vorbis/vorbisenc.h:
25436         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25437         * gst-libs/gst/audio/audioclock.c:
25438         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25439         (gst_audiofilter_init), (gst_audiofilter_chain):
25440         * gst-libs/gst/audio/testchannels.c: (main):
25441         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25442         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25443         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25444         (gmip_find_track_streaminfo), (gmip_find_track_format):
25445         * gst-libs/gst/media-info/media-info.c:
25446         (gst_media_info_read_idler):
25447         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25448         (gst_play_get_all_by_interface):
25449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25450         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25451         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25452         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25453         (gst_riff_parse_info):
25454         * gst-libs/gst/riff/riff-read.h:
25455         * gst-libs/gst/riff/riff.c: (plugin_init):
25456         * gst-libs/gst/video/Makefile.am:
25457         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25458         (gst_videosink_class_init), (gst_videosink_get_type):
25459         * gst-libs/gst/video/videosink.h:
25460         * gst/audioconvert/bufferframesconvert.c:
25461         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25462         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25463         * gst/audioconvert/channelmixtest.c: (main):
25464         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25465         (gst_audio_convert_chain),
25466         (gst_audio_convert_caps_remove_format_info),
25467         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25468         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25469         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25470         (gst_audio_convert_buffer_to_default_format),
25471         (gst_audio_convert_buffer_from_default_format),
25472         (gst_audio_convert_channels):
25473         * gst/audioconvert/gstchannelmix.h:
25474         * gst/ffmpegcolorspace/avcodec.h:
25475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25476         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25477         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25478         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25479         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25480         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25481         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25482         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25483         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25484         (dv_type_find):
25485         * gst/videotestsrc/gstvideotestsrc.c:
25486         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25487         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25488         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25489         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25490         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25491         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25492         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25494         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25495         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25496         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25497         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25498         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25499         (gst_xvimagesink_navigation_send_event),
25500         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25501         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25502         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25503         * sys/xvimage/xvimagesink.h:
25504         Plugin port to 0.9, ogg/theora playback should work in the seek
25505         example now.
25506         Removed old examples.
25507         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25508         explained in 0.9 TODO doc.
25509
25510
25511 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25512
25513         * autogen.sh:
25514         * configure.ac:
25515         * ext/Makefile.am:
25516         * gst/Makefile.am:
25517         * po/POTFILES.in:
25518         * po/af.po:
25519         * po/az.po:
25520         * po/cs.po:
25521         * po/en_GB.po:
25522         * po/hu.po:
25523         * po/it.po:
25524         * po/nb.po:
25525         * po/nl.po:
25526         * po/or.po:
25527         * po/sq.po:
25528         * po/sr.po:
25529         * po/sv.po:
25530         * po/uk.po:
25531         * po/vi.po:
25532         * sys/Makefile.am:
25533         * testsuite/Makefile.am:
25534           remove a whole bunch of plugins.  This module now contains a set
25535           of free reference plugins/elements as agreed.
25536
25537 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25538
25539         * configure.ac:
25540           hunting season on 0.9 is now OPEN
25541
25542 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25543
25544         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25545           Kick the hell out of gcc for not warning me about a symbol conflict.
25546
25547 2005-02-22  Luca Ognibene  <luogni@tin.it>
25548
25549         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25550
25551         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25552           Don't leak caps string (fixes #168134)
25553
25554         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25555         (gst_jpegenc_init), (gst_jpegenc_finalize),
25556         (gst_jpegenc_change_state):
25557           Don't leak line buffers and context struct (fixes #168133).
25558
25559 2005-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25560
25561         * configure.ac:
25562         * ext/dirac/gstdiracdec.cc:
25563         (gst_diracdec_chain):
25564           Since dirac 0.5.0 the framerate in dirac is expressed as a
25565           rational number. Fix build and up requirement to 0.5.0, and
25566           also pass parameters to gst_diracdec_link in the right order
25567           (fixes #167959).
25568
25569 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25570
25571         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25572         * ext/faad/gstfaad.h:
25573         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25574         certain invalid muxed streams, where some packets will contain 
25575         junk after decoder data. Partially fixes #149158.
25576
25577 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25578         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25579           Make sure we only write to writable buffers
25580
25581 2005-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25582
25583         * gst-libs/gst/riff/riff-media.c:
25584         (gst_riff_create_audio_caps_with_data):
25585           Do actually fix invalid RIFF fmt header values for alaw
25586           and mulaw audio instead of just saying so.
25587
25588         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25589           Give gst_riff_create_audio_caps_with_data() a chance to
25590           fix up broken format header fields before extracting any
25591           parameters from the header. (fixes #167633)
25592
25593 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25594
25595         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25596
25597         * gst/audioconvert/bufferframesconvert.c:
25598         (buffer_frames_convert_link):
25599           Don't leak othercaps. (fixes #167878)
25600
25601 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25602
25603         * configure.ac:
25604         * ext/libvisual/visual.c: (gst_visual_srclink),
25605         (gst_visual_change_state):
25606           Support libvisual 0.2.0.
25607
25608 2005-02-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25609
25610         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25611         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25612           Use same rowstrides for I420 as used everywhere else.
25613
25614 2005-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25615
25616         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25617           Declare variables at beginning of block and make gcc-2.95 happy
25618           (fixes # 167482, patch by Gergely Nagy).
25619           
25620         * gst/tcp/gsttcpclientsrc.c:
25621         * gst/tcp/gsttcpclientsrc.h:
25622           Move some includes into the header, so that struct sockaddr_in is
25623           defined when it should be defined on FreeBSD as well (fixes
25624           #167483).
25625           
25626         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25627           Don't pass uninitialised values to setsockopt() here either.
25628
25629 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25630
25631         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25632
25633         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25634           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25635
25636 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25637
25638         * gst/playback/gstplaybin.c: (add_sink):
25639           Invert bin_add/link order to workaround deadlock in opt.
25640
25641 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25642
25643         * gst/modplug/gstmodplug.cc:
25644           Add missing break causing position queries to fail.
25645
25646 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25647
25648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25649           Granpos can apparently be -1, which screws up calculations...
25650
25651 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25652
25653         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25654         (gst_ximagesink_send_pending_navigation),
25655         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25656         (gst_ximagesink_init):
25657         * sys/ximage/ximagesink.h:
25658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25659         (gst_xvimagesink_send_pending_navigation),
25660         (gst_xvimagesink_navigation_send_event),
25661         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25662         * sys/xvimage/xvimagesink.h:
25663           Use a mutex protected list to marshal navigation
25664           events into the stream thread from whichever thread
25665           sends them.
25666
25667 2005-02-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25668
25669         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25670           Display current position and track length; misc. clean-ups.
25671           
25672         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25673         (speed_init), (speed_chain):
25674           Add query function, so that the stream length and current position
25675           get adjusted when queried (note that current position queries may
25676           still be wrong if the audio sink returns values based on buffer
25677           timestamps instead of passing on the query).
25678
25679 2005-02-13  Benjamin Otte  <otte@gnome.org>
25680
25681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25682         (gst_audio_convert_channels):
25683           create channel conversion matrix when linking
25684         * gst/audioconvert/.cvsignore:
25685         * gst/audioconvert/Makefile.am:
25686         * gst/audioconvert/channelmixtest.c: (main):
25687           add (ugly) test that ensures stereo <=> mono conversion works
25688           correctly
25689
25690 2005-02-13  Benjamin Otte  <otte@gnome.org>
25691
25692         * gst/audioconvert/gstchannelmix.h:
25693           include missing header file
25694         * gst/audioconvert/gstchannelmix.c:
25695         (gst_audio_convert_fill_compatible):
25696           use same sign for both channels when converting to/from compatible
25697           channel. Previously used different signs made the signals cancel
25698           each other out and appear like silence. (fixes #167269)
25699
25700 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25701
25702         * gst/ffmpegcolorspace/avcodec.h:
25703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25704         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25705         (gst_ffmpegcsp_avpicture_fill):
25706         * gst/ffmpegcolorspace/imgconvert.c:
25707           Convert to and from YV12 (fixes #156379).
25708
25709 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25710
25711         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25712         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25713         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25714         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25715         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25716         methods from chain and negotiation and vice versa (Fixes #166142).
25717         * sys/ximage/ximagesink.h: Add stream_lock.
25718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25719         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25720         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25721         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25722
25723 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25724
25725         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25726           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25727           error message when we can't open the DVD device (when dvdnav_open()
25728           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25729           the above). Send something more useful instead (fixes #167117).
25730
25731 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25732
25733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25734         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25735         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25736         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25737         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25738         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25739         methods from chain and negotiation and vice versa (Fixes #166142).
25740         Fix a possible bug of images in the buffer pool being discarded because
25741         we are looking at the wrong geometry.
25742         * sys/xvimage/xvimagesink.h: Add stream_lock.
25743
25744 2005-02-11  David Schleef  <ds@schleef.org>
25745
25746         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25747         unsigned int. (fixes #167128)
25748
25749 2005-02-11  David Schleef  <ds@schleef.org>
25750
25751         * gst/librfb/Makefile.am: Testing stuff before committing is
25752           for wimps... and people with fast machines.  Fix stupid
25753           mistake.
25754
25755 2005-02-11  David Schleef  <ds@schleef.org>
25756
25757         * configure.ac: Pull in librfb from my CVS tree, because it is
25758           too small and annoying to be separate.  Move rfbsrc plugin
25759           to gst/.
25760         * ext/Makefile.am:
25761         * ext/librfb/Makefile.am:
25762         * ext/librfb/gstrfbsrc.c:
25763         * gst/librfb/Makefile.am:
25764         * gst/librfb/gstrfbsrc.c:
25765         * gst/librfb/rfb.c:
25766         * gst/librfb/rfb.h:
25767         * gst/librfb/rfbbuffer.c:
25768         * gst/librfb/rfbbuffer.h:
25769         * gst/librfb/rfbbytestream.c:
25770         * gst/librfb/rfbbytestream.h:
25771         * gst/librfb/rfbcontext.h:
25772         * gst/librfb/rfbdecoder.c:
25773         * gst/librfb/rfbdecoder.h:
25774         * gst/librfb/rfbutil.h:
25775
25776 2005-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25777
25778         * gst/speed/Makefile.am:
25779         * gst/speed/demo-mp3.c: (main):
25780         * gst/speed/filter.func:
25781         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25782         (speed_class_init), (speed_init), (speed_chain_int16),
25783         (speed_chain_float32), (speed_chain), (speed_set_property),
25784         (speed_get_property), (speed_change_state):
25785         * gst/speed/gstspeed.h:
25786           Fix speed element and make it chain-based (fixes #156467),
25787           and make it handle more than one channel.
25788
25789 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25790
25791         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25792         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25793         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25794         * ext/dts/gstdtsdec.h:
25795           Don't clobber the stack constructing the channels array.
25796           Make the element chain-based. DTS tracks can now be played.
25797           
25798 2005-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25799
25800         * gst-libs/gst/audio/multichannel.h:
25801         * gst-libs/gst/gconf/gconf.h:
25802         * gst-libs/gst/idct/idct.h:
25803         * gst-libs/gst/media-info/media-info-priv.h:
25804         * gst-libs/gst/play/play.h:
25805         * gst-libs/gst/resample/private.h:
25806         * gst-libs/gst/resample/resample.h:
25807         * gst-libs/gst/riff/riff-ids.h:
25808         * gst-libs/gst/video/video.h:
25809         * gst-libs/gst/video/videosink.h:
25810           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25811           missing, so that they work when included from C++ code.
25812
25813 2005-02-09  David Schleef  <ds@schleef.org>
25814
25815         * testsuite/gst-lint: Check for non-statically scoped
25816           parent_class variables.  This won't be a problem once
25817           plugins are loaded with RTLD_LOCAL.
25818
25819 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25820
25821         * ext/mplex/gstmplexibitstream.cc:
25822           gcc madness.
25823
25824 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25825
25826         * ext/ogg/gstogmparse.c:
25827         * gst/debug/gstnavigationtest.c:
25828           Die, thou faulty symbol pollutors (non-static parent_class).
25829
25830 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25831
25832         * ext/mplex/gstmplexibitstream.cc:
25833           Fix event handling (#165525).
25834
25835 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * ext/mikmod/gstmikmod.c:
25838         * gst/modplug/gstmodplug.cc:
25839           Add missing endianness to template (fixes #165509).
25840
25841 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25842
25843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25844           Fix wrong order of reading of optional bytes (#165290).
25845
25846 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25847
25848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25849           Implement FILLER event awareness.
25850
25851 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25852
25853         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25854           Fix track calculations (#166208).
25855
25856 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25857
25858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25859
25860         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25861         * ext/libpng/gstpngenc.c:
25862           Fix byte-order, use proper fixed caps. Fixes #164197.
25863
25864 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25865
25866         * configure.ac:
25867           Add dvdlpcmdec 
25868
25869         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25870         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25871           Don't push buffers if the src pad isn't negotiated yet.
25872           
25873         * gst/audioconvert/gstaudioconvert.c:
25874         (gst_audio_convert_buffer_to_default_format),
25875         (gst_audio_convert_buffer_from_default_format):
25876           Add support for 24-bit width.
25877
25878         * gst/dvdlpcmdec/.cvsignore:
25879         * gst/dvdlpcmdec/Makefile.am:
25880         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25881         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25882         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25883         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25884         (plugin_init):
25885         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25886           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25887           format. Needs support for the channels maps if someone can find 
25888           a DVD LPCM track with > 2 channels.
25889
25890         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25891         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25892         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25893         * gst/mpegstream/gstdvddemux.h:
25894         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25895         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25896         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25897         * gst/mpegstream/gstmpegdemux.h:
25898         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25899         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25900         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25901         (gst_mpeg_parse_handle_src_query),
25902         (gst_mpeg_parse_handle_src_event):
25903           Use audio/x-dvd-lpcm for LPCM output.
25904           Add DTS output.
25905
25906 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25907
25908         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25909
25910         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25911         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25912           Add BGRA handling (#165736).
25913
25914 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25915
25916         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25917
25918         * gst/law/alaw-decode.c: (alawdec_link):
25919         * gst/law/alaw-encode.c: (alawenc_link):
25920         * gst/law/mulaw-decode.c: (mulawdec_link):
25921         * gst/law/mulaw-encode.c: (mulawenc_link):
25922           Fix caps memleaks (#166600).
25923
25924 2005-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25925
25926         * ext/tarkin/mem.h:
25927         * ext/tarkin/wavelet.h:
25928         * ext/tarkin/yuv.h:
25929         * gst/ffmpegcolorspace/avcodec.h:
25930           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25931           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25932
25933 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25934
25935         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25937         (gst_xvimagesink_change_state):
25938           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25939           Xv video (and thereby regenerate Xv colourkey) in clear() so
25940           that PLAY -> READY -> PLAY works (fixes #162504).
25941
25942 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25943
25944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25945           Switch to list instead of range, since MJPEG-devices really just
25946           support decimations, not any size.
25947
25948 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25949         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25950         (gst_mpeg2dec_reset), (free_all_buffers),
25951         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25952         * ext/mpeg2dec/gstmpeg2dec.h:
25953           The libmpeg2 user-allocated buffer management is awkward, 
25954           to say the least. Hopefully this fixes things.
25955
25956 2005-02-04  Andy Wingo  <wingo@pobox.com>
25957
25958         * gst/audioconvert/bufferframesconvert.c
25959         (buffer_frames_convert_fixate): New function, fixates to 256
25960         frames per buffer by default. (Much better than 1.)
25961         (buffer_frames_convert_init): Set the fixate function for both src
25962         and sink pad.
25963         (buffer_frames_convert_link): After success setting nonfixed caps,
25964         get the negotiated caps so we can know how many buffer-frames it
25965         will be. No idea how this worked at all before.
25966
25967 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25968
25969         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25970         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25971         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25972         (handle_sequence), (handle_picture):
25973         * ext/mpeg2dec/gstmpeg2dec.h:
25974           Rearrange buffer tracking and refcounting and refactor
25975           a little for readability. 
25976
25977 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25978         * sys/v4l/gstv4l.c: (plugin_init):
25979         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25980         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25981         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25982         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25983         * sys/v4l/gstv4ljpegsrc.h:
25984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25985         * sys/v4l/v4l_calls.h:
25986         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25987         (gst_v4lsrc_get_fps):
25988         * sys/v4l/v4lsrc_calls.h:
25989           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25990           you jpeg inside rgb frames" driver.
25991           Don't error in the v4lsrc link function, just return 
25992           REFUSED.
25993
25994 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25995
25996         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25997         (gst_qcamsrc_open):
25998           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25999
26000 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26001
26002         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26003           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26004
26005 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26006
26007         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26008           Reset negotiated state on PAUSED->READY.
26009
26010 2005-02-02  David Schleef  <ds@schleef.org>
26011
26012         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26013         whereever possible.  (Fixes #165997)
26014         * examples/capsfilter/capsfilter1.c: (main):
26015         * examples/dynparams/filter.c: (create_ui):
26016         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26017         * examples/seeking/chained.c: (main):
26018         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26019         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26020         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26021         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26022         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26023         * examples/switch/switcher.c: (main):
26024         * ext/dv/demo-play.c: (main):
26025         * ext/faad/gstfaad.c: (gst_faad_change_state):
26026         * ext/mad/gstmad.c: (gst_mad_chain):
26027         * ext/smoothwave/demo-osssrc.c: (main):
26028         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26029         (gst_gconf_render_bin_from_description),
26030         (gst_gconf_get_default_audio_sink),
26031         (gst_gconf_get_default_video_sink),
26032         (gst_gconf_get_default_audio_src),
26033         (gst_gconf_get_default_video_src),
26034         (gst_gconf_get_default_visualization_element):
26035         * gst/level/demo.c: (main):
26036         * gst/level/plot.c: (main):
26037         * gst/playback/gstplaybin.c: (gen_video_element),
26038         (gen_audio_element):
26039         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26040         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26041         * gst/sine/demo-dparams.c: (main):
26042         * gst/spectrum/demo-osssrc.c: (main):
26043         * gst/speed/demo-mp3.c: (main):
26044         * gst/volume/demo.c: (main):
26045         * testsuite/embed/embed.c: (main):
26046
26047 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26048
26049         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26050         (gst_tcpclientsink_finalize):
26051         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26052         (gst_tcpclientsrc_finalize):
26053         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26054         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26056         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26057           Don't leak the hostname when shutting down.
26058           In tcpserversrc, take a copy of the default hostname.
26059
26060 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26061
26062         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26063           Set caps to systemstream=TRUE.
26064
26065 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26066
26067         * testsuite/Makefile.am:
26068           Fix more OSX buildbots.
26069
26070 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26071
26072         * ext/mpeg2dec/gstmpeg2dec.c:
26073           Don't send things to NULL PAD_PEERs
26074
26075         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26076           Copy-on-write the incoming buffer.
26077
26078         * gst/mpegstream/gstdvddemux.h:
26079         * gst/mpegstream/gstmpegclock.h:
26080         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26081         (normal_seek), (gst_mpeg_demux_handle_src_event):
26082         * gst/mpegstream/gstmpegdemux.h:
26083         * gst/mpegstream/gstmpegpacketize.h:
26084         * gst/mpegstream/gstmpegparse.c:
26085         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26086         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26087         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26088         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26089         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26090         * gst/mpegstream/gstmpegparse.h:
26091         * gst/mpegstream/gstrfc2250enc.h:
26092           Various changes to the way time is computed that make seeking and
26093           total time estimation much better here.
26094           Use G_BEGIN/END_DECLS instead of __cplusplus
26095
26096         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26097           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26098
26099 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26100
26101         * gst/subparse/gstsubparse.c:
26102           Fix OSX buildbot.
26103
26104 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26105
26106         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26107         (theora_enc_chain), (theora_enc_change_state):
26108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26109         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26110         (gst_vorbisenc_change_state):
26111         * ext/vorbis/vorbisenc.h:
26112           Set granulepos and timestamp correctly for streams not
26113           starting at 0, taking into account the initial delay.
26114
26115 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26116
26117         * gst/mpegstream/gstdvddemux.c:
26118           Add audio/x-dts to audio pad template caps
26119
26120 2005-01-30  David Schleef  <ds@schleef.org>
26121
26122         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26123         (create_context), (gst_polypsink_link): Fix silly endianness
26124         bug.  Add some debugging.  Remove float from caps; it doesn't
26125         work.  Attempt to get remote audio working.
26126
26127 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26130           Add 3IV2 fourcc.
26131
26132 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26133
26134         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26135         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26136         (gst_avi_demux_stream_data):
26137         * gst/avi/gstavidemux.h:
26138           Invert DIB images. Fixes #132341.
26139
26140 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26143         (gst_ffmpegcsp_chain):
26144           D'oh, reference the palette data, not the palette structure.
26145           Fixes color distortion in #132341.
26146
26147 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26148
26149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26150           PAR can be non-fixed when not provided as argument (#162626).
26151
26152 2005-01-29  David Moore  <dcm@acm.org>
26153
26154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26155
26156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26157         (gst_qtdemux_loop_header):
26158           Re-apply patch from #142272 that allows non-seekable sources,
26159           re-proposed by Daniel Drake <dsd@gentoo.org>.
26160
26161 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26162
26163         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26164           Use the src template for creating the src pad (#162330).
26165
26166 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * configure.ac:
26169         * ext/musepack/Makefile.am:
26170         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26171         (gst_musepackdec_init), (gst_musepackdec_dispose),
26172         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26173         (gst_musepack_stream_init), (gst_musepackdec_loop),
26174         (gst_musepackdec_change_state):
26175         * ext/musepack/gstmusepackdec.cpp:
26176         * ext/musepack/gstmusepackdec.h:
26177         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26178         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26179         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26180         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26181         * ext/musepack/gstmusepackreader.cpp:
26182         * ext/musepack/gstmusepackreader.h:
26183           Update to 1.1 API (#165446).
26184
26185 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26186
26187         * ext/Makefile.am:
26188           Unbreak buildbot.
26189
26190 2005-01-28  Andy Wingo  <wingo@pobox.com>
26191
26192         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26193         to reflect a different dubious internet source. Add a reference
26194         and some commentary.
26195
26196 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26197
26198         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26199         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26200         * gst/playback/gststreamselector.h:
26201           Be more selective when we're redoing caps negotiation from
26202           within the chain function on a stream change.
26203
26204 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * configure.ac:
26207         * ext/Makefile.am:
26208         * ext/amrnb/Makefile.am:
26209         * ext/amrnb/amrnb.c: (plugin_init):
26210         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26211         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26212         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26213         (gst_amrnbdec_state_change):
26214         * ext/amrnb/amrnbdec.h:
26215         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26216         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26217         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26218         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26219         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26220         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26221         * ext/amrnb/amrnbparse.h:
26222           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26224           Add AMR-NB/-WB raw formats.
26225         * ext/alsa/gstalsa.c: (gst_alsa_link):
26226           Keep valid time when changing format.
26227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26228         (qtdemux_parse_trak):
26229           Add some more format-specific options (#140141, #143555, #155163).
26230
26231 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26232
26233         * gst/matroska/matroska-demux.c:
26234         (gst_matroska_demux_parse_blockgroup):
26235           Fix logic error in timing of subtitle stream synchronization.
26236         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26237           Add skip-chunk, which is found in kodak-camera streams.
26238
26239 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26240
26241         * po/LINGUAS:
26242         * po/vi.po:
26243           Adding Vietnamese translation (submitted by Clytie Siddall)
26244
26245 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26246
26247         * gst/playback/gstdecodebin.c: (try_to_link_1):
26248           Use realpad for signal.
26249
26250 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26251
26252         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26253           Fix category so decodebin picks it up.
26254
26255 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26256
26257         * ext/mad/Makefile.am:
26258         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26259         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26260         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26261         (found_type), (gst_id3demux_bin_change_state):
26262         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26263         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26264         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26265         (gst_id3_tag_change_state), (plugin_init):
26266         * ext/mad/gstmad.h:
26267           Add id3demuxbin (which is a simple bin consisting of id3demux
26268           and typefind), take over rank from id3demux, remove typefind
26269           code from id3demux. Makes all broken mp3s that I know of work,
26270           and thereby fixes #152688.
26271
26272 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26273
26274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26275
26276         * ext/mad/gstmad.c: (gst_mad_src_event):
26277         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26278           Allow seeks on audio pad, make mad forward those (#164826).
26279         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26280           Set duration (#165335).
26281
26282 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26283
26284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26285         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26286         (gst_asf_demux_process_ext_content_desc),
26287         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26288         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26289         * gst/asfdemux/gstasfdemux.h:
26290           Improve metadata display, e.g. if the metadata comes before the
26291           streams are loaded (which is perfectly valid).
26292
26293 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26294
26295         * tools/gst-launch-ext-m.m:
26296           Fix AVI/ASF pipelines (#165340).
26297
26298 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26299         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26300         build failure on amd64
26301
26302 2005-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26303
26304         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26305         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26306           Check environment variables GST_ID3V2_TAG_ENCODING,
26307           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26308           list of character encodings to force interpretation of non-unicode
26309           strings stored in an ID3v2 tag to a particular encoding. If none
26310           is specified, try to use current locale's encoding, then fall back
26311           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26312         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26313         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26314           Check environment variables GST_ID3V1_TAG_ENCODING,
26315           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26316           list of character encodings to use in case a string encountered
26317           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26318           specified, try to use the current locale's encoding, then fall
26319           back to ISO-8859-1 (which will always succeed).
26320
26321 2005-01-25  Benjamin Otte  <otte@gnome.org>
26322
26323         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26324           - on half framerate, compute the rate in advance so the comparisons
26325             don't compare wrong values
26326           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26327             behaviour
26328           - don't use mad_header_decode anymore, mad_frame_decode does that
26329             automatically
26330           - when getting rid of consumed bytes, reset the stream's skiplen
26331           (fixes #163867)
26332
26333 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26334
26335         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26336           Use 1/2 a second for default max_discont, as PES streams from DVB
26337           seem to have larger spacings in the SCR. 
26338           Fix a typo.
26339
26340 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26341
26342         * gst/playback/gstplaybasebin.c: (group_commit):
26343           Notify delayed stream-info availability.
26344
26345 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26346         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26347         (gst_a52dec_handle_event), (gst_a52dec_chain):
26348         Add some debug output. Check that a discont has a valid
26349         time associated.
26350         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26351         (gst_alsa_sink_loop):
26352         Ignore TAG events. A little extra debug for broken timestamps.
26353         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26354         (dvdnavsrc_change_state):
26355         Ensure we send a discont to engage the link before we send any
26356         other events.
26357         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26358         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26359         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26360         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26361         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26362         dvd://title works in totem because typefinding sends a seek that ends
26363         up going back to chapter 1 regardless.
26364         * ext/mpeg2dec/gstmpeg2dec.c:
26365         * ext/mpeg2dec/gstmpeg2dec.h:
26366         Output correct timestamps and handle disconts.
26367         * ext/ogg/gstoggdemux.c: (get_relative):
26368         Small guard against a null dereference.
26369         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26370         (gst_textoverlay_set_property):
26371         Free memory when done. Don't call gst_event_filler_get_duration on
26372         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26373         g_warning.
26374         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26375         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26376         (gst_sw_srclink), (gst_smoothwave_chain):
26377         Draw solid lines, prettier colours.
26378         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26379         Add a default palette that'll work for some movies.
26380         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26381         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26382         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26383         * gst/mpegstream/gstdvddemux.h:
26384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26385         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26386         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26387         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26388         * gst/mpegstream/gstmpegparse.h:
26389         Use PTM/NAV events when for timestamp adjustment when connected to 
26390         dvdnavsrc. Don't use many discont events where one suffices.
26391         * gst/playback/gstplaybasebin.c: (group_destroy),
26392         (gen_preroll_element), (gst_play_base_bin_add_element):
26393         * gst/playback/gstplaybasebin.h:
26394         Make sure we remove subtitles from the same bin we put them in.
26395         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26396         (gst_subparse_buffer_format_autodetect),
26397         (gst_subparse_change_state):
26398         Fix some memleaks and invalid accesses.
26399         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26400         (oggskel_type_find), (cmml_type_find), (plugin_init):
26401         Some typefind functions for Annodex v3.0 files
26402         * gst/wavparse/gstwavparse.h:
26403         GstRiffReadClass is the correct parent class.
26404
26405 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26406
26407         * gst-libs/gst/riff/riff-media.c:
26408         (gst_riff_create_video_caps_with_data):
26409           Add extradata to huffyuv (fixes #165013).
26410         * gst-libs/gst/riff/riff-read.c:
26411         (gst_riff_read_strf_vids_with_data):
26412           Fix extradata extraction if it is in the chunk size.
26413
26414 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26415
26416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26417
26418         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26419         (gst_quarktv_change_state), (gst_quarktv_dispose):
26420           Memory free'ing location fix (#164708).
26421
26422 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * gst/playback/gstplaybasebin.c: (group_commit),
26425         (gen_preroll_element), (probe_triggered), (gen_source_element),
26426         (setup_source), (gst_play_base_bin_change_state),
26427         (gst_play_base_bin_add_element):
26428           Don't block for streams.
26429         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26430         (gst_stream_info_set_mute):
26431           Use gst_pad_set_active_recursive.
26432
26433 2005-01-25  Andy Wingo  <wingo@pobox.com>
26434
26435         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26436         for #ifndef HAVE_XVIDEO.
26437
26438 2005-01-24  Jeffrey C. Ollie
26439
26440         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26441
26442         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26443         * ext/gsm/gstgsmdec.h:
26444         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26445         * ext/gsm/gstgsmenc.h:
26446         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26447         was given by property. Add proper buffer timestamps and offsets.
26448
26449 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * gst-libs/gst/riff/riff-media.c:
26452         (gst_riff_create_audio_caps_with_data):
26453           Audio can be <8000Hz.
26454
26455 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26456
26457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26458           Explicit state change to workaround refcount bugs.
26459
26460 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26461
26462         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26463         (gst_avimux_riff_get_avi_header):
26464           Fix...
26465
26466 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26467
26468         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26469         (gst_riff_read_element_data):
26470         * gst-libs/gst/riff/riff-read.h:
26471           Add _peek version (req'ed in CDXA).
26472         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26473         (gst_cdxaparse_loop):
26474           Fix parsing in playbin.
26475         * gst/playback/gstdecodebin.c: (close_pad_link):
26476           Ignore current_ pads, they cause major annoyance.
26477
26478 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26479
26480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26481           Safety guard.
26482
26483 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26484
26485         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26486           Fix padding...
26487
26488 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26489
26490         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26491           Allow for 0-sized buffers. Fixes length query problems in
26492           starwars.mkv from the testsuite.
26493
26494 2005-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26495
26496         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26497         (gst_video_box_i420), (gst_video_box_chain):
26498           Fix row strides for I420 (fixes #163159)
26499           
26500 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26501
26502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26503           MPEG2 has a useful rate property, so we can actually use that.
26504           For MPEG-1, continue using the bytes/time properties.
26505
26506 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * gst-libs/gst/riff/riff-media.c:
26509         (gst_riff_create_video_caps_with_data),
26510         (gst_riff_create_video_template_caps):
26511           Add intel-h263.
26512
26513 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26514
26515         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26516           Fail if caps negotiation fails. Should fix #162184, and should
26517           definately be in there regardless of it fixing the actual bug.
26518         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26519         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26520         (gst_avimux_riff_get_avix_header),
26521         (gst_avimux_riff_get_video_header),
26522         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26523         (gst_avimux_start_file), (gst_avimux_handle_event),
26524         (gst_avimux_change_state):
26525         * gst/avi/gstavimux.h:
26526           Refactor structure writing to use GST_WRITE_UINT macros, add
26527           metadata writing support.
26528
26529 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26530
26531         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26532           Elements may already be destroyed when this function is called.
26533
26534 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26537         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26538           More memory leak fixes (#149162).
26539
26540 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26541
26542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26543         (gst_qtdemux_add_stream):
26544           Fix two memleaks.
26545
26546 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26547
26548         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26549           Argh...
26550
26551 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26552
26553         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26554           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26555           when fixating to six channels in Totem.
26556
26557 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26558
26559         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26560           Fix compile warnings on Solaris 10 buildbot
26561
26562 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26563
26564         * ext/dvdread/dvdreadsrc.c: (_read):
26565           Don't read beyond the last cell in a chapter (fixes 
26566           invalid memory access)
26567
26568 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26569
26570         * ext/dvdread/stream_labels.c:
26571         (dvdreadsrc_get_audio_stream_labels):
26572           Use NULL for an empty GList instead of g_list_alloc(); fix 
26573           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26574           of GString (easier to bulk free later)
26575
26576 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26577
26578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26579
26580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26581         (gst_ffmpeg_pixfmt_to_caps):
26582           Fix BGRA32 caps (#164209).
26583
26584 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26585
26586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26587
26588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26589         (gst_ffmpeg_caps_to_pixfmt):
26590           alpha_mask can be RGBA/ABGR. Fixes #164265.
26591
26592 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26593
26594         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26595
26596         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26597         (gst_mpeg2dec_alloc_buffer):
26598         * ext/mpeg2dec/gstmpeg2dec.h:
26599           Crop if decoding size is not the actual image size (#163676).
26600
26601 2005-01-17  Steve Baker  <steve@stevebaker.org>
26602
26603         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26606         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26607           Add libsndfile typefind functions (#163309).
26608
26609 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26610
26611         * tools/gst-launch-ext-m.m:
26612           Add .aac, fix .m1v/.m2v (#163891).
26613
26614 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26615
26616         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26617           Sanity check, don't wait endlessly since the clock might not
26618           actually run at this point (which is a deadlock). Fixes #164069.
26619
26620 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * gst/playback/gstplaybasebin.c: (probe_triggered):
26623           Of course, only pause if group is done...
26624
26625 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26626
26627         * gst/playback/gstplaybasebin.c: (probe_triggered):
26628           Thread safety.
26629
26630 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26631
26632         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26633           Don't return state change success when the parent
26634           failed.
26635
26636 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26637
26638         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26639           Free events (fix memleak in #162905).
26640
26641 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26642
26643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26646         (gst_ffmpeg_caps_to_pixfmt):
26647           Fix for depth = 15. Fixes #161675.
26648
26649 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26650
26651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26652           Set FPS correctly, even for webcams and the like.
26653         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26654           Don error on setting while capturing.
26655
26656 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26657
26658         * ext/dv/gstdvdec.c:
26659         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26660         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26661           I'm a bad boy. using /1001. to force C to do float division
26662           and not integer division (as it did in my last commit)
26663           Thanks to David I. Lehn for pointing this mistake.
26664
26665 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26666
26667         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26668           Revert Johan's 1.35->1.36 since it breaks compat.
26669
26670 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26671
26672         * ext/dv/gstdvdec.c:
26673         * ext/libfame/gstlibfame.c:
26674         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26675         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26676           replace framerate aproximations by their real value
26677           (24000/1001, 30000/1001, 60000/1001)
26678           Finish fixing bug #164049
26679
26680 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26681
26682         * ext/ogg/gstoggmux.c:
26683           eos/bos debugging
26684         * gst/tcp/gstmultifdsink.c:
26685         * gst/tcp/gstmultifdsink.h:
26686         * gst/tcp/gsttcp.c:
26687         * gst/tcp/gsttcp.h:
26688         * gst/tcp/gsttcpclientsink.c:
26689         * gst/tcp/gsttcpclientsrc.c:
26690         * gst/tcp/gsttcpserversink.c:
26691         * gst/tcp/gsttcpserversrc.c:
26692           improve reusability of elements after state changes and errors
26693           make multifdsink throw away streamheaders when receiving new ones
26694
26695 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26696
26697         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26698           Fix for if items are already in list...
26699
26700 2005-01-12  Benjamin Otte  <otte@gnome.org>
26701
26702         * gst/adder/gstadder.c: (gst_adder_loop):
26703           fix adder a bit so it doesn't screw up with events as much anymore
26704
26705 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26706
26707         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26708         (pixbufscale_scale), (gst_pixbufscale_chain):
26709         * ext/gdk_pixbuf/pixbufscale.h:
26710           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26711           to ensure rowstrides are calculated the same way as 
26712           ffmpegcolorspace
26713           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26714           that we pick up duration and offset also.
26715
26716 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26719         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26720           Reusability fixes.
26721
26722 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26723
26724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26725         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26726         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26727         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26728           Update flags when requested.
26729
26730 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26731
26732         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26733           Fix dmix.
26734
26735 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26738         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26739         (probe_triggered), (new_decoded_pad), (gen_source_element),
26740         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26741         * gst/playback/gstplaybasebin.h:
26742         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26743         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26744         (gst_play_bin_change_state):
26745           Implement group-switch signal for use in apps to clear metadata
26746           cache, clean up subtitle, add suburi property instead of # hack,
26747           some error-out fixes.
26748
26749 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26750
26751         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26752           Debug.
26753         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26754           If we got a state change in the _get handler, don't return success.
26755
26756 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26757
26758         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26759         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26760           Make jpegdec quiet on MJPEG decoding
26761         * gst/asfdemux/README:
26762           Fix mimetypes for MJPEG and H263
26763
26764 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26765
26766         * ext/theora/theoradec.c: (theora_dec_chain):
26767           Fix broken code generation by gcc by swapping arguments.
26768         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26769           Fix \n in debug.
26770
26771 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26772
26773         * TODO:
26774           delete this file, it is by far outdated
26775         * ext/alsa/gstalsa.1: remove
26776         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26777         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26778         (gst_alsa_get_caps):
26779           Add HW probing for supported sample rates. Fixes #161704
26780
26781 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26782
26783         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26784           Don't crash, biatch! :).
26785
26786 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26787
26788         * ext/musepack/gstmusepackreader.cpp:
26789         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26790           Some work on tags - still doesn't work in playbin...
26791         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26792           Handle events...
26793
26794 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26795
26796         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26797           Also shove tags on kid pads.
26798
26799 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26800
26801         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26802           Don't bail on unknown events.
26803         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26804           Don't crash on events before negotiation.
26805         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26806           Send tags on pads, too.
26807         * gst/playback/gststreamselector.c:
26808         (gst_stream_selector_request_new_pad):
26809           Forward events on first pad if no input was selected yet.
26810
26811 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26812
26813         * gst/playback/gstplaybasebin.c: (setup_substreams):
26814           Don't disable streamtype if the stream doesn't exist, since
26815           then playing a video after audio will disable both and nothing
26816           will happen. Fixes the testsuite.
26817
26818 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26819
26820         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26821         (gst_v4l_xoverlay_set_xwindow_id):
26822         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26823         (gst_v4l2_xoverlay_set_xwindow_id):
26824           Add debug categories, fix overlay disabling.
26825
26826 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26827
26828         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26829         * ext/alsa/gstalsa.h:
26830           Add HW probing for period_count/size and buffer_size MIX/MAX
26831           Adjust default/user defined value if out of bounds
26832           Should fix bug #162024
26833
26834 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26837           Fix warning (#161191).
26838
26839 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26840
26841         * ext/dvdread/stream_labels.c:
26842         (dvdreadsrc_get_audio_stream_labels):
26843           Fix warning (init the good variable in switch default)
26844
26845 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26846
26847         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26848
26849         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26850           Fix gcc-2.95 compile (#163485).
26851
26852 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26853
26854         * configure.ac:
26855         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26856         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26857         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26858         (gst_flacenc_change_state):
26859         * ext/flac/gstflacenc.h:
26860           Update for API change in flac-1.1.1. Update requirement in
26861           configure.ac. Fixes #162974.
26862
26863 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * gst/playback/gstplaybasebin.c: (group_destroy):
26866           Remove hack to get rid of assert and get rid of unlinked
26867           signals properly.
26868
26869 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26870
26871         * gst/playback/gstplaybasebin.c: (setup_source):
26872           Set source to NULL so that resources are free'ed. Fixes issues
26873           with playback of CDDA and similar device-accessing things.
26874
26875 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26876
26877         * testsuite/embed/Makefile.am:
26878           test->noinst, fix make test in buildbot.
26879
26880 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26881
26882         * ext/dvdread/stream_labels.c: new file
26883         * ext/dvdread/stream_labels.h: new file
26884         * ext/dvdread/Makefile.am:
26885         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26886           Extract audio stream label from DVD IFO files.
26887           It only dump them on the console for now, still have to
26888           make playbin aware of them.
26889
26890 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * gst/playback/gstplaybasebin.c: (setup_source):
26893           Fix hanging subs.
26894
26895 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26898         (gen_preroll_element), (remove_groups), (setup_subtitle),
26899         (gen_source_element), (setup_source):
26900         * gst/playback/gstplaybasebin.h:
26901           Multiple .sub files is just a stupid idea... Fix some threading
26902           mistakes. Interestingly, external .sub files cause playbin to
26903           hang, I don't know why... Parsing fixes contributed by Fran??ois
26904           Kooman <fkooman@tuxed.net>.
26905
26906 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26907
26908         * testsuite/embed/Makefile.am:
26909           Fix buildbot.
26910
26911 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26912
26913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26914
26915         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26916         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26917         (gst_pngenc_set_property):
26918         * ext/libpng/gstpngenc.h:
26919           Add compression level property (#163323).
26920
26921 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26922
26923         * configure.ac:
26924         * examples/capsfilter/capsfilter1.c: (main):
26925         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26926         * ext/dvdread/Makefile.am:
26927         * ext/dvdread/demo-play:
26928         * ext/dvdread/demo-play.c:
26929         * gconf/gstreamer.schemas.in:
26930         * gst-libs/gst/gconf/gconf.c:
26931         * sys/v4l/TODO:
26932         * testsuite/Makefile.am:
26933         * testsuite/embed/Makefile.am:
26934         * testsuite/embed/embed.c: (cb_expose), (main):
26935           Remove all references to xvideosink, fix examples (#140845).
26936         * gst/playback/gstplaybasebin.c: (group_destroy):
26937           Apparently, disposal does not unlink - so do explicitely.
26938         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26939           Add debug.
26940
26941 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26942
26943         * README: fix PKG_CONFIG_PATH instructions, what was there
26944         previously was breaking default search path, not nice. 
26945         Fixes #163358
26946
26947 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26948
26949         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26950         (gst_audioscale_chain):
26951           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26952           when resampling - how the ^@$^!@^! is this possible?!?
26953
26954 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26955
26956         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26957           Reset variables on READY.
26958         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26959         (gst_matroska_mux_loop):
26960           Require data before writing header.
26961
26962 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26963
26964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26965
26966         * ext/mad/gstmad.c: (gst_mad_chain):
26967           Don't call mad_stream_sync() directly after recovering sync.
26968           Fixes #151661.
26969
26970 2005-01-09  Martin Eikermann  <meiker@upb.de>
26971
26972         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26975         (snapshot_handler), (gst_snapshot_sinkconnect),
26976         (gst_snapshot_chain):
26977           Allocate resources when required, fix recursive signal emission
26978           and fix caps. Fixes #161667.
26979
26980 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26981
26982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26983
26984         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26985         (gst_pngdec_chain):
26986           Handle only 8-bppc (bits-per-pixel-component) images, better
26987           error handling and correct strides. Fixes #163177.
26988         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26989         (gst_pngenc_chain):
26990           Better error handling. Fixes #163348.
26991
26992 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26993
26994         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26995         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26996         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26997         (dvdnavsrc_uri_handler_init):
26998           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26999         * gst/playback/gstplaybasebin.c: (gen_source_element):
27000           Add MMS to streaming URIs.
27001
27002 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27003
27004         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27005         * sys/xvimage/xvimagesink.c:
27006         (gst_xvimagesink_navigation_send_event):
27007           Check for pad availability before sending event.
27008
27009 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27010
27011         * gst-plugins.spec.in:
27012           Add subparse.
27013
27014 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * configure.ac:
27017           Since we use functions from CVS, up requirement.
27018
27019 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27020
27021         * gst/playback/Makefile.am:
27022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27023         (group_destroy), (group_commit), (group_is_muted),
27024         (gen_preroll_element), (add_stream), (unknown_type),
27025         (probe_triggered), (preroll_unlinked), (mute_stream),
27026         (silence_stream), (new_decoded_pad), (setup_substreams),
27027         (setup_source), (get_active_source), (mute_group_type),
27028         (muted_group_change_state), (set_active_source),
27029         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27030         (play_base_eos), (gst_play_base_bin_change_state):
27031         * gst/playback/gstplaybasebin.h:
27032         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27033         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27034         (gst_stream_info_dispose), (stream_info_mute_pad),
27035         (stream_info_change_state), (gst_stream_info_set_mute):
27036         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27037         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27038         (gst_stream_selector_init), (gst_stream_selector_dispose),
27039         (gst_stream_selector_get_linked_pad),
27040         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27041         (gst_stream_selector_get_linked_pads),
27042         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27043         * gst/playback/gststreamselector.h:
27044           Adding stream selection support plus required properties for
27045           applications to use this. Fully fixes #100931.
27046
27047 2005-01-08  Benjamin Otte  <otte@gnome.org>
27048
27049         * gst/games/gstpuzzle.c: (nav_event_handler):
27050           - handle nav events differently: forward every event no matter if it
27051             was handled or not.
27052           - translate events
27053           You can now cheat by using navigationtest ! puzzle and moving the
27054           mouse close to the edge of a tile. ;)
27055
27056 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27057
27058         * configure.ac:
27059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27060         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27061         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27062         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27063         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27064         (gst_ogm_parse_plugin_init):
27065         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27066         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27067         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27068         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27069         * ext/pango/gsttextoverlay.h:
27070         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27071         (gst_matroska_demux_handle_seek_event),
27072         (gst_matroska_demux_sync_streams),
27073         (gst_matroska_demux_parse_blockgroup),
27074         (gst_matroska_demux_subtitle_caps),
27075         (gst_matroska_demux_plugin_init):
27076         * gst/matroska/matroska-ids.h:
27077         * gst/playback/gstdecodebin.c: (close_pad_link):
27078         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27079         (gen_preroll_element), (remove_groups), (add_stream),
27080         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27081         (setup_source):
27082         * gst/playback/gstplaybasebin.h:
27083         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27084         * gst/subparse/Makefile.am:
27085         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27086         (gst_subparse_base_init), (gst_subparse_class_init),
27087         (gst_subparse_init), (gst_subparse_formats),
27088         (gst_subparse_eventmask), (gst_subparse_event),
27089         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27090         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27091         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27092         (parse_mpsub_deinit), (parse_mpsub_init),
27093         (gst_subparse_buffer_format_autodetect),
27094         (gst_subparse_format_autodetect), (gst_subparse_loop),
27095         (gst_subparse_change_state), (gst_subparse_type_find),
27096         (plugin_init):
27097         * gst/subparse/gstsubparse.h:
27098         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27099         (plugin_init):
27100           Add subtitle support, .sub parser (supports SRT and MPsub),
27101           OGM text support, Matroska UTF-8 text support, deadlock fixes
27102           all over the place, subtitle awareness in decodebin/playbin
27103           and some fixes to textoverlay to handle subtitles in a stream
27104           correctly. Fixes #100931.
27105
27106 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27107
27108         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27109           Check for pad availability before doing a query on it.
27110
27111 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27112
27113         * ext/dv/gstdvdec.c:
27114           really fix bpp24/32 dvdec caps (classic rgba indeed)
27115         * gst/asfdemux/gstasfdemux.c:
27116         (gst_asf_demux_process_ext_content_desc):
27117           don't send text tags if they are empty (bis repetita)
27118
27119 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27120
27121         * ext/dv/gstdvdec.c:
27122          remove unneeded comment from dvdec
27123           (related to DV 4CC codes in AVI files)
27124           moved them in gstreamer/docs/random/mimetypes
27125         * gst/asfdemux/gstasfdemux.c:
27126         (gst_asf_demux_process_ext_content_desc):
27127          don't send text tags if they are empty
27128          fix mem leak on error path
27129         * gst/ffmpegcolorspace/avcodec.h:
27130         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27131         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27132         (gst_ffmpegcsp_avpicture_fill):
27133         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27134         * gst/ffmpegcolorspace/imgconvert_template.h:
27135          adds BGR32 and BGRA32 to ffmpegcolorspace
27136           (still bad colors, fixing it on next commit)
27137           helps with dvdec outputing BGR32
27138
27139 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27140
27141         * ext/dv/gstdvdec.c:
27142          Fix audio caps i just broke (missing ',')
27143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27144         (gst_matroska_mux_reset):
27145          Fix typo + add FIXME about old "x-gst-metadata" crap
27146
27147 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27148
27149         * ext/dv/demo-play.c: (main):
27150          xvideosink -> xvimagesink
27151         * ext/dv/gstdvdec.c:
27152          change rgb 32/32 caps to 24/32 (no alpha)
27153          change nb of channels to be a list (2 or 4, not 2)
27154          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27155         * gst/asfdemux/gstasfdemux.c:
27156         (gst_asf_demux_process_ext_content_desc):
27157          Add 'date/year' to extracted metadata list
27158
27159 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27160
27161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27162           The return value of fixate_to does not imply that the requested
27163           value was set, so don't assume.
27164
27165 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27166
27167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27168
27169         * ext/libpng/gstpngdec.c:
27170         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27171         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27172         * ext/libpng/gstpngenc.h:
27173           Alpha support (encoder; #163161), mime fixage.
27174
27175 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27176
27177         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27180         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27181         (gst_faac_set_property), (gst_faac_get_property):
27182         * ext/faac/gstfaac.h:
27183           Allow for ADTS output (#153434).
27184
27185 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27186
27187         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27188           Fix against template (#150576).
27189
27190 2005-01-06  Benjamin Otte  <otte@gnome.org>
27191
27192         * gst/games/gstpuzzle.c: (draw_puzzle):
27193           don't draw a puzzle if either width or height of tiles would be 0.
27194
27195 2005-01-06  Benjamin Otte  <otte@gnome.org>
27196
27197         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27198         (gst_puzzle_class_init), (gst_puzzle_finalize):
27199           no memleaks, please
27200         (gst_puzzle_create), (gst_puzzle_init),
27201         (gst_puzzle_set_property), (gst_puzzle_setup):
27202           change initialization code around so we don't reshuffle on resize
27203         (draw_puzzle):
27204           fix another stupid typo
27205
27206 2005-01-06  Benjamin Otte  <otte@gnome.org>
27207
27208         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27209           fix stupid typo that borked copying on YUY2
27210
27211 2005-01-06  Benjamin Otte  <otte@gnome.org>
27212
27213         * gst/games/gstpuzzle.c: (draw_puzzle):
27214           fix edges when image sizes aren't multiples of tile sizes
27215
27216 2005-01-06  Benjamin Otte  <otte@gnome.org>
27217
27218         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27219           make RGB endianness work correctly
27220         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27221           refactor and fix race with initial shuffling
27222         (nav_event_handler):
27223           allow using the mouse to puzzle
27224         (draw_puzzle):
27225           insist on tiles having width and height as multiples of 4 to get
27226           clean YUV image handling
27227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27228         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27229           s/DEBUG/LOG/ for common messages
27230         (gst_xvimagesink_navigation_send_event):
27231           fix mouse event translation to not include screen PAR
27232         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27233           fix mouse event translation to actually work
27234
27235 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27236
27237         * gst/asfdemux/gstasfdemux.c:
27238         (gst_asf_demux_process_ext_content_desc):
27239          Extract TrackNumber metadata + clean up code
27240         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27241          Hope this is the good fix (var used unitialised)
27242
27243 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27244
27245         * ext/faad/gstfaad.c: (gst_faad_chain):
27246           Only increment timestamp if it's valid. Fixes raw AAC streams.
27247
27248 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27249
27250         * configure.ac:
27251         * gst/games/Makefile.am:
27252         * gst/games/gstpuzzle.c:
27253           add a puzzle game with...
27254         * gst/games/gstvideoimage.c:
27255         * gst/games/gstvideoimage.h:
27256           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27257           from videotestsrc and made into something that would be a nice
27258           library for a lot of other plugins.
27259
27260 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27261
27262         * configure.ac:
27263          don't compile faad plugin if a RC of 2.0 is found
27264          Fixes #155346 (and FC1 buildbot)
27265         * gst/asfdemux/gstasfdemux.c:
27266         (gst_asf_demux_process_ext_content_desc):
27267          try to make Solaris compiler happier
27268
27269 2005-01-06  Paul Jack  <pjack@sfaf.org>
27270
27271         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27274           Fix segfault (#161667).
27275
27276 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27277
27278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27279           Fix framerate reporting.
27280
27281 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27282
27283         * gst-libs/gst/riff/riff-ids.h:
27284         * gst/wavenc/riff.h:
27285          Add AMR (VBR and CBR) ids to riff.h audio codec list
27286         * gst/asfdemux/gstasfdemux.c:
27287         (gst_asf_demux_process_ext_content_desc),
27288         (gst_asf_demux_process_object):
27289           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27290
27291 2005-01-05  Martin Eikermann  <meiker@upb.de>
27292
27293         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27294
27295         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27296         (gst_dvd_demux_handle_discont):
27297         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27298         (gst_mpeg_demux_handle_discont):
27299           Recreate pads on new-media (#160730).
27300         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27301           Send discont even if manager changes timestamps (#161929).
27302
27303 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27304
27305         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27308           Fix invalid memory access (#159211).
27309
27310 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27311
27312         * examples/gstplay/player.c: (main):
27313           Don't iterate.
27314         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27315           Add visualizations.
27316         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27317         (gst_a52dec_handle_frame):
27318           Set duration.
27319         * ext/dvdnav/gst-dvd:
27320           Add audioconvert. Fixes #161325.
27321         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27322           Explicitely case to gint64. Possible valgrind error.
27323         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27324         (gst_play_tick_callback), (gst_play_change_state),
27325         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27326         (gst_play_set_location), (gst_play_get_location),
27327         (gst_play_seek_to_time), (gst_play_set_data_src),
27328         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27329         (gst_play_set_visualization), (gst_play_connect_visualization),
27330         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27331         (gst_play_new):
27332           Use playbin. Fixes #139749 and #147744.
27333         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27334           Add genre tag.
27335         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27336         (audioscale_get_type), (gst_audioscale_base_init),
27337         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27338         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27339         (gst_audioscale_link), (gst_audioscale_get_buffer),
27340         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27341         (gst_audioscale_init), (gst_audioscale_dispose),
27342         (gst_audioscale_chain), (gst_audioscale_set_property),
27343         (gst_audioscale_get_property), (plugin_init):
27344           Indent properly.
27345         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27346           Fix LPCM.
27347         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27348         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27349         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27350           Add more metadata (fixes #162656).
27351
27352 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27353
27354         * configure.ac:
27355           back to cvs
27356
27357 === release 0.8.7 ===
27358
27359 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27360
27361         * NEWS:
27362         * RELEASE:
27363         * configure.ac:
27364           releasing 0.8.7, "Hyperspace"
27365
27366 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27367
27368         patch by: Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27369
27370         * gst/playback/gstplaybasebin.c:
27371          Fix for #162924 - free caps after use, not before
27372
27373 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27374
27375         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27376
27377         * gst/playback/gstplaybasebin.c:
27378         * gst/wavparse/gstwavparse.c:
27379           Fix for #154773 - fixes playback of small .wav files
27380
27381 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27382
27383         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27384
27385         * gst/audioscale/gstaudioscale.c:
27386           Fix for #162819 - make audioscale reusable
27387           Fixes playback of more than one file with playbin/totem
27388
27389 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27390
27391         * gst/ffmpegcolorspace/avcodec.h:
27392         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27393         * gst/ffmpegcolorspace/imgconvert.c:
27394           clean up the mess that made me cry and avoid needless duplication
27395
27396 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27397
27398         * gst/ffmpegcolorspace/imgconvert.c:
27399           give some indication of why we're segfaulting
27400
27401 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27402
27403         * configure.ac:
27404           Fix indentation, fix v4l2 plugin detection.
27405         * ext/Makefile.am:
27406           Fix libmms location (Maciej, use diff -u!).
27407         * ext/alsa/gstalsa.c: (gst_alsa_init):
27408           Initialize caps cache to NULL.
27409         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27410           Only change state on audiosink if it exists.
27411
27412 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27413
27414         * gst/matroska/matroska-demux.c:
27415         * gst/matroska/matroska-ids.h:
27416         * gst/matroska/matroska-demux.h:
27417         Fix Vorbis streams failing to decode in some files, where cluster_time
27418         isn't 0, because then it doesn't send codec_priv before actual data.
27419         Remove time-based test and replace it with marker set on beginning of
27420         new stream
27421
27422 2004-12-28  David Schleef  <ds@schleef.org>
27423
27424         Merge patch from Ronald fixing problems with streaming
27425         text.
27426         * ext/cairo/gstcairo.c: (plugin_init):
27427         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27428         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27429         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27430         (gst_textoverlay_font_init), (gst_textoverlay_init),
27431         (gst_textoverlay_set_property):
27432         * ext/cairo/gsttextoverlay.h:
27433
27434 2004-12-27  David Schleef  <ds@schleef.org>
27435
27436         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27437         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27438         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27439         (gst_textoverlay_font_init), (gst_textoverlay_init),
27440         (gst_textoverlay_set_property): Improvements to actually
27441         render text as white on black outline on video, including
27442         font selection and horizontal/vertical alignment.  (Ronald's
27443         christmas present)
27444         * ext/cairo/gsttextoverlay.h:
27445
27446 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27447
27448         * ext/ogg/gstogg.c:
27449         * ext/ogg/gstogmparse.c:
27450           fix ogm[audio/video]parse plugin registration
27451           (riff won't load if bytestream is already loaded)
27452
27453 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27454
27455         * gst/audioconvert/gstchannelmix.c:
27456           fix for GLIB < 2.4
27457
27458 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27459
27460         * Makefile.am:
27461         * configure.ac:
27462           disable docs again until it actually passes make distcheck.
27463
27464 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27465
27466         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27467         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27468         (plugin_init):
27469           Add 3GP (variables name Q3GP because they can't start with a
27470           number). Add samr audio fourcc (used in .3gp files), decoder
27471           is work in progress. Also do a GST_WARNING instead of ERROR
27472           in case of unknown nodes, to decrease output.
27473
27474 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27475
27476         * Makefile.am:
27477           really fix dist
27478
27479 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27480
27481         * configure.ac:
27482         * ext/speex/gstspeexdec.h:
27483         * ext/speex/gstspeexenc.h:
27484           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27485           Fix detection code in configure.ac
27486
27487 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * gst/matroska/matroska-demux.c:
27490         (gst_matroska_demux_parse_blockgroup):
27491           Save position, so that queries give proper return values. Don't
27492           know how this could ever have worked before...
27493
27494 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27495
27496         * configure.ac:
27497           Put additional LAME check inside the conditional.  Fixes #152339
27498
27499 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27502         (gst_avi_demux_stream_scan):
27503           Add some more debug. Fix logic error when setting movi offset
27504           while reading index.
27505
27506 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27507
27508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27509         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27510         (gst_avi_demux_process_next_entry):
27511           Add some debugging. Better detection of broken indexes and the
27512           accompanying index recovery. No infinite loops on state changes
27513           when we're still in our loopfunction.
27514
27515 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27516
27517         * configure.ac:
27518           Fix up.
27519
27520 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27521
27522         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27523
27524         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27525           Normalizing the value before setting
27526         (gst_sunaudiomixer_get_volume):
27527           Normalizing the value after getting. Fixes bug# 161980
27528
27529 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27530
27531         * Makefile.am: Make sure docs gets disted
27532         * docs/Makefile.am: Make sure all needed files get disted
27533         * gst-plugins.spec.in: latest updates
27534
27535 2004-12-22  Wim Taymans  <wim@fluendo.com>
27536
27537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27538         Revert patch 1.38 as clock distribution over schedulers does
27539         not work correcly in the core yet.
27540
27541 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27542
27543         * sys/oss/README: remove this file, which predates my birth
27544           (and which content is by far outdated)
27545
27546 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27547
27548         * Makefile.am:
27549         * configure.ac:
27550         * docs/Makefile.am:
27551         * docs/libs/Makefile.am:
27552         * docs/libs/gst-plugins-libs-docs.sgml:
27553         * docs/libs/gst-plugins-libs-sections.txt:
27554         * docs/libs/tmpl/gstgconf.sgml:
27555         * docs/upload.mak:
27556         * docs/version.entities.in:
27557           Added boilerplate gtk-doc files for plugin-libs documentation.
27558
27559 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27560
27561         * gst/auparse/gstauparse.c: fix int and float audio caps
27562
27563 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27564
27565         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27566         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27567           g_assert() can be a macro, don't use #ifdef inside it.
27568
27569 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27570
27571         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27572
27573         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27574         (gst_videorate_init), (gst_videorate_chain),
27575         (gst_videorate_change_state):
27576           Event handling (fixes #159986).
27577
27578 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27579
27580         * gst-libs/gst/riff/riff-media.c:
27581         (gst_riff_create_video_caps_with_data):
27582           Add BLZ0 (Blizzard's version of DivX) fourcc.
27583
27584 2004-12-18  David Schleef  <ds@schleef.org>
27585
27586         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27587         portability fix.
27588
27589 2004-12-18  David Schleef  <ds@schleef.org>
27590
27591         * gst/tta/ttadec.h: Disable some header code that isn't used
27592         and clearly isn't portable.
27593
27594 2004-12-18  David Schleef  <ds@schleef.org>
27595
27596         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27597         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27598         (avcodec_get_pix_fmt), (avpicture_layout),
27599         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27600         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27601         Fix code to not use GCC extensions (and c99 extensions that
27602         Forte does not like.)
27603
27604 2004-12-19  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27605
27606         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27607
27608         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27609         (gst_deinterlace_chain):
27610           Rowstride fixes. Fixes #161039.
27611         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27612         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27613         (gst_video_crop_getcaps), (gst_video_crop_link),
27614         (gst_video_crop_i420), (gst_video_crop_chain),
27615         (gst_video_crop_change_state):
27616           Rework of negotiation. Actually works now. Fixes #158650.
27617
27618 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27619
27620         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27621           That was very stupid.
27622
27623 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27624
27625         * gst/matroska/matroska-demux.c:
27626         (gst_matroska_demux_parse_blockgroup):
27627           Fix possible crasher.
27628
27629 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27630
27631         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27632         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27633           Lace sizes can be zero.
27634
27635 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27636
27637         * ext/musepack/gstmusepackdec.cpp:
27638           Fetch error return values. Fixes #161624.
27639         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27640           Really EOS.
27641
27642 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27643
27644         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27645           Work for truncated (unfinished download etc.) files. Fixes #160514.
27646
27647 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27648
27649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27650           Fix for integer overflow. Makes #156001 not crash. Probably masks
27651           the real bug.
27652
27653 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * gst/ac3parse/gstac3parse.c: (plugin_init):
27656           Parsers never have ranks. Fixes #159651.
27657
27658 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27659
27660         * gst/playback/gstdecodebin.c: (compare_ranks):
27661           make sure the facotries are ordered the same every time even if they
27662           have the same rank by using the name
27663         * gst/playback/gstdecodebin.c: (find_compatibles):
27664           make sure we don't add factories to the list twice
27665
27666 2004-12-16  David Schleef  <ds@schleef.org>
27667
27668         * configure.ac: look for musepack headers as musepack/*.h
27669         (fixes #159847)
27670         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27671         * ext/musepack/gstmusepackreader.h: same
27672
27673 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27674
27675         * gst-libs/gst/riff/riff-read.c:
27676         (gst_riff_read_strf_auds_with_data):
27677           Read extradata correctly (fixes #155879).
27678
27679 2004-12-16  David Schleef  <ds@schleef.org>
27680
27681         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27682         audio.  does _not_ attempt or allow conversion unless channels
27683         is 1 or 2.
27684
27685 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27686
27687         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27688
27689 2004-12-16  David Schleef  <ds@schleef.org>
27690
27691         * gst/audioscale/gstaudioscale.c: the resample library only
27692         handles 1 or 2 channels.  Change caps to compensate.
27693
27694 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27695
27696         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27697         (gst_matroska_demux_audio_caps):
27698           Some MPEG-AAC hacks, because else it doesn't work...
27699
27700 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27701
27702         * gst-libs/gst/riff/riff-media.c:
27703         (gst_riff_create_video_caps_with_data),
27704         (gst_riff_create_video_template_caps):
27705           Add h264.
27706
27707 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27708
27709         * gst-libs/gst/audio/Makefile.am:
27710           Try to fix buildbot.
27711
27712 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27713
27714         * gst/tcp/gstmultifdsink.c:
27715           Clean up and uniformize debugging.
27716
27717 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27718
27719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27720
27721         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27722         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27723         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27724         (gst_mpeg_demux_change_state):
27725           Reset on ready. Fixes 160276.
27726
27727 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27728
27729         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27730
27731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27732         (gst_ffmpegcsp_pad_link):
27733           Fix memleak (#154815).
27734
27735 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27736
27737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27738
27739         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27740         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27741         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27742         * ext/musicbrainz/gsttrm.h:
27743           Add support for using a proxy server when getting a trm id from
27744           the MusicBrainz database (#149613).
27745
27746 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27747
27748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27749
27750         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27751         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27752           Fix memleaks (#157233).
27753
27754 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27755
27756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27759         * gst-libs/gst/resample/resample.h:
27760         * gst/audioscale/gstaudioscale.c:
27761           Fix memleak (#159215).
27762
27763 2004-12-16  Toni Willberg  <toniw@iki.fi>
27764
27765         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27766
27767         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27768         * sys/oss/oss_probe.c: (main):
27769           Check for mono/stereo support (similar to samplerate probing),
27770           fixes #159433. Also add missing copyright header to oss_probe.c.
27771
27772 2004-12-15  David Schleef  <ds@schleef.org>
27773
27774         * configure.ac: add audioresample and cairo plugins.  Remove
27775         HAVE_MMX stuff, because it's not used.
27776         * ext/Makefile.am: same
27777         * ext/audioresample/Makefile.am: You are not ready for an
27778         audio resampling element based on audioresample.
27779         * ext/audioresample/gstaudioresample.c:
27780         * ext/audioresample/gstaudioresample.h:
27781         * ext/cairo/Makefile.am: You are not ready for overlay elements
27782         based on cairo.  Don't look too closely, these elements kinda
27783         suck right now.
27784         * ext/cairo/gstcairo.c: new
27785         * ext/cairo/gsttextoverlay.c: new
27786         * ext/cairo/gsttextoverlay.h: new
27787         * ext/cairo/gsttimeoverlay.c: new
27788         * ext/cairo/gsttimeoverlay.h: new
27789         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27790         problem with compilers that don't support variadic macros.
27791
27792 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27793
27794         Reviewed by:  David Schleef  <ds@schleef.org>
27795
27796         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27797         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27798         bit.  Also ran indent-gst.
27799         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27800         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27801         (gst_sunaudiosrc_setparams):
27802
27803 2004-12-14  David Schleef  <ds@schleef.org>
27804
27805         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27806         output rate to 16000.  Should fix #160235.
27807
27808 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27809
27810         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27811         Add typefinding for mpeg2 pes streams
27812
27813 2004-12-13  David Schleef  <ds@schleef.org>
27814
27815         * configure.ac:  Applied patch from bug #143659, making default
27816         sources and sinks OS-dependent (for Solaris), and added code
27817         for OS/X.
27818         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27819
27820 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27821
27822         * gst-libs/gst/riff/riff-media.c:
27823           forgot to add h2.64 to avidemux template caps
27824
27825 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27826
27827         * gst/wavenc/riff.h:
27828         * gst-libs/gst/riff/riff-media.c:
27829         * gst-libs/gst/riff/riff-ids.h:
27830         * gst/avi/gstavimux.c
27831         add 4CC code for VideoSoft h264 in AVI (VSSH)
27832           fixes bug #160655
27833         remove s323 from riff, it's quicktime specific :(
27834
27835 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27836
27837         * gst/asfdemux/README
27838         * gst/wavenc/riff.h
27839         * gst-libs/gst/riff/riff-ids.h
27840         * gst-libs/gst/riff/riff-media.c
27841         * gst/qtdemux/qtdemux.c:
27842           add new 4CC codes for h263 related codecs
27843           fixes partially bug #155163
27844
27845 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27846
27847         * configure.ac: Update polyaudio requirement to 0.7
27848         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27849
27850 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27851
27852         * gst/interleave/deinterleave.c:
27853         fix my name's spelling! :)
27854
27855 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27856
27857         * AUTHORS ChangeLog
27858         * gst/auparse/gstauparse.c
27859         * gst/interleave/deinterleave.c
27860         * gst/law/:
27861                 alaw-decode.c alaw-encode.c
27862                 mulaw-decode.c mulaw-encode.c
27863         * gst/oneton/gstoneton.c
27864         * sys/osxaudio/:
27865                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27866         * sys/osxvideo/:
27867                 cocoawindow.h cocoawindow.m
27868                 osxvideosink.h osxvideosink.m
27869
27870         put the same mail address for Zaheer Abbas Merali everywhere
27871
27872 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27873
27874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27875           Align by packetsize, and assert that we a packet available before
27876           playing. The first makes webstreams work (they often include
27877           trailing padding data in a packet), the second allows pausing a
27878           ASF stream in totem without getting demux errors afterwards.
27879
27880 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27881
27882         * ext/ogg/gstoggdemux.c: (get_relative):
27883           Check for non-NULL before accessing member (end-of-chain).
27884
27885 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27886
27887         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27888         (cdparanoia_set_property), (cdparanoia_get_property):
27889         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27890         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27891         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27892         (dvdreadsrc_init), (dvdreadsrc_set_property),
27893         (dvdreadsrc_get_property):
27894         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27895         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27896           Synchronize property names where not yet the case. Devices are
27897           now device=X, other versions are deprecated (but still exist).
27898           Also use g_free() unconditionally.
27899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27900         (setup_source), (gst_play_base_bin_get_property):
27901           Expose source.
27902
27903 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27904
27905         * configure.ac: move GCONF macro outside conditional for the am
27906           conditional. Fixes #160439
27907
27908 2004-12-08  David Schleef  <ds@schleef.org>
27909
27910         * tools/gst-visualise-m.m: Switch to elements that currently
27911         exist.
27912
27913 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27914
27915         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27916           We love wrong commas.
27917
27918 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst/matroska/matroska-demux.c:
27921         (gst_matroska_demux_handle_src_query):
27922           Don't set DEFAULT, unsupported - makes length display incorrectly
27923           in some cases.
27924
27925 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27926
27927         * gst/monoscope/README: remove blurb about files being GPL
27928         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27929         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27930           monoscope is now effectively LGPL licensed
27931
27932 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27933
27934         * gst/monoscope/README: Update information to be more correct
27935         * gst/monoscope/convolve.c: Relicense to LGPL
27936         * gst/monoscope/convolve.h: Relicense to LGPL
27937
27938 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27939
27940         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27941           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27942         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27943           set default_duration for mpeg1 audio
27944
27945 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27946
27947         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27948         * ext/alsa/gstalsa.h:
27949           refactor big chunks of the core caps negotiation code to make it
27950           a lot faster, because people claim it's really slow
27951           (actually, just cache the getcaps when the device is opened)
27952
27953 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27954
27955         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27956         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27957         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27958         (gst_a52dec_change_state), (plugin_init):
27959         * ext/a52dec/gsta52dec.h:
27960           Do something useful with timestamps. Make chain-based (since
27961           there's really no reason to be loopbased).
27962         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27963           Update current_byte/frame correctly.
27964
27965 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27968         (gst_ape_demux_stream_init):
27969           Forward tags, too.
27970
27971 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27972
27973         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27974           Let's make sure we're done typefinding when detecting tags.
27975
27976 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27977
27978         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27979         (gst_ebml_read_init), (gst_ebml_read_use_event),
27980         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27981         (gst_ebml_read_seek), (gst_ebml_read_skip),
27982         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27983         (gst_ebml_read_master):
27984         * gst/matroska/ebml-read.h:
27985         * gst/matroska/matroska-demux.c:
27986         (gst_matroska_demux_parse_contents),
27987         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27988           Disgustingly evil hack for working around INTERRUPT events and
27989           their extremely annoying habit of being a pain in the ass. We
27990           simply peek a cluster before reading any of it.
27991
27992 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27993
27994         * ext/musepack/gstmusepackdec.cpp:
27995           There's also floating point libmusepacks.
27996
27997 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28000         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28001           Set DURATION even if source buffer didn't. Also use increasing
28002           timestamps.
28003         * gst-libs/gst/riff/riff-media.c:
28004         (gst_riff_create_audio_caps_with_data):
28005           Block_align can have larger values than 8192.
28006
28007 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28008
28009         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28010         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28011         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28012         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28013           Fix caps.
28014
28015 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28016
28017         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28018           Fix logic bug.
28019
28020 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28021
28022         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28023           Yay, another one.
28024
28025 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28026
28027         * ext/esd/esdsink.c: (gst_esdsink_chain):
28028           Make error actually say something useful (fixes #156798).
28029         * gst-libs/gst/riff/riff-media.c:
28030         (gst_riff_create_video_caps_with_data),
28031         (gst_riff_create_video_template_caps):
28032           Add Intel Video 5.0 fourcc (IV50).
28033
28034 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28035
28036         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28037         detection on mono and stereo mp3 files.
28038
28039 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28040
28041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28042           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28043           the contained stream).
28044
28045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28046
28047         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28048           Oops, remove debug.
28049
28050 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28051
28052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28053
28054         * gst/law/alaw-decode.c: (alawdec_getcaps):
28055         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28056           Prevent warnings when negotiating caps (fixes #159338).
28057
28058 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28061         (gst_ffmpegcsp_chain):
28062           Remove old leftover that shouldn't be there...
28063
28064 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28065
28066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28067
28068         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28069           Don't forward DISCONT events (fixes #159684).
28070
28071 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28072
28073         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28074           Unlink manually since sometimes bin disposal (and therefore
28075           pad unlinking) is delayed, which will cause a new media file
28076           to not be able to start playing instantly.
28077
28078 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28079
28080         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28081           On mute of an unlinked stream, check for pad availability so
28082           we don't crash on unlinked pad.
28083
28084 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28085
28086         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28087         (gst_avi_demux_massage_index):
28088           Fix quite humiliating bug in omitting 0-sized index chunks but
28089           forgetting to count them for timestamps.
28090
28091 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28092
28093         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28094           Actually leave the loop if we failed to sync. Don't crash.
28095
28096 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28097
28098         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28099         (gst_dvd_demux_process_private):
28100         * gst/mpegstream/gstdvddemux.h:
28101           Fix crash (#159759). Doesn't work, though. :-(.
28102
28103 2004-11-28  Benjamin Otte  <otte@gnome.org>
28104
28105         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28106           more overwriting protection due to modifying channels one by one
28107           instead of all at once
28108
28109 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28110
28111         * gst/audioconvert/gstchannelmix.c:
28112         (gst_audio_convert_fill_normalize):
28113           Normalize using absolute values.
28114
28115 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28116
28117         * configure.ac:
28118         * ext/Makefile.am:
28119         * ext/directfb/Makefile.am:
28120         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28121         (gst_directfbvideosink_get_pixel_format),
28122         (gst_directfbvideosink_get_format_from_fourcc),
28123         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28124         (gst_directfbvideosink_sink_link),
28125         (gst_directfbvideosink_change_state),
28126         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28127         (gst_directfbvideosink_buffer_alloc),
28128         (gst_directfbvideosink_interface_supported),
28129         (gst_directfbvideosink_interface_init),
28130         (gst_directfbvideosink_navigation_send_event),
28131         (gst_directfbvideosink_navigation_init),
28132         (gst_directfbvideosink_set_property),
28133         (gst_directfbvideosink_get_property),
28134         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28135         (gst_directfbvideosink_base_init),
28136         (gst_directfbvideosink_class_init),
28137         (gst_directfbvideosink_get_type), (plugin_init):
28138         * ext/directfb/directfbvideosink.h: Adding a first version of
28139         directfbvideosink.
28140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28141         more.
28142
28143 2004-11-28  Benjamin Otte  <otte@gnome.org>
28144
28145         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28146           walk the samples backwards if out_channels > in_channels so we don't
28147           overwrite data
28148
28149 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28150
28151         * gst/audioconvert/Makefile.am:
28152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28153         (gst_audio_convert_link), (gst_audio_convert_change_state),
28154         (gst_audio_convert_channels):
28155         * gst/audioconvert/gstchannelmix.c:
28156         (gst_audio_convert_unset_matrix),
28157         (gst_audio_convert_fill_identical),
28158         (gst_audio_convert_fill_compatible),
28159         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28160         (gst_audio_convert_fill_others),
28161         (gst_audio_convert_fill_normalize),
28162         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28163         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28164         * gst/audioconvert/gstchannelmix.h:
28165           Implement a channel mixer.
28166
28167 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28168
28169         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28170         * ext/alsa/gstalsa.h:
28171         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28172         Make alsasink actually honor gst_element_set_clock and use that
28173         clock instead of its internal one.
28174
28175 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28176
28177         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28178         (gst_play_base_bin_change_state): nullify source and decoder when
28179         going from READY to NULL so that we don't try to do weird stuff with
28180         them when going from NULL to READY
28181         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28182         instead of g_object_unref
28183         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28184         it should be correct
28185         (gst_play_bin_change_state): don't call remove_sinks if we are
28186         currently disposing the object
28187
28188 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28189
28190         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28191           Don't forget bass if it's there. Else left channel is silent...
28192
28193 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28194
28195         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28196         (gst_a52dec_change_state):
28197           Don't do sample adjusting anymore, we use float audio now.
28198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28199           Don't fixate to non-existing properties.
28200
28201 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28202
28203         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28204         (gst_a52dec_change_state):
28205           Advertise that we can do surround sound.
28206
28207 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28208
28209         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28210           Add buffer-frames=0.
28211         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28212         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28213         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28214         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28215         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28216         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28217         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28218         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28219         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28220         * ext/dvdread/dvdreadsrc.h:
28221           Add seeking, querying for bytes, sectors, title, angle and
28222           chapter. Handle multiple chapters. Relicense to LGPL because
28223           Billy agreed on that (thanks Billy!).
28224
28225 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28226
28227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28228         call parent dispose method
28229
28230 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28231
28232         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28233         (gst_audio_clock_get_internal_time):
28234         Fix active <-> inactive transitions: ensure time value always
28235         grows and avoid abrupt value changes.
28236
28237 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28238
28239         * configure.ac:
28240         * gst/tta/Makefile.am:
28241         * gst/tta/crc32.h:
28242         * gst/tta/filters.h:
28243         * gst/tta/gsttta.c:
28244         * gst/tta/gstttadec.c:
28245         * gst/tta/gstttadec.h:
28246         * gst/tta/gstttaparse.c:
28247         * gst/tta/gstttaparse.h:
28248         * gst/tta/ttadec.h:
28249           added TTA parser and decoder
28250
28251 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28254         (probe_triggered), (check_queue), (buffer_underrun),
28255         (buffer_running), (buffer_overrun), (gen_source_element),
28256         (setup_source):
28257         * gst/playback/gstplaybasebin.h:
28258           Implement buffering. Needs some more work.
28259
28260 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28261
28262         * ext/theora/theoradec.c: (theora_dec_chain):
28263           Fix ilog mask range overflow.
28264
28265 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28268           Don't omit the last (which in case of dmix is the only :) )
28269           channel count. Don't set channels if <= 2.
28270
28271 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28272
28273         * gst/playback/gstplaybin.c: (gen_video_element),
28274         (gen_audio_element): Removed 2 obsolete comments
28275
28276 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28277
28278         * ext/vorbis/oggvorbisenc.c
28279         * ext/vorbis/vorbisenc.c :
28280           change description fields of those plugins to differentiate them
28281           (pitivi show Encoders by description, they had the same one)
28282
28283 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28284
28285         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28288         (gst_play_bin_set_property), (gen_video_element),
28289         (gen_audio_element):
28290           Refcounting fixes for provided audio-/videosinks.
28291
28292 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28293
28294         * gst/playback/gstplaybin.c: (gen_video_element),
28295         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28296           Don't reference all sinks, but only the video- and audiosinks.
28297           The vis. element should be disposed when we're done with it.
28298           We don't have any reason to keep it around. This fixes warnings
28299           when reusing playbin for playing multiple audio files with
28300           vis. enabled. Also release audio device on pause - idea stolen
28301           from Rhythmbox.
28302
28303 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28304
28305         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28306         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28307         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28308         * ext/alsa/gstalsaplugin.c: (plugin_init):
28309         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28310         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28311         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28312         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28313         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28314         (gst_faad_change_state), (plugin_init):
28315         * ext/faad/gstfaad.h:
28316         * ext/vorbis/vorbis.c: (plugin_init):
28317         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28318         * gst-libs/gst/audio/Makefile.am:
28319         * gst-libs/gst/audio/audio.c: (plugin_init):
28320         * gst-libs/gst/audio/multichannel.c:
28321         (gst_audio_check_channel_positions),
28322         (gst_audio_get_channel_positions),
28323         (gst_audio_set_channel_positions),
28324         (gst_audio_set_structure_channel_positions_list),
28325         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28326         (gst_audio_fixate_channel_positions):
28327         * gst-libs/gst/audio/multichannel.h:
28328         * gst-libs/gst/audio/testchannels.c: (main):
28329         * gst/audioconvert/gstaudioconvert.c:
28330         (gst_audio_convert_class_init), (gst_audio_convert_init),
28331         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28332         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28333         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28334         * gst/audioconvert/plugin.c: (plugin_init):
28335           Surround sound support.
28336
28337 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28338
28339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28340           Fix position for discont if we're close as well. Nitpicking, but
28341           saves a few milliseconds of extra waiting or skipping.
28342
28343 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28346           We sometimes need parsers for playback, so add those too.
28347
28348 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28349
28350         * configure.ac:
28351         * gst/apetag/Makefile.am:
28352         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28353         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28354         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28355         (gst_ape_demux_get_src_query_types),
28356         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28357         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28358         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28359         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28360         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28361         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28362         (gst_ape_demux_change_state):
28363         * gst/apetag/apedemux.h:
28364         * gst/apetag/apetag.c: (plugin_init):
28365         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28366         (plugin_init):
28367           APE v1/2 tag reader plus typefind function.
28368
28369 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28370
28371         * configure.ac:
28372         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28373         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28374           Remove hacks for older core. Require newer core version
28375           accordingly.
28376
28377 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * gst/cdxaparse/Makefile.am:
28380         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28381         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28382         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28383         * gst/cdxaparse/gstcdxaparse.h:
28384         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28385         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28386         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28387         (gst_cdxastrip_get_src_query_types),
28388         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28389         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28390         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28391         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28392         * gst/cdxaparse/gstcdxastrip.h:
28393           SVCD/VCD header stripping separated from CDXA image parsing.
28394         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28395         (plugin_init):
28396           Add VCD/SVCD header typefinding for VCD/SVCD.
28397         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28398         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28399         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28400         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28401         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28402         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28403         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28404         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28405         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28406         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28407         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28408         * sys/vcd/vcdsrc.h:
28409           Fix up, add seeking, querying, URI interface. Works in totem now.
28410
28411 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28412
28413         * configure.ac:
28414           back to CVS
28415
28416 === release 0.8.6 ===
28417
28418 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28419
28420         * NEWS:
28421         * RELEASE:
28422         * configure.ac:
28423         * po/af.po:
28424         * po/az.po:
28425         * po/cs.po:
28426         * po/en_GB.po:
28427         * po/hu.po:
28428         * po/it.po:
28429         * po/nb.po:
28430         * po/nl.po:
28431         * po/or.po:
28432         * po/sq.po:
28433         * po/sr.po:
28434         * po/sv.po:
28435         * po/uk.po:
28436           releasing 0.8.6, "IOU Love"
28437
28438 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28439
28440         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28441
28442         * gst/playback/gstplaybasebin.c:
28443           Fix unplayable files error handling.  Fixes #158365
28444
28445 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28446
28447         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28448
28449         * gst/typefind/gsttypefindfunctions.c:
28450           Fix broken mp3 typefinding.  Fixes #158375
28451
28452 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28453
28454         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28455
28456         * ext/ogg/gstoggdemux.c:
28457           Fix sync on broken files.  Fixes #158976
28458
28459 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28460
28461         patch by: Edward Hervey <bilboed@bilboed.com>
28462
28463         * ext/libpng/gstpngenc.c:
28464           Copy over buffer properties.  Fixes #158832
28465
28466 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28467
28468         patch by: Tim-Philipp MĂ¼ller <t.i.m@zen.co.uk>
28469
28470         * ext/dvdread/dvdreadsrc.c:
28471           Fixes invalid reads (#158462)
28472
28473 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28474
28475         * sys/v4l/gstv4lsrc.c:
28476         * sys/v4l/gstv4lsrc.h:
28477         * sys/v4l/v4lsrc_calls.c:
28478           Probe less and cache it.  Fixes #159187.
28479
28480 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28481
28482         * gst/videorate/gstvideorate.c:
28483           Handle all video formats. Fixes #159186.
28484
28485 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28486         * gst/synaesthesia/gstsynaesthesia.c:
28487         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28488         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28489         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28490         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28491         (gst_synaesthesia_change_state), (plugin_init):
28492         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28493         Force 320x200 output, as that's the only thing the underlying
28494         synaesthesia implementation supports. Still needs to be made
28495         re-entrant.
28496
28497 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28498
28499         * configure.ac:
28500           Fix mpeg2enc configure check (similar to mplex check below).
28501
28502 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28503
28504         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28505
28506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28507           Fix for gcc-2.95 (fixes #158221).
28508
28509 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28510
28511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28512           Re-add clock distribution hack (until new core is released).
28513           Fixes #158125.
28514
28515 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28516         * configure.ac:
28517           fix mplex configure check segfaulting on some systems (bug #140994)
28518
28519 2004-11-13  Benjamin Otte  <otte@gnome.org>
28520
28521         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28522           add debugging
28523         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28524           do a wait when we enter the loop func with no data available to
28525           write instead of getting into an 100% CPU loop by just returning and
28526           being called again by the scheduler
28527
28528 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28529
28530         * configure.ac:
28531         * ext/libvisual/visual.c: (gst_visual_get_type),
28532         (libvisual_log_handler), (gst_visual_getcaps),
28533         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28534         (plugin_init):
28535           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28536         * ext/smoothwave/Makefile.am:
28537         * ext/smoothwave/demo-osssrc.c: (main):
28538         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28539         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28540         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28541         (plugin_init):
28542         * ext/smoothwave/gstsmoothwave.h:
28543           Make gstsmoothwave a working element in the 20th century.
28544
28545         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28546           Fix incorrect link function
28547
28548 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28549
28550         * gst/volume/gstvolume.c:
28551           Allow buffer-frames=0.
28552
28553 2004-11-12 Iain <iaingnome@gmail.com>
28554
28555         * configure.ac: Check for polypaudio
28556
28557         * ext/Makefile.am: Build the polyp dir
28558
28559         * ext/polyp: The polypsink sources.
28560
28561 2004-10-30 Iain <iaingnome@gmail.com>
28562
28563         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28564         caps to reflect the new number of channels.
28565
28566 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28567
28568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28569           Fix for negotiation order problem. This would show when the
28570           ALSA loopfuction was called before any other function. ALSA
28571           wouldn't do anything because we're not negotiated yet, leading
28572           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28573
28574 2004-11-11  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28575
28576         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28577
28578         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28579           No warnings (#157986).
28580
28581 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28582
28583         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28584           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28585
28586 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28587
28588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28589           Signal no-more-pads (so it works in playbin).
28590
28591 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28592
28593         * ext/musepack/gstmusepackreader.cpp:
28594           Workaround for older core.
28595
28596 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28597
28598         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28599           Actually test for odd width/height rather than testing whether
28600           a temporary variable that was 0 before we subtracted 1 is now
28601           not equal to zero (which it always is).
28602
28603 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28604
28605         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28606         Fix compilation if HAVE_XVIDEO is not defined
28607
28608 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28609
28610         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28611         Fix compilation if HAVE_XVIDEO is not defined
28612
28613 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28614
28615         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28616         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28617         (gst_goom_change_state), (plugin_init):
28618         Use the bytestream adapter so goom doesn't depend on the input
28619         buffer size.
28620         Add a debug category
28621
28622 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28623
28624         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28625           Only set hardware parameters *after* negotiation. Before
28626           negotiation, it will set ANY and that seems to cause crashes
28627           (see e.g. #151288, #153227).
28628
28629 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28630
28631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28632           This seems to be antique leftover. It needs to pass error
28633           checking.
28634         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28635         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28636         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28637         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28638           Fix GstXOverlay implementation (#151059).
28639
28640 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28641
28642         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28643           Don't assert (#157853).
28644
28645 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28646
28647         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28648           Fix bytes/samples confustion.
28649         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28650           Fix for underrun (#144389).
28651
28652 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28653
28654         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28655           Disable halfway-seek for pending release (since it needs a new
28656           core release).
28657
28658 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28659
28660         * sys/v4l/gstv4lsrc.c:
28661         * sys/v4l/gstv4lsrc.h:
28662         * sys/v4l/v4lsrc_calls.c:
28663           add autoprobe-fps property so we can separate autoprobing parts
28664
28665 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28666
28667         * sys/v4l/gstv4lsrc.c:
28668         * sys/v4l/v4lsrc_calls.c:
28669         initialise fourcc to catch unset fourcc's, and debug
28670
28671 2004-11-09  Wim Taymans  <wim@fluendo.com>
28672
28673         * gst/playback/README:
28674         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28675         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28676         (gst_play_bin_dispose), (gst_play_bin_set_property),
28677         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28678         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28679         (gst_play_bin_get_formats), (gst_play_bin_convert),
28680         (gst_play_bin_get_query_types), (gst_play_bin_query):
28681         Cleanups and some more documentation.
28682
28683 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28684
28685         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28686         (gst_cacasink_init), (gst_cacasink_chain):
28687         * ext/libcaca/gstcacasink.h:
28688         Cacasink inherits from VideoSink, so let that store the clock.
28689
28690 2004-11-09  Wim Taymans  <wim@fluendo.com>
28691
28692         * gst/playback/README:
28693         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28694         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28695         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28696         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28697         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28698         (setup_sinks):
28699         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28700         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28701         * gst/playback/gststreaminfo.h:
28702         Updated README.
28703         Only switch groups if all streams have muted (EOSed).
28704         Send Tags in sync with the stream playback instead of in
28705         the playback/preroll phase.
28706         Some cleanups, free the fakesrc elements.
28707
28708 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28709
28710         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28711           buffer-frames property was missing
28712         * ext/arts/gst_arts.c:
28713           rate missing from sinkcaps
28714         * ext/audiofile/gstafparse.c:
28715         * ext/audiofile/gstafsink.c:
28716         * ext/audiofile/gstafsrc.c:
28717         * ext/swfdec/gstswfdec.c:
28718           int audio doesn't know buffer-frames
28719         * ext/cdparanoia/gstcdparanoia.c:
28720           int audio doesn't know chunksize either
28721         * ext/nas/nassink.c:
28722           it's endianness, not endianess
28723         * gst-libs/gst/audio/audio.h:
28724           make float standard pad template caps really describe float
28725         * gst/law/mulaw.c: (linear_factory):
28726           signed only, please
28727         * gst/mpegstream/gstdvddemux.c:
28728           widths of 20 are not valid
28729
28730 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28731
28732         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28733
28734         * po/LINGUAS:
28735         * po/it.po:
28736           Add Italian
28737
28738 2004-11-08  Wim Taymans  <wim@fluendo.com>
28739
28740         * gst/playback/README:
28741         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28742         * gst/playback/gstplaybasebin.c: (probe_triggered),
28743         (gst_play_base_bin_change_state):
28744         Updated README, added more comments for fixmes etc..
28745
28746 2004-11-08  Wim Taymans  <wim@fluendo.com>
28747
28748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28749         We can remove this hack now.
28750
28751 2004-11-08  Wim Taymans  <wim@fluendo.com>
28752
28753         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28754         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28755         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28756         Only mix AYUV for maximum quality.
28757
28758 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28759
28760         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28761         (gst_ogg_demux_push), (gst_ogg_pad_push):
28762           Let's act as if we're synchronized now! :).
28763         * ext/theora/theoradec.c: (theora_dec_chain):
28764           Add some debug.
28765
28766 2004-11-08  Wim Taymans  <wim@fluendo.com>
28767
28768         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28769         (gst_alpha_set_property), (gst_alpha_sink_link),
28770         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28771         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28772         (gst_alpha_init_params), (gst_alpha_chain):
28773         Implement alpha functions for AYUV too, this increases
28774         accuracy quite a bit.
28775
28776 2004-11-08  Wim Taymans  <wim@fluendo.com>
28777
28778         * gst/ffmpegcolorspace/avcodec.h:
28779         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28780         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28781         (gst_ffmpegcsp_avpicture_fill):
28782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28783         (gst_ffmpegcsp_caps_remove_format_info):
28784         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28785         (shrink12), (img_get_alpha_info), (deinterlace_line),
28786         (deinterlace_line_inplace):
28787         * gst/ffmpegcolorspace/imgconvert_template.h:
28788         Added AYUV colorspace and handle RGBA a bit more respectful.
28789
28790 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28791
28792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28793           Actually always send a discont (cornercase when resending the
28794           same serial-tagged chain twice).
28795
28796 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28797
28798         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28799         (gst_ximagesink_finalize):
28800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28801         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28802
28803 2004-11-08  Wim Taymans  <wim@fluendo.com>
28804
28805         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28806         Don't segfault on NULL data.
28807
28808 2004-11-08  Wim Taymans  <wim@fluendo.com>
28809
28810         * gst/playback/gstdecodebin.c: (unlinked):
28811         * gst/playback/gstplay-marshal.list:
28812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28813         (gst_play_base_bin_init), (group_create), (get_active_group),
28814         (get_building_group), (group_destroy), (group_commit),
28815         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28816         (add_element_stream), (no_more_pads), (probe_triggered),
28817         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28818         (state_change), (setup_source), (gst_play_base_bin_get_property),
28819         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28820         (gst_play_base_bin_link_stream),
28821         (gst_play_base_bin_get_streaminfo):
28822         * gst/playback/gstplaybasebin.h:
28823         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28824         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28825         Add support for chained ogg files. Prepare for playlist
28826         support. This patch introduces the concept of pad groups, which
28827         together compose one playable media file.
28828
28829 2004-11-07  David Schleef  <ds@schleef.org>
28830
28831         * testsuite/gst-lint: Check for pad templates that aren't statically
28832         scoped.
28833
28834 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28835
28836         * configure.ac:
28837         * ext/Makefile.am:
28838         * ext/musepack/Makefile.am:
28839         * ext/musepack/gstmusepackdec.cpp:
28840         * ext/musepack/gstmusepackdec.h:
28841         * ext/musepack/gstmusepackreader.cpp:
28842         * ext/musepack/gstmusepackreader.h:
28843           Add musepack decoder.
28844         * ext/faad/gstfaad.c: (gst_faad_base_init):
28845           Make pad templates static.
28846         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28847         (plugin_init):
28848           Add musepack typefinder, make mp3 typefinding work halfway stream,
28849           which doesn't actually work yet because id3demux doesn't implement
28850           _get_length().
28851
28852 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28853
28854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28855         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28856           Fix interrupt event handling (#144436).
28857
28858 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28859
28860         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28861           Hide unused glory.
28862
28863 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28864
28865         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28866
28867         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28868           Fix weird caps (#157548).
28869
28870 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28871
28872         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28873
28874         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28875           Add missing NULL terminator (#157543).
28876
28877 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28878
28879         * gst/tcp/gsttcp.h:
28880         * gst/tcp/gsttcpclientsink.c:
28881         * gst/tcp/gsttcpclientsrc.c:
28882         * gst/tcp/gsttcpserversink.c:
28883         * gst/tcp/gsttcpserversrc.c:
28884           ports can go up to 65535.  Move common defines to gsttcp.h
28885
28886 2004-11-05  Wim Taymans  <wim@fluendo.com>
28887
28888         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28889         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28890         Added two more colorspaces.
28891
28892 2004-11-05  Wim Taymans  <wim@fluendo.com>
28893
28894         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28895         (gst_ffmpegcsp_avpicture_fill):
28896         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28897         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28898         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28899         More stride fixes.
28900
28901 2004-11-05  Wim Taymans  <wim@fluendo.com>
28902
28903         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28904         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28905         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28906         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28907         (gst_videomixer_loop):
28908         More stride fixes.
28909
28910 2004-11-05  Benjamin Otte  <otte@gnome.org>
28911
28912         * ext/mad/gstmad.c: (gst_mad_chain):
28913           don't overflow data buffer. Flush not needed sync data when syncing
28914           failed.
28915
28916 2004-11-04  Wim Taymans  <wim@fluendo.com>
28917
28918         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28919         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28920         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28921         (gst_alpha_init_params), (gst_alpha_chain),
28922         (gst_alpha_change_state):
28923         Updated the chroma keying algorithm with something more
28924         sophisticated.
28925
28926 2004-11-03  Wim Taymans  <wim@fluendo.com>
28927
28928         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28929         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28930         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28931         Fix stride issues. Does not completely work for odd
28932         heights.
28933
28934 2004-11-03  Wim Taymans  <wim@fluendo.com>
28935
28936         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28937         (gst_alpha_chroma_key), (gst_alpha_chain):
28938         Fix stride issues. Does not completely work for odd
28939         heights.
28940
28941 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28942
28943         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28944         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28945         leak fixes
28946
28947 2004-11-03  Wim Taymans  <wim@fluendo.com>
28948
28949         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28950         (gst_ffmpegcsp_avpicture_fill):
28951         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28952         (avpicture_alloc):
28953         * gst/ffmpegcolorspace/imgconvert_template.h:
28954         Use correct _fill function to get correct strides.
28955
28956 2004-11-02  David Schleef  <ds@schleef.org>
28957
28958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28959         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28960         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28961         Change all g_print()s to debugging.  Add a bunch of consistency
28962         checks.
28963
28964 2004-11-02  Wim Taymans  <wim@fluendo.com>
28965
28966         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28967         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28968         (unlinked), (no_more_pads), (close_link):
28969         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28970         (unknown_type), (add_element_stream), (new_decoded_pad),
28971         (removed_decoded_pad), (setup_source):
28972         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28973         (gst_stream_info_class_init), (gst_stream_info_init),
28974         (gst_stream_info_new), (gst_stream_info_dispose),
28975         (stream_info_mute_pad), (gst_stream_info_set_property),
28976         (gst_stream_info_get_property):
28977         * gst/playback/gststreaminfo.h:
28978         Fix playback of multiple files.
28979         a slightly different approach to handling dynamic pad removals.
28980         This one only looks at pads that we have linked.
28981
28982 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28983
28984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28985         free" warning from libc.
28986
28987 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28988
28989         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28990         (get_unconnected_element), (remove_starting_from), (pad_removed),
28991         (close_link):
28992           Implement support for dynamic pad changing. We listen to "live"
28993           pad removals (i.e. while playing) and re-setup autoplugging
28994           after that. Playbasebin/playbin need some more work for this
28995           to finally work, but decodebin supports (and replugs) chained
28996           ogg now.
28997
28998 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28999
29000         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29001         (gst_alsa_finalize):
29002         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29003         (gst_cdaudio_finalize):
29004         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29005         (cdparanoia_finalize):
29006         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29007         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29008         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29009         (dvdreadsrc_finalize):
29010         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29011         (gst_flacdec_finalize):
29012         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29013         (gst_flacenc_finalize):
29014         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29015         (gst_gnomevfssink_finalize):
29016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29017         (gst_gnomevfssrc_finalize):
29018         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29019         (gst_fameenc_finalize):
29020         * ext/nas/nassink.c: (gst_nassink_class_init),
29021         (gst_nassink_finalize):
29022         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29023         (gst_sdlvideosink_class_init):
29024         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29025         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29026         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29027         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29028         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29029         (gst_x_window_listener_dispose):
29030         * gst/audioscale/gstaudioscale.c:
29031         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29032         (play_on_demand_finalize):
29033         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29034         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29035         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29036         (cdplayer_finalize):
29037         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29038         (gst_glimagesink_class_init):
29039         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29040         (gst_osselement_finalize):
29041         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29042         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29043         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29044           Fixes a bunch of problems with finalize and dispose functions,
29045           either assumptions that dispose is only called once, or not calling
29046           the parent class dispose/finalize function
29047
29048 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29049
29050         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29051           added two api precondition guards
29052           use g_strdup with getenv to fix crash when using ENVVAR
29053
29054 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29055         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29056         (gst_esdsink_finalize):
29057         Use a finalize function, not dispose, and more importantly,
29058         call the parent class finalize function too
29059
29060 2004-11-01  Johan Dahlin  <johan@gnome.org>
29061
29062         * ext/ogg/gstoggdemux.c:
29063         * gst/tags/gstvorbistag.c:
29064         Plug leaks.
29065
29066 2004-10-31  Benjamin Otte  <otte@gnome.org>
29067
29068         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29069           lotsa memleaks today. But they're all small...
29070
29071 2004-10-31  Benjamin Otte  <otte@gnome.org>
29072
29073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29074           another memleak crushed
29075
29076 2004-10-31  Benjamin Otte  <otte@gnome.org>
29077
29078         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29079           fix memleak
29080
29081 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29082
29083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29084           Hack to prevent crash when going to READY inside signal handler
29085           while this function is active.
29086
29087 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29088
29089         * gst/ffmpegcolorspace/Makefile.am:
29090         * gst/ffmpegcolorspace/avcodec.h:
29091         * gst/ffmpegcolorspace/common.h:
29092         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29093         * gst/ffmpegcolorspace/dsputil.h:
29094         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29096         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29097         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29098         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29099         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29100         (gst_ffmpegcsp_avpicture_fill):
29101         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29102         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29103         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29104         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29105         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29106         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29107         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29108         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29109         * gst/ffmpegcolorspace/imgconvert.c:
29110         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29111         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29112         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29113         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29114         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29115         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29116         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29117         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29118         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29119         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29120         (grow21), (grow22), (grow41), (grow44), (conv411),
29121         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29122         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29123         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29124         (avpicture_free), (is_yuv_planar), (img_convert),
29125         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29126         (deinterlace_line_inplace), (deinterlace_bottom_field),
29127         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29128         * gst/ffmpegcolorspace/imgconvert_template.h:
29129         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29130         * gst/ffmpegcolorspace/mmx.h:
29131         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29132         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29133         (av_freep), (avcodec_get_context_defaults),
29134         (avcodec_alloc_context), (avcodec_init):
29135           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29136           handling plus update from ffmpeg CVS. Large clean-up.
29137
29138 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29139
29140         * gst/playback/Makefile.am:
29141           We need the marshallers for decodebin, too.
29142
29143 2004-10-30  David Schleef  <ds@schleef.org>
29144
29145         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29146           quicktime typefinding work with 64-bit offsets.
29147
29148 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29149
29150         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29151           Set EOS on the element when processing an EOS event.
29152         * ext/speex/gstspeexdec.h:
29153         * ext/speex/gstspeexenc.h:
29154           Only keep a const ptr to the mode
29155         * gst-libs/gst/riff/riff-media.c:
29156         (gst_riff_create_audio_caps_with_data),
29157         (gst_riff_create_audio_template_caps):
29158           Allow WMAV3, with up to 6 channels.
29159         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29160           Don't call gst_pad_set_event_function on a sink pad.
29161         * gst/mpegstream/gstdvddemux.c:
29162         (gst_dvd_demux_get_subpicture_stream),
29163         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29164           Copy the explicit caps that were set across to the cur_* pads,
29165           instead of trying to use a possibly non-existent negotiated caps.
29166           Reset the type of subpicture pads to UNKNOWN after calling
29167           init_stream, so that the caps get set.
29168
29169 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29170
29171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29172
29173         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29174           Don't touch buffer if it is of size 0 (fixes #151064).
29175
29176 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29177
29178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29179           Synchronized discont handling.
29180
29181 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29182
29183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29184         (gst_ogg_demux_push):
29185           Make seeking sort-of exact again (fixes #156387).
29186
29187 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * gst/playback/gstplaybasebin.c: (unknown_type),
29190         (add_element_stream), (new_decoded_pad),
29191         (gst_play_base_bin_change_state):
29192         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29193         (gst_stream_info_init), (gst_stream_info_new),
29194         (gst_stream_info_dispose), (gst_stream_info_get_property):
29195         * gst/playback/gststreaminfo.h:
29196           Make caps explicitely available. Makes testing for unsupported
29197           types possible. Improves error reporting.
29198
29199 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * gst/audioconvert/gstaudioconvert.c:
29202         (gst_audio_convert_buffer_to_default_format):
29203           Really don't touch read-only buffers (#156563).
29204
29205 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29206
29207         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29208
29209         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29210           Fix memleak (#155223).
29211
29212 2004-10-29  Wim Taymans  <wim@fluendo.com>
29213
29214         * gst/tcp/.cvsignore:
29215         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29216         (gst_multifdsink_class_init), (gst_multifdsink_init),
29217         (gst_multifdsink_add), (gst_multifdsink_remove),
29218         (gst_multifdsink_remove_client_link), (is_sync_frame),
29219         (gst_multifdsink_new_client),
29220         (gst_multifdsink_handle_client_write),
29221         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29222         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29223         (gst_multifdsink_get_property):
29224         * gst/tcp/gstmultifdsink.h:
29225         Added burst on connect sync_method, deprecated sync_clients,
29226         streamlined the sync code some more.
29227
29228 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29229
29230         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29231         (gst_play_base_bin_change_state):
29232           Improve error reporting.
29233
29234 2004-10-28  Wim Taymans  <wim@fluendo.com>
29235
29236         * gst/tcp/Makefile.am:
29237         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29238         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29239         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29240         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29241         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29242         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29243         (gst_fdset_wait):
29244         Added more locks around fdset structures. Fixed/reworked
29245         the poll array resizing code.
29246         Added stress test for fdset.
29247
29248 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29249
29250         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29251         fix build
29252
29253 2004-10-28  Benjamin Otte  <otte@gnome.org>
29254
29255         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29256           fix link function to always query channels and query width for
29257           floats
29258         * configure.ac:
29259           add equalizer dir
29260         * gst/equalizer/Makefile.am:
29261         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29262         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29263         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29264         (arg_to_scale), (setup_filter),
29265         (gst_iir_equalizer_compute_frequencies),
29266         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29267         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29268         (plugin_init):
29269           add an equalizer
29270
29271 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29272
29273         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29274
29275         * po/LINGUAS:
29276         * po/nb.po:
29277           Added Norwegian Bokmaal translation
29278
29279 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29280
29281         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29282           Don't break on options (fixes #156488).
29283
29284 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29285
29286         * configure.ac:
29287         * ext/cdaudio/Makefile.am:
29288         * sys/Makefile.am:
29289           fix build on older automake
29290
29291 2004-10-26  Wim Taymans  <wim@fluendo.com>
29292
29293         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29294         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29295         Allow a little margin when negotiating the framerate.
29296
29297 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29298
29299         * gst/level/gstlevel.c:
29300           synchonised naming of pads and pad-templates
29301
29302 2004-10-26  Wim Taymans  <wim@fluendo.com>
29303
29304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29305         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29306         (_find_streams_check), (gst_ogg_demux_push):
29307         Fix EOS again. Needs to be done in a better way. We should not
29308         remove the pad if there is no new chained stream.
29309
29310 2004-10-26 Iain <iaingnome@gmail.com>
29311
29312         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29313         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29314         of the caps.
29315         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29316         pad.
29317         (interleave_release_pad): Remove the pad.
29318         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29319         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29320         the set device.
29321         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29322         attrs
29323         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29324         (gst_xvimagesink_finalize): Free the par.
29325
29326 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29327
29328         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29329         (gst_avimux_stop_file):
29330           First calculate the rate, and only then use it. Hdr.rate is a
29331           multiple and not a derivative of hdr.scale. Scale is not the
29332           same as blockalign but is solely related to rate.
29333
29334 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29337         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29338           Implement seeking.
29339
29340 2004-10-25  James Henstridge  <james@jamesh.id.au>
29341
29342         Reviewed by:  David Schleef  <ds@schleef.org>
29343
29344         * examples/gstplay/player.c: (got_stream_length), (main):
29345         * examples/seeking/cdplayer.c: (update_scale):
29346         * examples/seeking/seek.c: (format_value), (update_scale):
29347         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29348         (stop_seek):
29349         Build fixes on AMD64.
29350
29351 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29352
29353         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29354
29355         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29356         Fix for some v4l cards which hang in v4lsrc
29357
29358 2004-10-25  Wim Taymans  <wim@fluendo.com>
29359
29360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29361         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29362         Make sure to remove the pad when a new chain is
29363         encountered. Set some vars to NULL so we don't try
29364         to reference freed memory.
29365
29366 2004-10-25  Wim Taymans  <wim@fluendo.com>
29367
29368         * examples/seeking/Makefile.am:
29369         * examples/seeking/cdplayer.c: (update_scale):
29370         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29371         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29372         (format_value), (update_scale), (iterate), (start_seek),
29373         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29374         (print_usage), (main):
29375         Added some more examples, update others.
29376
29377 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29378
29379         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29380         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29381         * ext/theora/theoradec.c: (theora_dec_chain):
29382         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29383           Add codec-name metadata.
29384
29385 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29386
29387         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29388
29389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29390         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29391         * ext/alsa/gstalsamixertrack.h:
29392         * po/POTFILES.in:
29393           ALSA mixer track label internationalization (#154054).
29394
29395 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29396
29397         * ext/theora/theoradec.c: (theora_dec_chain):
29398           Export bitrate as metadata.
29399
29400 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29401
29402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29403         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29404         * ext/alsa/gstalsamixertrack.h:
29405           Fix names, fix loop.
29406
29407 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29408
29409         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29410         (speex_dec_convert):
29411           sinkconvert function so oggdemux can get the file length (totem).
29412
29413 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29414
29415         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29416
29417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29418           Don't push incomplete packets.
29419         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29420           Fix MPEG-4 audio typefinding.
29421
29422 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * sys/v4l/Makefile.am:
29425         * sys/v4l/gstv4l.c: (plugin_init):
29426         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29427         (gst_v4lelement_init), (gst_v4lelement_dispose),
29428         (gst_v4lelement_change_state):
29429         * sys/v4l/gstv4lelement.h:
29430         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29431         (gst_v4l_xoverlay_close), (idle_refresh),
29432         (gst_v4l_xoverlay_set_xwindow_id):
29433         * sys/v4l/gstv4lxoverlay.h:
29434         * sys/v4l/v4l-overlay_calls.c:
29435         * sys/v4l/v4l_calls.h:
29436         * sys/v4l2/Makefile.am:
29437         * sys/v4l2/gstv4l2.c: (plugin_init):
29438         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29439         (gst_v4l2element_init), (gst_v4l2element_dispose),
29440         (gst_v4l2element_change_state):
29441         * sys/v4l2/gstv4l2element.h:
29442         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29443         (gst_v4l2_xoverlay_close), (idle_refresh),
29444         (gst_v4l2_xoverlay_set_xwindow_id):
29445         * sys/v4l2/gstv4l2xoverlay.h:
29446         * sys/v4l2/v4l2-overlay_calls.c:
29447         * sys/v4l2/v4l2_calls.h:
29448           Remove client-side overlay handling, use the X-server v4l plugin
29449           for that. Nicer overlay, less code. Also make the plugin
29450           compileable without X (but then without overlay, obviously).
29451           Makes xwindowlistener obsolete, should we remove that?
29452
29453 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29454
29455         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29456         (gst_osssrc_src_query):
29457         * sys/oss/gstosssrc.h:
29458           OK, so people want offset in DEFAULT. This time, actually fix all
29459           cases.
29460         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29461           Add FPS properly.
29462
29463 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * gst/asfdemux/gstasfmux.c:
29466         * gst/avi/gstavimux.c:
29467           Framerate.
29468
29469 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29470
29471         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29472           Fix properties (channel, norm, frequency).
29473
29474 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29477           Flag typo.
29478         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29479           No warnings.
29480
29481 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29482
29483         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29484           Fix hang.
29485
29486 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29487
29488         * sys/v4l2/gstv4l2element.h:
29489           Yet Another Hack (tm) for kernel header borkedness.
29490         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29491         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29492         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29493         (gst_v4l2src_change_state):
29494         * sys/v4l2/gstv4l2src.h:
29495         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29496         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29497           Fix caps, keep track of state, work.
29498
29499 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29500
29501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29502           Quiet.
29503
29504 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29505
29506         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29507           Don't mix bytes and samples.
29508
29509 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29510
29511         * ext/ogg/gstoggmux.c:
29512           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29513           and theora. Any is incorrect.
29514         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29515           Fix caps.
29516         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29518         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29519         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29520         * sys/v4l/gstv4lmjpegsrc.h:
29521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29522         (gst_v4lsrc_change_state):
29523         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29524         (gst_v4lmjpegsrc_capture_stop):
29525           Fix caps. Keep track of internal state. Work.
29526
29527 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29528
29529         * ext/Makefile.am:
29530           Fix the build fixes.
29531
29532 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29533
29534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29535         (gst_ogg_demux_src_event), (_find_chain_seek),
29536         (gst_ogg_pad_push):
29537           Check for pad availability before using it.
29538         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29539           Fix parsing of chained ogg. Needs more work on the decoder side.
29540
29541 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29542
29543         * gst/spectrum/Makefile.am:
29544         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29545         (idle_func):
29546           Fix demo and reenable it. Yes, I'm currently playing with audio
29547           analysis tools
29548
29549 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29550
29551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29552           We love it if files that start at zero work too...
29553
29554 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29557           Handle files with missing EOS headers.
29558
29559 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29560
29561         * gst/tcp/gsttcpserversink.c:
29562         (gst_tcpserversink_handle_server_read),
29563         (gst_tcpserversink_init_send):
29564         Zero some variables first (need for accept not to return EINVAL)
29565
29566 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29567
29568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29569         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29570         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29571         (theora_dec_chain):
29572         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29573         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29574           Seeking and querying finetune.
29575
29576 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29577
29578         * configure.ac:
29579         * ext/Makefile.am:
29580         * ext/raw1394/Makefile.am:
29581           fix the build
29582
29583 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29584
29585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29586           Wrong return.
29587         * gst/playback/Makefile.am:
29588         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29589         * gst/playback/gstplay-marshal.list:
29590         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29591           Fix marshallers.
29592
29593 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29594
29595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29596           Silence.
29597
29598 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29599
29600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29601         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29602         (gst_ogg_pad_push):
29603           Yay for non-lineair granulepos in theora.
29604
29605 2004-10-18  Wim Taymans  <wim@fluendo.com>
29606
29607         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29608         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29609         * ext/dv/gstdvdec.h:
29610         Make sure we renegotiate aspect ratio when the camera switches.
29611
29612 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29613
29614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29615         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29616           Start at zero.
29617         * ext/theora/theoradec.c: (theora_dec_chain):
29618           Skip headers. Bad idea for chained ogg, but fixes seeking.
29619
29620 2004-10-18  Wim Taymans  <wim@fluendo.com>
29621
29622         * configure.ac:
29623         I swear, this is the last time I touch this.
29624
29625 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29626
29627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29628         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29629         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29630           Faster seeking.
29631         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29632           Time-to-default conversion.
29633         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29634           Don't error on unknown packets, just skip. We should probably
29635           read them if we want to support chained ogg.
29636
29637 2004-10-18  Wim Taymans  <wim@fluendo.com>
29638
29639         * configure.ac:
29640         Added cdaudio to wrong list.
29641
29642 2004-10-18  Wim Taymans  <wim@fluendo.com>
29643
29644         * configure.ac:
29645         Revive cdaudio.
29646
29647 2004-10-18  Wim Taymans  <wim@fluendo.com>
29648
29649         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29650         (gst_dvdec_video_link), (gst_dvdec_push):
29651         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29652         (gst_smokeenc_resync), (gst_smokeenc_chain):
29653         Fix mimetype on smoke encoder.
29654         Add aspect ratio to dvdec. Not sure if these
29655         values are correct though....
29656
29657 2004-10-18  Wim Taymans  <wim@fluendo.com>
29658
29659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29660         Fix vorbis property descriptions and ranges.
29661
29662 2004-10-18  Wim Taymans  <wim@fluendo.com>
29663
29664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29665         Really do nothing when no data is available.
29666         Go to the playing state when the stream is not seekable
29667         instead of failing.
29668
29669 2004-10-18  Wim Taymans  <wim@fluendo.com>
29670
29671         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29672         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29673         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29674         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29675         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29676         Added uri handler for cd://
29677         Port to new API.
29678
29679 2004-10-18  Wim Taymans  <wim@fluendo.com>
29680
29681         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29682         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29683         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29684         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29685         (remove_prerolls), (unknown_type), (add_element_stream),
29686         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29687         (gst_play_base_bin_remove_element),
29688         (gst_play_base_bin_link_stream):
29689         * gst/playback/gstplaybin.c: (gen_video_element),
29690         (gen_vis_element), (remove_sinks), (setup_sinks):
29691         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29692         (gst_stream_info_get_type), (gst_stream_info_class_init),
29693         (gst_stream_info_init), (gst_stream_info_new),
29694         (gst_stream_info_dispose), (stream_info_mute_pad),
29695         (gst_stream_info_set_property), (gst_stream_info_get_property):
29696         * gst/playback/gststreaminfo.h:
29697         Add sink padtemplate to decodebin.
29698         Added some more comments.
29699         Make queue size configurable in playbasebin.
29700         Added possibility to use elements as sinks (ex cdaudio).
29701
29702 2004-10-15  Wim Taymans  <wim@fluendo.com>
29703
29704         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29705         (gst_speexenc_chain):
29706         Fix speex timestamps so that it gets muxed properly.
29707
29708 2004-10-15  Wim Taymans  <wim@fluendo.com>
29709
29710         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29711         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29712         (gst_dv1394src_init), (gst_dv1394src_dispose),
29713         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29714         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29715         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29716         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29717         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29718         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29719         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29720         * ext/raw1394/gstdv1394src.h:
29721         Added conversion/query functions.
29722         Update buffer timestamps,
29723         Added signals.
29724         Added uri dv:// so it might play from the firewire in playbin.
29725         Fix a possible leak.
29726         Added debugging.
29727
29728 2004-10-15  Wim Taymans  <wim@fluendo.com>
29729
29730         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29731         (gst_dv1394src_init), (gst_dv1394src_set_property),
29732         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29733         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29734         * ext/raw1394/gstdv1394src.h:
29735         Added AV/C VTR control support needed for some cameras.
29736         Added automatic port detection.
29737         Added properties for selecting the channel.
29738         The configure.ac script is not yet updated to reflect the
29739         new libavc1394 and librom1394 dependencies.
29740
29741 2004-10-15  Wim Taymans  <wim@fluendo.com>
29742
29743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29744         (qtdemux_parse), (gst_qtdemux_handle_esds):
29745         An esds box is not a container.
29746         Fix parsing of mp4v boxes.
29747         Do not try to renegotiate fps for each frame. Need to
29748         find a better method. This should fix mp4 playback.
29749
29750 2004-10-14  David Schleef  <ds@schleef.org>
29751
29752         * configure.ac: update for swfdec-0.3 and liboil-0.2
29753         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29754         * ext/swfdec/gstswfdec.h: same
29755         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29756         * gst/videotestsrc/videotestsrc.c: same
29757
29758 2004-10-14  Wim Taymans  <wim@fluendo.com>
29759
29760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29761         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29762         (is_sync_frame), (gst_multifdsink_new_client),
29763         (gst_multifdsink_handle_client_write),
29764         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29765         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29766         Turn warnings into info.
29767         Don't allow a state change in the streaming thread.
29768
29769 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29770
29771         * ext/vorbis/oggvorbisenc.c:
29772         * ext/vorbis/vorbisdec.c:
29773           fix template sample rate
29774
29775 2004-10-13  Wim Taymans  <wim@fluendo.com>
29776
29777         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29778         Decoding the header first fixes some problems in resyncing
29779         in more mp3s.
29780
29781 2004-10-12  Wim Taymans  <wim@fluendo.com>
29782
29783         * gst/playback/gstplaybin.c: (gen_video_element),
29784         (gen_vis_element), (remove_sinks), (setup_sinks):
29785         Added vis plugin support, need to configure the vis
29786         element to activate it.
29787
29788 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29789
29790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29791         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29792           Some debug.
29793         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29794         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29795         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29796         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29797         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29798         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29799         * gst/avi/gstavidemux.h:
29800           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29801           recovery (where, if part of the index is broken, we will still read
29802           the rest of the index and recover the broken part by stream
29803           scanning). More broken media support. EOS workarounds. General AVI
29804           braindamage headache recovery. Aspirin included.
29805
29806 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29807
29808         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29809         (cdparanoia_event), (cdparanoia_query):
29810           Get rid of hideous lead-in.
29811
29812 2004-10-11  Wim Taymans  <wim@fluendo.com>
29813
29814         * gst/playback/gstplaybasebin.c: (setup_source):
29815         Wrong var used to get g_list_next.
29816
29817 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29818
29819         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29820         (cdparanoia_get), (cdparanoia_open):
29821           Report discid as metadata, add duration.
29822
29823 2004-10-11  Wim Taymans  <wim@fluendo.com>
29824
29825         * gst/playback/gstplaybasebin.c: (setup_source):
29826         Cleanup the previous pipeline a little earlier for the
29827         case that a source element provides raw data.
29828
29829 2004-10-11  Benjamin Otte  <otte@gnome.org>
29830
29831         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29832           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29833           consuming the last 128 bytes, even though it was valid mp3 data.
29834
29835 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29836
29837         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29838         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29839         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29840         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29841
29842 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29843
29844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29845         Fix for webcams that support only specific width or height
29846
29847 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29848
29849         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29850
29851         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29852           Fix wrong discont event setup (fixes #154967).
29853
29854 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29855
29856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29857
29858         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29859           Error out on invalid data (fixes #154807).
29860
29861 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29862
29863         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29864
29865         * ext/dvdread/dvdreadsrc.c: (_read):
29866           Make titles > 0 work again (fixes #154834).
29867
29868 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29869
29870         * gst-libs/gst/riff/riff-media.c:
29871         (gst_riff_create_video_template_caps):
29872           WMV3 missing in template caps.
29873
29874 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29875
29876         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29877           OK, so the original code was too strict. It makes random AVI files
29878           hang for seconds upon opening, which is unacceptable and is far
29879           beyond the original goal of getting multiple chunks for one-chunk
29880           sounc stream files. So now do just that.
29881
29882 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29883
29884         * gst/playback/gstplaybasebin.c: (setup_source),
29885         (gst_play_base_bin_change_state):
29886           Actually clean up streaminfo if output fails. This would trigger
29887           if, for example, there was no CD in the drive. No preroll, so
29888           a streaminfo structure is created, but the subsequent state change
29889           of the thread fails.
29890         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29891           Don't change state if parent failed.
29892
29893 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29894
29895         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29896         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29897         (gen_video_element), (remove_sinks):
29898           Add small bits of code for screenshot handling.
29899
29900 2004-10-08  Wim Taymans  <wim@fluendo.com>
29901
29902         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29903         (gen_video_element), (gen_audio_element), (setup_sinks):
29904         Don't assume the user provided sinks are named "sink"...
29905
29906 2004-10-08  Wim Taymans  <wim@fluendo.com>
29907
29908         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29909         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29910         (gst_play_base_bin_link_stream):
29911         Do not try to autoplug sources that generate raw streams like
29912         cdparanoia.
29913         disconnect the preroll overrun signal when we don't need it anymore.
29914
29915 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29916
29917         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29918         Added reworked patch from #154903 from milosz derezynski (deadchip).
29919
29920 2004-10-08  Wim Taymans  <wim@fluendo.com>
29921
29922         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29923         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29924         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29925         (cdparanoia_convert), (cdparanoia_uri_get_type),
29926         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29927         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29928         * ext/cdparanoia/gstcdparanoia.h:
29929         This adds the cdda://<tracknum> uri.
29930
29931 2004-10-08  Wim Taymans  <wim@fluendo.com>
29932
29933         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29934         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29935         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29937         (unknown_type), (gst_play_base_bin_remove_element),
29938         (gst_play_base_bin_link_stream):
29939         * gst/playback/gstplaybasebin.h:
29940         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29941         (gst_play_bin_set_property), (gen_video_element),
29942         (gen_audio_element), (setup_sinks):
29943         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29944         (gst_stream_info_get_type), (gst_stream_info_class_init),
29945         (gst_stream_info_init), (gst_stream_info_new),
29946         (gst_stream_info_dispose), (stream_info_mute_pad),
29947         (gst_stream_info_set_property), (gst_stream_info_get_property):
29948         * gst/playback/gststreaminfo.h:
29949         Reuse the audio and video bins.
29950         Some internal cleanups in the stream selection code.
29951
29952 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29953
29954         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29955         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29956         * sys/ximage/ximagesink.h:
29957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29958         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29959         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29960         not coming from those elements. Moreover these elements should not keep
29961         the xid they have been given when in NULL state.
29962
29963 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29964
29965         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29966         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29967         * sys/ximage/ximagesink.h:
29968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29969         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29970         * sys/xvimage/xvimagesink.h:
29971           Actually only create a new toplevel window if we're not gonna
29972           embed it right after.
29973
29974 2004-10-07  Wim Taymans  <wim@fluendo.com>
29975
29976         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29977         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29978         * gst/playback/gstplaybin.c: (setup_sinks):
29979         Implement muting/unmuting of streams, mute streams that are not
29980         used.
29981
29982 2004-10-07  Wim Taymans  <wim@fluendo.com>
29983
29984         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29985         (plugin_init):
29986         Added lame audio/x-ac3 typefind function.
29987
29988 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29989
29990         * configure.ac:
29991           bump nano to cvs
29992
29993 === release 0.8.5 ===
29994
29995 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29996
29997         * NEWS:
29998         * RELEASE:
29999         * configure.ac:
30000           releasing 0.8.5, "Take You On"
30001
30002 2004-10-06  Wim Taymans  <wim@fluendo.com>
30003
30004         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30005         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30006         (no_more_pads), (close_link), (type_found):
30007         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30008         * gst/playback/gstplaybin.c: (gen_video_element):
30009         Do not signal the no_more_pads after the first pad when
30010         we are plugging a non dynamic element with multiple
30011         output pads (like swfdec, dvdec, ...).
30012
30013 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30014
30015         * configure.ac:
30016           bump for prerelease
30017
30018 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30019
30020         * gst/wavparse/gstwavparse.c:
30021           add ATRAC3 to STATIC CAPS to fix a warning
30022
30023         * gst/matroska/ebml-read.c:
30024         * gst-libs/gst/riff/riff-read.c:
30025           fix typos
30026
30027 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30028
30029         * gst-libs/gst/riff/riff-media.c:
30030           generate caps for ATRAC3 audio streams
30031
30032         * gst/realmedia/rmdemux.c:
30033           generate caps for ATRAC3 audio streams
30034
30035 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30036
30037         * gst/wavparse/Makefile.am
30038         * gst/wavparse/riff.h
30039         * gst/wavparse/wavparse.vcproj
30040           riff.h removal (unused and duplication with riff-ids.h)
30041
30042 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30043
30044         * gst/wavparse/gstwavparse.h
30045           remove duplicated defines for audio codec codes
30046
30047         * gst-libs/gst/riff/riff-ids.h
30048         * gst/wavenc/riff.h:
30049           add "4CC" code for ATRAC3 audio streams
30050           add "4CC" code for ITU_G721_ADPCM (unused for now)
30051
30052 2004-10-06  Wim Taymans  <wim@fluendo.com>
30053
30054         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30055         Actually _do_ negotiation. Pass gdouble as arg instead
30056         of guint64 for the framerate.
30057
30058 2004-10-06  Wim Taymans  <wim@fluendo.com>
30059
30060         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30061         (find_compatibles), (close_pad_link), (try_to_link_1),
30062         (no_more_pads), (close_link), (type_found):
30063         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30064         * gst/playback/gstplaybin.c: (gen_video_element),
30065         (gen_audio_element):
30066         Set state on newly added element to READY so that negotiation
30067         can happen ASAP.
30068         Addes some more debug info.
30069         Do not try to plug pads with multiple caps structures or ANY
30070         because it is too dangerous since we do not do dynamic
30071         replugging.
30072
30073 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30074
30075         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30076
30077         * po/LINGUAS:
30078         * po/or.po:
30079           add Oriya translation
30080
30081 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30082
30083         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30084           Prevent overwrite of size member. Makes audio sound crappy.
30085
30086 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30087
30088         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30089         Add rmvb to the list of known RealMedia extensions
30090
30091 2004-10-05  Wim Taymans  <wim@fluendo.com>
30092
30093         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30094         (mngdec_openstream), (mngdec_closestream),
30095         (mngdec_handle_sink_event), (mngdec_readdata),
30096         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30097         (mngdec_getcanvasline), (mngdec_refresh),
30098         (gst_mngdec_change_state):
30099         Set the framerate correctly.
30100
30101 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30104           There was something wrong with the index massaging.
30105
30106 2004-10-04  Wim Taymans  <wim@fluendo.com>
30107
30108         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30109         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30110         (gst_smokedec_chain):
30111         * ext/jpeg/gstsmokedec.h:
30112         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30113         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30114         * ext/jpeg/gstsmokeenc.h:
30115         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30116         (smokecodec_decode_new), (smokecodec_info_free),
30117         (smokecodec_set_quality), (smokecodec_get_quality),
30118         (smokecodec_set_threshold), (smokecodec_get_threshold),
30119         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30120         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30121         (smokecodec_encode), (smokecodec_parse_id),
30122         (smokecodec_parse_header), (smokecodec_decode):
30123         * ext/jpeg/smokecodec.h:
30124         * ext/jpeg/smokeformat.h:
30125         Updated smoke, new bitstream, allows embedding in ogg.
30126
30127 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30128
30129         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30130           Fix seeking in some files. All this code is no longer needed (and
30131           actually breaks stuff) because we now synchronize the full index
30132           right when reading the header.
30133
30134 2004-10-04  Wim Taymans  <wim@fluendo.com>
30135
30136         * configure.ac:
30137         configure update for libmng.
30138
30139 2004-10-04  Wim Taymans  <wim@fluendo.com>
30140
30141         * ext/libmng/Makefile.am:
30142         * ext/libmng/gstmng.c: (plugin_init):
30143         * ext/libmng/gstmng.h:
30144         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30145         (gst_mngdec_base_init), (gst_mngdec_class_init),
30146         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30147         (gst_mngdec_loop), (gst_mngdec_get_property),
30148         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30149         (mngdec_closestream), (mngdec_handle_sink_event),
30150         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30151         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30152         (gst_mngdec_change_state):
30153         * ext/libmng/gstmngdec.h:
30154         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30155         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30156         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30157         (gst_mngenc_chain), (gst_mngenc_get_property),
30158         (gst_mngenc_set_property):
30159         * ext/libmng/gstmngenc.h:
30160         Added basic MNG decoder. Needs more work. The encoder does
30161         not work yet.
30162
30163 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30164
30165         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30166         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30167         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30168           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30169           no-more-pads.
30170
30171 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30172
30173         * configure.ac:
30174           you need at least 1.0.4 of speex
30175
30176 2004-10-04 Iain <iaingnome@gmail.com>
30177
30178         * ext/speex/gstspeexdec.h: Revert the includes changes.
30179
30180         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30181
30182 2004-09-30 Iain <iaingnome@gmail.com>
30183
30184         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30185         found during init or set as a property instead of hardcoding /dev/audio
30186
30187 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30188
30189         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30190         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30191         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30192         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30193         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30194         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30195         (gst_rmdemux_dump_data):
30196           Use debug category, fix EOS handling. filesrc ! rmdemux now
30197           works.
30198
30199 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30200
30201         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30202         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30203         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30204           Improve allocation, cutting and sorting of the index. How takes a
30205           few seconds instead of minutes.
30206
30207 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30208
30209         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30210           fixed compilation
30211
30212 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30213
30214         * gst-libs/gst/riff/riff-media.c:
30215         (gst_riff_create_video_caps_with_data),
30216         (gst_riff_create_video_template_caps):
30217           Add wing commander format mimetype/fourccs.
30218         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30219           Don't crash if some value is 0.
30220
30221 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30222
30223         * gst-libs/gst/riff/riff-media.c:
30224         (gst_riff_create_video_caps_with_data),
30225         (gst_riff_create_video_template_caps):
30226           Add DIB fourcc (raw, palettized 8-bit RGB).
30227         * gst-libs/gst/riff/riff-read.c:
30228         (gst_riff_read_strf_vids_with_data):
30229           Oops, fix strf_data reading bug.
30230         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30231           Use a non-NULL tag.
30232         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30233           Time for hacks. Sorry Dave. At least one quicktime movie (a
30234           trailer) that I've encountered contains multiple video tracks.
30235           One of those is the actual video track, the other are one-frame
30236           tracks (images). Unfortunately, the number of frames according
30237           to the trak header is 1 for each, so that doesn't help. So
30238           instead, I look at the duration and discard tracks with a
30239           duration shorter than 20% of the length of the stream. Better
30240           than nothing.
30241
30242 2004-10-01  Christian Schaller <christian@fluendo.com>
30243
30244         * ext/ivorbis/vorbis.c:
30245           Patch from Phil Blundell (Bug 152341)
30246
30247 2004-10-01  Wim Taymans  <wim@fluendo.com>
30248
30249         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30250         (speex_dec_get_formats), (speex_dec_convert),
30251         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30252         (speex_dec_chain), (gst_speexdec_get_property),
30253         (gst_speexdec_set_property):
30254         Small cleanups.
30255
30256 2004-10-01  Wim Taymans  <wim@fluendo.com>
30257
30258         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30259         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30260         (gst_wavparse_other), (gst_wavparse_loop),
30261         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30262         (gst_wavparse_srcpad_event):
30263         * gst/wavparse/gstwavparse.h:
30264         Added some more debugging info.
30265         Fix the case where the length of the file is 0.
30266         Make sure we seek to sample borders.
30267
30268 2004-10-01  Wim Taymans  <wim@fluendo.com>
30269
30270         * gst/playback/README:
30271         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30272         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30273         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30274         Add some debug info to decodebin, update README
30275
30276 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30277
30278         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30279           Don't use g_print(); use GST_DEBUG().
30280
30281 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30282
30283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30284         (gst_ogg_mux_queue_pads):
30285           Handle EOS properly.
30286
30287 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30288
30289         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30290
30291         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30292         (gst_faad_chain), (gst_faad_change_state):
30293         * ext/faad/gstfaad.h:
30294           Allow playback of raw (unframed) MPEG AAC files (#148993).
30295
30296 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30297
30298         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30299
30300         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30301           Throw error if we didn't recognize the stream. Fixes #152289.
30302
30303 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30304
30305         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30306           Fix negotiation.
30307
30308 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30309
30310         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30311
30312         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30313           Fix memleak.
30314
30315 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30316
30317         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30318
30319         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30320           Solve #152805.
30321         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30322           Solve 152806.
30323
30324 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30325
30326         * gst-libs/gst/riff/riff-media.c:
30327         (gst_riff_create_video_caps_with_data),
30328         (gst_riff_create_audio_caps_with_data):
30329           Add codec_data handling (like asfdemux used to do).
30330         * gst/asfdemux/gstasf.c: (plugin_init):
30331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30332         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30333           Use riff-media for caps creation instead of our own (mostly
30334           broken) copy of its functions.
30335
30336 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30337
30338         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30339           Don't actually error out if we get another return value than
30340           -EINVAL. Opposite to what I first thought, drivers have random
30341           return values for this, although -EINVAL is the expected return
30342           value. Since this is not fatal, we shouldn't use
30343           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30344
30345 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30346
30347         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30348         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30349         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30350         (dvdreadsrc_get), (dvdreadsrc_open_file),
30351         (dvdreadsrc_change_state):
30352           Fix. Don't do one big huge loop around the whole DVD, that will
30353           cache all data and thus eat sizeof(dvd) (several GB) before we
30354           see something.
30355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30356           Actually NULL'ify event after using it.
30357         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30358         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30359         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30360         (gst_ebml_read_seek), (gst_ebml_read_skip):
30361           Handle events.
30362         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30363         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30364         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30365           Fix timing (this will probably break if I seek using menus, but
30366           I didn't get there yet). VOBs and normal DVDs should now work.
30367           Add a mpeg2-only pad with high rank so this get autoplugged for
30368           MPEG-2 movies.
30369         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30370         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30371         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30372         (gst_mpeg_demux_get_audio_stream),
30373         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30374         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30375           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30376           MPEG-1 but use dvddemux for MPEG-2.
30377         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30378         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30379         (gst_mpeg_parse_parse_packhead):
30380           Timing. Only add pad template if it exists. Add sink template from
30381           class and not from ourselves. This means we will always use the
30382           correct sink template even if it is not the one defined in this
30383           file.
30384
30385 2004-09-29  Wim Taymans  <wim@fluendo.com>
30386
30387         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30388         (gst_mpeg_demux_parse_pes):
30389         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30390         Fix playback of mpeg again, timestamps where screwed up by
30391         patch 1.61.
30392
30393 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30394
30395         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30396           Only return true if we actually filled something in. Prevents
30397           player applications from showing a random length for flac files.
30398         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30399         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30400         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30401         (gst_riff_read_strf_vids_with_data),
30402         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30403           OK, ok, so I implemented event handling. Apparently it's normal
30404           that we receive random events at random points without asking
30405           for it.
30406         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30407         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30408         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30409         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30410         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30411         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30412         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30413         * gst/avi/gstavidemux.h:
30414           Implement non-lineair chunk handling and subchunk processing.
30415           The first solves playback of AVI files where the audio and video
30416           data of individual buffers that we read are not synchronized.
30417           This should not happen according to the wonderful AVI specs, but
30418           of course it does happen in reality. It is also a prerequisite for
30419           the second. Subchunk processing allows us to cut chunks in small
30420           pieces and process each of these pieces separately. This is
30421           required because I've seen several AVI files with incredibly large
30422           audio chunks, even some files with only one audio chunk for the
30423           whole file. This allows for proper playback including seeking.
30424           This patch is supposed to fix all AVI A/V sync issues.
30425         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30426         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30427           Work.
30428         * gst/modplug/gstmodplug.cc:
30429           Proper return value setting for the query() function.
30430         * gst/playback/gstplaybasebin.c: (setup_source):
30431           Being in non-playing state (after, e.g., EOS) is not necessarily
30432           a bad thing. Allow for that. This fixes playback of short files.
30433           They don't actually playback fully now, because the clock already
30434           runs. This means that small files (<500kB) with a small length
30435           (<2sec) will still not or barely play. Other files, such as mod
30436           or flx, will work correctly, however.
30437
30438 2004-09-28  Wim Taymans  <wim@fluendo.com>
30439
30440         * ext/speex/gstspeex.c: (plugin_init):
30441         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30442         (gst_speex_dec_class_init), (speex_dec_get_formats),
30443         (speex_get_event_masks), (speex_get_query_types),
30444         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30445         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30446         (gst_speexdec_get_property), (gst_speexdec_set_property),
30447         (speex_dec_change_state):
30448         * ext/speex/gstspeexdec.h:
30449         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30450         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30451         (gst_speexenc_base_init), (gst_speexenc_class_init),
30452         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30453         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30454         (gst_speexenc_src_query), (gst_speexenc_init),
30455         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30456         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30457         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30458         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30459         (gst_speexenc_chain), (gst_speexenc_get_property),
30460         (gst_speexenc_set_property), (gst_speexenc_change_state):
30461         * ext/speex/gstspeexenc.h:
30462         Rewrote speex encoder, make sure it can be embedded in ogg.
30463         Implemented speex decoder.
30464
30465 2004-09-28  Christian Schaller <christian@fluendo.com>
30466
30467         * configure.ac:
30468         Remove kioslave plugin. Markey is brewing a new working one
30469         * ext/Makefile.am: Remove kioslave plugin
30470         * ext/kio: remove
30471         * gst-plugins.spec.in: remove kio plugin from spec
30472
30473 2004-09-27  Wim Taymans  <wim@fluendo.com>
30474
30475         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30476         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30477         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30478         (gst_multifdsink_new_client),
30479         (gst_multifdsink_handle_client_write),
30480         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30481         (gst_multifdsink_handle_clients):
30482         * gst/tcp/gstmultifdsink.h:
30483         Make syncing to keyframes actually work for new clients and lagging
30484         clients.
30485
30486 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30487
30488         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30489         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30490         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30491         * gst/debug/gstnavigationtest.h:
30492           make navigationtest display button-press and button-release events
30493
30494 2004-09-26 Iain <iaingnome@gmail.com>
30495
30496         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30497         the channels have received a new media event.
30498         (interleave_buffered_loop): Compresses a new media event on all
30499         channels into one.
30500
30501 2004-09-26 Iain <iaingnome@gmail.com>
30502
30503         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30504         call the sinkpad's default event handler and not the srcpads. He also
30505         says this is confusing :)
30506         (gst_wavenc_stop_file): Company says that seek events only go upstream
30507         we should send a discontinuous downstream instead.
30508
30509 2004-09-25  Christian Schaller <christian@fluendo.com>
30510
30511         * Update SPEC file to be usable in conjunction with Fedora Core,
30512           Fedora.us and freshrpms packages
30513         * Fix typo in multifilesrc test Makefile
30514
30515 2004-09-24  Wim Taymans  <wim@fluendo.com>
30516
30517         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30518         Only signal the no_more_pads signal when we have
30519         added the stream to our list.
30520
30521 2004-09-24  Wim Taymans  <wim@fluendo.com>
30522
30523         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30524         (new_decoded_pad):
30525         * gst/playback/gstplaybasebin.h:
30526         * gst/playback/gstplaybin.c: (setup_sinks):
30527         Don't try to preroll or decode more than one audio/video
30528         track.
30529
30530 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30531
30532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30533           Throw error if we failed to find a suitable output. This should
30534           throw an error if we successfully set up a pipeline (e.g. because
30535           we recognized a media file) but found no decodable streams in it
30536           (e.g. because it contains only media stream types for which we
30537           have no decoders, or because it's not a media type).
30538
30539 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * ext/dirac/Makefile.am:
30542         * ext/dirac/gstdirac.cc:
30543         * ext/dirac/gstdiracdec.cc:
30544         * ext/dirac/gstdiracdec.h:
30545           Do something. Don't actually know if this works because I don't
30546           have a demuxer yet.
30547         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30548           Add channels=1 to caps returned from _getcaps().
30549         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30550         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30551         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30552         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30553         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30554         (gst_ogm_parse_change_state):
30555           Separate between audio/video so ogmaudioparse actually uses the
30556           audio pad templates. Both audio and video work now, including
30557           autoplugging. Also use sometimes-srcpad hack.
30558         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30559           Handle events better. Don't hang on infinite loops.
30560         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30561         (gst_avi_demux_init), (gst_avi_demux_reset),
30562         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30563         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30564         (gst_avi_demux_change_state):
30565         * gst/avi/gstavidemux.h:
30566           Improve A/V sync. Still not perfect.
30567         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30568         (gst_ebml_read_skip):
30569           Handle events better.
30570         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30571         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30572         (qtdemux_audio_caps):
30573           Add IMA4. Improve event handling. Save offset after a seek when
30574           the headers are at the end of the file so that we don't end up in
30575           an infinite loop.
30576         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30577           Add low-priority typefind support for files with no length.
30578
30579 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30580
30581         * testsuite/multifilesink/Makefile.am:
30582         fix typo
30583
30584 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30585
30586         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30588         mistakes from thaytan's patches.
30589
30590 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30591
30592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30593           For completeness, XSync in the destroy function as xvimage does.
30594
30595 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30596
30597         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30598            Correct caps negotiation
30599         * gst/volume/gstvolume.c: (volume_chain_float),
30600         (volume_chain_int16):
30601            Modify debug output to be little more informative
30602         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30604         (gst_xvimagesink_xvimage_destroy):
30605           Add XSync calls after detaching from the shared memory segment to
30606           avoid a crash.
30607
30608 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30609
30610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30611         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30612         * ext/vorbis/vorbis.c: (plugin_init):
30613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30614         (gst_vorbisenc_chain):
30615         * ext/vorbis/vorbisenc.h:
30616         remove explicit newmedia support from oggmux and vorbisenc
30617         add debug category to vorbisenc
30618         * gst/multifilesink/gstmultifilesink.c:
30619         (gst_multifilesink_class_init), (gst_multifilesink_init),
30620         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30621         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30622         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30623         (plugin_init):
30624         * gst/multifilesink/gstmultifilesink.h:
30625         add support for streamheader in multifilesink
30626
30627 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30628
30629         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30630         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30631         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30632           Prevent infinite loops. More correct error reporting.
30633         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30634           Error out if negotiation fails.
30635         * gst/playback/gstplaybasebin.c: (setup_source),
30636         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30637         (gst_play_base_bin_found_tag):
30638           Error/tag forwarding. Pre-roll fixes for source errors on state
30639           changes (e.g. "file does not exist") to prevent hangs.
30640
30641 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30642
30643         * testsuite/multifilesink/Makefile.am:
30644         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30645         (gst_newmedia_class_init), (gst_newmedia_init),
30646         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30647         (newfile_signal), (test_signal), (main):
30648         * testsuite/multifilesink/multifilesrc_test.c: (main):
30649         * testsuite/multifilesink/oggtheora_test.c:
30650         (gst_newmedia_base_init), (gst_newmedia_class_init),
30651         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30652         (test_format), (newfile_signal), (test_signal), (main):
30653         * testsuite/multifilesink/oggvorbis_test.c:
30654         (gst_newmedia_base_init), (gst_newmedia_class_init),
30655         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30656         (test_format), (newfile_signal), (test_signal), (main):
30657         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30658         (gst_newmedia_class_init), (gst_newmedia_init),
30659         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30660         (newfile_signal), (test_signal), (main):
30661         New media tests
30662
30663 2004-09-20  Christian Schaller <christian@fluendo.com>
30664
30665         * Fix mikmod license to LGPL as they have relicensed
30666         * Move Dirac and Effectv into LGPL section of README_license
30667
30668 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30669
30670         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30671         (gst_mad_change_state):
30672           Allow for mp3 rate/channels changes. However, only very
30673           conservatively. Reason that we *have* to enable this is smiply
30674           because the mad find_sync() function is not good enough, it will
30675           regularly sync on random data as valid frames and therefore make
30676           us provide random caps as *final* caps of the stream. The best fix
30677           I could think of is to simply require several of the same stream
30678           changes in a row before we change caps.
30679           The actual testcase that works now is #
30680         * ext/ogg/Makefile.am:
30681         * ext/ogg/gstogg.c: (plugin_init):
30682         * ext/ogg/gstogmparse.c:
30683           OGM support (video only for now; I need an audio sample file).
30684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30685         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30686         (gst_asf_demux_add_video_stream):
30687           WMV extradata.
30688         * gst/playback/gstplaybasebin.c: (unknown_type):
30689           Don't error out on single unknown-types after all. It's wrong.
30690           If we found type of video and audio but not of a subtitle stream,
30691           it will still error out (which is unwanted). Will find a better fix
30692           later on.
30693         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30694         (ogmaudio_type_find), (plugin_init):
30695           OGM support.
30696
30697 2004-09-20  Johan Dahlin  <johan@gnome.org>
30698
30699         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30700         after setting caps.
30701
30702 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30703
30704         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30705         * gst/wavenc/gstwavenc.h:
30706         Added newmedia support to wavenc
30707
30708 2004-09-17  Wim Taymans  <wim@fluendo.com>
30709
30710         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30711         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30712         (gst_fdset_fd_can_write), (gst_fdset_wait):
30713         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30714         (gst_multifdsink_init), (gst_multifdsink_add),
30715         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30716         (gst_multifdsink_remove_client_link),
30717         (gst_multifdsink_client_queue_buffer),
30718         (gst_multifdsink_handle_client_write),
30719         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30720         (gst_multifdsink_close), (gst_multifdsink_change_state):
30721         * gst/tcp/gstmultifdsink.h:
30722         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30723         (gst_tcpserversink_removed):
30724         Small cleanups in fdset.c
30725         Use a hastable to map fd to the client structure for faster
30726         lookup in _remove and get_stats.
30727         Added virtual function to close the fds.
30728         Handle clients even when the select/poll call was unblocked because
30729         of a command.
30730         Implement syncing to keyframe in the recovery procedure.
30731
30732 2004-09-16 Iain <iaingnome@gmail.com>
30733
30734         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30735         try caps.
30736
30737 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30738
30739         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30740           Caps are only set if the type of the stream is unknown, but this
30741           is initialized in ->init_stream(), so set to UNKNOWN after calling
30742           ->init_stream() so that capsnego starts.
30743
30744 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30745
30746         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30747         (gst_avi_demux_stream_data):
30748           Just hardcode for raw audio then. AVI audio sucks.
30749
30750 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30751
30752         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30753         * gst/matroska/matroska-mux.c: (audiosink_templ),
30754         (gst_matroska_mux_audio_pad_link):
30755         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30756         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30757
30758 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30759
30760         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30761         (gst_avi_demux_stream_data):
30762           Try to fix a/v sync issues.
30763
30764 2004-09-15  David Schleef  <ds@schleef.org>
30765
30766         * configure.ac: remove NASM check, since we don't use it.  Update
30767         dirac check to 0.4
30768         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30769         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30770         Initialized variables.
30771         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30772         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30773         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30774         SVQ3 format
30775
30776 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30777
30778         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30779         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30780         * gst/avi/gstavidemux.h:
30781           Fix for compressed audio (mp3) timestamp generation. How did this
30782           ever work?
30783
30784 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30785
30786         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30787           Volume is a double not a float.
30788
30789 2004-09-15  Wim Taymans  <wim@fluendo.com>
30790
30791         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30792         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30793         Don't close the fd in multifdsink as we didn't open it in the
30794         first place. Some cleanups.
30795
30796 2004-09-15  Wim Taymans  <wim@fluendo.com>
30797
30798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30800         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30801         Fix the case where the muxer would mark pages as delta
30802         frames when they are not (vorbis only ogg).
30803
30804 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30805
30806         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30807         (gst_play_base_bin_change_state):
30808           Handle the case where we failed to setup a clear pipeline. This
30809           will throw an error (or EOS, another nice case) and if you don't
30810           catch that, the app will wait for the signal forever (and thus
30811           hang).
30812
30813 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30814
30815         * ext/gnomevfs/gstgnomevfssink.c:
30816         (gst_gnomevfssink_uri_get_protocols):
30817         * ext/gnomevfs/gstgnomevfssrc.c:
30818         (gst_gnomevfssrc_uri_get_protocols):
30819         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30820         * ext/gnomevfs/gstgnomevfsuri.h:
30821           Use _uri_new() instead of _open(), so it doesn't take as long and
30822           Christophe's computer won't hang.
30823         * gst/playback/gstplaybasebin.c: (unknown_type):
30824           Throw error on unknown media type, so apps actually display it.
30825
30826 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30827
30828         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30829           this script to work on Solaris since bash shell handles echo
30830           differenly than bash.
30831
30832 2004-09-17  Wim Taymans  <wim@fluendo.com>
30833
30834         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30835         (setup_source), (gst_play_base_bin_set_property),
30836         (gst_play_base_bin_add_element):
30837         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30838         Some more work on making sure seeking pauses the pipeline and
30839         that changing the uri actually does something.
30840
30841 2004-09-17  Wim Taymans  <wim@fluendo.com>
30842
30843         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30844         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30845         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30846         (gst_tcpserversink_close):
30847         Be a bit more paranoid when freeing memory.
30848
30849 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30850
30851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30852         (qtdemux_parse_trak):
30853           Don't crash by dividing by zero (see sample movie in #126922).
30854
30855 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30856
30857         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30858           Don't touch non-existing data (fixes crash on file in #140147).
30859
30860 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30861
30862         * gst/playback/gstplaybasebin.c:
30863         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30864           Handle double disposals, and proper change of URIs.
30865
30866 2004-09-13  Martin Eikermann <meiker@upb.de>
30867
30868         * gst/mpegstream/gstmpegparse.c:
30869           fix synchronistation for streams recorded from digital PCR
30870           fixes bug #119376
30871
30872 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30873
30874         * ext/gnomevfs/Makefile.am:
30875         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30876         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30877         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30878         (gst_gnomevfssink_uri_get_type),
30879         (gst_gnomevfssink_uri_get_protocols),
30880         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30881         (gst_gnomevfssink_uri_handler_init),
30882         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30883         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30884         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30885         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30886         (gst_gnomevfssrc_uri_get_type),
30887         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30888         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30889         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30890         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30891         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30892         * ext/gnomevfs/gstgnomevfsuri.h:
30893           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30894           of fake URIs to see which this version of Gnome-VFS likes, and
30895           uses that for the Gst-URI interface. Makes playbin support http://
30896           streams. Also fix up some stupid behaviour in gnomevfssrc.
30897
30898 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30901         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30902         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30903         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30904           Update mixer (to sync with other sessions) if we try to obtain
30905           a new value. This makes alsamixer work accross applications.
30906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30907           Only call sync functions if we're running, else alsalib asserts.
30908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30909           Sometimes fails to compile. Possibly a gcc bug.
30910         * gst/playback/gstplaybin.c: (gen_video_element),
30911         (gen_audio_element):
30912           Add a reference to an application-provided object, because we lose
30913           this same reference if we add it to the bin. If we don't do this,
30914           we can only use this object once and thus crash if we go from
30915           ready to playing, back to ready and back to playing again.
30916           Also add an audioscale element because several cheap soundcards -
30917           like mine - don't support all samplerates.
30918         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30919         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30920           Fix wrong order or PAR calls. Makes automatically obtained PAR
30921           from the X server atually being used.
30922
30923 2004-09-12  David Schleef  <ds@schleef.org>
30924
30925         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30926         #151887, #152102, #152247.
30927         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30928         * examples/seeking/cdparanoia.c: same
30929         * examples/seeking/cdplayer.c: same
30930         * examples/seeking/seek.c: same
30931         * examples/seeking/spider_seek.c: same
30932         * examples/seeking/vorbisfile.c: same
30933         * examples/stats/mp2ogg.c: same
30934         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30935         (gst_esdsink_dispose): Dispose of element properly.
30936         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30937         fixes.
30938         * ext/nas/nassink.c: (gst_nassink_class_init),
30939         (gst_nassink_dispose): Dispose of element correctly.
30940         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30941         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30942         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30943         Fix 64-bit warning.
30944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30945         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30946         Fix 64-bit warning.
30947
30948 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30949
30950         * configure.ac : change speex detection as 1.1.6 now uses
30951           .pc/pkg-config and they changed their headers location.
30952
30953 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30954
30955         * gst/matroska/matroska-mux.h:
30956         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30957         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30958         (gst_matroska_mux_write_data):
30959           Write multiple blocks/frames per cluster.
30960                 Write meta-seek information (seek heads).
30961
30962 2004-09-09  Scott Wheeler <wheeler@kde.org>
30963
30964         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30965         (gst_play_bin_set_property), (gst_play_bin_get_property),
30966         (gen_audio_element), (gen_audio_element):
30967           Add a volume element / property to the pipeline.
30968
30969 2004-09-07  Wim Taymans  <wim@fluendo.com>
30970
30971         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30972         Copy timestamps from the master pad to the output buffers.
30973
30974 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30975
30976         * ext/raw1394/gstdv1394src.c:
30977           throw errors when applicable
30978
30979 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30980
30981         * gst/matroska/ebml-ids.h:
30982         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30983         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30984         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30985           automatically convert unix time <-> ebml time when reading/writing
30986           a date, use gst_ebml_write_uint to write CUETIME,
30987           not gst_ebml_write_date.
30988         * gst/matroska/matroska-ids.h:
30989         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30990         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30991         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30992         (gst_matroska_mux_write_data):
30993           Write track and segment UIDs, write muxing date, write
30994           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30995           Create cues for audio only files.
30996
30997 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30998
30999         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31000         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31001           Re-commit ALSA switches.
31002         * gst/adder/gstadder.c: (gst_adder_loop):
31003           64-bit fix (#151416).
31004         * gst/debug/progressreport.c: (gst_progressreport_report):
31005           64-bit fix (#151419).
31006         * gst/matroska/matroska-demux.c:
31007         (gst_matroska_demux_parse_contents):
31008           64-bit fix (#151420).
31009         * gst/playback/test3.c: (update_scale):
31010           64-bit fix (#151421).
31011
31012 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31013
31014         * configure.ac:
31015           bump nano to cvs
31016
31017 === release 0.8.4 ===
31018
31019 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31020
31021         * configure.ac: releasing 0.8.4, "Alias"
31022
31023 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31024
31025         * ext/theora/Makefile.am:
31026           fix makefile.  Fixes #151462.
31027
31028 2004-08-30  Wim Taymans  <wim@fluendo.com>
31029
31030         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31031         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31032         (gst_multifdsink_remove_client_link),
31033         (gst_multifdsink_client_queue_buffer),
31034         (gst_multifdsink_handle_client_write):
31035         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31036         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31037         Fix some memory leaks.
31038
31039 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31040
31041         Patch by: David Schleef
31042
31043         * configure.ac:
31044         * sys/Makefile.am:
31045           rename our detection macro for V4L2.  Fixes #151236.
31046
31047 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31048
31049         Patch by: David Schleef
31050
31051         * configure.ac:
31052           check to define LAMEPRESET.  Fixes #151232.
31053
31054 2004-08-27  David Schleef  <ds@schleef.org>
31055
31056         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31057         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31058         (gst_glimagesink_fixate):  Move local variable declarations to
31059         make gcc-2.95 happy.
31060
31061 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31062
31063         * configure.ac:
31064           bump nano for prerelease
31065
31066 2004-08-27  David Schleef  <ds@schleef.org>
31067
31068         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31069         * sys/sunaudio/gstsunaudiosrc.c:
31070         * sys/sunaudio/gstsunaudiosrc.h:
31071
31072 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31073
31074         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31075         handle EOS correctly
31076         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31077         * gst/matroska/matroska-mux.h:
31078         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31079         VFW compatibility mode
31080
31081 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31082
31083         patch by: Zaheer Abbas Merali
31084
31085         * ext/ogg/gstoggmux.c:
31086         * ext/vorbis/vorbisenc.c:
31087         * ext/vorbis/vorbisenc.h:
31088           handle NEWMEDIA
31089
31090 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31091
31092         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31093         fix byte order reversion on little endian machines.
31094         * gst/matroska/matroska-mux.c: (audiosink_templ),
31095         (gst_matroska_mux_audio_pad_link):
31096         add TTA codec to the list of supported codecs.
31097         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31098         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31099         (gst_matroska_mux_write_data):
31100         * gst/matroska/matroska-mux.h:
31101         write segment duration correctly, write muxing app string, fixes bugs
31102         #140897 and #140898.
31103         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31104         wait for all pads to be negotiated before starting to mux.
31105
31106 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31107
31108         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31109         * ext/lame/gstlame.h:
31110         Added new media support to lame
31111
31112 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31113
31114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31115         send vorbis headers at the beginning of a stream, fixes bug #141554.
31116         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31117         bug #148950.
31118         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31119         (gst_matroska_demux_plugin_init):
31120         * gst/matroska/matroska-ids.h:
31121         enable demuxing of TTA audio streams, fixes bug #148951.
31122         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31123         enable typefinding for TTA audio files, fixes bug #148711.
31124         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31125         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31126         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31127
31128 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31129
31130         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31131         (gst_riff_read_element_data), (gst_riff_read_seek),
31132         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31133         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31134         <teuf@gnome.org>
31135
31136 2004-08-23 Iain <iaingnome@gmail.com>
31137
31138         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31139         tags. They appear to be handled differently to normal.
31140         (tag_list_to_id3_tag_foreach): Ditto.
31141
31142 2004-08-22  Wim Taymans  <wim@fluendo.com>
31143
31144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31145         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31146         Make sure we never send -1 granulepos.
31147
31148 2004-08-20  Wim Taymans  <wim@fluendo.com>
31149
31150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31151         (gst_ogg_mux_loop):
31152         I will accept bitchslappings with non sharp objects.
31153
31154 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31155
31156         * configure.ac:
31157         Clean up the test for lame presets
31158
31159 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31160
31161         * configure.ac:
31162         * ext/lame/Makefile.am:
31163         * ext/lame/gstlame.c: (gst_lame_class_init),
31164         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31165         Only enable lame presets if version of lame has presets in API
31166
31167 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31168         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31169         * gst/udp/gstudpsrc.h:
31170           Don't call gst_pad_push in a get function. Fixes #150449
31171
31172 2004-08-18  Wim Taymans  <wim@fluendo.com>
31173
31174         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31175         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31176         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31177         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31178         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31179         (gst_fdset_wait):
31180         * gst/tcp/gstfdset.h:
31181         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31182         (gst_multifdsink_client_queue_buffer),
31183         (gst_multifdsink_handle_client_write):
31184         * gst/tcp/gstmultifdsink.h:
31185         Some extra checks in gstfdset.
31186         Only use send() when the fd is a socket. Don't try to
31187         read from write only fds.
31188
31189 2004-08-18  Wim Taymans  <wim@fluendo.com>
31190
31191         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31192         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31193         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31194         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31195         (gst_fdset_wait):
31196         Add more locking and bounds checking.
31197
31198 2004-08-18  Wim Taymans  <wim@fluendo.com>
31199
31200         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31201         Realloc test fdset in the lock and right before starting
31202         the poll call. Bump the limit to 4096.
31203
31204 2004-08-17  David Schleef  <ds@schleef.org>
31205
31206         * sys/sunaudio/Makefile.am:
31207         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31208         of rates and channels.  Make debugging less obnoxious.
31209
31210         Patch from Balamurali Viswanathan implementing a mixer for
31211         Sun audio.  (bug #144091):
31212         * sys/sunaudio/gstsunelement.c:
31213         * sys/sunaudio/gstsunelement.h:
31214         * sys/sunaudio/gstsunmixer.c:
31215         * sys/sunaudio/gstsunmixer.h:
31216
31217 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31218
31219         * gst/audioscale/gstaudioscale.c:
31220         * gst/audioscale/gstaudioscale.h:
31221         made audioscale resample from any sample rate to any sample rate
31222
31223 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31224
31225         * ext/libpng/gstpngdec.c:
31226           error out on unsupported types
31227
31228 2004-08-17  Iain <iaingnome@gmail.com>
31229
31230         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31231         mid_side and loose_mid_side properties if its a stereo stream.
31232
31233 2004-08-17  Wim Taymans  <wim@fluendo.com>
31234
31235         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31236         (theora_get_formats), (theora_dec_src_convert),
31237         (theora_dec_sink_convert), (theora_dec_src_query),
31238         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31239         Add a debug line.
31240
31241 2004-08-17  Wim Taymans  <wim@fluendo.com>
31242
31243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31244         (gst_ogg_pad_push):
31245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31246         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31247         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31248         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31249         Mark delta units in the muxer.
31250         Try to decode the packet after an out-of-sync error from
31251         libogg.
31252
31253 2004-08-17  Wim Taymans  <wim@fluendo.com>
31254
31255         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31256         (gst_multifdsink_init), (gst_multifdsink_add),
31257         (gst_multifdsink_client_queue_buffer),
31258         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31259         * gst/tcp/gstmultifdsink.h:
31260         Added option to send a keyframe to clients as the first buffer.
31261         Make timeout property writable.
31262
31263 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31264
31265         patch by: Wim Taymans
31266
31267         * gst/tcp/gstfdset.c:
31268         * gst/tcp/gstmultifdsink.c:
31269           fix index comparison, should include 0
31270
31271 2004-08-16  Wim Taymans  <wim@fluendo.com>
31272
31273         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31274         (gst_fdset_add_fd), (gst_fdset_remove_fd),
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           copy when reallocing for poll so the select arguments don't get
31279           changed during the call
31280
31281 2004-08-16  Wim Taymans  <wim@fluendo.com>
31282
31283         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31284         (gst_theora_enc_class_init), (theora_enc_sink_link),
31285         (theora_buffer_from_packet), (theora_enc_chain):
31286         Fix bug where buffers were not marked as keyframes
31287         correctly.
31288
31289 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31290
31291         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31292         (gst_lame_preset_get_type), (gst_lame_class_init):
31293         describe the enum values for vbr mode and presets more verbosely
31294
31295 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31296
31297         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31298         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31299         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31300         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31301         * ext/lame/gstlame.h:
31302         add preset property to lame so it can use lame presets
31303
31304 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31305
31306         * ext/lame/gstlame.c: (gst_lame_get_property):
31307         whoops forgot break, thanks teuf
31308
31309 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31310
31311         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31312         (gst_lame_class_init), (gst_lame_src_getcaps),
31313         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31314         (gst_lame_get_property), (gst_lame_setup):
31315         * ext/lame/gstlame.h:
31316         fix lame's broken vbr stuff, allow it to resample if need be, and also
31317         make xing header optional
31318
31319 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31320
31321         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31322         added getcaps function so samplerate doesnt get fixated to silly values
31323
31324 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31325
31326         * ext/lame/gstlame.c: (gst_lame_src_link):
31327         revert previous fix
31328
31329 2004-08-12  Johan Dahlin  <johan@gnome.org>
31330
31331         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31332         checks. Doesn't matter what state we are in. Interfaces are a
31333         compile time thing, not runtime. It also broke the python bindings.
31334
31335 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31336
31337         * ext/lame/gstlame.c: (gst_lame_src_link):
31338         made source pad link function check if sinkpad is ok..fixes the problem
31339         where core fixates the output rate of lame stupidly
31340
31341 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31342
31343         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31344         * sys/v4l/v4l_calls.c:
31345         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31346           fix fixate function to handle nonsimple caps.
31347           remove bogus check in _link
31348           cleanups
31349
31350 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31351
31352         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31353         set default compression ratio parameter to 0.0 so bitrate parameter
31354         works :)
31355
31356 2004-08-11  David Schleef  <ds@schleef.org>
31357
31358         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31359
31360 2004-08-11  David Schleef  <ds@schleef.org>
31361
31362         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31363         before.
31364
31365 2004-08-11  David Schleef  <ds@schleef.org>
31366
31367         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31368
31369 2004-08-11  David Schleef  <ds@schleef.org>
31370
31371         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31372           license field
31373         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31374         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31375           LGPL.
31376         * gst/auparse/gstauparse.c: Fix plugin license field.
31377         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31378         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31379         * gst/rtp/gstrtp.c: Fix plugin license field.
31380
31381 2004-08-11  Wim Taymans  <wim@fluendo.com>
31382
31383         * gst/tcp/Makefile.am:
31384         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31385         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31386         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31387         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31388         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31389         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31390         (gst_fdset_fd_can_write), (gst_fdset_wait):
31391         * gst/tcp/gstfdset.h:
31392         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31393         (gst_multifdsink_class_init), (gst_multifdsink_init),
31394         (gst_multifdsink_add), (gst_multifdsink_remove),
31395         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31396         (gst_multifdsink_remove_client_link),
31397         (gst_multifdsink_handle_client_read),
31398         (gst_multifdsink_client_queue_data),
31399         (gst_multifdsink_client_queue_caps),
31400         (gst_multifdsink_client_queue_buffer),
31401         (gst_multifdsink_handle_client_write),
31402         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31403         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31404         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31405         (gst_multifdsink_close):
31406         * gst/tcp/gstmultifdsink.h:
31407         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31408         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31409         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31410         (gst_tcpserversink_close):
31411         * gst/tcp/gsttcpserversink.h:
31412         Abstracted away the select call, implemented poll (yes we ran into
31413         the 1024 limit in production).
31414
31415 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31416
31417         * gst/tcp/gsttcp.c:
31418         * gst/tcp/gsttcpplugin.c:
31419           improve debuggging, remove assert
31420
31421 2004-08-10  Wim Taymans  <wim@fluendo.com>
31422
31423         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31424         (gst_client_status_get_type), (gst_multifdsink_class_init),
31425         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31426         (gst_multifdsink_handle_client_read),
31427         (gst_multifdsink_handle_client_write),
31428         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31429         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31430         (gst_multifdsink_get_property):
31431         * gst/tcp/gstmultifdsink.h:
31432         * gst/tcp/gsttcp-marshal.list:
31433         Starting to prepare for specifying buffer time in other units
31434         than buffers. Expose remove reason in signal.
31435
31436 2004-08-10  Wim Taymans  <wim@fluendo.com>
31437
31438         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31439         (gst_multifdsink_remove), (gst_multifdsink_clear),
31440         (gst_multifdsink_remove_client_link),
31441         (gst_multifdsink_handle_client_read),
31442         (gst_multifdsink_client_queue_data),
31443         (gst_multifdsink_client_queue_buffer),
31444         (gst_multifdsink_handle_client_write),
31445         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31446         (gst_multifdsink_chain), (gst_multifdsink_close):
31447         * gst/tcp/gstmultifdsink.h:
31448         Added more debugging info. Changed the way clients are
31449         removed from the lists. Fixed a bug where a bad file descriptor
31450         could cause many clients to be removed.
31451
31452 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31453
31454         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31455           allow all pixel-aspect-ratios, not just 1:1
31456
31457 2004-08-09  David Schleef  <ds@schleef.org>
31458
31459         * sys/glsink/ARB_multitexture.h:  Remove old files.
31460         * sys/glsink/EXT_paletted_texture.h:
31461         * sys/glsink/NV_register_combiners.h:
31462         * sys/glsink/gstgl_nvimage.c:
31463         * sys/glsink/gstgl_pdrimage.c:
31464         * sys/glsink/gstgl_rgbimage.c:
31465         * sys/glsink/gstglsink.c:
31466         * sys/glsink/gstglsink.h:
31467         * sys/glsink/gstglxwindow.c:
31468         * sys/glsink/regcomb_yuvrgb.c:
31469
31470 2004-08-09  David Schleef  <ds@schleef.org>
31471
31472         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31473         GL sink plugin.  (Bug #147302)
31474
31475         * configure.ac: Test for OpenGL
31476         * sys/Makefile.am: Use test for OpenGL
31477         * sys/glsink/Makefile.am:
31478         * sys/glsink/glimagesink.c: rewrite
31479         * sys/glsink/glimagesink.h: rewrite
31480
31481 2004-08-09  David Schleef  <ds@schleef.org>
31482
31483         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31484         sane framerates.
31485         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31487         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31488
31489 2004-08-09  Wim Taymans  <wim@fluendo.com>
31490
31491         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31492         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31493         (gst_multifdsink_client_remove),
31494         (gst_multifdsink_handle_client_read),
31495         (gst_multifdsink_handle_client_write),
31496         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31497         Do a bit more logging, make the client_read code more robust.
31498
31499 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31500
31501         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31502         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31503         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31504         (gst_jpegdec_init), (gst_jpegdec_chain):
31505         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31506         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31507           cleanups, debugging fixes and memleak plugging
31508
31509 2004-08-09  Wim Taymans  <wim@fluendo.com>
31510
31511         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31512         (theora_get_formats), (theora_dec_src_convert),
31513         (theora_dec_sink_convert), (theora_dec_src_query),
31514         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31515         (theora_dec_change_state):
31516         Don't crash on missing header packets.
31517
31518 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31519
31520         * po/LINGUAS:
31521         * po/sq.po:
31522           Added Albanian translation (Laurent Dhima)
31523         * po/cs.po:
31524           updated
31525
31526 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31527
31528         * ext/lame/gstlame.c:
31529           fix/add debugging
31530
31531 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31532
31533         * sys/ximage/ximagesink.c:
31534         * sys/xvimage/xvimagesink.c:
31535           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31536
31537 2004-08-06  Wim Taymans  <wim@fluendo.com>
31538
31539         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31540         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31541         (gst_multifdsink_client_remove),
31542         (gst_multifdsink_handle_client_read),
31543         (gst_multifdsink_handle_client_write),
31544         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31545         Make sure we don't try to read more from a client that what
31546         ioctl says us or we deadlock.
31547
31548 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31549
31550         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31551         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31552         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31553           decouple running_time and n_frames so it can handle changing
31554           framerate while running
31555
31556 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31557
31558         * po/nl.po:
31559         * po/sv.po:
31560           updated translations
31561
31562 2004-08-04  Benjamin Otte  <otte@gnome.org>
31563
31564         * gst/videotestsrc/gstvideotestsrc.c:
31565         (gst_videotestsrc_get_capslist), (generate_capslist),
31566         (plugin_init):
31567           generate the list of supported caps at startup and reuse it instead
31568           of always generating it
31569
31570 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31571
31572         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31573           whoops, last checkin broke normal build
31574
31575 2004-08-03  Benjamin Otte  <otte@gnome.org>
31576
31577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31578         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31579         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31580         (gst_alsa_mixer_get_option):
31581         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31582         (dvdnavsrc_print_event):
31583         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31585         (gst_ogg_mux_pad_unlink):
31586         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31587         (gst_multipart_mux_pad_unlink):
31588         * gst/videofilter/gstvideobalance.c:
31589         (gst_videobalance_colorbalance_set_value):
31590         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31591         (gst_videomixer_pad_unlink):
31592         * po/uk.po:
31593         * sys/oss/gstossmixer.c:
31594         * sys/v4l/gstv4lcolorbalance.c:
31595         * sys/v4l/gstv4ltuner.c:
31596         * sys/v4l/v4lsrc_calls.c:
31597         * sys/v4l2/gstv4l2colorbalance.c:
31598         * sys/v4l2/gstv4l2tuner.c:
31599           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31600
31601 2004-08-03  Benjamin Otte  <otte@gnome.org>
31602
31603         * examples/dynparams/filter.c: (ui_control_create):
31604         * examples/gstplay/player.c: (print_tag):
31605         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31606         * ext/gdk_pixbuf/gstgdkanimation.c:
31607         (gst_gdk_animation_iter_may_advance):
31608         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31609         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31610         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31611         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31612         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31613         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31614         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31615         * gst/sine/demo-dparams.c: (main):
31616         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31617         * testsuite/alsa/formats.c: (create_pipeline):
31618         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31619           fixes for G_DISABLE_ASSERT and friends
31620         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31621         (mp3_type_frame_length_from_header), (mp3_type_find),
31622         (plugin_init):
31623           require mp3 typefinding to have at least MIN_HEADERS valid headers
31624           add typefinding for AAC adts files
31625
31626 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31627
31628         * sys/ximage/ximagesink.c:
31629         (gst_ximagesink_calculate_pixel_aspect_ratio):
31630         * sys/xvimage/xvimagesink.c:
31631         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31632         Make sure we calculate pixel-aspect-ratio using floating point maths
31633
31634 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31635
31636         * po/uk.po:
31637           updated translation
31638
31639 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31640
31641         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31643           add debugging for display PAR calculation
31644
31645 2004-08-02  David Schleef  <ds@schleef.org>
31646
31647         * configure.ac: Fix mikmod CFLAGS.
31648
31649 2004-07-27  Benjamin Otte  <otte@gnome.org>
31650
31651         * gst/audioscale/gstaudioscale.c:
31652         - fix templates to only support S16, it's the only format that works
31653         - make caps nego code use try_set_caps_nonfixed and fixation instead
31654         of try_set_caps twice, which is not nice for autopluggers
31655         - change rank to secondary, so autopluggers can pick it up after
31656         audioconvert
31657
31658 2004-08-02  Iain <iain@prettypeople.org>
31659
31660         * gst/interleave/interleave.c (interleave_init),
31661         (interleave_request_new_pad),
31662         (interleave_pad_removed),
31663         (interleave_buffered_loop): Use the real pad count, not the artificial
31664         one.
31665
31666 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31667
31668         * configure.ac: bump nano back to development
31669
31670 === release 0.8.3 ===
31671
31672 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31673
31674         * configure.ac: releasing 0.8.3, "Water"
31675
31676 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31677
31678         * sys/xvimage/xvimagesink.c:
31679         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31680         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31681         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31682         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31683         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31684         * sys/xvimage/xvimagesink.h:
31685           apply similar PAR fixes as to ximagesink
31686
31687 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31688
31689         patch from: Benjamin Otte
31690
31691         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31692           add link function to lame.  Fixes #148986.
31693
31694 2004-08-02  Johan Dahlin  <johan@gnome.org>
31695
31696         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31697         fix debugging log
31698
31699 2004-07-30  David Schleef  <ds@schleef.org>
31700
31701         * gst/videomixer/Makefile.am: Fix things that should have been
31702         fixed in the last checkin.
31703
31704 2004-07-30  David Schleef  <ds@schleef.org>
31705
31706         * gst/multipart/Makefile.am: Fix things that should have been
31707         fixed in the last checkin.
31708
31709 2004-07-30  David Schleef  <ds@schleef.org>
31710
31711         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31712
31713 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31714
31715         * configure.ac:
31716           bump nano for prerelease
31717         * po/af.po:
31718         * po/az.po:
31719         * po/cs.po:
31720         * po/en_GB.po:
31721         * po/hu.po:
31722         * po/nl.po:
31723         * po/sr.po:
31724         * po/sv.po:
31725         * po/uk.po:
31726           updates
31727
31728 2004-07-30  Wim Taymans  <wim@fluendo.com>
31729
31730         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31731         (gst_multifdsink_add), (gst_multifdsink_remove),
31732         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31733         (gst_multifdsink_client_remove),
31734         (gst_multifdsink_handle_client_write),
31735         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31736         * gst/tcp/gstmultifdsink.h:
31737         Recover from a select with a bad file descriptor by removing
31738         the client.
31739
31740 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31741
31742         * configure.ac:
31743           fix requirement of core
31744         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31745         (gst_play_pipeline_setup):
31746           don't use colorspace element.  do use hermescolorspace element.
31747           make macro to get a colorspace element.
31748           mark strings for translation.
31749         * po/POTFILES.in:
31750           add play.c
31751         * po/af.po:
31752         * po/az.po:
31753         * po/cs.po:
31754         * po/en_GB.po:
31755         * po/hu.po:
31756         * po/nl.po:
31757         * po/sr.po:
31758         * po/sv.po:
31759         * po/uk.po:
31760           update translations
31761
31762 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31763
31764         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31765         fix default for newmedia flag
31766
31767 2004-07-30  Wim Taymans  <wim@fluendo.com>
31768
31769         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31770         (gst_theora_dec_init), (theora_get_formats),
31771         (theora_dec_src_convert), (theora_dec_sink_convert),
31772         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31773         (theora_dec_chain), (theora_dec_set_property),
31774         (theora_dec_get_property):
31775         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31776         (gst_theora_enc_class_init), (gst_theora_enc_init),
31777         (theora_enc_sink_link), (theora_enc_chain),
31778         (theora_enc_set_property), (theora_enc_get_property):
31779         Added cropping option to theora decoder.
31780         Added border option to theora encoder.
31781
31782 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31783
31784         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31785         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31786         (gst_pngenc_set_property):
31787         * ext/libpng/gstpngenc.h:
31788         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
31789
31790 2004-07-30  Wim Taymans  <wim@fluendo.com>
31791
31792         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31793         (theora_enc_sink_link), (theora_enc_chain),
31794         (theora_enc_set_property), (theora_enc_get_property):
31795         Fix encoding of non-multiple-of-16 video.
31796
31797 2004-07-29  David Schleef  <ds@schleef.org>
31798
31799         * configure.ac: make test for audiofile more strict
31800
31801 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31802
31803         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31804           give different names to typefind functions
31805
31806 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31807
31808         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31809         (gst_ximagesink_calculate_pixel_aspect_ratio),
31810         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31811         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31812         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31813         (gst_ximagesink_get_property), (gst_ximagesink_init):
31814         * sys/ximage/ximagesink.h:
31815           allocate PAR's dynamically.
31816           use autodetected PAR if no object-set PAR is given.
31817           add workaround for directfb's X not setting physical size.
31818           fix to xvimagesink will follow tomorrow.
31819
31820 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31821
31822         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31823         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31824         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31825         (gst_shout2send_class_init), (gst_shout2send_init),
31826         (set_shout_metadata), (gst_shout2send_set_metadata),
31827         (gst_shout2send_chain), (gst_shout2send_set_property),
31828         (gst_shout2send_get_property), (gst_shout2send_connect),
31829         (gst_shout2send_change_state):
31830         * ext/shout2/gstshout2.h:
31831         - fix for sending mp3 audio to icecast2 server, if pad link function not
31832         called before PAUSED state
31833         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31834         - added tagging support for mp3 audio broadcasted
31835         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31836         debug info
31837
31838 2004-07-28  Wim Taymans  <wim@fluendo.com>
31839
31840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31841         (gst_ogg_demux_push):
31842         Return query failure when we don't know the length of
31843         an ogg stream insteda of returning TRUE with a bogus value.
31844
31845 2004-07-28  Wim Taymans  <wim@fluendo.com>
31846
31847         * ext/theora/theoradec.c: (theora_get_formats),
31848         (theora_dec_src_convert), (theora_dec_sink_convert),
31849         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31850         (theora_dec_chain):
31851         Don't screw up the 1 Chroma for 1 luma sample situation when we
31852         have an odd offset/width by adding a black border in those cases.
31853
31854 2004-07-28  Wim Taymans  <wim@fluendo.com>
31855
31856         * ext/theora/theoradec.c: (theora_get_formats),
31857         (theora_dec_src_convert), (theora_dec_sink_convert),
31858         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31859         (theora_dec_chain):
31860         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31861         Added first attempt at cropping of the image as required by the
31862         theora spec. We need more properties in the caps (offset_x,
31863         offset_y,stride) to implement this correctly.
31864
31865 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31866
31867         * ext/dvdnav/README:
31868           Update the README to use dvddemux
31869         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31870           Ensure getcaps returns a subset of the template caps
31871         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31872         (gst_mpeg2subt_init):
31873           Ensure getcaps returns a subset of the template caps
31874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31875         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31876         (gst_dvd_demux_get_subpicture_stream),
31877         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31878         * gst/mpegstream/gstdvddemux.h:
31879           Set the explicit caps on the current_video pad before pushing
31880           anything
31881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31882         (gst_mpeg_demux_get_audio_stream):
31883           Free caps used to gst_pad_set_explicit_caps, which takes a const
31884           GstCaps *
31885
31886 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31887
31888         * configure.ac: update GStreamer requirement to 0.8.4 because of
31889           GstFraction.
31890
31891 2004-07-28  Wim Taymans  <wim@fluendo.com>
31892
31893         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31894         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31895         Add the pad to the element after setting up the caps. This
31896         makes it a lot easier to autoplug.
31897
31898 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31899
31900         * gst/median/gstmedian.c:
31901         * gst/mpeg2subt/gstmpeg2subt.c:
31902         * gst/mpegaudioparse/gstmpegaudioparse.c:
31903         * gst/mpegstream/gstdvddemux.c:
31904         * gst/mpegstream/gstmpegdemux.c:
31905         * gst/mpegstream/gstmpegpacketize.c:
31906         * gst/rtjpeg/gstrtjpeg.c:
31907         * gst/rtjpeg/gstrtjpegdec.c:
31908         * gst/rtjpeg/gstrtjpegenc.c:
31909         * gst/sine/gstsinesrc.c:
31910         * gst/smooth/gstsmooth.c:
31911         * gst/smpte/gstsmpte.c:
31912         * gst/smpte/gstsmpte.h:
31913         * gst/stereo/gststereo.c:
31914         * gst/videofilter/gstgamma.c:
31915         * gst/videofilter/gstvideobalance.c:
31916         * gst/videofilter/gstvideofilter.c:
31917         * gst/videofilter/gstvideoflip.c:
31918         * gst/videoscale/gstvideoscale.c:
31919         * gst/videoscale/videoscale.c:
31920         * gst/videotestsrc/gstvideotestsrc.c:
31921         * gst/videotestsrc/videotestsrc.c:
31922         * gst/wavenc/gstwavenc.c:
31923         * gst/wavparse/gstwavparse.c:
31924           fix local includes and 64 bits constants
31925
31926 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31927
31928         * win32/gst.sln:
31929         * gst-libs/gst/*/*.vcproj:
31930         * gst/*/*.vcproj:
31931           more working plugins
31932
31933 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31934
31935         * testsuite/alsa/Makefile.am:
31936         * testsuite/alsa/srcstate.c:
31937         add test for alsasrc changing state
31938
31939 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31940
31941         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31942         (gst_silence_get):
31943         * gst/silence/gstsilence.h:
31944         fix silence generation for 16bit raw audio
31945
31946 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31947
31948         * gst/matroska/matroska-demux.c:
31949         (gst_matroska_demux_parse_metadata),
31950         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31951         * gst/mpegaudio/common.c:
31952         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31953         (gst_videoscale_getcaps), (gst_videoscale_link),
31954         (gst_videoscale_src_fixate), (gst_videoscale_init),
31955         (gst_videoscale_finalize):
31956         * gst/videoscale/gstvideoscale.h:
31957         * gst/videotestsrc/gstvideotestsrc.c:
31958         (gst_videotestsrc_get_capslist):
31959         * gst/wavenc/gstwavenc.c:
31960         * sys/oss/gstossmixer.c: (fill_labels):
31961         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31962         (gst_ximagesink_handle_xevents),
31963         (gst_ximagesink_calculate_pixel_aspect_ratio),
31964         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31965         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31966         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31967         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31968         (gst_ximagesink_init), (gst_ximagesink_class_init):
31969         * sys/ximage/ximagesink.h:
31970         * sys/xvimage/xvimagesink.c:
31971         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31972         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31973         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31974         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31975         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31976         * sys/xvimage/xvimagesink.h:
31977           first batch of pixel aspect ratio commits.
31978
31979 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31980
31981         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31982         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31983         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31984           handle stride, needs work if we want to move stride handling
31985           upstream, but works correctly for our purposes.
31986
31987 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31988
31989         * gst/videoscale/README:
31990           add testing examples
31991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31992         (gst_videoscale_chain):
31993         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31994         (gst_videoscale_get_size):
31995           add get_size function that handles stride like videotestsrc.
31996           fixes conversion for YUV formats for as much as I can test them.
31997
31998 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31999
32000         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32001         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32003         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32004         (gst_xvimagesink_xvimage_put):
32005           further cleanups, logging, error handling and synchronizing
32006
32007 2004-07-27  Wim Taymans  <wim@fluendo.com>
32008
32009         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32010         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32011         (gst_videomixer_pad_set_property),
32012         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32013         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32014         (gst_videomixer_class_init), (gst_videomixer_init),
32015         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32016         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32017         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32018         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32019         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32020         (gst_videomixer_loop), (plugin_init):
32021         Be a nicer negotiation citizen and provide a getcaps function on
32022         the srcpad. This also fixes a crash when resizing.
32023
32024 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32025
32026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32027         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32028
32029 2004-07-27  Wim Taymans  <wim@fluendo.com>
32030
32031         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32032         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32033         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32034         (gst_pngenc_set_property):
32035         * ext/libpng/gstpngenc.h:
32036         Added snapshot property to pngenc.
32037         removed g_print from pngdec
32038
32039 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32040
32041         * gst/ac3parse/ac3parse.vcproj
32042         * gst/adder/adder.vcproj
32043         * gst/alpha/alpha.vcproj
32044         * gst/alpha/alphacolor.vcproj
32045         * gst/asfdemux/asf.vcproj
32046         * gst/audioconvert/audioconvert.vcproj
32047         * gst/audiorate/audiorate.vcproj
32048         * gst/audioscale/audioscale.vcproj
32049         * gst/auparse/auparse.vcproj
32050         * gst/avi/avi.vcproj
32051         * gst/cdxaparse/cdxaparse.vcproj
32052         * gst/chart/chart.vcproj
32053         * gst/colorspace/colorspace.vcproj
32054         * gst/cutter/cutter.vcproj
32055         * gst/debug/debug.vcproj
32056         * gst/debug/efence.vcproj
32057         * gst/debug/navigationtest.vcproj
32058         * gst/deinterlace/deinterlace.vcproj
32059         * gst/effectv/effectv.vcproj
32060         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32061         * gst/filter/filter.vcproj
32062         * gst/flx/flxdec.vcproj
32063         * gst/goom/goom.vcproj
32064         * gst/interleave/interleave.vcproj
32065         * gst/law/alaw.vcproj
32066         * gst/law/mulaw.vcproj
32067         * gst/matroska/matroska.vcproj
32068         * gst/median/median.vcproj
32069         * gst/mixmatrix/mixmatrix.vcproj
32070         * gst/mpeg1sys/mpeg1systemencode.vcproj
32071         * gst/mpeg1videoparse/mp1videoparse.vcproj
32072         * gst/mpeg2sub/mpeg2subt.vcproj
32073         * gst/mpegaudio/mpegaudio.vcproj
32074         * gst/mpegaudioparse/mpegaudioparse.vcproj
32075         * gst/mpegstream/mpegstream.vcproj
32076         * gst/multifilesink/multifilesink.vcproj
32077         * gst/multipart/multipart.vcproj
32078         * gst/oneton/oneton.vcproj
32079         * gst/overlay/overlay.vcproj
32080         * gst/passthrough/passthrough.vcproj
32081         * gst/qtdemux/qtdemux.vcproj
32082         * gst/realmedia/rmdemux.vcproj
32083         * gst/rtjpeg/rtjpeg.vcproj
32084         * gst/rtp/rtp.vcproj
32085         * gst/silence/silence.vcproj
32086         * gst/sine/sinesrc.vcproj
32087         * gst/smooth/smooth.vcproj
32088         * gst/smpte/smpte.vcproj
32089         * gst/spectrum/spectrum.vcproj
32090         * gst/speed/speed.vcproj
32091         * gst/stereo/stereo.vcproj
32092         * gst/switch/switch.vcproj
32093         * gst/tags/tagedit.vcproj
32094         * gst/tcp/tcp.vcproj
32095         * gst/typefind/typefindfunctions.vcproj
32096         * gst/udp/udp.vcproj
32097         * gst/videobox/videobox.vcproj
32098         * gst/videocrop/videocrop.vcproj
32099         * gst/videodrop/videodrop.vcproj
32100         * gst/videofilter/gamma.vcproj
32101         * gst/videofilter/videobalance.vcproj
32102         * gst/videofilter/videofilter.vcproj
32103         * gst/videofilter/videoflip.vcproj
32104         * gst/videoflip/videoflip.vcproj
32105         * gst/videomixer/videomixer.vcproj
32106         * gst/videorate/videorate.vcproj
32107         * gst/videoscale/videoscale.vcproj
32108         * gst/videotestsrc/videotestsrc.vcproj
32109         * gst/virtualdub/virtualdub.vcproj
32110         * gst/volenv/volenv.vcproj
32111         * gst/volume/volume.vcproj
32112         * gst/wavenc/wavenc.vcproj
32113         * gst/wavparse/wavparse.vcproj
32114         * gst/y4m/y4menc.vcproj
32115         * gst-libs/gst/audio/audio.vcproj
32116         * gst-libs/gst/audio/audiofilter.vcproj
32117         * gst-libs/gst/colorbalance/colorbalance.vcproj
32118         * gst-libs/gst/idct/idtc.vcproj
32119         * gst-libs/gst/media-info/media-info.vcproj
32120         * gst-libs/gst/mixer/mixer.vcproj
32121         * gst-libs/gst/navigation/navigation.vcproj
32122         * gst-libs/gst/play/play.vcproj
32123         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32124         * gst-libs/gst/resample/resample.vcproj
32125         * gst-libs/gst/riff/riff.vcproj
32126         * gst-libs/gst/tuner/tuner.vcproj
32127         * gst-libs/gst/video/video.vcproj
32128         * gst-libs/gst/xoverlay/xoverlay.vcproj
32129           avoid problems with math.h, fix release dependancy
32130           rename GStreamer-0.8.lib to libgstreamer.lib
32131
32132 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32133
32134         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32136         the atom is not available we have to unlock the mutex. Fixes #148023
32137
32138 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32139
32140         * gst-libs/gst/media-info/media-info.h:
32141           issue for a vararg macro with MSVC
32142
32143 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32144
32145         * gst/effectv/effectv.vcproj
32146         * gst-libs/gst/idct/idct.vcproj:
32147         * gst-libs/gst/media-info/media-info.vcproj:
32148         * gst-libs/gst/navigation/navigation.vcproj:
32149         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32150         * gst-libs/gst/video/video.vcproj:
32151         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32152           fixes for build problems
32153
32154 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32155
32156         * gst-libs/gst/audio/audio.def:
32157         * gst-libs/gst/audio/riff.def:
32158           add some definitions needed by plugins
32159
32160 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32161
32162         * gst/asfdemux/gstasfmux.c
32163           Fix some 64 bits constants to be glib friendly
32164
32165 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32166
32167         * gst/ac3parse/gstac3parse.c
32168         * gst/audioscale/gstaudioscale.c
32169         * gst/auparse/gstauparse.c
32170         * gst/colorspace/gstcolorspace.c
32171         * gst/colorspace/yuv2rgb.h
32172           local include fixes
32173
32174 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32175
32176         * win32/gst.sln
32177           add more plugins to the build
32178
32179 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32180
32181         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32182         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32183
32184 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32185
32186         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32187         (gst_level_set_property), (gst_level_get_property),
32188         (gst_level_base_init), (gst_level_class_init):
32189           add debugging categories.  cleanups.
32190
32191 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32192
32193         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32194         (gst_videoscale_planar411), (gst_videoscale_planar400),
32195         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32196         (gst_videoscale_scale_nearest_str1),
32197         (gst_videoscale_scale_nearest_str2),
32198         (gst_videoscale_scale_nearest_str4),
32199         (gst_videoscale_scale_nearest_16bit),
32200         (gst_videoscale_scale_nearest_24bit):
32201           fixed stride issues
32202           tested with 320x240 -> 321, 322, 324 x240
32203           tested with YV12, I420, YUY2, UYVY
32204           fixed packed422rev (don't think it could have worked before)
32205           by testing with UYVY
32206
32207 2004-07-26  Benjamin Otte  <otte@gnome.org>
32208
32209         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32210         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32211         (plugin_init):
32212           add debugging category, add error checks like checking return values
32213           of setup calls, make sure it still works after
32214           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32215
32216 2004-07-26  Wim Taymans  <wim@fluendo.com>
32217
32218         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32219         (gst_mpeg_demux_get_audio_stream),
32220         (gst_mpeg_demux_process_private):
32221         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32222         Check for error codes from the negotiation functions. Make sure
32223         we really set the pad caps when a new pad is created.
32224
32225 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32226
32227         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32228         (gst_ffmpeg_caps_to_pix_fmt):
32229         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32230         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32231         (gst_ffmpegcolorspace_pad_link):
32232           don't make function do two things at the same time without reason.
32233
32234 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32235
32236         * gst/ac3parse/ac3parse.vcproj
32237         * gst/adder/adder.vcproj
32238         * gst/alpha/alpha.vcproj
32239         * gst/alpha/alphacolor.vcproj
32240         * gst/asfdemux/asf.vcproj
32241         * gst/audioconvert/audioconvert.vcproj
32242         * gst/audiorate/audiorate.vcproj
32243         * gst/audioscale/audioscale.vcproj
32244         * gst/auparse/auparse.vcproj
32245         * gst/avi/avi.vcproj
32246         * gst/cdxaparse/cdxaparse.vcproj
32247         * gst/chart/chart.vcproj
32248         * gst/colorspace/colorspace.vcproj
32249         * gst/cutter/cutter.vcproj
32250         * gst/debug/debug.vcproj
32251         * gst/debug/efence.vcproj
32252         * gst/debug/navigationtest.vcproj
32253         * gst/deinterlace/deinterlace.vcproj
32254         * gst/effectv/effectv.vcproj
32255         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32256         * gst/filter/filter.vcproj
32257         * gst/flx/flxdec.vcproj
32258         * gst/goom/goom.vcproj
32259         * gst/interleave/interleave.vcproj
32260         * gst/law/alaw.vcproj
32261         * gst/law/mulaw.vcproj
32262         * gst/matroska/matroska.vcproj
32263         * gst/median/median.vcproj
32264         * gst/mixmatrix/mixmatrix.vcproj
32265         * gst/mpeg1sys/mpeg1systemencode.vcproj
32266         * gst/mpeg1videoparse/mp1videoparse.vcproj
32267         * gst/mpeg2sub/mpeg2subt.vcproj
32268         * gst/mpegaudio/mpegaudio.vcproj
32269         * gst/mpegaudioparse/mpegaudioparse.vcproj
32270         * gst/mpegstream/mpegstream.vcproj
32271         * gst/multifilesink/multifilesink.vcproj
32272         * gst/multipart/multipart.vcproj
32273         * gst/oneton/oneton.vcproj
32274         * gst/overlay/overlay.vcproj
32275         * gst/passthrough/passthrough.vcproj
32276         * gst/qtdemux/qtdemux.vcproj
32277         * gst/realmedia/rmdemux.vcproj
32278         * gst/rtjpeg/rtjpeg.vcproj
32279         * gst/rtp/rtp.vcproj
32280         * gst/silence/silence.vcproj
32281         * gst/sine/sinesrc.vcproj
32282         * gst/smooth/smooth.vcproj
32283         * gst/smpte/smpte.vcproj
32284         * gst/spectrum/spectrum.vcproj
32285         * gst/speed/speed.vcproj
32286         * gst/stereo/stereo.vcproj
32287         * gst/switch/switch.vcproj
32288         * gst/tags/tagedit.vcproj
32289         * gst/tcp/tcp.vcproj
32290         * gst/typefind/typefindfunctions.vcproj
32291         * gst/udp/udp.vcproj
32292         * gst/videobox/videobox.vcproj
32293         * gst/videocrop/videocrop.vcproj
32294         * gst/videodrop/videodrop.vcproj
32295         * gst/videofilter/gamma.vcproj
32296         * gst/videofilter/videobalance.vcproj
32297         * gst/videofilter/videofilter.vcproj
32298         * gst/videofilter/videoflip.vcproj
32299         * gst/videoflip/videoflip.vcproj
32300         * gst/videomixer/videomixer.vcproj
32301         * gst/videorate/videorate.vcproj
32302         * gst/videoscale/videoscale.vcproj
32303         * gst/videotestsrc/videotestsrc.vcproj
32304         * gst/virtualdub/virtualdub.vcproj
32305         * gst/volenv/volenv.vcproj
32306         * gst/volume/volume.vcproj
32307         * gst/wavenc/wavenc.vcproj
32308         * gst/wavparse/wavparse.vcproj
32309         * gst/y4m/y4menc.vcproj
32310           more plugins supported under windows
32311
32312 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32313
32314         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32315         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32316         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32318         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32319           Add debugging statements.  Use the sizes as returned by the
32320           *CreateImage calls.
32321
32322 2004-07-26  Johan Dahlin  <johan@gnome.org>
32323
32324         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32325         the pad is negotiated.
32326
32327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32328
32329 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32330
32331         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32332         * gst-libs/gst/idct/idct.vcproj:
32333         * gst-libs/gst/media-info/media-info.vcproj:
32334         * gst-libs/gst/mixer/mixer.vcproj:
32335         * gst-libs/gst/navigation/navigation.vcproj:
32336         * gst-libs/gst/play/play.vcproj:
32337         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32338         * gst-libs/gst/resample/resample.vcproj:
32339         * gst-libs/gst/tuner/tuner.vcproj:
32340         * gst-libs/gst/video/video.vcproj:
32341         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32342           more plugins supported under windows
32343
32344 2004-07-25 Iain <iain@prettypeople.org>
32345
32346         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32347         pad now rather than when the pad is created because state changes wipe
32348         explicit caps (fixes #148043).
32349
32350 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32351
32352         reviewed by Benjamin Otte  <otte@gnome.org>
32353
32354         * ext/mad/gstmad.c:
32355           fix mad plugin crashing on Sun (fixes #148289)
32356
32357 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32358
32359         * gst/avi/avi.def:
32360         * gst/avi/avi.vcproj:
32361         * gst/matroska/matroska.def:
32362         * gst/matroska/matroska.vcproj:
32363           remove unused .def files
32364
32365 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32366
32367         * gst-libs/gst/audio/gstaudiofilter.c:
32368           Clean the local include
32369
32370 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32371
32372         * win32/gst.sln:
32373         * gst-libs/gst/audio/audio.def:
32374         * gst-libs/gst/audio/audio.vcproj:
32375         * gst-libs/gst/audio/audiofilter.vcproj:
32376         * gst-libs/gst/audio/riff.def:
32377         * gst-libs/gst/audio/riff.vcproj:
32378         * gst-libs/gst/gst-libs.def:
32379         * gst-libs/gst/gst-libs.vcproj:
32380         * gst/avi/avi.vcproj:
32381         * gst/avi/avi.vcproj:
32382           Copy the files where needed after building, cleaner projects
32383
32384 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32385
32386         * gst/matroska/ebml-write.c:
32387           Fix some 64 bits constants to be glib friendly
32388
32389 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32390
32391         * win32/gst.sln:
32392         * gst-libs/gst/gst-libs.def:
32393         * gst-libs/gst/gst-libs.vcproj:
32394         * gst/matroska/matroska.def:
32395         * gst/matroska/matroska.vcproj:
32396           Add the preliminary canvas to build plugins on Win32
32397
32398 2004-07-23  Benjamin Otte  <otte@gnome.org>
32399
32400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32401           don't enfore negotiation from source side, it breaks
32402           sinesrc ! audioconvert ! osssink
32403
32404 2004-07-22  David Schleef  <ds@schleef.org>
32405
32406         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32407         for ELF files, since they can easily be recognized as audio/mpeg.
32408         (bug #147441)
32409
32410 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32411
32412         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32413         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32414         (gst_videoscale_scale_nearest_24bit),
32415         (gst_videoscale_scale_nearest_16bit):
32416           fix 16bit and 24bit for stride (24bit might need testing)
32417           don't pretend we do more than one algorithm
32418
32419 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32420
32421         * configure.ac:
32422         * gst/Makefile.am:
32423         * gst/multifilesink/Makefile.am:
32424         * gst/multifilesink/gstmultifilesink.c:
32425         (gst_multifilesink_get_formats),
32426         (gst_multifilesink_get_query_types), (_do_init),
32427         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32428         (gst_multifilesink_init), (gst_multifilesink_dispose),
32429         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32430         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32431         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32432         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32433         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32434         (gst_multifilesink_uri_get_type),
32435         (gst_multifilesink_uri_get_protocols),
32436         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32437         (gst_multifilesink_uri_handler_init), (plugin_init):
32438         * gst/multifilesink/gstmultifilesink.h:
32439         * testsuite/Makefile.am:
32440         * testsuite/multifilesink/Makefile.am:
32441         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32442         (gst_newmedia_class_init), (gst_newmedia_init),
32443         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32444         (newfile_signal), (test_signal), (main):
32445         multifilesink plugin for creating new files every time a new media
32446         discontinuity event occurs
32447
32448 2004-07-22  Wim Taymans  <wim@fluendo.com>
32449
32450         * gst/alpha/Makefile.am:
32451         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32452         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32453         (gst_alpha_color_init), (gst_alpha_color_set_property),
32454         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32455         (transform), (gst_alpha_color_chain),
32456         (gst_alpha_color_change_state), (plugin_init):
32457         Stupid plugin to to RGBA to AYUV conversion because none of
32458         the colorspace plugins can handle that yet.
32459
32460 2004-07-22  Wim Taymans  <wim@fluendo.com>
32461
32462         * examples/seeking/seek.c: (update_scale), (main):
32463         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32464         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32465         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32466         (gst_decode_bin_init), (gst_decode_bin_dispose),
32467         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32468         (no_more_pads), (close_link), (type_found),
32469         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32470         (plugin_init):
32471         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32472         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32473         (gst_play_base_bin_dispose), (queue_overrun),
32474         (gen_preroll_element), (remove_prerolls), (unknown_type),
32475         (no_more_pads), (new_stream), (setup_source),
32476         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32477         (play_base_eos), (gst_play_base_bin_change_state),
32478         (gst_play_base_bin_add_element),
32479         (gst_play_base_bin_remove_element),
32480         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32481         (gst_play_base_bin_unlink_stream),
32482         (gst_play_base_bin_get_streaminfo):
32483         * gst/playback/gstplaybin.c: (gen_video_element),
32484         (gen_audio_element):
32485         * gst/playback/gststreaminfo.h:
32486         More playback updates, attempt to fix things after the state change
32487         breakage.
32488
32489 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32490
32491         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32492         (gst_videoscale_scale_nearest_16bit):
32493           comment algorithm
32494
32495 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32496
32497         * gst/videotestsrc/gstvideotestsrc.c:
32498         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32499         (gst_videotestsrc_init), (gst_videotestsrc_get),
32500         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32501         (gst_videotestsrc_get_property):
32502         * gst/videotestsrc/gstvideotestsrc.h:
32503         * gst/videotestsrc/videotestsrc.c:
32504         * gst/videotestsrc/videotestsrc.h:
32505           cleanup and commenting
32506
32507 2004-07-21  Wim Taymans  <wim@fluendo.com>
32508
32509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32510         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32511         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32512         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32513         (_find_chain_get_unknown_part), (_find_streams_check),
32514         (gst_ogg_demux_push), (gst_ogg_pad_push):
32515         * ext/theora/theoradec.c: (theora_get_formats),
32516         (theora_dec_src_convert), (theora_dec_sink_convert),
32517         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32518         (theora_dec_chain):
32519         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32520         (vorbis_dec_convert), (vorbis_dec_src_query),
32521         (vorbis_dec_src_event), (vorbis_dec_event):
32522         More seeking fixes, oggdemux now supports seeking to time and
32523         uses the downstream element to convert granulepos to time.
32524         Seeking in theora-only ogg files now works.
32525
32526 2004-07-21  Wim Taymans  <wim@fluendo.com>
32527
32528         * ext/theora/theoradec.c: (gst_theora_dec_init),
32529         (theora_get_formats), (theora_get_event_masks),
32530         (theora_get_query_types), (theora_dec_src_convert),
32531         (theora_dec_sink_convert), (theora_dec_src_query),
32532         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32533         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32534         (vorbis_get_event_masks), (vorbis_get_query_types),
32535         (gst_vorbis_dec_init), (vorbis_dec_convert),
32536         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32537         Added query/convert/formats functions to vorbis and theora decoders
32538         so that the outside world can use them too. Fixed seeking on an
32539         ogg/theora/vorbis file by disabling the seeking seeking on the
32540         theora srcpad.
32541
32542 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32543
32544         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32545         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32546         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32547         images creation for both elements. We don't create the image on caps
32548         nego or renego, we just destroy the internal one if present if it does
32549         not match the needs. The chain function takes care of creating a new
32550         image when needed.
32551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32552         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32553         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32554         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32555         the image format information. The buffer pool checks for the context
32556         image format and discard images with different formats.
32557         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32558
32559 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32560
32561         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32562         (gst_ffmpegcolorspace_chain):
32563           no point in doing any chaining if the pad we want to push from
32564           isn't usable.
32565
32566 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32567
32568         * gst-libs/gst/riff/riff-media.c:
32569         (gst_riff_create_audio_caps_with_data):
32570           Fix double end-to-native symbol conversion (#148021).
32571
32572 2004-07-20  David Schleef  <ds@schleef.org>
32573
32574         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32575         Don't use an Atom that doesn't exist.
32576
32577 2004-07-20  Wim Taymans  <wim@fluendo.com>
32578
32579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32580         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32581         (gst_multifdsink_client_remove),
32582         (gst_multifdsink_handle_client_write),
32583         (gst_multifdsink_queue_buffer):
32584         * gst/tcp/gstmultifdsink.h:
32585         More multifdsink stats. Avoid deadlock by releasing locks
32586         before sending out a signal.
32587
32588 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32589
32590         * po/LINGUAS:
32591         * po/hu.po:
32592           added Hungarian translation (Laszlo Dvornik)
32593
32594 2004-07-20  Wim Taymans  <wim@fluendo.com>
32595
32596         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32597         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32598         (gst_multifdsink_handle_client_write),
32599         (gst_multifdsink_queue_buffer):
32600         * gst/tcp/gsttcp-marshal.list:
32601         Fixed the stupid marshal definition.
32602
32603 2004-07-20  Wim Taymans  <wim@fluendo.com>
32604
32605         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32606         (gst_multifdsink_init), (gst_multifdsink_add),
32607         (gst_multifdsink_client_remove),
32608         (gst_multifdsink_handle_client_write),
32609         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32610         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32611         (gst_multifdsink_init_send):
32612         * gst/tcp/gstmultifdsink.h:
32613         Added more stats, added timeout for a client, fixed some typos
32614         and added some comments.
32615
32616 2004-07-20  Wim Taymans  <wim@fluendo.com>
32617
32618         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32619         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32620         (gst_multifdsink_client_remove),
32621         (gst_multifdsink_handle_client_write):
32622         * gst/tcp/gstmultifdsink.h:
32623         * gst/tcp/gsttcp-marshal.list:
32624         Added get_stats method that returns a GValueArray of
32625         stats values.
32626
32627 2004-07-19  Benjamin Otte  <otte@gnome.org>
32628
32629         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32630           make sure longname, description and author are valid UTF-8
32631
32632 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32633
32634         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32635         (gst_ximagesink_set_property):
32636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32637         (gst_xvimagesink_set_property):
32638           make sure SYNCHRONOUS is respected after getting the X context
32639
32640 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32641
32642         * gst/matroska/matroska-demux.c:
32643         (gst_matroska_demux_handle_src_event),
32644         (gst_matroska_demux_parse_blockgroup):
32645         * gst/matroska/matroska-ids.h:
32646           add BlockReference tag and ignore it to clear out log.
32647           ignore NAVIGATION events to clear out log.
32648
32649 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32650
32651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32652         (gst_matroska_demux_add_stream):
32653         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32654           add debug categories
32655
32656 2004-07-16  Wim Taymans  <wim@fluendo.com>
32657
32658         * ext/libpng/Makefile.am:
32659         * ext/libpng/gstpng.c: (plugin_init):
32660         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32661         (gst_pngdec_get_type), (gst_pngdec_base_init),
32662         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32663         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32664         * ext/libpng/gstpngdec.h:
32665         Added png decoder.
32666
32667 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32668
32669         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32670         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32671         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32672         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32673         (gst_ximagesink_buffer_alloc):
32674         * sys/ximage/ximagesink.h:
32675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32676         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32677         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32678         (gst_xvimagesink_buffer_alloc):
32679         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32680         again. Using internal data pointer of the x(v)image to store image's
32681         data to be coherent with the buffer alloc mechanism. Investigated the
32682         image destruction code to be sure that everything gets freed correctly.
32683
32684 2004-07-16  Wim Taymans  <wim@fluendo.com>
32685
32686         * gst-libs/gst/riff/riff-read.c:
32687         (gst_riff_read_strf_vids_with_data),
32688         (gst_riff_read_strf_auds_with_data):
32689         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32690         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32691         Make sure we don't create 0 sized subbuffers in riff-read.
32692         Signal the no more pads signal after reading the avi header.
32693
32694 2004-07-16  Wim Taymans  <wim@fluendo.com>
32695
32696         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32697         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32698         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32699         (gst_decode_bin_init), (gst_decode_bin_dispose),
32700         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32701         (no_more_pads), (close_link), (type_found),
32702         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32703         (gst_decode_bin_change_state), (plugin_init):
32704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32705         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32706         (gst_play_base_bin_dispose), (queue_overrun),
32707         (gen_preroll_element), (remove_prerolls), (unknown_type),
32708         (no_more_pads), (new_stream), (setup_source),
32709         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32710         (play_base_eos), (gst_play_base_bin_change_state),
32711         (gst_play_base_bin_add_element),
32712         (gst_play_base_bin_remove_element),
32713         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32714         (gst_play_base_bin_unlink_stream),
32715         (gst_play_base_bin_get_streaminfo):
32716         * gst/playback/gstplaybasebin.h:
32717         Better error recovery. Added configurable preroll queue size. Faster
32718         detection of no-more-pads.
32719
32720 2004-07-16  Wim Taymans  <wim@fluendo.com>
32721
32722         * gst-libs/gst/video/video.h:
32723         Added 32 bits RGBA. Not sure if we should use another mime-type
32724         for alpha rgb. Currently the presence of the alpha_mask property
32725         signals an alpha channel.
32726
32727 2004-07-16  Wim Taymans  <wim@fluendo.com>
32728
32729         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32731         FPS seems to be 0.0 to MAX everywhere else.
32732
32733 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32734
32735         * gst-libs/gst/riff/riff-media.c:
32736         (gst_riff_create_video_caps_with_data):
32737           mp42/mp43 (no caps) exist too.
32738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32739           Set pixel_width/height; we've got them in-caps.
32740         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32741         * gst/wavparse/gstwavparse.c: (plugin_init):
32742           Both are valid primary.
32743         * sys/oss/gstossmixer.c:
32744           Remove i18n hack and enable translations.
32745
32746 2004-07-15  Benjamin Otte  <otte@gnome.org>
32747
32748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32749         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32750           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32751
32752 2004-07-15  Benjamin Otte  <otte@gnome.org>
32753
32754         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32755         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32756         (gst_alsa_close_audio):
32757           disable some of the debugging code for now. Writing debugging to a
32758           buffer is broken in current alsalib releases.
32759
32760 2004-07-12  Benjamin Otte  <otte@gnome.org>
32761
32762         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32763           use bufferpools
32764
32765 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32766
32767         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32768         (theora_dec_src_query), (theora_dec_event):
32769         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32770           add debugging categories.  Remove \n's.
32771
32772 2004-07-13  Johan Dahlin  <johan@gnome.org>
32773
32774         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32775         (gst_play_bin_get_property): Impl.
32776
32777 2004-07-13  Wim Taymans  <wim@fluendo.com>
32778
32779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32780         When trying to find the stream length, seek back N pages
32781         instead of just one, where N is the number of streams in
32782         the current chain.
32783
32784 2004-07-13  Wim Taymans  <wim@fluendo.com>
32785
32786         * gst-libs/gst/riff/riff-media.c:
32787         (gst_riff_create_audio_caps_with_data),
32788         (gst_riff_create_audio_caps),
32789         (gst_riff_create_audio_template_caps):
32790         * gst-libs/gst/riff/riff-media.h:
32791         * gst-libs/gst/riff/riff-read.c:
32792         (gst_riff_read_strf_vids_with_data),
32793         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32794         * gst-libs/gst/riff/riff-read.h:
32795         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32796         (gst_avi_demux_add_stream):
32797         Set codec_data on caps for avidemuxer.
32798
32799 2004-07-12  David Schleef  <ds@schleef.org>
32800
32801         * configure.ac: Fix test for Objective C
32802
32803 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32804         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32805         (gst_gdk_pixbuf_chain):
32806           Add svg and pcx to template caps, and ensure that getcaps returns a
32807           subset of the template caps.
32808           Copy each row manually for output, as gdkpixbuf may pad the
32809           rowstride to a 32-bit word boundary.
32810
32811 2004-07-12  Wim Taymans  <wim@fluendo.com>
32812
32813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32814         (gst_riff_create_video_template_caps):
32815         Fix the template caps to include some more media types.
32816
32817 2004-07-12  Wim Taymans  <wim@fluendo.com>
32818
32819         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32820         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32821         (compare_ranks), (print_feature), (gst_decode_bin_init),
32822         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32823         (try_to_link_1), (new_pad), (close_link), (type_found),
32824         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32825         (gst_decode_bin_change_state), (plugin_init):
32826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32827         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32828         (gst_play_base_bin_dispose), (queue_overrun),
32829         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32830         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32831         (gst_play_base_bin_get_property), (play_base_eos),
32832         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32833         (gst_play_base_bin_remove_element),
32834         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32835         (gst_play_base_bin_unlink_stream),
32836         (gst_play_base_bin_get_streaminfo):
32837         * gst/playback/gstplaybasebin.h:
32838         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32839         (gst_play_bin_class_init), (gst_play_bin_init),
32840         (gst_play_bin_dispose), (gst_play_bin_set_property),
32841         (gst_play_bin_get_property), (gen_video_element),
32842         (gen_audio_element), (remove_sinks), (setup_sinks),
32843         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32844         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32845         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32846         (gst_play_bin_query), (plugin_init):
32847         * gst/playback/test4.c: (main):
32848         More fixes on reusing of the element.
32849
32850 2004-07-11  Benjamin Otte  <otte@gnome.org>
32851
32852         * ext/mad/gstmad.c: (normal_seek):
32853           allow seeking for other methods than just SET
32854
32855 2004-07-11  Andy Wingo  <wingo@pobox.com>
32856
32857         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32858         float, "any" caps -> buffer_frames=[0,MAX].
32859
32860         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32861         doesn't intersect our caps with the template any more. Do it
32862         ourselves.
32863         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32864
32865 2004-07-09  Wim Taymans  <wim@fluendo.com>
32866
32867         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32868         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32869         (compare_ranks), (print_feature), (gst_decode_bin_init),
32870         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32871         (try_to_link_1), (new_pad), (close_link), (type_found),
32872         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32873         (gst_decode_bin_change_state), (plugin_init):
32874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32875         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32876         (gst_play_base_bin_dispose), (queue_overrun),
32877         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32878         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32879         (gst_play_base_bin_get_property), (play_base_eos),
32880         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32881         (gst_play_base_bin_remove_element),
32882         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32883         (gst_play_base_bin_unlink_stream),
32884         (gst_play_base_bin_get_streaminfo):
32885         * gst/playback/gstplaybasebin.h:
32886         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32887         (gst_play_bin_class_init), (gst_play_bin_init),
32888         (gst_play_bin_dispose), (gst_play_bin_set_property),
32889         (gst_play_bin_get_property), (gen_video_element),
32890         (gen_audio_element), (remove_sinks), (setup_sinks),
32891         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32892         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32893         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32894         (gst_play_bin_query), (plugin_init):
32895         * gst/playback/test4.c: (main):
32896         Work on object reuse and seeking.
32897
32898 2004-07-09  Wim Taymans  <wim@fluendo.com>
32899
32900         * examples/seeking/seek.c: (iterate):
32901         Don't consume all CPU in the idle loop.
32902
32903 2004-07-09  Wim Taymans  <wim@fluendo.com>
32904
32905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32906         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32907         Add pad to element *after* setting the pad functions so that
32908         the scheduler can use the correct ones.
32909
32910 2004-07-09  Wim Taymans  <wim@fluendo.com>
32911
32912         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32913         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32914         Sync to keyframe after seek
32915
32916 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32917
32918         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32919         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32920         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32922         * ext/libvisual/visual.c: (gst_visual_change_state):
32923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32924         * ext/theora/theoradec.c: (theora_dec_change_state):
32925         * ext/theora/theoraenc.c: (theora_enc_change_state):
32926         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32927         * gst-libs/gst/navigation/navigation.c:
32928         * gst/adder/gstadder.c: (gst_adder_change_state):
32929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32930         (gst_audio_convert_get_buffer):
32931         * gst/multipart/multipartdemux.c:
32932         (gst_multipart_demux_change_state):
32933         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32935         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32936         * gst/videoscale/gstvideoscale.c:
32937         (gst_videoscale_handle_src_event):
32938         * gst/volume/gstvolume.c: (volume_chain_int16):
32939           don't assert in state change, this should be done by the base
32940           GstElement class.
32941           various debugging fixes.
32942
32943 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32944
32945         * configure.ac:
32946         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32947         (gst_play_dispose), (gst_play_set_location),
32948         (gst_play_set_data_src), (gst_play_set_video_sink),
32949         (gst_play_set_audio_sink), (gst_play_set_visualization),
32950         (gst_play_connect_visualization), (gst_play_get_sink_element),
32951         (gst_play_get_all_by_interface):
32952         * gst-libs/gst/play/play.h:
32953           add new method to get elements implementing an interface.
32954           add various error logging
32955
32956 2004-07-08  Wim Taymans  <wim@fluendo.com>
32957
32958         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32959         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32960         (make_playerbin_pipeline), (query_durations_elems),
32961         (query_durations_pads), (query_positions_elems),
32962         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32963         (main):
32964         Added playbin seeking example.
32965
32966 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32967
32968         * gst-libs/gst/play/play.c: (gst_play_set_location),
32969         (gst_play_set_data_src), (gst_play_set_video_sink),
32970         (gst_play_set_audio_sink), (gst_play_set_visualization),
32971         (gst_play_connect_visualization), (gst_play_get_framerate):
32972           use a macro to look up elements from hash table
32973
32974 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32975
32976         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32977         (gst_play_get_length_callback), (gst_play_set_location),
32978         (gst_play_seek_to_time), (gst_play_set_data_src),
32979         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32980         (gst_play_set_visualization), (gst_play_connect_visualization),
32981         (gst_play_get_sink_element):
32982         - add debugging info
32983         - fix looking up sink elements by iterating over complete caps
32984         - put everything except for source and autoplugger in a complete bin
32985
32986 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32987
32988         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32990         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32991         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32992         * ext/alsa/gstalsasink.h:
32993         - add debugging info
32994         - clean up schizophrenia of data/buffer/event
32995         - fix double event unref error
32996
32997 2004-07-08  Wim Taymans  <wim@fluendo.com>
32998
32999         * gst/playback/Makefile.am:
33000         Add headers to noinst
33001
33002 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33003
33004         * tools/gst-launch-ext-m.m:
33005         * tools/gst-launch-ext.1.in:
33006           convert to the third millenium
33007
33008 2004-07-07  David Schleef  <ds@schleef.org>
33009
33010         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33011
33012 2004-07-07  Wim Taymans  <wim@fluendo.com>
33013
33014         * gst/playback/Makefile.am:
33015         * gst/playback/README:
33016         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33017         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33018         (compare_ranks), (print_feature), (gst_decode_bin_init),
33019         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33020         (try_to_link_1), (new_pad), (close_link), (type_found),
33021         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33022         (plugin_init):
33023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33024         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33025         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33026         (gen_preroll_element), (no_more_pads), (new_stream),
33027         (setup_source), (gst_play_base_bin_set_property),
33028         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33029         (gst_play_base_bin_add_element),
33030         (gst_play_base_bin_remove_element),
33031         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33032         (gst_play_base_bin_unlink_stream),
33033         (gst_play_base_bin_get_streaminfo):
33034         * gst/playback/gstplaybasebin.h:
33035         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33036         (gst_play_bin_class_init), (gst_play_bin_init),
33037         (gst_play_bin_dispose), (gst_play_bin_set_property),
33038         (gst_play_bin_get_property), (gen_video_element),
33039         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33040         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33041         (gst_play_bin_get_formats), (gst_play_bin_convert),
33042         (gst_play_bin_get_query_types), (gst_play_bin_query),
33043         (plugin_init):
33044         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33045         (gst_stream_info_get_type), (gst_stream_info_class_init),
33046         (gst_stream_info_init), (gst_stream_info_new),
33047         (gst_stream_info_dispose), (gst_stream_info_set_property),
33048         (gst_stream_info_get_property):
33049         * gst/playback/gststreaminfo.h:
33050         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33051         (main):
33052         * gst/playback/test2.c: (main):
33053         * gst/playback/test3.c: (update_scale), (main):
33054         More playbin fixes. Added README. Do better element filtering.
33055         Added base class to preroll media. Added test apps.
33056
33057 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33058
33059         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33060         * ext/mpeg2dec/gstmpeg2dec.h:
33061           various debugging improvements.  Reset stream to next picture
33062           instead of sequence header, otherwise seeks cannot work.
33063
33064 2004-07-07  Wim Taymans  <wim@fluendo.com>
33065
33066         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33067         (gst_video_box_class_init), (gst_video_box_set_property),
33068         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33069         Use pad_alloc where possible.
33070
33071 2004-07-07  Wim Taymans  <wim@fluendo.com>
33072
33073         * sys/oss/gstosselement.c: (gst_osselement_reset),
33074         (gst_osselement_parse_caps):
33075         * sys/oss/gstosselement.h:
33076         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33077         Fix offset on osssrc.
33078
33079 2004-07-07  Wim Taymans  <wim@fluendo.com>
33080
33081         * ext/theora/theora.c: (plugin_init):
33082         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33083         (theora_dec_src_query), (theora_dec_chain):
33084         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33085         (theora_enc_sink_link), (theora_buffer_from_packet),
33086         (theora_push_packet), (theora_enc_chain):
33087         Fix theora granulepos calculation.
33088         Fix overflow in duration/position calculation.
33089         Bump rank to PRIMARY for theoradec.
33090         Use granulepos of last packet to calculate position.
33091         Set keyframe flag on buffers when needed.
33092
33093 2004-07-06  David Schleef  <ds@schleef.org>
33094
33095         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33096         serious?  (Fixed, obviously.)
33097
33098 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33099
33100         * po/LINGUAS:
33101         * po/cs.po:
33102           added Czech translation (Miloslav Trmac)
33103
33104 2004-07-05  Wim Taymans  <wim@fluendo.com>
33105
33106         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33107         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33108         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33109         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33110         (close_link), (type_found), (gst_decode_bin_set_property),
33111         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33112         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33113         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33114         (gst_decode_bin_query), (plugin_init):
33115         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33116         (gst_play_bin_class_init), (gst_play_bin_init),
33117         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33118         (get_video_element), (new_pad), (setup_source),
33119         (gst_play_bin_set_property), (gst_play_bin_get_property),
33120         (gst_play_bin_change_state), (gst_play_bin_add_element),
33121         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33122         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33123         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33124         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33125         * gst/playback/test.c: (main):
33126         More fixes, cleaned up playbin, make it use decodebin. Added
33127         threaded property to playbin.
33128
33129 2004-07-05  Wim Taymans  <wim@fluendo.com>
33130
33131         * configure.ac:
33132         * gst/playback/Makefile.am:
33133         * gst/playback/decodetest.c: (main):
33134         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33135         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33136         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33137         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33138         (close_link), (type_found), (gst_decode_bin_set_property),
33139         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33140         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33141         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33142         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33143         (plugin_init):
33144         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33145         (gst_play_bin_class_init), (gst_play_bin_init),
33146         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33147         (collect_sink_pads), (find_compatibles), (close_pad_link),
33148         (try_to_link_1), (new_pad), (close_link), (type_found),
33149         (setup_source), (gst_play_bin_set_property),
33150         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33151         (compare_ranks), (gst_play_bin_collect_factories),
33152         (gst_play_bin_change_state), (gst_play_bin_add_element),
33153         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33154         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33155         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33156         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33157         * gst/playback/test.c: (main):
33158         Added some playback helper elements and some test apps, very alpha
33159         still.
33160
33161 2004-07-04  Benjamin Otte  <otte@gnome.org>
33162
33163         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33164           only restart audio when we indeed have an xrun to fix repeated
33165           xruns. Fix suggested by Giuliano Pochini.
33166
33167 2004-07-03  David Schleef  <ds@schleef.org>
33168
33169         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33170         call to gst_debug_log() if debugging is disabled (bug #145118)
33171
33172 2004-07-03  Benjamin Otte  <otte@gnome.org>
33173
33174         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33175           use our own functions for restarting the alsa device.
33176         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33177           I should apply patches myself - use MIN for the third argument, not
33178           the second, this fixes seeking
33179
33180 2004-07-02  David Schleef  <ds@schleef.org>
33181
33182         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33183         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33184         do with the logic.
33185
33186 2004-07-02  David Schleef  <ds@schleef.org>
33187
33188         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33189         output buffers.  Fix logic mistake.  (bug #144866)
33190
33191 2004-07-02  David Schleef  <ds@schleef.org>
33192
33193         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33194         on X.  (bug #144753)
33195
33196 2004-07-02  David Schleef  <ds@schleef.org>
33197
33198         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33199         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33200         (bug #144624)
33201         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33202         (gst_osselement_rate_probe_check): Add another workaround for
33203         buggy drivers (bug #145336)
33204
33205 2004-07-02  David Schleef  <ds@schleef.org>
33206
33207         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33208         Most systems don't have MSG_NOSIGNAL.
33209
33210 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33211
33212         * Makefile.am:
33213         * gst-libs/gst/colorbalance/Makefile.am:
33214         * gst-libs/gst/mixer/Makefile.am:
33215         * gst-libs/gst/play/Makefile.am:
33216         * gst-libs/gst/tuner/Makefile.am:
33217           (hopefully) fix both install and dist and make error message useful.
33218           needs testing across automakes.
33219
33220 2004-07-02  Benjamin Otte  <otte@gnome.org>
33221
33222         * ext/ogg/gstogg.c: (plugin_init):
33223           we require bytestream now
33224         * ext/ogg/gstoggdemux.c:
33225           huge diff to implement chain setup in a fast and generic way. This
33226           improves tag reading and startup of huge files (read: Theora videos)
33227           quite a bit. It probably contains bugs, too, so please test.
33228           Seeking is not improved to the fast method.
33229
33230 2004-06-29  Wim Taymans  <wim@fluendo.com>
33231
33232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33233         * ext/ogg/gstoggmux.c:
33234         Fix memleak in oggdemux when running unconnected pads.
33235         doc update in mux, start working on keyframe mode.
33236
33237 2004-06-29  Benjamin Otte  <otte@gnome.org>
33238
33239         * sys/oss/gstosssink.c:
33240         * sys/oss/gstosssrc.c:
33241           advertise correct template caps - we indeed do non-native endianness
33242           and 8bit audio has no endianness
33243         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33245           avoid (wrong) duplications in getcaps function and return
33246           template caps
33247
33248 2004-06-29  Wim Taymans  <wim@fluendo.com>
33249
33250         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33251         (gst_multifdsink_class_init), (gst_multifdsink_add),
33252         (gst_multifdsink_remove), (gst_multifdsink_clear),
33253         (gst_multifdsink_client_remove),
33254         (gst_multifdsink_handle_client_read),
33255         (gst_multifdsink_client_queue_data),
33256         (gst_multifdsink_client_queue_caps),
33257         (gst_multifdsink_client_queue_buffer),
33258         (gst_multifdsink_handle_client_write),
33259         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33260         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33261         (gst_multifdsink_init_send), (gst_multifdsink_close):
33262         Fix wrong GList iteration that could crash the server when
33263         more then 2 clients disconnect at the same time. Read all the
33264         pending commands in one batch to recover from command storms under
33265         very heavy load.
33266
33267 2004-06-28  Wim Taymans  <wim@fluendo.com>
33268
33269         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33270         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33271         (gst_videomixer_pad_set_property),
33272         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33273         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33274         (gst_videomixer_class_init), (gst_videomixer_init),
33275         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33276         (pad_zorder_compare), (gst_videomixer_sort_pads),
33277         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33278         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33279         (gst_videomixer_update_queues), (gst_videomixer_loop),
33280         (plugin_init):
33281         Avoid divide by zero, choose masterpad as the pad with the highest
33282         framerate.
33283
33284 2004-06-27  Julien Moutte  <julien@moutte.net>
33285
33286         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33287         (gst_ximagesink_xwindow_new):
33288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33289         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33290         function directly. We might want to call it from somewhere else one day.
33291
33292 2004-06-27  Julien Moutte  <julien@moutte.net>
33293
33294         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33295         (gst_ximagesink_xwindow_new):
33296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33297         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33298         window decorations.
33299
33300 2004-06-27  Wim Taymans  <wim@fluendo.com>
33301
33302         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33303         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33304         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33305         (gst_dvdec_set_property), (gst_dvdec_get_property):
33306         * ext/dv/gstdvdec.h:
33307         Implement drop_factor property to lower the framerate with
33308         a factor.
33309
33310 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33311
33312         * gst-libs/gst/colorbalance/Makefile.am:
33313         * gst-libs/gst/mixer/Makefile.am:
33314         * gst-libs/gst/play/Makefile.am:
33315         * gst-libs/gst/tuner/Makefile.am:
33316           unbreak Company's fix that didn't install the -enum.h files
33317
33318 2004-06-27  Wim Taymans  <wim@fluendo.com>
33319
33320         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33321         (gst_dvdec_change_state):
33322         * ext/dv/gstdvdec.h:
33323         Fix timestamp, duration and offset of the buffers.
33324
33325 2004-06-27  Wim Taymans  <wim@fluendo.com>
33326
33327         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33328         (gst_multifdsink_class_init), (gst_multifdsink_add),
33329         (gst_multifdsink_remove), (gst_multifdsink_clear),
33330         (gst_multifdsink_client_remove),
33331         (gst_multifdsink_handle_client_read),
33332         (gst_multifdsink_client_queue_data),
33333         (gst_multifdsink_client_queue_caps),
33334         (gst_multifdsink_client_queue_buffer),
33335         (gst_multifdsink_handle_client_write),
33336         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33337         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33338         (gst_multifdsink_init_send), (gst_multifdsink_close):
33339         * gst/tcp/gstmultifdsink.h:
33340         * gst/tcp/gsttcpserversink.c:
33341         (gst_tcpserversink_handle_server_read),
33342         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33343         More multifdsink fixes, more recovery policy fixes.
33344         Removed stupid g_print
33345
33346 2004-06-26  Wim Taymans  <wim@fluendo.com>
33347
33348         * gst/tcp/Makefile.am:
33349         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33350         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33351         (gst_multifdsink_class_init), (gst_multifdsink_init),
33352         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33353         (gst_multifdsink_handle_client_read),
33354         (gst_multifdsink_client_queue_data),
33355         (gst_multifdsink_client_queue_caps),
33356         (gst_multifdsink_client_queue_buffer),
33357         (gst_multifdsink_handle_client_write),
33358         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33359         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33360         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33361         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33362         (gst_multifdsink_close), (gst_multifdsink_change_state):
33363         * gst/tcp/gstmultifdsink.h:
33364         * gst/tcp/gsttcpplugin.c: (plugin_init):
33365         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33366         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33367         (gst_tcpserversink_handle_server_read),
33368         (gst_tcpserversink_handle_select),
33369         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33370         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33371         * gst/tcp/gsttcpserversink.h:
33372         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33373         one of the locks, added recovery policy to multifdsink.
33374
33375 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33376
33377         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33378           fix decision for when getting frames with same timestamp
33379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33380         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33381         (gst_v4lsrc_get_property):
33382         * sys/v4l/gstv4lsrc.h:
33383           add latency offset property
33384
33385 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33386
33387         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33388         (plugin_init):
33389           fix debugging. add category.
33390
33391 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33392
33393         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33394           fix wrong offsets
33395
33396 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33397
33398         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33399         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33400         (gst_alsa_src_change_state):
33401           return a time that is in sync with the element's processing
33402
33403 2004-06-25  Wim Taymans  <wim@fluendo.com>
33404
33405         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33406         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33407         (gst_tcpserversink_client_remove),
33408         (gst_tcpserversink_handle_client_read),
33409         (gst_tcpserversink_client_queue_data),
33410         (gst_tcpserversink_client_queue_caps),
33411         (gst_tcpserversink_client_queue_buffer),
33412         (gst_tcpserversink_handle_client_write),
33413         (gst_tcpserversink_queue_buffer),
33414         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33415         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33416         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33417         (gst_tcpserversink_close):
33418         * gst/tcp/gsttcpserversink.h:
33419         Serversink rewrite. Really do non blocking writes to clients and
33420         maintain an internal queue to handle slower clients while not
33421         disturbing fast clients.
33422
33423 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33424
33425         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33426           better debug, don't override OFFSET and OFFSET_END
33427
33428 2004-06-25  Iain <iain@prettypeople.org>
33429
33430         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33431         name=source for the wavparse pipeline.
33432
33433 2004-06-24  Johan Dahlin  <johan@gnome.org>
33434
33435         * ext/theora/theoraenc.c (theora_enc_chain): Call
33436         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33437         streamheader caps are set correctly.
33438
33439 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33440
33441         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33442         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33443           respect minimum bitrate; same could be done for max bitrate
33444
33445 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33446
33447         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33448         (gst_vorbisenc_setup):
33449           fix sample rate range
33450
33451 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33452
33453         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33454         (gst_oggvorbisenc_setup):
33455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33456         (gst_vorbisenc_setup):
33457           resolve ambiguities in code and description
33458
33459 2004-06-24  Wim Taymans  <wim@fluendo.com>
33460
33461         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33462         * ext/alsa/gstalsa.h:
33463         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33464         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33465         Use alsa trigger_tstamp to get the timestamp of the first
33466         sample in the buffer for more precise sync. Some cleanups.
33467
33468 2004-06-24  Wim Taymans  <wim@fluendo.com>
33469
33470         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33471         (gst_audiorate_init), (gst_audiorate_chain),
33472         (gst_audiorate_set_property), (gst_audiorate_get_property):
33473         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33474         (gst_videorate_chain):
33475         Added some logging, fixed an overflow bug in videorate.
33476
33477 2004-06-24  Benjamin Otte  <otte@gnome.org>
33478
33479         * ext/kio/Makefile.am:
33480           fix for builddir != srcdir and distcheck
33481
33482 2004-06-24  Benjamin Otte  <otte@gnome.org>
33483
33484         * gst-libs/gst/colorbalance/Makefile.am:
33485         * gst-libs/gst/mixer/Makefile.am:
33486         * gst-libs/gst/play/Makefile.am:
33487         * gst-libs/gst/tuner/Makefile.am:
33488         * gst/tcp/Makefile.am:
33489         * sys/dxr3/Makefile.am:
33490           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33491           tarball.
33492           Also add all *.list files that were missing.
33493         * Makefile.am:
33494           add a distcheck hook to ensure the above doesn't happen again.
33495
33496 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33497
33498         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33499
33500 2004-06-23  Colin Walters  <walters@redhat.com>
33501
33502         * m4/Makefile.am: Distribute gst-fionread.m4.
33503
33504 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33505
33506         * configure.ac: back to dev
33507
33508 2004-06-23  Wim Taymans  <wim@fluendo.com>
33509
33510         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33511         (gst_alsa_xrun_recovery):
33512         * ext/alsa/gstalsa.h:
33513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33514         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33515         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33516         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33517         (gst_alsa_src_loop):
33518         Add clock to alsasrc. Take new capture timestamp when
33519         restarting after an overrun. Split up some functions between
33520         alsasrc and alsasink.
33521
33522 === release 0.8.2 ===
33523
33524 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33525
33526         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33527         (gst_alsa_change_state), (gst_alsa_update_avail),
33528         (gst_alsa_xrun_recovery):
33529         * ext/alsa/gstalsa.h:
33530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33531           merge back changes from release
33532
33533 2004-06-23  Wim Taymans  <wim@fluendo.com>
33534
33535         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33536         (gst_audiorate_init), (gst_audiorate_chain),
33537         (gst_audiorate_set_property), (gst_audiorate_get_property):
33538         Implement sample dropping and notify
33539
33540 2004-06-22  Wim Taymans  <wim@fluendo.com>
33541
33542         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33543         (theora_enc_sink_link), (theora_buffer_from_packet),
33544         (theora_push_packet), (theora_enc_chain):
33545         Some cleanups, make sure the timestamps are correct.
33546
33547 2004-06-22  Wim Taymans  <wim@fluendo.com>
33548
33549         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33550         (gst_alsa_change_state), (gst_alsa_update_avail),
33551         (gst_alsa_xrun_recovery):
33552         * ext/alsa/gstalsa.h:
33553         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33554         Cleanups, take queued samples into account when reporting
33555         the time.
33556
33557 2004-06-22  Wim Taymans  <wim@fluendo.com>
33558
33559         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33560         (gst_videorate_init):
33561         Initialize the property as well.
33562
33563 2004-06-22  Wim Taymans  <wim@fluendo.com>
33564
33565         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33566         (gst_videorate_init), (gst_videorate_chain),
33567         (gst_videorate_set_property), (gst_videorate_get_property):
33568         Add property to make videorate silent.
33569         Add property to prefer new frames over old ones.
33570
33571 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33572
33573         * sys/osxvideo/Makefile.am:
33574         Workaround so that the osxvideo .so file gets linked with the
33575         Cocoa, OpenGL and QuickTime frameworks
33576
33577 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33578
33579         * sys/osxaudio/Makefile.am:
33580         Workaround so that the osxaudio .so file gets linked with the
33581         CoreAudio framework
33582
33583 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33584
33585         * configure.ac:
33586         Whoops, my fault...fixed build issues
33587
33588 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33589
33590         * configure.ac:
33591         Add objective-c support if running in Darwin/Mac OS X
33592         * sys/Makefile.am:
33593         * sys/osxvideo:
33594         * sys/osxvideo/Makefile.am:
33595         * sys/osxvideo/osxvideosink.h:
33596         * sys/osxvideo/osxvideosink.m:
33597         * sys/osxvideo/cocoawindow.h:
33598         * sys/osxvideo/cocoawindow.m:
33599         Add osxvideosink, a cocoa-based osx video sink
33600
33601
33602 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33603         * ext/dvdnav/gst-dvd:
33604         Grab the gconf key from the right spot
33605         * gst/debug/gstnavseek.c: (gst_navseek_init),
33606         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33607         (gst_navseek_chain):
33608         * gst/debug/gstnavseek.h:
33609           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33610           and loop parameters of a segment seek.
33611         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33612         (gst_videotestsrc_get_event_masks),
33613         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33614         * gst/videotestsrc/gstvideotestsrc.h:
33615           Add seeking support to videotestsrc
33616           Initialise the timestamp_offset variable.
33617
33618 2004-06-18  Wim Taymans  <wim@fluendo.com>
33619
33620         * ext/sidplay/gstsiddec.cc:
33621         Fix negotiation and set correct end offset.
33622
33623 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33624
33625         * configure.ac: branch and prerelease
33626
33627 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33628
33629         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33630         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33631         (gst_tcpclientsrc_init_receive):
33632         * gst/tcp/gsttcpclientsrc.h:
33633           read caps when connecting to server for GDP so we set them correctly
33634
33635 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33636
33637         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33638           notify drops and duplicates
33639         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33640           no good reason to limit ourselves to 100x100
33641
33642 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33643
33644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33645         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33646         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33647         (gst_v4lsrc_get_property):
33648         * sys/v4l/gstv4lsrc.h:
33649         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33650         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33651         (gst_v4l_set_audio):
33652         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33653         (gst_v4lsrc_try_capture):
33654         * sys/v4l/v4lsrc_calls.h:
33655           change try_palette to more general try_capture
33656           add autoprobe option so we can turn off autoprobing
33657           various fixes
33658
33659 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33660
33661         * configure.ac:
33662           add videorate
33663         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33664         (gst_ximagesink_class_init):
33665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33666         (gst_xvimagesink_class_init):
33667           run them as finalize, not dispose, since dispose can be invoked
33668           multiple times
33669
33670 2004-06-17  Wim Taymans  <wim@fluendo.com>
33671
33672         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33673         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33674         * ext/alsa/gstalsa.h:
33675         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33676         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33677         (gst_alsa_src_change_state):
33678         * ext/alsa/gstalsasrc.h:
33679         Make the xrun code timestamp and offset the buffers correctly.
33680         moved the clock to the base class, use alsa methods to get time.
33681         Do correct timestamping on outgoing buffers.
33682
33683 2004-06-17  Wim Taymans  <wim@fluendo.com>
33684
33685         * gst/audiorate/Makefile.am:
33686         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33687         (gst_audiorate_base_init), (gst_audiorate_class_init),
33688         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33689         (gst_audiorate_set_property), (gst_audiorate_get_property),
33690         (gst_audiorate_change_state), (plugin_init):
33691         Added an audiorate converter that fills in gaps.
33692
33693 2004-06-17  Johan Dahlin  <johan@gnome.org>
33694
33695         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33696
33697 2004-06-16  Wim Taymans  <wim@fluendo.com>
33698
33699         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33701         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33702         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33703         (gst_v4lsrc_get_property):
33704         * sys/v4l/gstv4lsrc.h:
33705         Added a copy mode to v4lsrc where it will output a copied version
33706         of its internal hardware buffer.
33707         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33708         can't | them.
33709
33710 2004-06-16  Wim Taymans  <wim@fluendo.com>
33711
33712         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33713         Timestamp fixes.
33714
33715 2004-06-16  Wim Taymans  <wim@fluendo.com>
33716
33717         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33718         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33719         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33720         (gst_v4lsrc_get_property):
33721         * sys/v4l/gstv4lsrc.h:
33722         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33723         Added a sync mode enum property to control v4lsrc timestamp method
33724         Removed the use-fixed-fps property and moved functionality in
33725         the enum.
33726         Don't error on an error value from v4l-conf, it might not always
33727         be a real error.
33728
33729 2004-06-16  Wim Taymans  <wim@fluendo.com>
33730
33731         * gst/videorate/Makefile.am:
33732         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33733         (gst_videorate_base_init), (gst_videorate_class_init),
33734         (gst_videorate_getcaps), (gst_videorate_link),
33735         (gst_videorate_init), (gst_videorate_chain),
33736         (gst_videorate_set_property), (gst_videorate_get_property),
33737         (gst_videorate_change_state), (plugin_init):
33738         Added a video timestamp corrector.
33739
33740 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33741
33742         fixed a potential leak with previous commit
33743
33744         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33745
33746 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33747
33748         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33749         Added missing refcount, fixes bug #144425
33750         Cheers Tim for finding the bug
33751
33752 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33753
33754         * sys/v4l/gstv4l.c: (plugin_init):
33755         * sys/v4l/gstv4lcolorbalance.c:
33756         * sys/v4l/gstv4lcolorbalance.h:
33757         * sys/v4l/gstv4lelement.c:
33758         * sys/v4l/gstv4lelement.h:
33759         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33760         * sys/v4l/gstv4lmjpegsink.h:
33761         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33762         * sys/v4l/gstv4lmjpegsrc.h:
33763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33764         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33765         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33766         * sys/v4l/gstv4lsrc.h:
33767         * sys/v4l/gstv4ltuner.c:
33768         * sys/v4l/gstv4ltuner.h:
33769         * sys/v4l/gstv4lxoverlay.c:
33770         * sys/v4l/gstv4lxoverlay.h:
33771         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33772         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33773         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33774         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33775         (gst_v4l_set_audio):
33776         * sys/v4l/v4l_calls.h:
33777         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33778         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33779         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33780         (gst_v4lmjpegsink_playback_init),
33781         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33782         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33783         (gst_v4lmjpegsink_playback_stop),
33784         (gst_v4lmjpegsink_playback_deinit):
33785         * sys/v4l/v4lmjpegsink_calls.h:
33786         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33787         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33788         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33789         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33790         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33791         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33792         * sys/v4l/v4lmjpegsrc_calls.h:
33793         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33794         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33795         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33796         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33797         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33798         (gst_v4lsrc_try_palette):
33799         * sys/v4l/v4lsrc_calls.h:
33800           bunch of paranoia cleanups
33801
33802 2004-06-14  David Schleef  <ds@schleef.org>
33803
33804         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33805         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33806         Send discont events and change timestamps appropriately when
33807         we get a seek event.  (bug #144240)
33808         * ext/cdparanoia/gstcdparanoia.h:
33809
33810 2004-06-14  Benjamin Otte  <otte@gnome.org>
33811
33812         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33813           snd_pcm_hw_params_set_rate  since the latter fails for no good
33814           reason on some setups.
33815
33816 2004-06-14  David Schleef  <ds@schleef.org>
33817
33818         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33819         standard.  Thank you for playing.
33820
33821 2004-06-14  Wim Taymans  <wim@fluendo.com>
33822
33823         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33824         Patch 1.3 broke the ordering of the colorspace info and
33825         made the plugin basically work by coincidence, reordered
33826         the info.
33827
33828 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33829
33830         * ext/lame/gstlame.c:
33831         * ext/mad/gstmad.c:
33832           sync caps.  Make sure mad can only output a list of rates, not
33833           a full range.  In the future, have three caps lists for each of the
33834           mpeg versions.  Change mpegversion to a double as well.
33835
33836 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33837
33838         * gst/volume/.cvsignore:
33839         * gst/volume/Makefile.am:
33840         * gst/volume/demo.c: (value_changed_callback), (idler),
33841         (setup_gui), (main):
33842           added small demo app
33843
33844 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33845         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33846         * ext/esd/esdsink.h:
33847         Close the esd connection on pause, because esd will just wait -
33848         blocking all other esd clients indefinitely.
33849
33850 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33851
33852         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33853           previous commit with GST_DEBUG
33854
33855 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33856
33857         * configure.ac:
33858           add a header check for a dvdread header in dvdnav.  Fixes #133002
33859
33860 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33861
33862         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33863         * gst/tcp/gsttcpclientsink.h:
33864         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33865         * gst/tcp/gsttcpclientsrc.h:
33866         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33867         (gst_tcpserversink_handle_server_read),
33868         (gst_tcpserversink_init_send):
33869         * gst/tcp/gsttcpserversink.h:
33870         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33871         * gst/tcp/gsttcpserversrc.h:
33872         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33873         version of IP)
33874
33875 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33876
33877         * configure.ac:
33878         Added ogg library so that OSX detects libtheora properly
33879
33880 2004-06-11  Wim Taymans  <wim@fluendo.com>
33881
33882         * ext/theora/theoradec.c: (theora_dec_chain),
33883         (theora_dec_change_state):
33884         Don't try to decode frames before we received a keyframe.
33885
33886 2004-06-11  Wim Taymans  <wim@fluendo.com>
33887
33888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33889         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33890         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33891         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33892         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33893         Added property to set the maximum delay of a page.
33894
33895 2004-06-10  Wim Taymans  <wim@fluendo.com>
33896
33897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33898         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33899         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33900         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33901         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33902         Added max-delay property to control the maximum amount
33903         of data to put in one page.
33904
33905 2004-06-10  Wim Taymans  <wim@fluendo.com>
33906
33907         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33908         (gst_theora_enc_init), (theora_enc_sink_link),
33909         (theora_buffer_from_packet), (theora_enc_set_property),
33910         (theora_enc_get_property):
33911         Set duration on encoded buffer, added some more properties
33912
33913 2004-06-10  Wim Taymans  <wim@fluendo.com>
33914
33915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33916         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33917         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33918         * ext/theora/theoraenc.c: (theora_enc_chain):
33919         Fix refcounting bugs
33920
33921 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33922
33923         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33924         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33925         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33926         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33927         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33928         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33929         (gst_asf_demux_change_state):
33930         * gst/asfdemux/gstasfdemux.h:
33931           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33932           feels like. I think we should set a new requirement for demuxers
33933           from now on to implement sane loop functions, data loops, query
33934           and seek functions before first commit into CVS. And this commit
33935           fixes all of the above.
33936
33937 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33938
33939         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33940           vorbis comments are properly encoded in UTF-8 before adding them
33941           to a GstTagList
33942
33943 2004-06-09  Benjamin Otte  <otte@gnome.org>
33944
33945         * ext/alsa/gstalsa.c: (add_channels):
33946           handle min <= max correctly
33947         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33948         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33949           add fixation functions so we fixate correctly. No preferring of alaw
33950           anymore because it's the first structure.
33951         * ext/alsa/gstalsa.h:
33952         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33953         (gst_alsa_hw_params_dump):
33954           add functions to ease debugging in alsalib
33955         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33956         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33957         (gst_alsa_start_audio):
33958           only specify hw params if we really setup a format (fixes #134007 -
33959           or at least works around it)
33960
33961 2004-06-09  Wim Taymans  <wim@fluendo.com>
33962
33963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33964         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33965         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33966         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33967         (gst_ogg_mux_loop):
33968         Use stream caps to setup the initial pages in the ogg stream.
33969         Correctly set the streamheader caps on the srcpad.
33970
33971 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33972
33973         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33974         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33975         (gst_v4lsrc_getcaps):
33976         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33977         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33978           add querying of fps lists for webcams.  Negotiating to a framerate
33979           now works.
33980
33981 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33982
33983         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33984         (theora_push_buffer), (theora_push_packet),
33985         (theora_set_header_on_caps), (theora_enc_chain):
33986           mark buffers and put on streamheader, raw theora streaming
33987           now works too, whee
33988
33989 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33990
33991         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33992         (gst_tcp_gdp_read_caps):
33993           do a looping read for caps and GDP headers too
33994
33995 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33996
33997         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33998         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33999           return EOS instead of NULL in _get
34000
34001 2004-06-08  Wim Taymans  <wim@fluendo.com>
34002
34003         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34004         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34005         (gst_tcp_gdp_write_caps):
34006         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34007         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34008         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34009         Memory leak fixes
34010
34011 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34012
34013         * ext/vorbis/Makefile.am:
34014         * ext/vorbis/vorbis.c: (plugin_init):
34015         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34016         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34017         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34018         (vorbis_parse_change_state):
34019         * ext/vorbis/vorbisparse.h:
34020           adding a vorbisparse element that marks the buffers, streaming
34021           raw vorbis using GDP now works, whee
34022
34023 2004-06-08  Wim Taymans  <wim@fluendo.com>
34024
34025         * ext/jpeg/Makefile.am:
34026         * ext/jpeg/README:
34027         * ext/jpeg/gstjpeg.c: (plugin_init):
34028         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34029         (gst_smokedec_base_init), (gst_smokedec_class_init),
34030         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34031         * ext/jpeg/gstsmokedec.h:
34032         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34033         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34034         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34035         (gst_smokeenc_resync), (gst_smokeenc_chain),
34036         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34037         * ext/jpeg/gstsmokeenc.h:
34038         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34039         (smokecodec_flush_destination), (smokecodec_term_destination),
34040         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34041         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34042         (smokecodec_term_source), (smokecodec_encode_new),
34043         (smokecodec_decode_new), (smokecodec_info_free),
34044         (smokecodec_set_quality), (smokecodec_get_quality),
34045         (smokecodec_set_threshold), (smokecodec_get_threshold),
34046         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34047         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34048         (smokecodec_parse_header), (smokecodec_decode):
34049         * ext/jpeg/smokecodec.h:
34050         Added a new simple jpeg based codec
34051
34052 2004-06-08  Wim Taymans  <wim@fluendo.com>
34053
34054         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34055         (gst_multipart_mux_loop):
34056         Fix memory leak
34057
34058 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34059
34060         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34061         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34062         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34063         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34064         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34065         * gst/tcp/gsttcpserversink.h:
34066           take streamheader into account
34067
34068 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34069
34070         * gst/level/Makefile.am:
34071         * gst/level/gstlevel.c: (gst_level_class_init):
34072           clean up marshal generation
34073
34074 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34075
34076         * gst/tcp/Makefile.am:
34077         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34078         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34079         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34080         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34081         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34082         (gst_tcpclientsrc_get_property):
34083         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34084         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34085         (gst_tcpserversink_handle_client_read),
34086         (gst_tcpserversink_handle_client_write),
34087         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34088         * gst/tcp/gsttcpserversink.h:
34089           add signals client-added and client-removed
34090         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34091         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34092         (gst_tcpserversrc_get_property):
34093         uniformized, change default protocol to NONE
34094         * gst/tcp/gsttcp-marshal.list: added
34095 2004-06-07  Benjamin Otte  <otte@gnome.org>
34096
34097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34098           handle discont events if they happen before caps nego
34099
34100 2004-06-07  Wim Taymans  <wim@fluendo.com>
34101
34102         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34103         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34104         (gst_multipart_demux_plugin_init):
34105         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34106         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34107         (gst_multipart_mux_change_state):
34108         Small updates, fix a memleak
34109
34110 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34111
34112         * configure.ac: OSS portability
34113         * ext/arts/gst_arts.c: idem
34114         * sys/oss/gstosselement.c: idem
34115         * sys/oss/gstossmixer.c: idem
34116         * sys/oss/gstosssink.c: idem
34117         * sys/oss/gstosssrc.c: idem
34118         * sys/oss/oss_probe.c: idem
34119           - check for soundcard.h in different places for some BSD
34120
34121 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34122
34123         * AUTHORS:
34124         Add me to the authors file
34125         * configure.ac:
34126         Increase the libdv requirement to >= version 0.100
34127         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34128         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34129         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34130         * ext/dv/gstdvdec.h:
34131         Add support for the new_media flag when sending DISCONT events
34132         Make the querying work when video pad is not linked
34133
34134 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34135
34136         reviewed by Benjamin Otte  <otte@gnome.org>
34137
34138         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34139           create a NULL-initialized array of pads, so we don't think they
34140           exist already. (fixes #143130)
34141
34142 2004-06-07  Benjamin Otte  <otte@gnome.org>
34143
34144         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34145         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34146         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34147           don't use // coments
34148
34149 2004-06-07  Benjamin Otte  <otte@gnome.org>
34150
34151         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34152           cast to GstClockTime to get higher granularity
34153         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34154           use gst_element_set_time_delay to get the exact time
34155         * ext/mad/gstmad.c: (gst_mad_chain):
34156           use the negotiated rate instead of the current frame's rate which
34157           might be wrong because of bit errors. This avoids emitting totally
34158           bogus timestamps and screwing sync.
34159         (fixes #143454)
34160
34161 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34162
34163         reviewed by Benjamin Otte  <otte@gnome.org>
34164
34165         * gst/adder/gstadder.c: (gst_adder_loop):
34166           properly error out when no negotiation has happened yet. (fixes
34167           #143032)
34168
34169 2004-06-06  Benjamin Otte  <otte@gnome.org>
34170
34171         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34172           forward correctly transformed offset in discont events. Based on
34173           patch by Arwed v. Merkatz. (fixes #142851)
34174
34175 2004-06-06  David Schleef  <ds@schleef.org>
34176
34177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34178         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34179         problems on several systems.
34180
34181 2004-06-06  Benjamin Otte  <otte@gnome.org>
34182
34183         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34184           use explicit caps on the srcpad
34185         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34186           properly error out if caps couldn't be set (fixes #142764)
34187
34188 2004-06-06  Benjamin Otte  <otte@gnome.org>
34189
34190         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34191         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34192         (gst_alsa_start_audio):
34193           - don't call set_periods_integer anymore, it breaks the
34194           configuration randomly
34195           - call snd_pcm_hw_params_set_access directly instead of using masks
34196           - don't fail if the sw_params can't be set, just use the default
34197           params and hope it works. Alsalib has weird issues when you touch
34198           sw_params and does no proper error reporting about what failed.
34199         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34200         (gst_alsa_close_audio):
34201           make our alsa debugging go via gst debugging and not conditionally
34202           defined
34203         * ext/alsa/gstalsa.h:
34204           add ALSA_DEBUG_FLUSH macro
34205         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34206         (plugin_init):
34207           wrap alsa errors to be printed via the gst debugging system and not
34208           spammed to stderr
34209
34210 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34211
34212         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34213         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34214         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34215         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34216         (qtdemux_parse_trak):
34217         * gst/qtdemux/qtdemux.h:
34218           Bitch. Also known as seeking, querying & co.
34219         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34220         (gst_osssink_change_state):
34221         * sys/oss/gstosssink.h:
34222           Resyncing is for weenies, this hack is no longer needed and was
34223           broken anyway (since it - unintendedly - always leaves resync to
34224           TRUE).
34225
34226 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34227
34228         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34229         * gst/tcp/gsttcpclientsrc.h: idem
34230           - define MSG_NOSIGNAL if not done
34231           - include unistd.h for off_t
34232           (fixes #143749)
34233
34234 2004-06-05  Benjamin Otte  <otte@gnome.org>
34235
34236         * configure.ac:
34237         * ext/kio/Makefile.am:
34238           check for qt's moc preprocessor explicitly and use it
34239
34240 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34241
34242         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34243           don't get a signal for EPIPE on socket writes
34244           (somebody check if this works on other platforms)
34245
34246 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34247
34248         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34249         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34250           check error condition on available samples correctly
34251
34252 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34253
34254         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34255           avoid a segfault
34256         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34257         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34258         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34259         (gst_tcpserversrc_gdp_read_header):
34260          use ssize_t over size_t since the former is signed and thus the
34261          check for error codes can work
34262
34263 2004-06-02  Wim Taymans  <wim@fluendo.com>
34264
34265         reviewed by: Johan
34266
34267         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34268         (gst_multipart_mux_loop):
34269         Oops
34270
34271 2004-06-02  Wim Taymans  <wim@fluendo.com>
34272
34273         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34274         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34275         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34276         (gst_multipart_mux_change_state):
34277         Added configurable boundary specifier, added the value as a
34278         caps field as well.
34279
34280 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34281
34282         * gst/tcp/gsttcp.c:
34283         * gst/tcp/gsttcpclientsrc.c:
34284         * gst/tcp/gsttcpclientsrc.h:
34285         * gst/tcp/gsttcpserversrc.c:
34286           - portability fix, to compile on OSX
34287             (fixes #143146)
34288
34289         * sys/osxaudio/gstosxaudioelement.c:
34290         * sys/osxaudio/gstosxaudiosink.c:
34291         * sys/osxaudio/gstosxaudiosrc.c:
34292           - compilation warnings on OSX
34293             (fixes #143153)
34294
34295 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34296
34297         * ext/vorbis/vorbisdec.c : sign warning fixes
34298
34299         * gst-libs/gst/mixer/mixertrack.c :
34300           do no use defines which are glib 2.4 specific
34301
34302 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34303
34304         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34305           buffer since libflac doesn't expect it (reports a sync error when
34306           it encounters that)
34307
34308
34309 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34310
34311         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34312         * gst-libs/gst/mixer/mixertrack.c:
34313         (gst_mixer_track_get_property), (get_mixer_track_init),
34314         (get_mixer_track_get_property): Added property accessors
34315         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34316         * gst-libs/gst/mixer/mixeroptions.c:
34317         (gst_mixer_options_get_values): Added
34318         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34319         * gst-libs/gst/mixer/mixer.c: Fixed comment
34320
34321
34322 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34323
34324         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34325           improve error messages on open
34326
34327
34328 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34329
34330         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34331           check if v4l-conf is in path
34332
34333 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34334
34335         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34336           change assert to a more readable error message
34337
34338 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34339
34340         * gst-libs/gst/tuner/tunerchannel.h:
34341           - add a freq_multiplicator field to make the conversion
34342             between internal frequency unit and Hz
34343         * sys/v4l/gstv4lelement.c:
34344         * sys/v4l2/gstv4l2element.c:
34345           - change default video device to /dev/video0
34346         * sys/v4l/v4l_calls.c:
34347         * sys/v4l2/v4l2_calls.c:
34348           - we only expose frequency to the user in Hz instead of
34349             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34350
34351 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34352         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34353           Initialise b_o_s and e_o_s variables
34354         * gst-libs/gst/riff/riff-media.c:
34355         (gst_riff_create_video_caps_with_data):
34356           Add some unusual fourcc's from mplayer avi's
34357         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34358           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34359           autoplugging.
34360
34361 2004-05-28  Wim Taymans  <wim@fluendo.com>
34362
34363         * configure.ac:
34364         * gst/alpha/Makefile.am:
34365         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34366         (gst_alpha_get_type), (gst_alpha_base_init),
34367         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34368         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34369         (gst_alpha_chroma_key), (gst_alpha_chain),
34370         (gst_alpha_change_state), (plugin_init):
34371         A plugin to add an alpha channel to I420 video. Can optionally do
34372         chroma keying.
34373         * gst/multipart/Makefile.am:
34374         * gst/multipart/multipart.c: (plugin_init):
34375         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34376         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34377         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34378         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34379         (gst_multipart_demux_change_state),
34380         (gst_multipart_demux_plugin_init):
34381         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34382         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34383         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34384         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34385         (gst_multipart_mux_pad_unlink),
34386         (gst_multipart_mux_request_new_pad),
34387         (gst_multipart_mux_handle_src_event),
34388         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34389         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34390         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34391         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34392         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34393         send multipart jpeg images to a browser.
34394         * gst/videobox/Makefile.am:
34395         * gst/videobox/README:
34396         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34397         (gst_video_box_get_type), (gst_video_box_base_init),
34398         (gst_video_box_class_init), (gst_video_box_init),
34399         (gst_video_box_set_property), (gst_video_box_get_property),
34400         (gst_video_box_sink_link), (gst_video_box_i420),
34401         (gst_video_box_ayuv), (gst_video_box_chain),
34402         (gst_video_box_change_state), (plugin_init):
34403         Crops or adds borders around an image. can do alpha channel
34404         borders as well.
34405         * gst/videomixer/Makefile.am:
34406         * gst/videomixer/README:
34407         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34408         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34409         (gst_videomixer_pad_get_sink_event_masks),
34410         (gst_videomixer_pad_get_property),
34411         (gst_videomixer_pad_set_property),
34412         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34413         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34414         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34415         (gst_videomixer_base_init), (gst_videomixer_class_init),
34416         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34417         (gst_videomixer_handle_src_event),
34418         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34419         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34420         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34421         (gst_videomixer_loop), (gst_videomixer_get_property),
34422         (gst_videomixer_set_property), (gst_videomixer_change_state),
34423         (plugin_init):
34424         Generic video mixer plugin, can handle multiple inputs all with
34425         different framerates and video sizes. Is fully alpha channel
34426         aware.
34427
34428 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34429
34430         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34431           Select first track as master track. Not sure how else to handle
34432           that...
34433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34434           Discard discont events. Should fix #142962.
34435
34436 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34437
34438         * ext/alsa/Makefile.am:
34439         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34440         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34441         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34442         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34443         (gst_alsa_mixer_get_option):
34444         * ext/alsa/gstalsamixer.h:
34445         * ext/alsa/gstalsamixeroptions.c:
34446         (gst_alsa_mixer_options_get_type),
34447         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34448         (gst_alsa_mixer_options_new):
34449         * ext/alsa/gstalsamixeroptions.h:
34450         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34451         * ext/alsa/gstalsamixertrack.h:
34452           Add enumerations (as GstMixerOptions). Make correct distinction
34453           between input/output tracks. Add capture/playback private flag.
34454           Use flag to decide on whether to set capture or playback volumes
34455           or switches. Use playback and record switches.
34456         * gst-libs/gst/mixer/Makefile.am:
34457         * gst-libs/gst/mixer/mixer-marshal.list:
34458         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34459         (gst_mixer_set_option), (gst_mixer_get_option),
34460         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34461         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34462         * gst-libs/gst/mixer/mixer.h:
34463         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34464         (gst_mixer_options_class_init), (gst_mixer_options_init),
34465         (gst_mixer_options_dispose):
34466         * gst-libs/gst/mixer/mixeroptions.h:
34467           Add GstMixerOptions.
34468         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34469           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34470           broken device detection on computers with multiple OSS sound
34471           cards.
34472
34473 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34474
34475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34476           fixate nicely even when the peer is not negotiating
34477
34478 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34479
34480         * gst/audioconvert/gstaudioconvert.c:
34481         (gst_audio_convert_parse_caps):
34482           make sure we don't allow depth > width
34483         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34484           fixate endianness to G_BYTE_ORDER as default
34485         * gst/audioscale/gstaudioscale.c:
34486           we don't handle another endianness as host-endianness
34487
34488 2004-05-25  David Schleef  <ds@schleef.org>
34489
34490         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34491
34492 2004-05-24  Benjamin Otte  <otte@gnome.org>
34493
34494         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34495         (gst_oggvorbisenc_setup):
34496           properly fail when we can't setup the vorbis encoder due to
34497           unsupported settings
34498         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34499         (gst_vorbisenc_setup):
34500           same
34501         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34502           fix case where warnings occured when one pad was unlinked while the
34503           other's link function was called
34504
34505 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34506
34507         * gst/tcp/Makefile.am:
34508           use GST_ENABLE_NEW
34509
34510 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34511
34512         * gst-libs/gst/resample/private.h:
34513           don't use optimizations that are #if 0'ed
34514
34515 2004-05-24  Wim Taymans  <wim@fluendo.com>
34516
34517         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34518         Fix potential division by zero error and hopefully get
34519         the position query right to get correct timestamps on avi
34520         audio.
34521
34522 2004-05-24  Wim Taymans  <wim@fluendo.com>
34523
34524         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34525         (gst_videoscale_scale_nearest_str2),
34526         (gst_videoscale_scale_nearest_str4),
34527         (gst_videoscale_scale_nearest_32bit),
34528         (gst_videoscale_scale_nearest_24bit),
34529         (gst_videoscale_scale_nearest_16bit):
34530         Fix the scaling algorithm and avoid a buffer overflow.
34531         removed the while loop in the scaling function as it
34532         was used for point sampling only.
34533
34534 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34535
34536         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34537         (gst_id3_tag_class_init), (gst_id3_tag_init),
34538         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34539         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34540         (gst_id3_tag_send_tag_event):
34541           lots of fixes to make id3mux work and id3demux work correctly
34542
34543 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34544
34545         * ext/Makefile.am:
34546           add rules to build shout2send (was removed by accident
34547           when this module was no more marked experimental/broken)
34548
34549 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34550
34551         * ext/shout2/gstshout2.c:
34552         * ext/shout2/gstshout2.h:
34553           adding a "connection problem" signal to shout2send
34554           (fixes #142954)
34555
34556 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34557
34558         * ext/kio/kioreceiver.cpp:
34559         * ext/kio/kioreceiver.h:
34560           fix sign comparison issues
34561
34562 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34563
34564         * gst/cdxaparse/gstcdxaparse.c:
34565         * gst/cdxaparse/gstcdxaparse.h:
34566           some renaming
34567           add some checks/sanity
34568           prepare for seek addition
34569
34570         * sys/sunaudio/gstsunaudio.c:
34571           remove exported dupe init function
34572
34573 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34574
34575         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34576         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34577           Fix format conversion and position querying.
34578         * gst/debug/progressreport.c: (gst_progressreport_report):
34579           Don't output a bogus total value that we didn't query.
34580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34581           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34582           only a blank window after xine has been used.
34583
34584 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34585
34586         * m4/as-arts.m4:
34587           sync with upstream version to fix test on FC2
34588           readd with -ko to preserve Id header
34589
34590 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34591
34592         * configure.ac:
34593           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34594         * gst/tcp/gsttcpclientsrc.c: idem
34595         * gst/tcp/gsttcpserversink.c: idem
34596         * gst/tcp/gsttcpserversrc.c: idem
34597         * m4/gst-fionread.m4: idem
34598
34599         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34600
34601         * configure.ac: enable speex plugin for speex 1.1.5+
34602         * ext/speex/gstspeexenc.c: fix cast warning
34603
34604         * ext/esd/README: fix typo
34605
34606 2004-05-20  David Schleef  <ds@schleef.org>
34607
34608         * configure.ac: Minor cosmetic change to convince the buildbot to
34609         reautogen.
34610         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34611         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34612         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34613         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34614         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34615         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34616         More hacking.  Plays audio now.
34617
34618 2004-05-20  David Schleef  <ds@schleef.org>
34619
34620         * configure.ac:
34621         * sys/Makefile.am:
34622
34623 2004-05-20  David Schleef  <ds@schleef.org>
34624
34625         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34626         * sys/osxaudio/gstosxaudio.c:
34627         * sys/osxaudio/gstosxaudioelement.c:
34628         * sys/osxaudio/gstosxaudioelement.h:
34629         * sys/osxaudio/gstosxaudiosink.c:
34630         * sys/osxaudio/gstosxaudiosink.h:
34631         * sys/osxaudio/gstosxaudiosrc.c:
34632         * sys/osxaudio/gstosxaudiosrc.h:
34633
34634 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34635
34636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34637         (gst_vorbisenc_chain):
34638           put the codec headers on the caps as streamheader as well as
34639           pushing them out
34640
34641 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34642
34643         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34644         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34645         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34646         split up push_packet into two functions
34647
34648 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34649
34650         * gst/tcp/.cvsignore:
34651           ignore enums
34652         * gst/tcp/Makefile.am:
34653         * gst/tcp/README:
34654         * gst/tcp/gsttcp.c:
34655         * gst/tcp/gsttcp.h:
34656         * gst/tcp/gsttcpclientsink.c:
34657         * gst/tcp/gsttcpclientsink.h:
34658         * gst/tcp/gsttcpclientsrc.c:
34659         * gst/tcp/gsttcpclientsrc.h:
34660         * gst/tcp/gsttcpplugin.c:
34661         * gst/tcp/gsttcpserversink.c:
34662         * gst/tcp/gsttcpserversink.h:
34663         * gst/tcp/gsttcpserversrc.c:
34664         * gst/tcp/gsttcpserversrc.h:
34665           add new tcp elements
34666
34667 2004-05-19  Wim Taymans  <wim@fluendo.com>
34668
34669         * gst/law/mulaw-conversion.c: (mulaw_encode):
34670         Fix overflow bug in ulaw encoding.
34671
34672 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34673
34674         * ext/mad/gstmad.c: (gst_mad_handle_event):
34675           don't unref the event twice
34676
34677 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34678
34679         * configure.ac:
34680           remove -Wno-sign-compare
34681
34682 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34683
34684         * configure.ac:
34685           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34686           if you want to work against glib 2.2 and 2.4
34687
34688 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34689
34690         * gst/tcp/Makefile.am:
34691         * gst/tcp/gsttcp.c:
34692         * gst/tcp/gsttcp.h:
34693         * gst/tcp/gsttcpsink.h:
34694         * gst/tcp/gsttcpsrc.h:
34695           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34696
34697 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34698
34699         * gst/debug/tests.c: (md5_get_value):
34700           fix segfault on gst-inspect
34701
34702 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34703
34704         * gst/debug/testplugin.c:
34705         * gst/debug/tests.c:
34706         * gst/debug/tests.h:
34707           add new extensible and configurable testing element. Current tests
34708           include buffer count, stream length, timestamp/duration matching and
34709           md5.
34710         * gst/debug/Makefile.am:
34711         * gst/debug/gstdebug.c: (plugin_init):
34712           add infrastructure for new element
34713
34714 2004-05-19  Johan Dahlin  <johan@gnome.org>
34715
34716         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34717         ending of the array. Fixes gst-inspect segfault on ppc.
34718
34719 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34720
34721         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34722
34723         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34724
34725 2004-05-18  David Schleef  <ds@schleef.org>
34726
34727         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34728         warnings (bugs, actually) noticed by gcc but not forte.
34729
34730 2004-05-18  David Schleef  <ds@schleef.org>
34731
34732         * sys/sunaudio/Makefile.am:
34733         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34734
34735 2004-05-18  David Schleef  <ds@schleef.org>
34736
34737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34738         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34739         to allow qtdemux to use non-seekable streams. (bug #142272)
34740
34741 2004-05-18  David Schleef  <ds@schleef.org>
34742
34743         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34744         (gst_resample_sinc_ft_float): Remove use of static temporary
34745         buffer.  This code was obviously not supposed to last long, but
34746         it's stuck in our ABI, so it required a little hack to make it
34747         ABI-compatible.  Fixes #142585.
34748         * gst-libs/gst/resample/resample.h: same.
34749
34750 2004-05-18  David Schleef  <ds@schleef.org>
34751
34752         * configure.ac: Add sunaudio
34753         * examples/Makefile.am: make gstplay depend on gconf
34754         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34755         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34756         (convert_table_lookup), (img_convert): remove c99-isms
34757         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34758           unsigned, to fix a warning on Solaris
34759         * gst/mpeg1sys/systems.c: bcopy->memcpy
34760         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34761         * sys/Makefile.am: Add sunaudio
34762
34763 2004-05-18  Wim Taymans  <wim@fluendo.com>
34764
34765         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34766         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34767         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34768         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34769         (gst_ogg_mux_loop):
34770         Fix an ugly memleak where the muxer didn't flush enough ogg
34771         pages. This also resulted in badly muxed ogg files.
34772
34773 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34774
34775         * gst/asfdemux/asfheaders.c :
34776         * gst/asfdemux/asfheaders.h :
34777         * gst/asfdemux/gstasfdemux.c :
34778           - fix ASF_OBJ_PADDING guid
34779           - add 3 new object guids (language list, metadata,
34780             extended stream properties)
34781           - add a function to parse extended header objects
34782
34783 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34784
34785         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34786           remove leftover debugging g_print
34787
34788 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34789
34790         * ext/mad/gstmad.c: (gst_mad_handle_event):
34791           Fix for when the first format in a discont event is not a
34792           byte-based one. Should fix #137710.
34793
34794 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34795
34796         * m4/a52.m4 : fix compilation with -Wall -Werror
34797         * m4/libfame.m4 : idem
34798         * m4/libmikmod.m4 : idem
34799
34800 2004-05-17  Benjamin Otte  <otte@gnome.org>
34801
34802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34803           signal the new tags before giving up the reference
34804
34805 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34806
34807         * ext/shout2/gstshout2.c:
34808           use application/ogg instead of application/x-ogg (patch by Patrick
34809           Guimond, fixes #142432)
34810         * sys/oss/gstosselement.c: (gst_osselement_reset),
34811         (gst_osselement_sync_parms):
34812           don't set fragment size unless specified (fixes #142493)
34813
34814 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34815
34816         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34817           fixes #142664
34818
34819 2004-05-17  Benjamin Otte  <otte@gnome.org>
34820
34821         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34822           compute offsets correctly for internal buffers so timestamps are set
34823           correctly when we can't seek. Also handle cases where there are no
34824           offsets. (based on a patch by David Moore, fixes #142507)
34825
34826 2004-05-17  Benjamin Otte  <otte@gnome.org>
34827
34828         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34829           use correct variable when determining amount of data to skip so we
34830           don't skip into the void and segfault
34831
34832 2004-05-16  Benjamin Otte  <otte@gnome.org>
34833
34834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34835           Hi, I'm a memleak
34836
34837 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34838
34839         * gst/asfdemux/gstasfdemux.c:
34840           - fix a mem leak and always propagate tags
34841           - add WMV3 to known video codecs (but no decoder yet)
34842           - replace "surplus data" at end of audio header for what
34843             it is : codec specific data
34844           - fix a typo
34845
34846 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34847
34848         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34849
34850         * gst-libs/gst/audio/audioclock.c:
34851           Fix wrong return type (#142205).
34852
34853 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34854
34855         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34856           Ignore CRCs by default (fixes #142566).
34857
34858 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34859
34860         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34861         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34862         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34863         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34864         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34865         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34866           Fix for cases where we fail to attach to a mixer.
34867
34868 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34869
34870         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34871           Don't touch events after not owning them anymore.
34872         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34873         (gst_wavparse_fmt), (gst_wavparse_other),
34874         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34875         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34876         (gst_wavparse_srcpad_event):
34877         * gst/wavparse/gstwavparse.h:
34878           Add seeking, fix querying.
34879
34880 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34881
34882         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34883           - process comments even if they don't end with \0\0
34884             g_convert would ignore them if present and works well without them
34885
34886 2004-05-16  Benjamin Otte  <otte@gnome.org>
34887
34888         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34889           simplify caps
34890
34891 2004-05-16  Benjamin Otte  <otte@gnome.org>
34892
34893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34894           don't write to memory we might not write to - g_convert does that
34895           for us anyway (fixes #142613)
34896         (gst_asf_demux_audio_caps):
34897           comment out gst_util_dump_mem
34898
34899 2004-05-16  Benjamin Otte  <otte@gnome.org>
34900
34901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34902           compute correct expected timestamps after seek (broken since
34903           last commit)
34904         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34905           rename element and debugging category to gdkpixbufscale
34906
34907 2004-05-16  Benjamin Otte  <otte@gnome.org>
34908
34909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34910           add error checking to snd_pcm_delay and remove duplicate call to
34911           snd_pcm_delay that caused issues (see inline code comments)
34912         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34913           make more readable and fix return value when snd_pcm_delay fails
34914         (fixes #142586)
34915
34916 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34917         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34918         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34919         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34920         (gst_pixbufscale_link), (gst_pixbufscale_init),
34921         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34922         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34923         (gst_pixbufscale_get_property), (pixbufscale_init):
34924         * ext/gdk_pixbuf/pixbufscale.h:
34925         Add these files I forgot earlier
34926
34927 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34928         * ext/gdk_pixbuf/Makefile.am:
34929         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34930         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34931         Add new pixbufscale element to scale RGB video
34932         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34933         and HYPER interpolation correctly.
34934         * ext/theora/theoraenc.c: (theora_enc_chain),
34935         Discard buffer and return if explicit caps could not be set
34936         (theora_enc_get_property):
34937         Make _get return kbps for the bitrate consistent with
34938         the _set function.
34939
34940
34941 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34942
34943         * ext/libvisual/visual.c: (gst_visual_chain):
34944           add missing visual_audio_analyze
34945
34946 2004-05-14  David Schleef  <ds@schleef.org>
34947
34948         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34949         is killed while we're playing.
34950         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34951         gst_element_no_more_pads().
34952
34953 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34954
34955         * gst-libs/gst/riff/riff-read.c :
34956           - fix INFO tag extraction in RIFF/AVI files
34957             because gst_event_unref (event) also freed taglist
34958           - avoid a mem leak
34959
34960 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34961
34962         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34963         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34964
34965         * gst/auparse/gstauparse.c :
34966           - add code (commented for now) to support audio/x-adpcm on src pad
34967             (we have no decoder for those layout yet)
34968
34969         * gst/cdxaparse/gstcdxaparse.c :
34970         * gst/cdxaparse/gstcdxaparse.h :
34971           - partial rewrite using RiffRead (ripped iain's wavparse code)
34972
34973         * gst/rtp/gstrtpL16enc.c : typo
34974         * gst/rtp/gstrtpgsmenc.c : typo
34975
34976 2004-05-13  Benjamin Otte  <otte@gnome.org>
34977
34978         * configure.ac:
34979           check for exact version of libvisual, it's not supposed to be
34980           API/ABI stable yet
34981
34982 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34983
34984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34985           signal no-more-pads
34986
34987 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34988
34989         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34990         Report which format was used for GST_FORMAT_DEFAULT
34991         * gst/debug/Makefile.am:
34992         * gst/debug/gstdebug.c: (plugin_init):
34993         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34994         (gst_progressreport_class_init), (gst_progressreport_init),
34995         (gst_progressreport_report), (gst_progressreport_set_property),
34996         (gst_progressreport_get_property), (gst_progressreport_chain),
34997         (gst_progressreport_plugin_init):
34998         Add progressreport element for testing.
34999
35000 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35001
35002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35003         * sys/v4l/gstv4lsrc.h:
35004         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35005         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35006         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35007         (gst_v4lsrc_grab_frame):
35008           add more debugging
35009           send a discont at start
35010
35011 2004-05-12  Colin Walters  <walters@redhat.com>
35012
35013         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35014         inflooping if we can't find a chunk.  Or in other words, don't blow
35015         chunks if we don't have a chunk to blow.
35016
35017 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35018         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35019         Remove old debug output
35020         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35021         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35022         (gst_dvdec_set_property), (gst_dvdec_get_property):
35023         Change the quality setting to an enum, so it works from gst-launch
35024         Don't renegotiate a non-linked pad. Allows audio only decoding.
35025         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35026         (gst_deinterlace_link), (gst_deinterlace_init):
35027         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35028         (gst_videodrop_link):
35029         Some caps negotiation fixes
35030
35031 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35032
35033         * ext/tarkin/gsttarkin.c :
35034           - Change RANK from NONE to PRIMARY
35035         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35036           - Change RANK from NONE to MARGINAL
35037         * ext/divx/gstdivxenc.c :
35038           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35039
35040 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35041
35042         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35043         (gst_vorbisenc_push_packet):
35044           copy a function that was added between 1.0 and 1.0.1 until we
35045           depend on worthwhile features of post-1.0
35046
35047 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35048
35049         * configure.ac:
35050           enable shout2 by default
35051         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35052         (gst_shout2send_base_init), (gst_shout2send_init),
35053         (gst_shout2send_connect), (gst_shout2send_change_state):
35054         * ext/shout2/gstshout2.h:
35055           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35056           #142262)
35057         * ext/theora/theora.c: (plugin_init):
35058           don't set rank on encoders
35059
35060 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35061
35062         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35063           Use codec_data property instead of flag1 and flag2 for wma
35064
35065 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35066
35067         * gst/cdxaparse/gstcdxaparse.c :
35068           - Add mpegversion to CAPS to make it link
35069           - Rank is as GST_RANK_SECONDARY instead of NONE
35070         * gst/auparse/gstauparse.c :
35071           - Document all audio encoding we can encounter from Solaris 9
35072             headers and libsndfile information.
35073           - Increase max. rate from 48000 to 192000 (to match other elements)
35074           - Don't try to play junk data between header and samples
35075
35076 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35077
35078         * ext/libvisual/visual.c: (gst_visual_getcaps):
35079           use the right caps depending on endianness (I hope)
35080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35081           use GST_RANK_NONE for all non-decoding elements or spider gets
35082           mighty confused
35083
35084 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35085
35086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35087           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35088
35089 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35090
35091         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35092         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35093         (gst_switch_loop), (gst_switch_get_type):
35094           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35095           HEADERS. Had to be said.
35096
35097 2004-05-10  David Schleef  <ds@schleef.org>
35098
35099         * configure.ac: Add prototype Dirac support.
35100         * ext/Makefile.am:
35101         * ext/dirac/Makefile.am:
35102         * ext/dirac/gstdirac.cc:
35103         * ext/dirac/gstdiracdec.cc:
35104
35105 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35106
35107         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35108         (gst_auparse_init), (gst_auparse_chain),
35109         (gst_auparse_change_state):
35110           Hack around spider. Remove me some day please.
35111
35112 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35113
35114         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35115           Fix for some uninitialized variables in previous patch, also
35116           makes it work. Fixes #142286 while we're at it.
35117
35118 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35119
35120         * gst/auparse/gstauparse.c:
35121                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35122                 only unsupported formats are ADPCM/CCITT G.72x
35123                 reviewed by Ronald
35124         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35125
35126 2004-05-10  Wim Taymans  <wim@fluendo.com>
35127
35128         * ext/vorbis/Makefile.am:
35129         * ext/vorbis/README:
35130         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35131         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35132         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35133         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35134         (gst_oggvorbisenc_convert_sink),
35135         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35136         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35137         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35138         (get_constraints_string), (update_start_message),
35139         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35140         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35141         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35142         * ext/vorbis/oggvorbisenc.h:
35143         * ext/vorbis/vorbis.c: (plugin_init):
35144         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35145         (raw_caps_factory), (gst_vorbisenc_class_init),
35146         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35147         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35148         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35149         * ext/vorbis/vorbisenc.h:
35150         Added a raw vorbis encoder to be used with the oggmuxer.
35151         We still need the old encoder for some gnome applications,
35152         read the README to find out how that works.
35153         The raw encoder is called "rawvorbisenc" until 0.9.
35154
35155 2004-05-10  Wim Taymans  <wim@fluendo.com>
35156
35157         * ext/ogg/gstogg.c: (plugin_init):
35158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35159         (gst_ogg_print):
35160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35161         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35162         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35163         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35164         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35165         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35166         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35167         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35168         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35169         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35170         Added an ogg muxer.
35171         Small typo fixes in the demuxer.
35172
35173 2004-05-10  Wim Taymans  <wim@fluendo.com>
35174
35175         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35176         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35177         (theora_enc_change_state), (theora_enc_set_property),
35178         (theora_enc_get_property):
35179         Mark the last packet with an EOS flag which is not really needed
35180         in gstreamer.
35181         Do some better video framerate initialisation.
35182         Update the buffer timestamp.
35183
35184 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35185
35186         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35187         Return the result of the parent state change call
35188
35189 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35190
35191         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35192         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35193         * gst/law/alaw-encode.c : (idem)
35194         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35195         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35196         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35197
35198 2004-05-09  Benjamin Otte  <otte@gnome.org>
35199
35200         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35201           don't use a fixed buffer size when writing variable length data to
35202           it. Fixes memory corruption and makes alsasrc work
35203
35204 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35205
35206         * ext/gnomevfs/gstgnomevfssink.c:
35207         (_gst_boolean_allow_overwrite_accumulator),
35208         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35209           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35210           RUN_LAST, and don't use that to set the accumulator value because
35211           then it's always FALSE.
35212
35213 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35214
35215         * gst-libs/gst/riff/riff-media.c:
35216         (gst_riff_create_video_caps_with_data),
35217         (gst_riff_create_audio_caps),
35218         (gst_riff_create_audio_template_caps):
35219         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35220           Fix for unaligned RIFF files (i.e. where all the chunks together
35221           in a LIST chunk are not of the same size as the size given in
35222           the LIST chunk header). Fixes several odd WAVE files. Also fix
35223           ADPCM (block_align property) in audio, so that wavparse based
35224           on this works now as it used to stand-alone.
35225
35226 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35227
35228         reviewed by Benjamin Otte  <otte@gnome.org>
35229
35230         * ext/a52dec/gsta52dec.c:
35231         * ext/divx/gstdivxdec.c:
35232         * ext/divx/gstdivxenc.c:
35233         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35234         * ext/faac/gstfaac.c: (gst_faac_base_init):
35235         * ext/faad/gstfaad.c: (gst_faad_base_init):
35236         * ext/ivorbis/vorbisfile.c:
35237         * ext/lame/gstlame.c:
35238         * ext/libfame/gstlibfame.c:
35239         * ext/mpeg2enc/gstmpeg2enc.cc:
35240         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35241         * ext/sidplay/gstsiddec.cc:
35242         * ext/speex/gstspeexdec.c:
35243         * ext/speex/gstspeexenc.c:
35244         * ext/xvid/gstxviddec.c:
35245         * ext/xvid/gstxvidenc.c:
35246           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35247           (fixes #142193)
35248
35249 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35250
35251         * ext/alsa/gstalsa.c: (device_list),
35252         (gst_alsa_class_probe_devices):
35253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35254           Fix alsa oddness in mixer after the combination of using mixer
35255           in source/sink elements and using hw:x,y instead of just hw:x.
35256
35257 2004-05-09  Benjamin Otte  <otte@gnome.org>
35258
35259         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35260         (gst_wavparse_create_sourcepad):
35261           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35262           sourcepads
35263
35264 2004-05-09  Benjamin Otte  <otte@gnome.org>
35265
35266         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35267           allow discont events before caps nego
35268
35269 2004-05-08  Benjamin Otte  <otte@gnome.org>
35270
35271         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35272           don't leak events
35273
35274 2004-05-08  Benjamin Otte  <otte@gnome.org>
35275
35276         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35277         (gst_level_change_state), (gst_level_init):
35278         * gst/level/gstlevel.h:
35279           figure out if we're initialized directly instead of keeping a
35280           variable that's wrong in 90% of cases
35281           don't initialize pads and then leak them and use a new unitialized
35282           pad. (fixes #142084)
35283           these were bugs so n00bish I didn't find them for an hour :/
35284
35285 2004-05-08 Iain <iain@prettypeople.org>
35286
35287         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35288         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35289         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35290         return the length that was read.
35291         (gst_riff_read_strf_auds): Allow fmt tags as well.
35292
35293 2004-05-07  David Schleef  <ds@schleef.org>
35294
35295         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35296         signed char assumption in faad.h.
35297
35298 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35299
35300         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35301           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35302
35303 2004-05-07  Colin Walters  <walters@redhat.com>
35304
35305         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35306         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35307         function.
35308         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35309         Add dispose function.
35310
35311 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35312         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35313           Fix caps nego and pad templates. RGB mode caps should
35314           work now.
35315         * ext/dvdnav/gst-dvd:
35316           Move mpeg2dec inside the thread because otherwise the
35317           queue rejects cap changes mid-stream
35318         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35319         (gst_mpeg2dec_flush_decoder):
35320           For mpeg2dec > 0.4.0, call the flush function instead of
35321           manually extracting all in-flight frames.
35322         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35323         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35324           Change mime type video/dv go video/x-dv to match the
35325           rest of gst-plugins
35326
35327 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35328
35329         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35330         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35331         (gst_alsa_sink_class_init):
35332         * ext/alsa/gstalsasink.h:
35333         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35334         (gst_alsa_src_class_init):
35335         * ext/alsa/gstalsasrc.h:
35336           Make alsasink/src a subclass of alsamixer so that mixer stuff
35337           shows up in gst-rec. Needs some finetuning.
35338
35339 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35340
35341         * ext/lame/gstlame.c: (gst_lame_chain):
35342           simplify
35343         * ext/mad/gstmad.c: (gst_mad_handle_event):
35344           fix event leak
35345         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35346           be able to detect mp3 files < 4096 bytes
35347
35348 2004-05-06  Wim Taymans  <wim@fluendo.com>
35349
35350         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35351         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35352         (theora_enc_set_property), (theora_enc_get_property):
35353         Also encode the first frame, cleanup some code.
35354
35355 2004-05-06  Wim Taymans  <wim@fluendo.com>
35356
35357         * ext/mpeg2enc/gstmpeg2enc.cc:
35358         Forward events first before deciding that negotiation was
35359         not performed.
35360
35361 2004-05-06  Wim Taymans  <wim@fluendo.com>
35362
35363         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35364         First process the events before deciding that negotiation
35365         was not performed.
35366
35367 2004-05-06  Wim Taymans  <wim@fluendo.com>
35368
35369         * ext/theora/Makefile.am:
35370         * ext/theora/theora.c: (plugin_init):
35371         * ext/theora/theoradec.c: (theora_dec_change_state):
35372         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35373         (gst_theora_enc_class_init), (gst_theora_enc_init),
35374         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35375         (theora_enc_chain), (theora_enc_change_state),
35376         (theora_enc_set_property), (theora_enc_get_property):
35377         Added a theora encoder, grouped the encoder and decoder into the
35378         same plugin.
35379
35380 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35381
35382         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35383         (gst_jpegenc_chain):
35384         fix DURATION on outgoing buffers
35385         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35386         debug using time formats
35387         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35389         (gst_xvimagesink_sink_link):
35390         windows with width/height 0 generate X errors, so don't allow them
35391
35392 2004-05-05  Wim Taymans  <wim@fluendo.com>
35393
35394         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35395         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35396         (gst_mpeg2dec_negotiate_format):
35397         * ext/mpeg2dec/gstmpeg2dec.h:
35398           removed the static pad template so that we can add the
35399           more accurate framerate value to the caps.
35400
35401
35402 2004-05-04  Benjamin Otte  <otte@gnome.org>
35403
35404         * configure.ac:
35405           check for kdemacros.h, too (should fix #141821)
35406         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35407           don't crash if no header was sent, but nicely error out (fixes part
35408           of #141554)
35409
35410 2004-05-04  Wim Taymans  <wim@fluendo.com>
35411
35412         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35413         parent dispose function to avoid segfault on destroy.
35414
35415 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35416
35417         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35418         (plugin_init):
35419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35420         (gst_xvimagesink_sink_link):
35421         clean up debugging caps
35422         also recreate xvimage when format has changed
35423
35424 2004-05-04  Benjamin Otte  <otte@gnome.org>
35425
35426         * ext/libvisual/Makefile.am:
35427         * ext/libvisual/visual.c: (gst_visual_class_init),
35428         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35429         (gst_visual_srclink), (gst_visual_chain),
35430         (gst_visual_change_state), (plugin_init):
35431           use a GstAdapter to correctly adapt buffer sizes - allows using a
35432           framerate
35433
35434 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35435
35436         * sys/v4l/gstv4lelement.h:
35437         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35439         (gst_v4lsrc_buffer_free):
35440         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35441         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35442         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35443         (gst_v4lsrc_requeue_frame):
35444         move some debugging categories around
35445         query for fps index and set accordingly if found
35446
35447 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35448
35449         * ext/lame/gstlame.c:
35450         correct defaults that lame_init puts out of range
35451
35452 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35453
35454         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35455         (gst_divxenc_class_init):
35456         fix range since -1 is the default
35457         * gst/mpeg1sys/gstmpeg1systemencode.c:
35458         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35459         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35460         (gst_rtjpegdec_chain):
35461         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35462         (gst_rtjpegenc_chain):
35463         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35464         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35465         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35466         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35467         * sys/v4l/gstv4lsrc.c:
35468         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35469         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35470         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35471         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35472         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35473           remove gst_info calls
35474
35475 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35476
35477         * Makefile.am:
35478         * po/af.po:
35479         * po/az.po:
35480         * po/en_GB.po:
35481         * po/nl.po:
35482         * po/sr.po:
35483         * po/sv.po:
35484           Updated translations
35485
35486 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35487
35488         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35489           refactor/comment code
35490
35491 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35492
35493         * gst/asfdemux/Makefile.am:
35494         * gst/asfdemux/asfheaders.c:
35495         * gst/asfdemux/asfheaders.h:
35496         * gst/asfdemux/gstasf.c: (plugin_init):
35497         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35498         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35499         (gst_asf_demux_setup_pad):
35500         * gst/asfdemux/gstasfdemux.h:
35501         * gst/asfdemux/gstasfmux.c:
35502         * gst/asfdemux/gstasfmux.h:
35503           Add tagging support to demuxer, split out registration in its own
35504           file instead of in demux (hacky), and prevent having some tables
35505           in our memory multiple times (in asfheaders.h).
35506
35507 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35508
35509         * gst/matroska/matroska-demux.c:
35510         (gst_matroska_demux_parse_metadata):
35511         * gst/matroska/matroska-ids.h:
35512           Basic tag reading support.
35513
35514 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35515
35516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35517           Really detect ac-3 audio.
35518         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35519           really detect matroska files (off-by-1).
35520
35521 2004-04-30  David Schleef  <ds@schleef.org>
35522
35523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35524         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35525         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35526         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35527         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35528         hackage -- parse a lot more atoms, extract a few tags.  One might even
35529         mistake this for tag support.  Maybe it is.
35530         * gst/qtdemux/qtdemux.h:
35531
35532 2004-04-30  Colin Walters  <walters@verbum.org>
35533
35534         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35535
35536 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35537
35538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35539         (gst_ffmpegcolorspace_getcaps):
35540           remove broken nego fix
35541
35542 2004-04-30  Benjamin Otte  <otte@gnome.org>
35543
35544         * configure.ac:
35545         * ext/Makefile.am:
35546         * ext/libvisual/Makefile.am:
35547         * ext/libvisual/visual.c:
35548           add initial support for libvisual (http://libvisual.sourceforge.net)
35549           libvisual is still quite alpha, so expect crashes in there :)
35550
35551 2004-04-29  David Schleef  <ds@schleef.org>
35552
35553         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35554         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35555         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35556         code; you will no longer respect me.
35557
35558 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35559
35560         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35561         * ext/alsa/gstalsa.h :
35562         change alsa pcm device discovery to find more than 1 device
35563         per card. code review by Ronald.
35564
35565 2004-04-29  David Schleef  <ds@schleef.org>
35566
35567         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35568         Add a check for a driver bug on FreeBSD.  (bug #140565)
35569
35570 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35571
35572         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35573         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35574         (gst_jpegenc_getcaps):
35575           move format setting to inner loop
35576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35577         (gst_ffmpegcolorspace_getcaps):
35578           use GST_PAD_CAPS if available so that we use already negotiated
35579           caps
35580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35581         (qtdemux_parse_moov), (qtdemux_parse):
35582           extra debugging
35583         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35584         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35585           move hardcoded path to DEFINE
35586
35587 2004-04-28  David Schleef  <ds@schleef.org>
35588
35589         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35590         (bug #140064)
35591
35592 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35593
35594         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35595           Don't probe for playback device if we're a source element. Fixes
35596           #139658.
35597
35598 2004-04-29  Benjamin Otte  <otte@gnome.org>
35599
35600         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35601         (gst_id3_tag_chain):
35602           rewrite buffer offset
35603
35604 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35605
35606         * configure.ac:
35607         * ext/Makefile.am:
35608         * ext/dts/Makefile.am:
35609         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35610         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35611         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35612         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35613         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35614         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35615         (plugin_init):
35616         * ext/dts/gstdtsdec.h:
35617           New DTS decoder.
35618         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35619         (gst_faad_srcconnect):
35620           Add ESDS atom handling (.m4a).
35621
35622 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35623
35624         * ext/divx/gstdivxdec.c: (plugin_init):
35625           Remove comment that makes no sense.
35626         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35627           Fix for obvious typo that resulted in warnings during gst-register.
35628         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35629         (gst_xviddec_sink_link):
35630           Fix caps negotiation a bit better.
35631         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35632           We call this 'codec_data', not 'esds'.
35633
35634 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35635
35636         * gst/monoscope/gstmonoscope.c:
35637           make sure we only provide 256x128
35638         * gst/monoscope/monoscope.c: (monoscope_init):
35639           assert size of 256x128
35640
35641 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35642
35643         * Makefile.am:
35644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35645         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35646           fixate to max width and height of device
35647
35648 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35649
35650         * Makefile.am:
35651         * sys/v4l/gstv4l.c:
35652         * sys/v4l/gstv4lsrc.c:
35653         * sys/v4l/v4l_calls.c:
35654         * sys/v4l/v4lsrc_calls.c:
35655           fix for qc-usb driver which fakes having more than one buffer
35656           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35657           buffer_free override
35658           add debugging
35659
35660 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35661
35662         * Makefile.am:
35663         * gst/videotestsrc/gstvideotestsrc.c:
35664         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35665         (gst_videotestsrc_init), (gst_videotestsrc_get),
35666         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35667         * gst/videotestsrc/gstvideotestsrc.h:
35668           add num-buffers property
35669
35670         2004-04-26  Benjamin Otte  <otte@gnome.org>
35671
35672         * ext/mad/gstid3tag.c: (plugin_init):
35673           set id3mux rank to NONE so it doesn't confuse spider
35674           require audio/mpeg,mpegversion=1 in id3mux
35675
35676 2004-04-26  Benjamin Otte  <otte@gnome.org>
35677
35678         * configure.ac:
35679           detect faad correctly as non-working if it's indeed non-working
35680
35681 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35682
35683         * Makefile.am:
35684         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35685         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35686         fix _getcaps so it only negotiates to its supported format
35687
35688 2004-04-25  Benjamin Otte  <otte@gnome.org>
35689
35690         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35691           fix memleak
35692
35693 2004-04-23  Benjamin Otte  <otte@gnome.org>
35694
35695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35696           audio/x-raw-int with height rules! not. Now it's depth.
35697
35698 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35699
35700         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35701         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35702         (gst_wavparse_loop):
35703           Missing variable initialization. Add handling of DVI ADPCM. Fix
35704           mis-parsing of LIST chunks. This works around a bug where we mis-
35705           parse non-aligning LIST chunks (so LIST chunks where the contents
35706           don't align with the actual LIST size). The correct fix is to use
35707           rifflib, I'm not going to fix wavparse - too much work. All this
35708           fixes #104878.
35709
35710 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35711
35712         reviewed by Benjamin Otte  <otte@gnome.org>
35713
35714         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35715           fix shoutcast not working (fixes #140844)
35716
35717 2004-04-22  Benjamin Otte  <otte@gnome.org>
35718
35719         * ext/hermes/gsthermescolorspace.c:
35720         (gst_hermes_colorspace_caps_remove_format_info):
35721         * gst/colorspace/gstcolorspace.c:
35722         (gst_colorspace_caps_remove_format_info):
35723         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35724         (gst_ffmpegcolorspace_caps_remove_format_info):
35725           s/gst_caps_simplify/gst_caps_do_simplify/
35726
35727 2004-04-22  Benjamin Otte  <otte@gnome.org>
35728
35729         * gst-libs/gst/riff/riff-media.c:
35730         (gst_riff_create_video_caps_with_data):
35731           mpegversion is an int
35732         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35733           don't try to create pad templates with NULL caps, use any caps
35734           instead.
35735
35736 2004-04-20  David Schleef  <ds@schleef.org>
35737
35738         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35739         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35740         (bug #140384)
35741
35742 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35743
35744         reviewed by David Schleef
35745
35746         * ext/mad/gstid3tag.c: Add stdlib.h
35747         * gst/rtp/gstrtpgsmenc.c: same
35748         * gst/tags/gstid3tag.c: same
35749         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35750         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35751         GST_DISABLE_LOADSAVE use.
35752         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35753         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35754         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35755         atol(3)).
35756         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35757         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35758         strtoul(3)).
35759         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35760         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35761         $(ID3_CFLAGS).
35762         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35763         $(LIBFAME_CFLAGS).
35764
35765 2004-04-20  David Schleef  <ds@schleef.org>
35766
35767         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35768         last checkin.  Same idea.
35769
35770 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35771
35772         reviewed by David Schleef
35773
35774         * configure.ac: bump required gstreamer version to 0.8.1.1
35775         because of following changes [--ds]
35776
35777         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35778         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35779         (gst_riff_read_header):  Use GST_READ_UINT*
35780         macros to access possibly unaligned memory.
35781
35782         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35783         (mp3_type_find):  Use GST_READ_UINT*
35784         macros to access possibly unaligned memory.
35785         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35786         (speex_type_find): Likewise
35787
35788         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35789
35790         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35791         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35792         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35793         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35794         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35795         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35796         macros to access possibly unaligned memory.
35797
35798         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35799         Likewise.
35800
35801         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35802         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35803
35804         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35805         Likewise.
35806
35807         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35808         (gst_mpeg2subt_chain_subtitle): Likewise.
35809
35810         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35811         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35812         Likewise.
35813
35814         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35815         Likewise.
35816
35817         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35818         Likewise.
35819
35820         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35821         Likewise.
35822
35823 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35824
35825         * configure.ac:
35826           update required version of GStreamer because of GST_TIME_FORMAT
35827
35828 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35829
35830         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35831           remove leftover g_print
35832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35833           don't try setting only a subset of the caps. We don't want to kill
35834           autoplugging on purpose
35835
35836 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35837
35838         * sys/ximage/ximagesink.c: (plugin_init):
35839         * sys/xvimage/xvimagesink.c: (plugin_init):
35840           add debugging categories
35841
35842 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35843
35844         * po/en_GB.po:
35845         * po/LINGUAS:
35846           Adding en_GB translation (Gareth Owen)
35847
35848 2004-04-20  David Schleef  <ds@schleef.org>
35849
35850         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35851         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35852         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35853         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35854         A number of new features and hacks to extract the esds atom and
35855         put it into the caps.  (bug #137724)
35856
35857 2004-04-19  David Schleef  <ds@schleef.org>
35858
35859         * gconf/Makefile.am: Fix for non-GNU make
35860         * gst-libs/gst/Makefile.am: Change directory order to handle
35861         GstPlay linking with gstinterfaces
35862         * gst-libs/gst/audio/make_filter: make use of tr portable
35863         * gst-libs/gst/play/Makefile.am: Add intended \
35864         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35865         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35866         function prototype instead of void *.
35867         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35868         macro.
35869         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35870         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35871         * gst/videofilter/make_filter: make use of tr portable
35872         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35873
35874 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35875
35876         * po/LINGUAS:
35877         * po/uk.po:
35878           Added Ukrainian translation (Maxim V. Dziumanenko)
35879
35880 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35881
35882         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35883         (gst_gsmdec_link), (gst_gsmdec_chain):
35884           Fix capsnego, simplify chain function slightly.
35885         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35886           Add GSM.
35887
35888 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35889
35890         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35891         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35892         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35893           Hack to make wavparse work with spider (always -> sometimes pad).
35894           Fixes #135862 && #140411.
35895
35896 2004-04-18  Benjamin Otte  <otte@gnome.org>
35897
35898         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35899         (gst_osselement_rate_probe_check),
35900         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35901           get rid of \n in debug output
35902
35903 2004-04-17  Iain <iain@prettypeople.org>
35904
35905         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35906         not just EOS.
35907
35908 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35909
35910         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35911         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35912         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35913         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35914         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35915         (gst_id3_tag_change_state), (plugin_init):
35916           deprecate id3tag element and replace with id3demux/id3mux.
35917           great side effect: this ugly file is now even uglier, yay!
35918         * ext/mad/gstmad.h:
35919           remove non-available function
35920           update for new get_type
35921
35922 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35923
35924         * configure.ac:
35925           require mpeg2dec >= 0.4.0
35926
35927 2004-04-17  Benjamin Otte  <otte@gnome.org>
35928
35929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35930         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35931         (gst_xvimagesink_set_xwindow_id):
35932           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35933           assorted cleanup fixes.
35934
35935 2004-04-16  David Schleef  <ds@schleef.org>
35936
35937         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35938         * sys/xvimage/xvimagesink.h: same
35939
35940 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35941
35942         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35943           Fix GST_ELEMENT_ERROR with (NULL)
35944
35945 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35946
35947         * gst-libs/gst/riff/riff-media.c:
35948         (gst_riff_create_video_caps_with_data):
35949           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35950
35951 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35952
35953         * gst-libs/gst/riff/riff-media.c:
35954         (gst_riff_create_video_caps_with_data),
35955         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35956         (gst_riff_create_video_template_caps),
35957         (gst_riff_create_audio_template_caps):
35958         * gst-libs/gst/riff/riff-media.h:
35959         * gst-libs/gst/riff/riff-read.c:
35960         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35961         * gst-libs/gst/riff/riff-read.h:
35962         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35963           Add MS RLE support. I added some functions to read out strf chunks
35964           into strf chunks and the data behind it. This is usually color
35965           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35966           caps creation. Lastly, add ADPCM (similar to wavparse - which
35967           should eventually be rifflib based).
35968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35969         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35970         * gst/matroska/matroska-demux.h:
35971           Remove placeholders for some prehistoric tagging system. Didn't add
35972           support for any tag system really anyway.
35973         * gst/qtdemux/qtdemux.c:
35974           Add support for audio/x-m4a (MPEG-4) through spider.
35975         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35976         (gst_wavparse_loop):
35977           ADPCM support (#135862). Increase max. buffer size because we
35978           cannot split buffers for ADPCM (screws references) and I've seen
35979           files with 2048 byte chunks. 4096 seems safe for now.
35980
35981 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35982
35983         * configure.ac: bump nano to 1
35984
35985 === release 0.8.1 ===
35986
35987 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35988
35989         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35990
35991 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35992
35993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35994           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35995           Fixes #140058
35996
35997 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35998
35999         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36000           lower rank of dvddemux so that it's not used for mpeg playback.
36001
36002 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36003
36004         * configure.ac:
36005           save libs correctly when checking mad
36006
36007 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36008
36009         * ext/mad/gstid3tag.c: (plugin_init):
36010           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36011
36012 2004-04-13  David Schleef  <ds@schleef.org>
36013
36014         * common/m4/gst-feature.m4: Call -config scripts with
36015         --plugin-libs if it is supported.
36016         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36017         JPEG images are image/jpeg.
36018         * gst/debug/Makefile.am:
36019         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36020         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36021         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36022         (gst_negotiation_plugin_init): Add a property that acts like
36023         filter caps.
36024         * testsuite/gst-lint:  Move license checking to be a standard
36025         test.
36026
36027 2004-04-13  David Schleef  <ds@schleef.org>
36028
36029         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36030         patch from Sebastien Cote (bug #139958)
36031
36032 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36033
36034         * examples/gstplay/Makefile.am:
36035         * examples/gstplay/player.c: (main):
36036           make the commandline player example use gconf settings
36037
36038 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36039
36040         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36041         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36042         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36043           init/end library during state transition, not object
36044           creation/disposal.  get rid of custom dispose handler.
36045
36046
36047 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36048
36049         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36050         be a symlink
36051
36052 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36053
36054         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36055           Handle JUNK chunks inside data section. Prevents warnings.
36056
36057 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36058
36059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36060         (gst_riff_create_video_template_caps):
36061           Add MS video v1.
36062         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36063         (gst_avi_demux_stream_data):
36064           Add support for "rec-list" chunks.
36065
36066 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36067
36068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36069           Fix another codecname mismatch.
36070
36071 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36072
36073         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36074           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36075           so that MJPEG plays back.
36076
36077 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36078
36079         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36080         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36081         * gst/mpeg1videoparse/gstmp1videoparse.h:
36082           Fix for some slight mis-cuts in buffer parsing, and for some
36083           potential overflows or faults-causers. Adds disconts. Also fixes
36084           #139105 while we're at it.
36085
36086 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36087
36088         * configure.ac:
36089         * sys/v4l2/gstv4l2element.h:
36090           Workaround for missing struct v4l2_buffer declaration in Suse 9
36091           and Mandrake 10 linux/videodev2.h header file (#135919).
36092
36093 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36094
36095         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36096           Bail out if no filename was given.
36097
36098 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36099
36100         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36101         (gst_v4l2_fourcc_from_structure):
36102           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36103           Y41B somewhere).
36104
36105 2004-04-09  Benjamin Otte  <otte@gnome.org>
36106
36107         * ext/gnomevfs/gstgnomevfssink.c:
36108         (_gst_boolean_allow_overwrite_accumulator),
36109         (gst_gnomevfssink_class_init):
36110           fix erase signal - if any handler returns false the file will not be
36111           overwritten. If no handler is connected, the file will not be
36112           overwritten either.
36113           renamed signal to "allow-overwrite"
36114         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36115           free string when adding it to ID3 failed
36116         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36117           unref event when done
36118         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36119           free caps
36120         * gst/typefind/gsttypefindfunctions.c:
36121         (mpeg_video_stream_type_find):
36122           fix invalid read
36123
36124 2004-04-08  David Schleef  <ds@schleef.org>
36125
36126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36127         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36128
36129 2004-04-08  David Schleef  <ds@schleef.org>
36130
36131         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36132         we don't support (bug #139532)
36133
36134 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36135
36136         * ext/mad/gstmad.c: (gst_mad_handle_event),
36137         (gst_mad_check_caps_reset), (gst_mad_chain),
36138         (gst_mad_change_state):
36139           only set explicit caps if they haven't been set before for
36140           this stream.  MPEG-audio sample rate/channels aren't allowed
36141           to change in-stream.
36142           Fixes #139382
36143
36144 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36145
36146         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36147         (_gst_boolean_did_something_accumulator),
36148         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36149         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36150         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36151         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36152         (gst_gnomevfssink_change_state):
36153           Fix erase signal. Don't erase by default. Remove handoff signal.
36154           Remove erase property. Don't segfault. General cleanup.
36155
36156 2004-04-07  Benjamin Otte  <otte@gnome.org>
36157
36158         * gst-libs/gst/gconf/test-gconf.c: (main):
36159           add missing gst_init
36160
36161 2004-04-07  Benjamin Otte  <otte@gnome.org>
36162
36163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36164           free the mutexes, too
36165
36166 2004-04-07  Benjamin Otte  <otte@gnome.org>
36167
36168         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36169           actually free the URI string
36170         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36171           compute offset correctly when passing discont events
36172         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36173           don't leak discont events
36174         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36175           add some missing breaks so caps aren't copied randomly
36176         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36177           if we realloc memory, we better use it
36178
36179 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36180
36181         * ext/mad/gstmad.c: (normal_seek):
36182           fix GST_FORMAT_TIME usage
36183
36184 2004-04-05  David Schleef  <ds@schleef.org>
36185
36186         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36187         a deprecated function (hack!)
36188
36189 2004-04-05  Benjamin Otte  <otte@gnome.org>
36190
36191         * ext/esd/esdmon.c: (gst_esdmon_get):
36192           fix nonterminated vararg and memleak
36193
36194 2004-04-05  Benjamin Otte  <otte@gnome.org>
36195
36196         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36197         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36198         (gst_ladspa_set_property), (gst_ladspa_get_property),
36199         (gst_ladspa_instantiate), (gst_ladspa_activate),
36200         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36201           clean up debugging
36202
36203 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36204
36205         reviewed by Benjamin Otte  <otte@gnome.org>
36206
36207         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36208           check for broken LADSPA parameters (fixes #138635)
36209
36210 2004-04-05  Benjamin Otte  <otte@gnome.org>
36211
36212         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36213           advertise buffer-frames correctly on sinkpads
36214
36215 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36216
36217         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36218         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36219         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36220         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36221         (gst_mad_check_caps_reset), (gst_mad_chain):
36222         add more debugging, only reset caps when we're not in error state
36223
36224 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36225
36226         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36227
36228 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36229
36230         reviewed by Benjamin Otte  <otte@gnome.org>
36231
36232         * configure.ac:
36233           fix == in test(1) operator
36234
36235 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36236
36237         reviewed by Benjamin Otte  <otte@gnome.org>
36238
36239         * configure.ac:
36240           fix --export-symblos-regex to a working regex.
36241
36242 2004-04-04  Benjamin Otte  <otte@gnome.org>
36243
36244         * sys/oss/.cvsignore:
36245           add for oss_probe
36246
36247 2004-04-03  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36248
36249         reviewed by Benjamin Otte  <otte@gnome.org>
36250
36251         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36252           add missing 'new_media' argument (fixes #138168)
36253         * gst/matroska/matroska-demux.c:
36254         (gst_matroska_demux_handle_seek_event):
36255           add vararg terminator (fixes #138169)
36256
36257 2004-04-02  David Schleef  <ds@schleef.org>
36258
36259         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36260         disted (bug #138914)
36261
36262 2004-04-01  Benjamin Otte  <otte@gnome.org>
36263
36264         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36265         (gst_alsa_close_audio):
36266           handle case better where a soundcard can't pause
36267         * ext/ogg/gstoggdemux.c:
36268           don't crash when we get events but don't have pads yet
36269
36270 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36271
36272         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36273           throw an error if we couldn't probe any caps.
36274
36275 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36276
36277         * ext/dvdnav/gst-dvd:
36278         Add a really simple sample DVD player
36279
36280 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36281
36282         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36283         (gst_a52dec_push), (gst_a52dec_handle_event),
36284         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36285         (gst_a52dec_change_state):
36286         * ext/a52dec/gsta52dec.h:
36287           Use a debug category, Output timestamps correctly
36288           Emit tag info, Handle events, tell liba52dec about cpu
36289           capabilities so it can use MMX etc.
36290         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36291           Fix a crasher accessing invalid memory
36292         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36293         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36294         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36295         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36296         (dvdnavsrc_query):
36297           Some support for byte-format seeking.
36298           Small fixes for still frames and menu button overlays
36299         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36300         (gst_mpeg2dec_alloc_buffer):
36301           Use a debug category. Adjust the report level of several items to
36302           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36303           so it doesn't lose the GstBuffer pointer
36304         * gst/debug/Makefile.am:
36305         * gst/debug/gstdebug.c: (plugin_init):
36306         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36307         (gst_navseek_base_init), (gst_navseek_class_init),
36308         (gst_navseek_init), (gst_navseek_seek),
36309         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36310         (gst_navseek_get_property), (gst_navseek_chain),
36311         (gst_navseek_plugin_init):
36312         * gst/debug/gstnavseek.h:
36313           Add the navseek debug element for seeking back and forth in a
36314           video stream using arrow keys.
36315         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36316         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36317         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36318         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36319         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36320         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36321         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36322         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36323         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36324         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36325         * gst/mpeg2sub/gstmpeg2subt.h:
36326           Pretty much a complete rewrite. Now a loopbased element. May still
36327           require work to properly synchronise subtitle buffers.
36328         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36329         (gst_dvd_demux_send_subbuffer):
36330         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36331           Don't attempt to create subbuffers of size 0
36332           Reduce a couple of error outputs to warnings.
36333         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36334         (gst_y4mencode_chain):
36335         Output the y4m frame header correctly.
36336
36337 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36338
36339         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36340           throw errors instead of allowing SIGFPE
36341
36342 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36343
36344         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36345         (gst_gconf_render_bin_from_key):
36346           leak plugging and style fixing
36347
36348 2004-03-31  David Schleef  <ds@schleef.org>
36349
36350         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36351         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36352         (bug #138225)
36353         * gst/debug/Makefile.am:
36354         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36355         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36356         plugin.
36357         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36358         (gst_negotiation_base_init), (gst_negotiation_class_init),
36359         (gst_negotiation_init), (gst_negotiation_getcaps),
36360         (gst_negotiation_pad_link), (gst_negotiation_chain),
36361         (gst_negotiation_set_property), (gst_negotiation_get_property),
36362         (gst_negotiation_plugin_init):  New element to talk about random
36363         negotiation things happening in a pipeline.
36364
36365 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36366
36367         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36368           fix integer addition with help of Stefan Kost
36369
36370 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36371
36372         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36373
36374 2004-03-30  David Schleef  <ds@schleef.org>
36375
36376         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36377         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36378         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36379         (bug #137504)
36380         * ext/mpeg2dec/gstmpeg2dec.h:
36381
36382 2004-03-30  David Schleef  <ds@schleef.org>
36383
36384         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36385
36386 2004-03-30  David Schleef  <ds@schleef.org>
36387
36388         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36389         Michael Petullo) to handle .mov
36390
36391 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36392
36393         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36394         (gst_osselement_rate_check_rate):
36395           probe caps correctly for sound cards that only support one format
36396
36397 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36398
36399         * ext/kio/kiosrc.cpp: (process_events):
36400           update handling event processing if inside KDE - untested
36401
36402 2004-03-29  David Schleef  <ds@schleef.org>
36403
36404         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36405         by 2 to not interfere with other colorspaces.
36406         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36407         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36408         one to not interfere with ffmpeg_colorspace.
36409
36410 2004-03-29  David Schleef  <ds@schleef.org>
36411
36412         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36413         aren't in the caps.
36414         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36415         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36416
36417 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36418
36419         * gst-libs/gst/riff/riff-media.c:
36420           fail on error, don't try to set stuff on NULL caps
36421
36422 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36423
36424         * configure.ac:
36425         * ext/Makefile.am:
36426         * ext/kio/Makefile.am:
36427         * ext/kio/kioreceiver.cpp:
36428         * ext/kio/kioreceiver.h:
36429         * ext/kio/kiosrc.cpp:
36430         * ext/kio/kiosrc.h:
36431           add experimental kiosrc plugin
36432         * ext/alsa/gstalsaplugin.c: (plugin_init):
36433           initialize debugging category only when we're sure registering the
36434           plugins worked.
36435
36436 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36437
36438         * examples/gstplay/player.c: (main):
36439         * gst-libs/gst/play/play.c: (gst_play_class_init),
36440         (gst_play_set_location), (gst_play_set_data_src),
36441         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36442         (gst_play_set_visualization), (gst_play_connect_visualization):
36443           check return values of element_set_state and return FALSE where
36444           failed
36445
36446 2004-03-29  Benjamin Otte  <otte@gnome.org>
36447
36448         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36449           try harder to check if an event is really a discont
36450
36451 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36452
36453         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36454         * po/az.po:
36455
36456 2004-03-28  Benjamin Otte  <otte@gnome.org>
36457
36458         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36459         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36460         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36461           get rid of non-standard "..." ranges in case statements.
36462
36463 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36464
36465         * gst/mpegstream/gstmpegdemux.c:
36466         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36467         specific functionality split to the new dvddemux element.
36468         * gst/mpegstream/gstdvddemux.c:
36469         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36470         streams, derived from mpegdemux.
36471         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36472         up. SCR based timestamp rewriting can be turned off (will probably
36473         completely disappear soon).
36474         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36475         hacking. General cleanup. All printf statements replaced by
36476         debugging messages. Almost complete libdvdnav support.
36477         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36478         by events. New properties for audio and subpicture languages.
36479         (dvdnavsrc_update_highlight): Now uses events.
36480         (dvdnavsrc_user_op): Cleaned up.
36481         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36482         based). Lots of cleanup, and propper support for most libdvdnav
36483         events.
36484         (dvdnavsrc_make_dvd_event): New function.
36485         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36486         (dvdnavsrc_make_clut_change_event): New function.
36487
36488 2004-03-26  Benjamin Otte  <otte@gnome.org>
36489
36490         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36491           fix bug where typefinding would claim it's theora whenever less then
36492           7 bytes of data were available
36493
36494 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36495
36496         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36497         (gst_alawdec_base_init), (gst_alawdec_class_init),
36498         (gst_alawdec_init), (gst_alawdec_chain):
36499         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36500         (gst_alawenc_base_init), (gst_alawenc_class_init),
36501         (gst_alawenc_init), (gst_alawenc_chain):
36502         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36503         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36504         (gst_mulawdec_init), (gst_mulawdec_chain):
36505         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36506         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36507         (gst_mulawenc_init), (gst_mulawenc_chain):
36508           Fix capsnego in all four, remove the unused property functions and
36509           simplify the chain functions slightly. I guess we could use macros
36510           or something similar for those, since the code is so similar, but
36511           I'm currently too lazy...
36512
36513 2004-03-24  David Schleef  <ds@schleef.org>
36514
36515         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36516         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36517         (gst_osselement_get_format_structure),
36518         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36519         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36520         (gst_osselement_rate_int_compare): Add code to handle rate probing
36521         (bug #120883)
36522         * sys/oss/gstosselement.h: same
36523         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36524         Use rate probing provided by osselement.
36525         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36526
36527 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36528
36529         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36530         (gst_xvidenc_get_property):
36531           ulong/int mess-up.
36532
36533 2004-03-24  David Schleef  <ds@schleef.org>
36534
36535         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36536         (gst_speexdec_init):
36537         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36538         (gst_speexenc_init):  Create the pad template correctly (from
36539         the static pad template, not a NULL pointer.)
36540
36541 2004-03-25  Benjamin Otte  <otte@gnome.org>
36542
36543         * gst/debug/Makefile.am:
36544         * gst/debug/breakmydata.c:
36545           add element that quasi-randomly changes bytes in the stream.
36546           Intended use is robustness checking of demuxers and decoders in
36547           media tests.
36548
36549 2004-03-24  Benjamin Otte  <otte@gnome.org>
36550
36551         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36552         (gst_alsa_probe_hw_params):
36553         * ext/alsa/gstalsa.h:
36554           debugging output fixes
36555
36556 2004-03-24  Benjamin Otte  <otte@gnome.org>
36557
36558         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36559           don't g_return_if_fail if element is PLAYING, fail silently as every
36560           other element.
36561         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36562           only fix needed for cast lvalue issues in gst-plugins
36563         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36564           add proxy_getcaps
36565
36566 2004-03-24  Benjamin Otte  <otte@gnome.org>
36567
36568         * gst/level/gstlevel.c: (gst_level_init):
36569           add proxying getcaps function, so level doesn't advertise impossible
36570           caps
36571
36572 2004-03-24  David Schleef  <ds@schleef.org>
36573
36574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36575         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36576         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36577         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36578         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36579         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36580         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36581         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36582         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36583         messages.  Divide the chunk size by the compression ratio
36584         (needed for MACE audio)
36585
36586 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36587
36588         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36589           Fix buffer overflow read error.
36590
36591 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36592
36593         * ext/alsa/gstalsa.h:
36594           Remove unused entry.
36595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36596           Add cinepak.
36597         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36598         (gst_videodrop_link), (gst_videodrop_chain):
36599           Fix, sort of. Was horribly broken with new capsnego. Bah...
36600
36601 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36602
36603         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36604         (plugin_init):
36605         Add a monkeysaudio typefind function
36606
36607 2004-03-23  Johan Dahlin  <johan@gnome.org>
36608
36609         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36610         (gst_play_video_fixate): Check so the structure has the field
36611         before trying to fixate them, this makes it possible to have
36612         fakesinks for video and audio output without printing errors on
36613         the output console.
36614
36615 2004-03-22  David Schleef  <ds@schleef.org>
36616
36617         * sys/oss/Makefile.am:
36618         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36619         (check_rate), (add_rate):  Rate probing test app.
36620
36621 2004-03-21  Benjamin Otte  <otte@gnome.org>
36622
36623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36624         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36625           add a fixation function that pretty much does the right thing (fixes
36626           #137556)
36627
36628 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36629
36630         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36631
36632 2004-03-20  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36633
36634         reviewed by: Benjamin Otte  <otte@gnome.org>
36635
36636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36637           terminate gst_event_new_discontinuous correctly (fixes parts of
36638           #137711)
36639
36640 2004-03-19  David Schleef  <ds@schleef.org>
36641
36642         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36643         since it doesn't depend on X, and it's part of our ABI.
36644
36645 2004-03-19  Iain <iain@prettypeople.org>
36646
36647         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36648         is_int in the structure, not the local variable.
36649
36650 2004-03-19  David Schleef  <ds@schleef.org>
36651
36652         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36653         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36654         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36655         Improvements in caps negotiation.
36656
36657 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36658
36659         * po/LINGUAS:
36660         * po/af.po:
36661           adding Afrikaans (Petri Jooste)
36662
36663 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36664
36665         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36666         (gst_ffmpegcolorspace_chain):
36667         throw error instead of g_critical (#137588)
36668
36669 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36670
36671         * Makefile.am:
36672         * configure.ac:
36673           dist common and m4 correctly
36674         * po/sv.po:
36675
36676 2004-03-17  David Schleef  <ds@schleef.org>
36677
36678         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36679         (bug #137348)
36680
36681 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36682
36683         * po/LINGUAS:
36684         * po/sv.po:
36685           adding Swedish translation (Christian Rose)
36686
36687 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36688
36689         * Makefile.am: use release.mak
36690
36691 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36692
36693         * common/ChangeLog:
36694         * common/gst-autogen.sh:
36695           add some explanation about the version detection
36696         * configure.ac:
36697           fix X check
36698
36699 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36700
36701         * configure.ac: bump nano to 1
36702
36703 === release 0.8.0 ===
36704
36705 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36706
36707         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36708
36709 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36710
36711         * configure.ac:
36712           update libtool version
36713         * gst-libs/gst/media-info/Makefile.am:
36714           actually use libtool version
36715
36716 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36717
36718         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36719
36720 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36721
36722         * configure.ac:
36723         * gst-plugins.spec.in:
36724         * pkgconfig/Makefile.am:
36725         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36726         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36727         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36728         * pkgconfig/gstreamer-libs.pc.in:
36729         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36730         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36731         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36732         * pkgconfig/gstreamer-plugins.pc.in:
36733           remove @VERSION@ from some of the pc files since core and plugins
36734           are decoupled.
36735           created gstreamer-plugins.pc as it's a better name, but keeping
36736           -libs around for now to get fixes upstream done first.
36737
36738 2004-03-15  Julien MOUTTE <julien@moutte.net>
36739
36740         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36741         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36742         * gst-libs/gst/play/play.h:
36743
36744 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36745
36746         * *.c, *.cc: don't mix tabs and spaces
36747
36748 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36749
36750         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36751           use the new ffmpegcolorspace
36752         * gst-plugins.spec.in:
36753           package new colorspace and media-info
36754         * configure.ac:
36755         * pkgconfig/Makefile.am:
36756           fix some more disting issues
36757         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36758         * pkgconfig/gstreamer-media-info.pc.in:
36759           generate media-info pc files
36760
36761 2004-03-15  Johan Dahlin  <johan@gnome.org>
36762
36763         * *.h: Revert indenting
36764
36765 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36766
36767         * configure.ac:
36768           adding ffmpegcolorspace element
36769         * gst/ffmpegcolorspace/Makefile.am:
36770         * gst/ffmpegcolorspace/avcodec.h:
36771         * gst/ffmpegcolorspace/common.h:
36772         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36773         * gst/ffmpegcolorspace/dsputil.h:
36774         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36776         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36777         (gst_ffmpeg_caps_to_pix_fmt):
36778         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36780         (gst_ffmpegcolorspace_caps_remove_format_info),
36781         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36782         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36783         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36784         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36785         (gst_ffmpegcolorspace_set_property),
36786         (gst_ffmpegcolorspace_get_property),
36787         (gst_ffmpegcolorspace_register):
36788         * gst/ffmpegcolorspace/imgconvert.c:
36789         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36790         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36791         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36792         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36793         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36794         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36795         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36796         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36797         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36798         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36799         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36800         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36801         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36802         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36803         (img_get_alpha_info), (deinterlace_line),
36804         (deinterlace_line_inplace), (deinterlace_bottom_field),
36805         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36806         * gst/ffmpegcolorspace/imgconvert_template.h:
36807         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36808         * gst/ffmpegcolorspace/mmx.h:
36809         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36810           adding ffmpegcolorspace element supplied by Ronald after cleaning
36811           up and pulling in the right bits of upstream source.
36812           I'm sure a better C/compiler wizard could do some cleaning up (for
36813           example use GLIB's malloc stuff), but as a first pass this
36814           works very well
36815
36816 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36817
36818         * ext/alsa/gstalsa.h:
36819           I assume Ronald forgot to commit the change to have cardname
36820           as a struct member.  Expect some public spanking at the next
36821           opportunity.
36822
36823 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36824
36825         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36826         (gst_alsa_open_audio), (gst_alsa_close_audio):
36827         * ext/alsa/gstalsa.c:
36828           Don't open the device if we're a mixer (= padless).
36829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36830         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36831         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36832           Open mixer during state change rather than during object
36833           initialization. Also, get a device name. Currently in a somewhat
36834           hackish fashion, but I didn't really find something better.
36835
36836 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36837
36838         * *.c, *.h: run gst-indent
36839
36840 2004-03-14  Benjamin Otte  <otte@gnome.org>
36841
36842         * gst/modplug/gstmodplug.cc:
36843         * gst/modplug/gstmodplug.h:
36844           set correct timestamps on outgoing buffers
36845
36846 2004-03-14  Benjamin Otte  <otte@gnome.org>
36847
36848         * gst/modplug/gstmodplug.cc:
36849           handle events - don't do crap when a discont arrives that's not
36850           necessary
36851           This allows correct loading and playback of mods in Rhythmbox
36852
36853 2004-03-14  Benjamin Otte  <otte@gnome.org>
36854
36855         * configure.ac:
36856         * gst-libs/gst/gconf/Makefile.am:
36857         * pkgconfig/Makefile.am:
36858           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36859           they get rebuilt properly
36860         * configure.ac:
36861           when checking for vorbis, try pkgconfig first.
36862         * gst/modplug/gstmodplug.cc:
36863           add fixate function
36864
36865 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36866
36867         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36868           Fix for obvious mistake, where we first shift the offset and then
36869           read a samplesize element assuming the old offset. Note that this
36870           part still has something weird, i.e. my movies containing those
36871           don't actually play well, but at least there's something that looks
36872           like sound now.
36873
36874 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36875         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36876         (plugin_init):
36877         Add a typefind function for speex format
36878
36879 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36880
36881         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36882         (gst_asf_demux_setup_pad):
36883           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36884           instead of 0. Reason is simple: some elements have a fps range
36885           of 1-max instead of 0-max. So now ASF video actually works.
36886
36887 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36888
36889         * po/LINGUAS:
36890         * po/sr.po:
36891           adding serbian as a language
36892
36893 2004-03-13  Benjamin Otte  <otte@gnome.org>
36894
36895         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36896           return taglist correctly from _get function, don't gst_pad_push it.
36897           (fixes #137042)
36898
36899 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36900         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36901
36902 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36903
36904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36905         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36906         (gst_alsa_mixer_track_new):
36907         * ext/alsa/gstalsamixertrack.h:
36908           Fix ancient leftovers... MixerTrack is a GObject.
36909
36910 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36911
36912         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36913         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36914           Don't block during probing...
36915
36916 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36917
36918         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36919         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36920         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36921         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36922         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36923         (gst_alsa_open_audio), (gst_alsa_close_audio):
36924         * ext/alsa/gstalsa.h:
36925           Add propertyprobe interface implementation, add some device-name
36926           property, all this so that it looks good in gnome-volume-control.
36927
36928 2004-03-12  David Schleef  <ds@schleef.org>
36929
36930         * configure.ac: the Hermes library controls hermescolorspace, not
36931         colorspace.
36932         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36933         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36934         not /* */
36935         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36936         * ext/sdl/sdlvideosink.h: ditto.
36937         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36938
36939 2004-03-12  Benjamin Otte  <otte@gnome.org>
36940
36941         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36942         (gst_x_overlay_got_xwindow_id):
36943         * gst-libs/gst/xoverlay/xoverlay.h:
36944           replace XID with unsigned long to get rid of the xlibs dependency in
36945           XOverlay (fixes #137004)
36946
36947 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36948         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36949         (gst_agingtv_setup):
36950         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36951         (gst_dicetv_base_init), (gst_dicetv_class_init),
36952         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36953         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36954         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36955         (gst_edgetv_setup), (gst_edgetv_rgb32):
36956         * gst/effectv/gsteffectv.c:
36957         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36958         (gst_quarktv_set_property):
36959         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36960         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36961         (gst_revtv_setup), (gst_revtv_rgb32):
36962         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36963         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36964         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36965         (gst_shagadelictv_rgb32):
36966         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36967         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36968         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36969         * gst/effectv/gstwarp.c:
36970         Port everything that can be ported to videofilter and fix up the caps.
36971         Can someone with a big-endian machine please check these?
36972
36973 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36974
36975         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36976         (gst_osssink_chain), (gst_osssink_change_state):
36977           Latest fixes for A/V sync, audio playback and such. This is about
36978           all... MPEG playback issues are mostly related to the async build-
36979           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36980
36981 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36982
36983         patch from: Stephane Loeuillet
36984
36985         * configure.ac:
36986           use pkg-config for some libraries, falling back to the old .m4 way
36987           (fixes #131270)
36988         * m4/libdv.m4:
36989           removed
36990
36991 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36992
36993         * configure.ac:
36994         * tools/Makefile.am:
36995         * tools/Makefile.in:
36996         * tools/gst-launch-ext-m.m:
36997         * tools/gst-launch-ext.1.in:
36998         * tools/gst-visualise-m.m:
36999         * tools/gst-visualise.1:
37000         * tools/gst-visualise.1.in:
37001           reorganizing generation of script tools
37002
37003 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37004
37005         * ext/divx/gstdivxdec.c:
37006           Downgrade priority. We prefer ffdec_mpeg4.
37007         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37008         (gst_faad_chain), (gst_faad_change_state):
37009           Fix capsnego. Doesn't work for some sounds because we don't have
37010           a 5:1 to stereo element.
37011         * ext/xvid/gstxvid.c: (plugin_init):
37012           Add priority.
37013         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37014         (gst_osssink_change_state):
37015           Add discont handling.
37016
37017 2004-03-09  Colin Walters  <walters@verbum.org>
37018
37019         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37020         conversion.
37021
37022 2004-03-09  Benjamin Otte  <otte@gnome.org>
37023
37024         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37025           the signals take 2 arguments
37026
37027 2004-03-09  David Schleef  <ds@schleef.org>
37028
37029         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37030         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37031         * ext/alsa/gstalsa.h:
37032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37033
37034 2004-03-09  Benjamin Otte  <otte@gnome.org>
37035
37036         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37037         (gst_mikmod_change_state):
37038         * ext/mikmod/gstmikmod.h:
37039           make mikmod's loop function not loop infinitely and call
37040           gst_element_yield anymore
37041         * gst/modplug/gstmodplug.cc:
37042           fix pad negotiation (fixes #136590)
37043
37044 2004-03-09  David Schleef  <ds@schleef.org>
37045
37046         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37047         doesn't conflict with the internal colorspace plugin.
37048         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37049         satisfy the crappy-ass shell shipped by a certain vendor.
37050         * gst/videofilter/make_filter: same (bug #135299)
37051
37052 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37053
37054         * configure.ac: bump nano to 1
37055
37056 === release 0.7.6 ===
37057
37058 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37059
37060         * configure.in: releasing 0.7.6, "There"
37061
37062 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37063
37064         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37065         * pkgconfig/gstreamer-play.pc.in:
37066           synchronize the two
37067
37068 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37069
37070         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37071         (cdparanoia_open), (cdparanoia_event):
37072           fix/add error handling
37073         * po/POTFILES.in:
37074           add cdparanoia source
37075         * tools/Makefile.am:
37076           make scripts executable
37077
37078 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37079
37080         * configure.ac:
37081         * ext/vorbis/Makefile.am:
37082         * sys/Makefile.am:
37083           remove id3types, vorbisfile and xvideosink from the build (#133783)
37084
37085 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37086
37087         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37088           Fix metadata read crash (#136537).
37089
37090 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37091
37092         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37093         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37094           adding mime types, fixing the one-stop function
37095
37096 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37097
37098         * ext/nas/nassink.c and /ext/nas/nassink.h:
37099         More NAS love from Arwed von Merkatz
37100         So lets all sing 'Can you feel the NAS tonight'
37101
37102 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37103
37104         * tools/gst-launch-ext.in:
37105         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37106
37107 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37108
37109         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37110         (gst_mpeg2dec_init):
37111         remove the user_data pad for now, because it is being used in
37112         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37113         If someone knows how to fix this properly, please do.
37114
37115 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37116
37117         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37118         (gst_osssink_get_time):
37119         add a warning, IMO this won't get triggered anymore, remove later
37120
37121 2004-03-07  David Schleef  <ds@schleef.org>
37122
37123         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37124         format (bug #136470)
37125
37126 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37127
37128         * gst-libs/Makefile.am:
37129         * gst-libs/gst/media-info/Makefile.am:
37130         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37131         (error_callback), (gst_media_info_error_create),
37132         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37133         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37134         * gst-libs/gst/media-info/media-info-priv.h:
37135         * gst-libs/gst/media-info/media-info-test.c: (main):
37136         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37137         (gst_media_info_class_init), (gst_media_info_instance_init),
37138         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37139         (gst_media_info_read_idler), (gst_media_info_read):
37140         * gst-libs/gst/media-info/media-info.h:
37141         fixed, should work now
37142
37143 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37144
37145         * ext/nas/nassink.c:
37146         A bunch of NAS fixes from Arwed von Merkatz
37147
37148 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37149
37150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37151         (qtdemux_parse_trak):
37152           Fix crash (j might be greater than n_samples, in which case we're
37153           writing outside the allocated space for the array) and memleak.
37154
37155 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37156
37157         * sys/oss/gstosssink.c: (gst_osssink_chain):
37158           And another caller that couldn't handle delay < 0 (unsigned
37159           integer overflow). Video now continues playing on an audio
37160           buffer underrun, and the clock continues working. Audio still
37161           stalls.
37162
37163 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37164
37165         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37166         (gst_osssink_get_time):
37167           get_delay() may return values lower than 0. In those cases, we
37168           should not actually cast to *unsigned* int64, that will break
37169           stuff horribly. In my case, it screwed up A/V sync in movies
37170           in totem rather badly.
37171
37172 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37173
37174         * ext/faac/gstfaac.c: (gst_faac_chain):
37175         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37176         * ext/libpng/gstpngenc.c: (user_write_data):
37177         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37178         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37179         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37180         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37181         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37182         of any buffer), should fix some leaks. I hope I didn't unref buffers
37183         that shouldn't be...
37184
37185 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37186
37187         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37188         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37189         (error_callback), (gmi_reset), (gmi_seek_to_track),
37190         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37191         (gmip_find_type_post), (gmip_find_stream_post),
37192         (gmip_find_track_streaminfo_post):
37193         * gst-libs/gst/media-info/media-info-priv.h:
37194         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37195         (info_print), (main):
37196         * gst-libs/gst/media-info/media-info.c:
37197         (gst_media_info_error_create), (gst_media_info_error_element),
37198         (gst_media_info_instance_init), (gst_media_info_get_property),
37199         (gst_media_info_new), (gst_media_info_set_source),
37200         (gst_media_info_read_idler), (gst_media_info_read):
37201         * gst-libs/gst/media-info/media-info.h:
37202           first pass at making this work again.  This seems to work on
37203           tagged ogg/vorbis and mp3 files.
37204
37205 2004-03-06  Benjamin Otte  <otte@gnome.org>
37206
37207         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37208           fix huge leak: gst_buffer_merge doesn't unref the first argument
37209           itself.
37210
37211 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37212
37213         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37214           report layer/mode/emphasis
37215
37216 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37217
37218         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37219
37220 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37221
37222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37223           signal serial
37224
37225 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37226
37227         * ext/vorbis/vorbis.c: (plugin_init):
37228         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37229         (gst_vorbis_dec_init), (vorbis_dec_event):
37230         add debug category
37231         make vorbisdec handle _BYTE and _TIME queries
37232
37233 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37234
37235         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37236           from the xing header
37237
37238 2004-03-06  Benjamin Otte  <otte@gnome.org>
37239
37240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37241         (gst_audio_convert_link), (gst_audio_convert_change_state),
37242         (gst_audio_convert_buffer_from_default_format):
37243           do conversions from/to float correctly, fix some caps nego errors,
37244           export correct supported caps in template and getcaps, use correct
37245           caps in try_set_caps functions
37246
37247 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37248
37249         For some reason, I only committed a ChangeLog entry yesterday and
37250         not the corresponding code...
37251         * ext/mad/gstmad.c: Fix detection of Xing headers
37252         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37253
37254 2004-03-06  Benjamin Otte  <otte@gnome.org>
37255
37256         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37257         (gst_ogg_demux_src_query):
37258           make sure to handle the case where there's no current chain
37259           gracefully.
37260
37261 2004-03-05  David Schleef  <ds@schleef.org>
37262
37263         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37264         Add fixate function. (bug #131128)
37265         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37266         (gst_sdlvideosink_fixate):  Add fixate function.
37267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37268         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37269         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37270         Fix missing break that was causing ulaw to be interpreted as
37271         raw int.
37272
37273 2004-03-05  David Schleef  <ds@schleef.org>
37274
37275         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37276         Fix code that ignores return value of gst_buffer_merge().
37277         (bug #114560)
37278         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37279         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37280         * testsuite/gst-lint:  Check for above.
37281
37282 2004-03-05  David Schleef  <ds@schleef.org>
37283
37284         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37285         caps and throw an element error.  (bug #136334)
37286
37287 2004-03-05  David Schleef  <ds@schleef.org>
37288
37289         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37290         (gst_faad_chain): Fix negotiation.
37291         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37292         key and button events.
37293         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37294         dung heap of code.
37295         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37296         depends on gconf
37297         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37298         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37299         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37300         function to encourage better negotiation, particularly between
37301         audioconvert and osssink.
37302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37303         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37304         more important.
37305         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37306         typefinding.
37307         * gst/vbidec/vbiscreen.c:  Add glib header
37308         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37309
37310 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37311
37312         * ext/mad/gstmad.c: Fix detection of Xing headers
37313         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37314
37315 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37316
37317         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37318         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37319           debug updates
37320
37321 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37322
37323         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37324         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37325         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37326         files, and report the parsed length as a GST_TAG_DURATION tag.
37327         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37328
37329 2004-03-05  Benjamin Otte  <otte@gnome.org>
37330
37331         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37332           convert channels correctly. convert correctly to unsigned.
37333
37334 2004-03-05  Julien MOUTTE <julien@moutte.net>
37335
37336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37337         we have a window before clearing it.
37338
37339 2004-03-05  Julien MOUTTE <julien@moutte.net>
37340
37341         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37342         have a window before clearing it.
37343
37344 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37345
37346         * gconf/gstreamer.schemas.in:
37347         * gst-libs/gst/gconf/Makefile.am:
37348           version installation path the same way as for 0.6
37349         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37350         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37351         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37352           remove comment that was fixed
37353
37354 2004-03-05  David Schleef  <ds@schleef.org>
37355
37356         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37357         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37358         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37359         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37360         Add prototype code for handling seeking and querying.
37361
37362 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37363
37364         * examples/gstplay/player.c: (main):
37365           Initialize variables to NULL. Prevents a segfault because the
37366           (uninitialized) variable is not NULL, resulting in a crash on
37367           trying to reach error->message.
37368
37369 2004-03-05  Benjamin Otte  <otte@gnome.org>
37370
37371         * gst/audioconvert/gstaudioconvert.c:
37372         (gst_audio_convert_buffer_to_default_format):
37373         make float=>int conversion work correctly even in cornercases.
37374
37375 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37376
37377         * debian/README.Debian:
37378         * debian/build-deps:
37379         * debian/changelog:
37380         * debian/control:
37381         * debian/control.in:
37382         * debian/copyright:
37383         * debian/gstreamer-a52dec.files:
37384         * debian/gstreamer-aa.files:
37385         * debian/gstreamer-alsa.files:
37386         * debian/gstreamer-alsa.manpages:
37387         * debian/gstreamer-arts.files:
37388         * debian/gstreamer-artsd.files:
37389         * debian/gstreamer-audiofile.files:
37390         * debian/gstreamer-avifile.files:
37391         * debian/gstreamer-cdparanoia.files:
37392         * debian/gstreamer-colorspace.files:
37393         * debian/gstreamer-doc.files:
37394         * debian/gstreamer-dv.files:
37395         * debian/gstreamer-dvd.files:
37396         * debian/gstreamer-esd.files:
37397         * debian/gstreamer-festival.files:
37398         * debian/gstreamer-flac.files:
37399         * debian/gstreamer-gconf.conffiles:
37400         * debian/gstreamer-gconf.files:
37401         * debian/gstreamer-gconf.postinst:
37402         * debian/gstreamer-gnomevfs.files:
37403         * debian/gstreamer-gsm.files:
37404         * debian/gstreamer-http.files:
37405         * debian/gstreamer-jack.files:
37406         * debian/gstreamer-jpeg.files:
37407         * debian/gstreamer-mad.files:
37408         * debian/gstreamer-mikmod.files:
37409         * debian/gstreamer-misc.files:
37410         * debian/gstreamer-mpeg2dec.files:
37411         * debian/gstreamer-oss.files:
37412         * debian/gstreamer-plugin-apps.files:
37413         * debian/gstreamer-plugin-apps.manpages:
37414         * debian/gstreamer-plugin-libs-dev.files:
37415         * debian/gstreamer-plugin-libs.files:
37416         * debian/gstreamer-plugin-template.postinst:
37417         * debian/gstreamer-plugin-template.postrm:
37418         * debian/gstreamer-sdl.files:
37419         * debian/gstreamer-sid.files:
37420         * debian/gstreamer-vorbis.files:
37421         * debian/gstreamer-x.files:
37422         * debian/mk.control:
37423         * debian/rules:
37424         Debian package info not maintained here.
37425
37426 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37427
37428         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37429         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37430         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37431         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37432         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37433         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37434         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37435         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37436         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37437         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37438         * gst-libs/gst/colorbalance/colorbalance.c:
37439         (gst_color_balance_class_init):
37440         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37441         (gst_color_balance_channel_class_init):
37442         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37443         * gst-libs/gst/play/play.c: (gst_play_class_init):
37444         * gst-libs/gst/propertyprobe/propertyprobe.c:
37445         (gst_property_probe_iface_init):
37446         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37447         * gst-libs/gst/tuner/tunerchannel.c:
37448         (gst_tuner_channel_class_init):
37449         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37450         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37451         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37452         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37453         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37454         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37455         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37456         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37457         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37458           fix signals to use - instead of _
37459         * ext/libcaca/gstcacasink.h:
37460         * ext/sdl/sdlvideosink.h:
37461           fix header rename
37462
37463 2004-03-04  David Schleef  <ds@schleef.org>
37464
37465         * testsuite/gst-lint:  Add a check for bad signal names.
37466
37467 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37468
37469         reviewed by David Schleef
37470
37471         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37472         modified the alpha channel and caused a warning. (bug #136192)
37473
37474 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37475
37476         * gst-plugins.spec.in:
37477         Change names of plugins to actually be correct. Try to keep things
37478         alphabetical to avoid getting beat up by Thomas
37479
37480 2004-03-03  Julien MOUTTE <julien@moutte.net>
37481
37482         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37483         Using ximagesink as a default if no gconf key found. We should
37484         probably consider using alsasink instead of osssink for the audio
37485         part.
37486
37487 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37488
37489         * configure.ac:
37490           fix --with-plugins, don't think it ever worked before
37491         * gst-plugins.spec.in:
37492           even more updates
37493
37494 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37495
37496         * ext/sdl/sdlvideosink.h:
37497         * sys/ximage/ximagesink.h:
37498         * sys/xvideo/xvideosink.h:
37499         * sys/xvimage/xvimagesink.h:
37500           Fix for move of gstvideosink.h -> videosink.h.
37501
37502 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37503
37504         * gst-libs/gst/xwindowlistener/Makefile.am:
37505           this is a plugin library, not a library
37506
37507 2004-03-01  David Schleef  <ds@schleef.org>
37508
37509         * AUTHORS:  Added some names.  Add yourself if you're still
37510         missing.
37511
37512 2004-03-01  David Schleef  <ds@schleef.org>
37513
37514         * MAINTAINERS: Add
37515
37516 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37517
37518         * gst-plugins.spec.in: clean up spec file
37519
37520 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37521
37522         * gst-libs/gst/video/Makefile.am:
37523         * gst-libs/gst/video/gstvideosink.c:
37524         * gst-libs/gst/video/gstvideosink.h:
37525           rename gstvideosink.h to videosink.h to match other headers
37526         * gst/mixmatrix/Makefile.am:
37527           fix plugin filename
37528         * gst/tags/Makefile.am: fix plugin filename
37529
37530 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37531
37532         * gst/tags/Makefile.am: fix plugin filename
37533
37534 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37535
37536         * examples/gstplay/player.c: (got_time_tick), (main):
37537           add error handler
37538           display time_tick more readably
37539         * gst/mixmatrix/Makefile.am:
37540           fix plugin file name
37541
37542 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37543
37544         * sys/oss/gstosselement.c: (gst_osselement_probe),
37545         (device_combination_append), (gst_osselement_class_probe_devices):
37546         * sys/oss/gstosselement.h:
37547           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37548           on my system using alsa oss emulation, fixes bug #135597
37549
37550 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37551
37552         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37553         (gst_videodrop_chain), (gst_videodrop_change_state):
37554         * gst/videodrop/gstvideodrop.h:
37555           Work based on timestamp of input data, not based on the expected
37556           framerate from the input. The consequence is that this element now
37557           not only scales framerates, but also functions as a framerate
37558           corrector or framerate stabilizer/constantizer.
37559
37560 2004-02-27  David Schleef  <ds@schleef.org>
37561
37562         patches from jmmv@menta.net (Julio M. Merino Vidal)
37563
37564         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37565         GST_ELEMENT_ERROR call (bug #135634)
37566         * gst/interleave/interleave.c: (interleave_buffered_loop),
37567         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37568         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37569         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37570         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37571         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37572         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37573         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37574         Fix GST_ELEMENT_ERROR call.
37575         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37576         GST_ELEMENT_ERROR call.
37577
37578 2004-02-27  Benjamin Otte  <otte@gnome.org>
37579
37580         * gst-libs/gst/audio/audio.h:
37581           add macro to make sure header isn't included twice
37582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37583           don't use gst_buffer_free
37584         * gst/playondemand/filter.func:
37585           don't use gst_data_free. Free data only once.
37586
37587 2004-02-26  David Schleef  <ds@schleef.org>
37588
37589         * gst-libs/gst/colorbalance/Makefile.am:
37590         * gst-libs/gst/mixer/Makefile.am:
37591         * gst-libs/gst/tuner/Makefile.am:
37592         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37593         should not be disted, -marshal.h files should not be installed,
37594         and -enum.h files _should_ be installed.  Fix to make this the
37595         case.
37596
37597 === release 0.7.5 ===
37598
37599 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37600
37601         * configure.ac: release 0.7.5, "Under The Sea"
37602
37603 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37604
37605         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37606         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37607         * gst/videoscale/gstvideoscale.c:
37608         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37609           assorted debug/warning fixes
37610
37611 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37612
37613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37614         (gst_videoscale_init), (gst_videoscale_chain),
37615         (gst_videoscale_set_property), (plugin_init):
37616         * gst/videoscale/gstvideoscale.h:
37617         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37618         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37619         (gst_videoscale_planar400), (gst_videoscale_packed422),
37620         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37621         (gst_videoscale_24bit), (gst_videoscale_16bit),
37622         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37623         (gst_videoscale_scale_plane_slow),
37624         (gst_videoscale_scale_point_sample),
37625         (gst_videoscale_scale_nearest),
37626         (gst_videoscale_scale_nearest_str2),
37627         (gst_videoscale_scale_nearest_str4),
37628         (gst_videoscale_scale_nearest_32bit),
37629         (gst_videoscale_scale_nearest_24bit),
37630         (gst_videoscale_scale_nearest_16bit):
37631         add debugging category and use it properly
37632         fix use of GST_PTR_FORMAT
37633
37634 2004-02-25  Andy Wingo  <wingo@pobox.com>
37635
37636         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37637         push only when channel->buffer is NULL. Prevents segfaults doing
37638         the state change after a nonlocal exit, like a scheme exception.
37639
37640         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37641         Handle the case where the intersected caps is empty.
37642
37643 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37644
37645         * gst/law/mulaw-decode.c: (mulawdec_link):
37646         * gst/law/mulaw.c: (plugin_init):
37647           fix mulawdec so it actually works again
37648
37649 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37650
37651         reviewed by: David Schleef  <ds@schleef.org>
37652
37653         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37654         (gst_gamma_init), (gst_gamma_set_property),
37655         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37656         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37657         for RGB, with separate r g and b correction factors. (#131167)
37658
37659 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37660
37661         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37662           only signal tags for bitrate if they're > 0 (#134894)
37663
37664 2004-02-24  David Schleef  <ds@schleef.org>
37665
37666         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37667         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37668         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37669         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37670         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37671         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37672         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37673         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37674         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37675         category.  Attempt to fix timestamp calculation.
37676
37677 2004-02-24  Johan Dahlin  <johan@gnome.org>
37678
37679         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37680
37681 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37682
37683         * configure.ac:
37684         * gconf/Makefile.am:
37685         * gconf/gstreamer.schemas:
37686         * gst-libs/gst/gconf/Makefile.am:
37687         * gst-libs/gst/gconf/gconf.c:
37688           version gconf schemas and install locations
37689
37690 2004-02-23  Benjamin Otte  <otte@gnome.org>
37691
37692         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37693         (gst_xine_input_subclass_init):
37694           call parent dispose.
37695           change pad template for CD reader correctly
37696         * ext/xine/Makefile.am:
37697         * ext/xine/gstxine.h:
37698         * ext/xine/xine.c: (plugin_init):
37699         * ext/xine/xineaudiosink.c:
37700           wrap audio sinks, too
37701         * gst-libs/gst/resample/private.h:
37702         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37703         (gst_resample_reinit), (gst_resample_scale),
37704         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37705         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37706         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37707         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37708         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37709         * gst-libs/gst/resample/resample.h:
37710         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37711         (gst_audioscale_class_init), (gst_audioscale_link),
37712         (gst_audioscale_get_buffer), (gst_audioscale_init),
37713         (gst_audioscale_chain), (gst_audioscale_set_property),
37714         (gst_audioscale_get_property):
37715         * gst/audioscale/gstaudioscale.h:
37716           s/resample_*/gst_resample_*/i to not clobber namespaces
37717
37718 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37719
37720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37721         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37722         (gst_riff_create_video_template_caps),
37723         (gst_riff_create_audio_template_caps),
37724         (gst_riff_create_iavs_template_caps):
37725         * gst-libs/gst/riff/riff-media.h:
37726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37727         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37728         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37729         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37730         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37731         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37732         (gst_matroska_demux_plugin_init): First batch implementing audio and
37733         video codec tags in demuxers.
37734
37735 2004-02-22  Benjamin Otte  <otte@gnome.org>
37736
37737         * ext/xine/Makefile.am:
37738         * ext/xine/gstxine.h:
37739         * ext/xine/xine.c: (plugin_init):
37740         * ext/xine/xineinput.c:
37741           add input plugin wrapper. Playback from files, http, mms and cdda
37742           works.
37743         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37744           remove leftover G_GNUC_UNUSED
37745         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37746         (gst_asf_demux_identify_guid):
37747           improve debugging output
37748
37749 2004-02-22  Benjamin Otte  <otte@gnome.org>
37750
37751         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37752
37753         * autogen.sh:
37754           replace test -e with test -x for mkinstalldirs to be more portable.
37755           (fixes #134816)
37756
37757 2004-02-22  Benjamin Otte  <otte@gnome.org>
37758
37759         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37760
37761         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37762           set rank to PRIMARY
37763         * gst/volume/gstvolume.c: (plugin_init):
37764           set rank to NONE
37765         fixes #134960
37766
37767 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37768
37769         reviewed by Benjamin Otte  <otte@gnome.org>
37770
37771         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37772           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37773
37774 2004-02-22  Benjamin Otte  <otte@gnome.org>
37775
37776         * configure.ac:
37777           export [_]*{gst,Gst,GST}.* symbols from plugins
37778
37779 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37780
37781         reviewed by: Benjamin Otte  <otte@gnome.org>
37782
37783         * ext/lame/gstlame.c: (add_one_tag):
37784         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37786         (gst_vorbisenc_metadata_set1):
37787         * gst/tags/gstid3tag.c:
37788         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37789           apply fixes from bugs #135042 (lame can't write tags) and #133817
37790           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37791
37792 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37793
37794         * configure.ac: Export only gst_plugin_desc from plugins.
37795          Note that this change only makes any effect with Linux using libtool
37796          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37797          fine. And don't try to have several versions of libtool in different
37798          directories.
37799
37800 2004-02-20  Andy Wingo  <wingo@pobox.com>
37801
37802         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37803         interleave respectively.
37804
37805         * gst/interleave/deinterleave.c: New plugin: deinterleave
37806         (replaces on oneton).
37807         * gst/interleave/interleave.c: New plugin: interleave.
37808         * gst/interleave/plugin.h: Support file.
37809         * gst/interleave/plugin.c: Support file.
37810
37811         * configure.ac: Remove intfloat and oneton, add interleave.
37812
37813         * ext/sndfile/gstsf.c: Handle events better.
37814
37815         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37816         and float2int operation. int2float has scheduling problems as
37817         noted in in2float_chain.
37818
37819 2004-02-20  Benjamin Otte  <otte@gnome.org>
37820
37821         * ext/xine/Makefile.am:
37822         * ext/xine/gstxine.h:
37823         * ext/xine/xine.c:
37824         * ext/xine/xineaudiodec.c:
37825         * ext/xine/xinecaps.c:
37826           add first version of xine plugin wrapper. Currently only wraps the
37827           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37828         * configure.ac:
37829         * ext/Makefile.am:
37830           add xine plugin wrapper, disabled by default. Use --enable-xine to
37831           build. Note that it'll segfault on gst-register if you don't remove
37832           the goom and tvtime post plugins from xine.
37833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37834         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37835           add extradata parsing for QDM2.
37836           change around debugging prints.
37837
37838 2004-02-19  Benjamin Otte  <otte@gnome.org>
37839
37840         * ext/lame/gstlame.c: (gst_lame_chain):
37841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37842           use gst_tag_list_insert when you want to insert tags
37843
37844 2004-02-18  David Schleef  <ds@schleef.org>
37845
37846         * configure.ac:  Move massink to gst-rotten
37847         * ext/Makefile.am:
37848         * ext/mas/Makefile.am:
37849         * ext/mas/massink.c:
37850         * ext/mas/massink.h:
37851
37852 2004-02-18  David Schleef  <ds@schleef.org>
37853
37854         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37855         typefinding, since it seems to be worse than nothing.
37856         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37857         atom to recognize .mp4 and .m4a files as video/quicktime.
37858
37859 2004-02-18  David Schleef  <ds@schleef.org>
37860
37861         * gst/sine/demo-dparams.c: (quit_live),
37862         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37863         Use double dparams, not float.
37864         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37865         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37866         sync'd elements don't really work correctly.
37867         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37868         (volume_update_volume), (volume_get_property):  Change dparam
37869         to double.
37870
37871 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37872
37873         * sys/ximage/ximagesink.c:
37874         (gst_ximagesink_xwindow_update_geometry),
37875         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37876         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37877         (gst_ximagesink_init): Rework the way software video scaling works. So
37878         now we check on each chain call if the video frames are feeling the
37879         window. If not we try to renegotiate caps. On failure we memorize that
37880         and we won't try again for that PLAYING sessions.
37881         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37882         failure.
37883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37884         synchronous flag.
37885
37886 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37887
37888         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37889           break up _link so we can give a better debug message for errors
37890
37891 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37892
37893         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37894           set up debug category
37895
37896 2004-02-18  Julien MOUTTE <julien@moutte.net>
37897
37898         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37899         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37900         the way renegotiation work. The event handling function is not taking
37901         care of external windows and renegotiate method check for pad flags
37902         NEGOTIATING. Should fix : #133209
37903
37904 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37905
37906         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37907         pad is negotiating before trying renegotiation.
37908
37909 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37910
37911         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37912           pass on all possible mime types as typefind hints
37913
37914 2004-02-17  Julien MOUTTE <julien@moutte.net>
37915
37916         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37918         possible SHM leak if we crash. All other apps using XShm are doing
37919         that.
37920
37921 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37922
37923         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37924         (gst_ximagesink_expose): Renegotiate size on expose.
37925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37926         size on expose.
37927
37928 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37929
37930         * testsuite/alsa/sinesrc.c:
37931           cosmetic fix to fix compile issue with gcc 2.95.4
37932
37933 2004-02-16  Julien MOUTTE <julien@moutte.net>
37934
37935         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37936         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37937         failed opening the audio device.
37938         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37939         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37940         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37941         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37942         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37943         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37944         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37945         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37946         Removing some useless g_return_if_fail like wingo suggested.
37947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37948         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37949         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37950         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37951         (gst_xvimagesink_update_colorbalance),
37952         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37953         (gst_xvimagesink_xcontext_clear),
37954         (gst_xvimagesink_get_fourcc_from_caps),
37955         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37956         (gst_xvimagesink_set_xwindow_id),
37957         (gst_xvimagesink_colorbalance_list_channels),
37958         (gst_xvimagesink_colorbalance_set_value),
37959         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37960         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37961
37962 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37963
37964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37965           throw error when not negotiated instead of asserting
37966
37967 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37968
37969         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37970         correct data refcounting.
37971
37972 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37973
37974         * gst/switch/gstswitch.c: (gst_switch_change_state),
37975         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37976         change, mostly the EOS flag.
37977
37978 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37979
37980         * examples/gstplay/player.c: (got_eos), (main): Adding some
37981         output for debugging.
37982         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37983         timeouts if we go to any state different from PLAYING.
37984         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37985         more EOS bugs in riff lib.
37986
37987 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37988
37989         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37990         visualization until i find a way to fix switch correctly.
37991         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37992         EOS arrives.
37993         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37994         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37995         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37996         Reworked switch to get a more correct behaviour with events and refing
37997         of data stored in sinkpads.
37998         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37999         we don't pull from a pad in EOS.
38000
38001 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38002
38003         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38004           remove v1 tag even if we can't read it (makes sure we don't detect
38005           it again)
38006
38007 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38008
38009         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38010         (gst_alsa_xrun_recovery):
38011         * ext/alsa/gstalsa.h:
38012           try xrun recovery when wait failed. Make xrun recovery function
38013           return TRUE/FALSE to indicate success. (might fix #134354)
38014
38015 2004-02-13  David Schleef  <ds@schleef.org>
38016
38017         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38018         (dynparm_value_changed), (main): Convert from float to double.
38019         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38020
38021 2004-02-13  David Schleef  <ds@schleef.org>
38022
38023         * gst/silence/gstsilence.c: (gst_silence_class_init),
38024         (gst_silence_set_clock), (gst_silence_get),
38025         (gst_silence_set_property), (gst_silence_get_property):
38026         * gst/silence/gstsilence.h: Add sync property.
38027         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38028         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38029         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38030         * gst/sine/gstsinesrc.h: Add sync property.
38031
38032 2004-02-13  David Schleef  <ds@schleef.org>
38033
38034         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38035         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38036
38037 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38038
38039         * configure.ac:
38040         * ext/Makefile.am:
38041         * gst-libs/ext/Makefile.am:
38042           move ffmpeg plugin to gst-ffmpeg module
38043
38044 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38045
38046         * configure.ac: use GST_ARCH to detect architecture
38047
38048 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38049
38050         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38051
38052 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38053
38054         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38055           classify LADSPA plugins based on number of src/sink pads
38056           (#133663, Stefan Kost)
38057         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38058           fix dparams registration
38059           (#133528, Stefan Kost)
38060         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38061           fix use of isprint and use g_ascii_isprint instead
38062           (#133316, Stefan Kost)
38063
38064 2004-02-11  David Schleef  <ds@schleef.org>
38065
38066         Convert a few inner loops to use liboil.  This is currently
38067         optional, and is only enabled if liboil is present (duh!).
38068         * configure.ac: Check for liboil-0.1
38069         * gst/intfloat/Makefile.am:
38070         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38071         (gst_int2float_chain_gint16):
38072         * gst/videofilter/Makefile.am:
38073         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38074         (tablelookup_u8), (gst_videobalance_planar411):
38075         * gst/videotestsrc/Makefile.am:
38076         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38077         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38078         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38079         (paint_hline_RGB565), (paint_hline_xRGB1555):
38080
38081 2004-02-11  David Schleef  <ds@schleef.org>
38082
38083         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38084         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38085         (gst_colorspace_getcaps), (gst_colorspace_link),
38086         (gst_colorspace_base_init), (gst_colorspace_init),
38087         (gst_colorspace_chain), (gst_colorspace_change_state),
38088         (plugin_init): Merge Ronald's patch (bug #117897) and update
38089         for new caps and negotiation.  Seems to work, although it
38090         shows off bugs in lcs.
38091
38092 2004-02-11  David Schleef  <ds@schleef.org>
38093
38094         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38095         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38096
38097 2004-02-11  David Schleef  <ds@schleef.org>
38098
38099         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38100         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38101         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38102         Add server and port properties
38103
38104 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38105
38106         * m4/a52.m4:
38107         * m4/aalib.m4:
38108         * m4/as-ffmpeg.m4:
38109         * m4/as-liblame.m4:
38110         * m4/as-slurp-ffmpeg.m4:
38111         * m4/check-libheader.m4:
38112         * m4/esd.m4:
38113         * m4/freetype2.m4:
38114         * m4/gconf-2.m4:
38115         * m4/glib.m4:
38116         * m4/gst-alsa.m4:
38117         * m4/gst-artsc.m4:
38118         * m4/gst-ivorbis.m4:
38119         * m4/gst-matroska.m4:
38120         * m4/gst-sdl.m4:
38121         * m4/gst-shout2.m4:
38122         * m4/gst-sid.m4:
38123         * m4/gtk.m4:
38124         * m4/libdv.m4:
38125         * m4/libfame.m4:
38126         * m4/libmikmod.m4:
38127         * m4/ogg.m4:
38128         * m4/vorbis.m4:
38129           fix underquotedness of macros (#133800)
38130         * m4/as-avifile.m4:
38131         * m4/xmms.m4:
38132           removed because no longer used
38133
38134 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38135
38136         * configure.ac:
38137           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38138           by autopoint (fixes #132996)
38139
38140 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38141
38142         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38143         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38144         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38145         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38146           fix memleaks
38147
38148 2004-02-11  David Schleef  <ds@schleef.org>
38149
38150         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38151         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38152         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38153         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38154         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38155         (gst_jpegenc_class_init), (gst_jpegenc_init),
38156         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38157         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38158         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38159         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38160
38161 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38162
38163         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38164         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38165         * ext/mikmod/gstmikmod.h:
38166           fix caps negotiation in mikmod
38167         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38168           output debug information
38169
38170 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38171
38172         * gst-libs/gst/colorbalance/Makefile.am:
38173         * gst-libs/gst/navigation/Makefile.am:
38174         * gst-libs/gst/xoverlay/Makefile.am:
38175           remove unused GST_OPT_CFLAGS from Makefiles
38176           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38177
38178 2004-02-07  David Schleef  <ds@schleef.org>
38179
38180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38181         push events to pads that haven't been created (#133508)
38182
38183 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38184
38185         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38186         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38187         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38188         (gst_dvdec_loop), (gst_dvdec_change_state):
38189         Second attempt at committing a working dvdec element.
38190
38191 2004-02-06  David Schleef  <ds@schleef.org>
38192
38193         Build fixes for OS X: (see #129600)
38194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38195         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38196         (gst_riff_read_strf_iavs):
38197         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38198         (gst_avi_demux_stream_odml):
38199         * gst/playondemand/Makefile.am:
38200         * gst/rtp/rtp-packet.c:
38201
38202 2004-02-05  David Schleef  <ds@schleef.org>
38203
38204         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38205         last change, because it Just Doesn't Compile.
38206
38207 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38208
38209         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38210           skip undecodable id3v2 tag instead of keeping it
38211
38212 2004-02-05  David Schleef  <ds@schleef.org>
38213
38214         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38215         Unref leaked buffer.  (Noticed by Ronald)
38216
38217 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38218
38219         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38220         Sync requires with other checks.  >= vs =.
38221
38222 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38223
38224         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38225         (gst_dvdec_video_link), (gst_dvdec_loop):
38226         * ext/dv/gstdvdec.h:
38227           rework the caps negotiation so that dvdec works again instead
38228           of just segfaulting.
38229
38230 === release 0.7.4 ===
38231
38232 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38233
38234         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38235         * configure.ac: changed for release
38236
38237 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38238
38239         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38240         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38241         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38242         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38243           reworked patch by David Lehn to fix libdir and includedir for
38244           uninstalled libraries
38245           removed play and gconf from gstreamer-libs since they have their
38246           own pkgconfig files
38247
38248 2004-02-04  David Schleef  <ds@schleef.org>
38249
38250         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38251         memleak.
38252
38253 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38254
38255         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38256           use correct GST_TAG_ENCODER tag
38257
38258 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38259
38260         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38261           be sure to stop the clock when going to paused
38262         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38263           reset number of transmitted when going to ready.
38264         fixes #132935
38265
38266 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38267
38268         reviewed by Benjamin Otte
38269
38270         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38271           extract track count (fixes #133410)
38272
38273 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38274
38275         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38276           that should be !=, not == (fixes #132519)
38277
38278 2004-02-04  David Schleef  <ds@schleef.org>
38279
38280         Make sure set_explicit_caps() is called before adding pad.
38281         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38282         * gst/id3/gstid3types.c: (gst_id3types_loop):
38283         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38284         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38285
38286 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38287
38288         * configure.ac:
38289           bump nano to 2, first prerelease
38290           put back AM_PROG_LIBTOOL
38291
38292 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38293
38294         * testsuite/alsa/Makefile.am:
38295           these are user test apps, not automatic testsuite tests
38296
38297 2004-02-04  David Schleef  <ds@schleef.org>
38298
38299         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38300         * gst/mpeg1videoparse/gstmp1videoparse.c:
38301         (mp1videoparse_parse_seq):
38302         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38303         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38304         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38305         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38306         (gst_xvideosink_getcaps):
38307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38308         * testsuite/gst-lint: more tests
38309
38310 2004-02-04  David Schleef  <ds@schleef.org>
38311
38312         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38313         with the code that they would expand to.
38314         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38315         (gst_flacdec_get_src_query_types),
38316         (gst_flacdec_get_src_event_masks):
38317         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38318         (gst_gnomevfssrc_get_query_types),
38319         (gst_gnomevfssrc_get_event_mask):
38320
38321 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38322
38323         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38324         (gst_sinesrc_dispose):
38325           fix memleak by properly disposing sinesrc
38326
38327 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38328
38329         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38330         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38331         an overlay to redraw the image because it has been exposed.
38332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38333         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38334         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38335         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38336         interface
38337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38338         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38339         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38340         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38341         interface
38342
38343 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38344
38345         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38346           more memleak fixage
38347
38348 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38349
38350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38351         * gst/typefind/gsttypefindfunctions.c:
38352           fix memleaks shown by gst-typefind
38353
38354 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * common/glib-gen.mak:
38357           add hack rule to touch .Plo files
38358         * gst-libs/gst/colorbalance/Makefile.am:
38359         * gst-libs/gst/mixer/Makefile.am:
38360         * gst-libs/gst/play/Makefile.am:
38361         * gst-libs/gst/tuner/Makefile.am:
38362           remove glib_root variable
38363
38364 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38365
38366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38367           set explicit caps before adding the element, so the autopluggers can
38368           plug correctly.
38369         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38370         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38371         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38372         (dv_type_find):
38373           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38374           argument.
38375
38376 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38377
38378         * gst-libs/gst/colorbalance/Makefile.am:
38379         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38380         * gst-libs/gst/colorbalance/colorbalance.c:
38381         * gst-libs/gst/colorbalance/colorbalance.h:
38382         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38383         * gst-libs/gst/mixer/Makefile.am:
38384         * gst-libs/gst/mixer/mixer-marshal.list:
38385         * gst-libs/gst/mixer/mixer.c:
38386         * gst-libs/gst/mixer/mixer.h:
38387         * gst-libs/gst/mixer/mixermarshal.list:
38388         * gst-libs/gst/play/Makefile.am:
38389         * gst-libs/gst/play/play.h:
38390         * gst-libs/gst/tuner/Makefile.am:
38391         * gst-libs/gst/tuner/tuner-marshal.list:
38392         * gst-libs/gst/tuner/tuner.c:
38393         * gst-libs/gst/tuner/tuner.h:
38394         * gst-libs/gst/tuner/tunermarshal.list:
38395           use new glib-gen.mak snippet to clean up Makefile.am
38396           fix various bugs in Makefile.am's
38397
38398 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38399
38400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38401           handle chain parsing correctly in the multichain case
38402         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38403         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38404         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38405         (theora_dec_chain):
38406           handle events and queries correctly
38407
38408 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38409
38410         * .cvsignore:
38411         Ignore generated file _stdint.h.
38412
38413 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38414
38415         * gst-libs/gst/colorbalance/Makefile.am:
38416         * gst-libs/gst/colorbalance/colorbalance.h:
38417         * gst-libs/gst/mixer/Makefile.am:
38418         * gst-libs/gst/mixer/mixer.h:
38419         * gst-libs/gst/play/Makefile.am:
38420         * gst-libs/gst/play/play.h:
38421         * gst-libs/gst/tuner/Makefile.am:
38422         * gst-libs/gst/tuner/tuner.h:
38423         Generate enum type code with glib-mkenums.
38424         * gst-libs/gst/colorbalance/.cvsignore:
38425         * gst-libs/gst/mixer/.cvsignore:
38426         * gst-libs/gst/play/.cvsignore:
38427         * gst-libs/gst/tuner/.cvsignore:
38428         Ignore generated files.
38429
38430 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38431
38432         * gst-libs/gst/audio/.cvsignore:
38433         Ignore generated file.
38434         * gst-libs/gst/audio/Makefile.am:
38435         Do not install example filter.
38436
38437 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38438
38439         * examples/switch/.cvsignore:
38440         Ignore generated file.
38441
38442 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38443
38444         * common/m4/ax_create_stdint_h.m4:
38445         * configure.ac:
38446           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38447           _stdint.h.
38448         * Makefile.am:
38449           remove generated _stdint.h in DISTCLEANFILES
38450         * ext/a52dec/gsta52dec.c:
38451           include _stdint.h for a52dec. (should fix #133064)
38452
38453 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38454
38455         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38456         (gst_tag_to_vorbis_comments):
38457         Add replaygain support to vorbistag
38458
38459 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38460         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38461         (gst_ffmpeg_caps_to_extradata):
38462           Fix SVQ3 caps flag properties
38463           Use glib macro for bytes swap
38464
38465 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38466
38467         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38468         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38469         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38470         * ext/sndfile/gstsf.c: (plugin_init):
38471         * gst/avi/gstavi.c: (plugin_init):
38472         * sys/dxr3/dxr3init.c: (plugin_init):
38473         * sys/oss/gstossaudio.c: (plugin_init):
38474         * sys/v4l/gstv4l.c: (plugin_init):
38475         * sys/v4l2/gstv4l2.c: (plugin_init):
38476           remove textdomain calls
38477         * po/nl.po:
38478           update Dutch translation
38479
38480 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38481
38482         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38483         (gst_play_set_audio_sink): Moving volume in the audio thread for
38484         instantaneous volume change. Maybe i will add another volume in front
38485         of visualization later, not sure yet though.
38486
38487 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38488
38489         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38490         (gst_ximagesink_handle_xevents): Better X events handling, only take
38491         the latest events for configure and motion.
38492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38493
38494 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38495
38496         reviewed by: David Schleef  <ds@schleef.org>
38497
38498         Fix memory leaks:
38499         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38500         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38501
38502 2004-02-02  David Schleef  <ds@schleef.org>
38503
38504         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38505         of lines.
38506         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38507         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38508         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38509         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38510         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38511         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38512         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38513         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38514         (gst_float2_2_int_link):
38515         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38516         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38517         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38518         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38519         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38520         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38521         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38522         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38523         * testsuite/gst-lint: Add tests for bzero and ;;
38524
38525 2004-02-02  David Schleef  <ds@schleef.org>
38526
38527         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38528
38529 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38530
38531         * ext/aalib/gstaasink.c: (gst_aasink_open):
38532         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38533         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38534         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38535         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38536         (gst_afsink_close_file):
38537         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38538         (gst_afsrc_close_file):
38539         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38540         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38541         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38542         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38543         * ext/esd/esdmon.c: (gst_esdmon_get):
38544         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38545         * ext/faac/gstfaac.c: (gst_faac_chain):
38546         * ext/faad/gstfaad.c: (gst_faad_chain):
38547         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38548         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38549         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38550         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38551         (gst_flacdec_loop):
38552         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38553         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38554         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38555         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38556         (gst_gnomevfssink_close_file):
38557         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38558         (gst_gnomevfssrc_open_file):
38559         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38560         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38561         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38562         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38563         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38564         * ext/mad/gstmad.c: (gst_mad_chain):
38565         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38566         * ext/mpeg2dec/gstmpeg2dec.c:
38567         * ext/mpeg2enc/gstmpeg2enc.cc:
38568         * ext/mplex/gstmplex.cc:
38569         * ext/mplex/gstmplexibitstream.cc:
38570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38571         (gst_ogg_demux_push):
38572         * ext/raw1394/gstdv1394src.c:
38573         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38574         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38575         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38576         (gst_sf_loop):
38577         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38578         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38579         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38580         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38582         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38583         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38584         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38585         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38586         (gst_riff_read_element_data), (gst_riff_read_seek),
38587         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38588         * gst/adder/gstadder.c: (gst_adder_loop):
38589         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38590         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38591         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38592         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38593         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38594         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38595         * gst/goom/gstgoom.c: (gst_goom_chain):
38596         * gst/id3/gstid3types.c: (gst_id3types_loop):
38597         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38598         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38599         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38600         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38601         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38602         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38603         (gst_ebml_read_float), (gst_ebml_read_header):
38604         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38605         (gst_matroska_demux_parse_blockgroup):
38606         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38607         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38608         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38609         * gst/silence/gstsilence.c: (gst_silence_get):
38610         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38611         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38612         * gst/speed/gstspeed.c: (speed_loop):
38613         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38614         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38615         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38616         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38617         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38618         (gst_wavparse_loop):
38619         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38620         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38621         (dxr3audiosink_close):
38622         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38623         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38624         (dxr3videosink_close), (dxr3videosink_write_data):
38625         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38626         * sys/oss/gstosssink.c: (gst_osssink_chain):
38627         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38628         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38631         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38632         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38633         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38634         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38635         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38636         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38637         (gst_v4l_set_audio):
38638         * sys/v4l/v4l_calls.h:
38639         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38640         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38641         (gst_v4lmjpegsink_playback_init),
38642         (gst_v4lmjpegsink_playback_start):
38643         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38644         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38645         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38646         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38647         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38648         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38649         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38650         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38651         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38652         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38653         (gst_v4l2_get_output), (gst_v4l2_set_output),
38654         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38655         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38656         (gst_v4l2_set_attribute):
38657         * sys/v4l2/v4l2_calls.h:
38658         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38659         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38660         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38661         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38662         (gst_v4l2src_capture_stop):
38663         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38664         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38665         (gst_ximagesink_chain):
38666         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38667         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38668         (gst_xvideosink_xwindow_new):
38669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38670         (gst_xvimagesink_chain):
38671
38672 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38673
38674         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38675         (gst_volume_get_volume), (volume_class_init), (volume_init),
38676         (volume_chain_int16), (volume_update_volume):
38677         * gst/volume/gstvolume.h:
38678           make code more readable by removing magic numbers
38679           make mixer interface export 0-100 range
38680           make it internally map to 0.0-1.0 range so users don't distort
38681           output by putting the sliders at full volume
38682
38683 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38684
38685         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38686         (gst_play_state_change), (gst_play_seek_to_time):
38687         block the tick callback for 0.5 secs after doing a seek
38688
38689 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38690
38691         * gst-libs/gst/play/play.c: (gst_play_new):
38692           check for GError
38693
38694 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38695
38696         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38697         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38698         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38699         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38701         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38702
38703 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38704
38705         * configure.ac:
38706         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38707           check for a function added in vorbis 1.1
38708
38709 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38710
38711         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38712         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38713           really start/stop clock only on PLAYING <=> PAUSED
38714         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38715           remove \n from debugging lines
38716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38717           make it work when seeking does not
38718         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38719           reset on DISCONT
38720
38721 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38722
38723         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38724           start clock on PAUSED=>PLAYING, not later
38725         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38726           extract correct time for different discont formats
38727         (gst_alsa_sink_get_time):
38728           don't segfault when no format is negotiated yet, just return 0
38729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38730         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38731         (gst_ogg_pad_push):
38732           handle flush and discont events correctly
38733         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38734           handle discont events correctly
38735
38736 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38737
38738         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38739         (gst_play_error_create), (gst_play_error_plugin),
38740         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38741         * gst-libs/gst/play/play.h:
38742           add error handling during creation
38743         * examples/gstplay/player.c: (main):
38744           use new gst_play_new
38745
38746
38747 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38748
38749         * ext/theora/theoradec.c: (theora_dec_chain):
38750           make comments work
38751         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38752         (vorbis_dec_src_event), (vorbis_dec_chain):
38753           add encoder tag, fix tag reading to be more error tolerant, change
38754           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38755           gst_pad_event_default.
38756         * gst/tags/gstvorbistag.c:
38757         (gst_tag_list_from_vorbiscomment_buffer):
38758           undefine function specific define at end of function
38759
38760 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38761
38762         * ext/flac/gstflac.c: (plugin_init):
38763         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38764         * ext/flac/gstflacdec.h:
38765         * ext/flac/gstflacenc.h:
38766           Fix typos
38767
38768 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38769
38770         * examples/gstplay/player.c: s/gstplay.h/play.h/
38771
38772 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38773
38774         * gst-libs/gst/play/Makefile.am:
38775         * gst-libs/gst/play/gstplay.c:
38776         * gst-libs/gst/play/gstplay.h:
38777         * gst-libs/gst/play/play.c:
38778           more surgery, operation complete
38779
38780 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38781
38782         * gst-libs/gst/play/play.old.c:
38783         * gst-libs/gst/play/play.old.h:
38784           after CVS surgery by moving, remove
38785         * gst-libs/gst/play/playpipelines.c:
38786           remove
38787
38788         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38789           add negotiation error
38790
38791 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38792
38793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38794         (gst_ogg_demux_push):
38795           add some seeking debug info
38796           send a flush when seeking
38797
38798 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38799
38800         * configure.ac:
38801           use AC_C_INLINE
38802         * configure.ac:
38803         * ext/Makefile.am:
38804         * ext/theora/Makefile.am:
38805         * ext/theora/theoradec.c:
38806           add theora video decoder. Does just do simple decoding for now and
38807           has been tested against Theora cvs only. It only works when theora
38808           is compiled with --enable-static.
38809         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38810           always reset packetno on DISCONT
38811
38812 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38813
38814         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38815           Fix audio.
38816
38817 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38818
38819         * gst/mpegaudioparse/gstmpegaudioparse.c:
38820         (mp3_type_frame_length_from_header):
38821           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38822
38823 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38824
38825         * ext/esd/esdsink.c: (gst_esdsink_init):
38826           Since we have static pad template caps, we don't need to negotiate;
38827           either the core errors out or we know the format.
38828
38829 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38830
38831         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38832         (gst_riff_read_seek):
38833         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38834         (gst_ebml_read_seek):
38835           Fix event handling.
38836
38837 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38838
38839         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38840           removee video/x-theora from vp3 decoder, it doesn't handle raw
38841           theora streams
38842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38843           fix bug with finalizing element that never went to PAUSED
38844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38845           length and position queries were swapped
38846         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38847         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38848         (vorbis_dec_src_event):
38849           implement querying time and bytes
38850
38851 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38852
38853         * just about every source file:
38854           gst_element_error -> GST_ELEMENT_ERROR
38855
38856 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38857
38858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38859         emiting FLUSH and even before DISCONT.
38860         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38861         get the best instant seeking as possible yay!
38862
38863 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38864
38865         * gst/mpeg1videoparse/gstmp1videoparse.c:
38866         (gst_mp1videoparse_real_chain):
38867           Committed wrong version last week... Grr... Didn't notice until now.
38868
38869 2004-01-29  Julien MOUTTE <julien@moutte.net>
38870
38871         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38873         have_xwindow_id signal in xwindow_create.
38874
38875 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38876
38877         * ext/ogg/gstoggdemux.c:
38878           lots of changes - mainly support for chained bitstreams, seeking,
38879           querying and bugfixes of course
38880         * ext/vorbis/Makefile.am:
38881         * ext/vorbis/vorbisdec.c:
38882         * ext/vorbis/vorbisdec.h:
38883           add vorbisdec raw vorbis decoder
38884         * ext/vorbis/vorbis.c: (plugin_init):
38885           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38886         * gst/intfloat/Makefile.am:
38887         * gst/intfloat/float22int.c:
38888         * gst/intfloat/float22int.h:
38889         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38890           add float2intnew plugin. It converts multichannel interleaved float to
38891           multichannel interleaved int. The name should probably be changed.
38892         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38893         (plugin_init):
38894           add typefinding for raw theora video so oggdemux can detect it.
38895
38896 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38897
38898         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38899         sink element first.
38900         * gst/videoscale/gstvideoscale.c:
38901         (gst_videoscale_handle_src_event): Fixing src event handler.
38902
38903 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38904
38905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38906         (gst_v4lsrc_open), (gst_v4lsrc_close),
38907         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38908         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38909         * sys/v4l/gstv4lsrc.h:
38910         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38911         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38912           Implement resizing... Hack. But that's why v4l is b0rked...
38913
38914 2004-01-28  Julien MOUTTE <julien@moutte.net>
38915
38916         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38917         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38918         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38919         (gst_ximagesink_xwindow_destroy):
38920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38921         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38922         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38923         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38924         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38925         correctly cleaning the image created to check xshm calls on succes,
38926         added a lot of XSync calls in X11 functions, and fixed a segfault when
38927         no image format was defined before negotiation happened.
38928
38929 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38930
38931         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38932           use gst_element_get_time to get correct time
38933
38934 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38935
38936         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38937         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38938         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38940         (gst_xvimagesink_check_xshm_calls),
38941         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38942         X plugins are now able to detect that XShm calls will fail even if the
38943         server claims that it has XShm support (remote displays most of the
38944         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38945         so that we use non XShm functions. This feature is almost useless for
38946         xvimagesink as Xv is not supported on remote displays anyway, but
38947         it might happen than even on the local display XShm calls fail.
38948
38949 2004-01-27  David Schleef  <ds@schleef.org>
38950
38951         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38952         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38953         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38954         changed esdsink to only use 44100,16,2, since esd sucks at rate
38955         conversion and esdsink has had difficulty negotiating.
38956
38957 2004-01-27  Julien MOUTTE <julien@moutte.net>
38958
38959         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38960         (gst_play_seek_to_time): Fixing the way to get current position.
38961
38962 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38963
38964         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38965           use gst_element_get_time to get correct time
38966
38967 2004-01-27  Julien MOUTTE <julien@moutte.net>
38968
38969         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38970         fix ever... Inverting 2 lines of code make spider autoplug correctly
38971         tagged mp3 !
38972
38973 2004-01-27  David Schleef  <ds@schleef.org>
38974
38975         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38976         Use gst_pad_try_set_caps_nonfixed().
38977
38978 2004-01-27  David Schleef  <ds@schleef.org>
38979
38980         * gst/ac3parse/gstac3parse.c: update to checklist 5
38981         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38982         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38983         * gst/audioscale/gstaudioscale.c: same
38984         * gst/auparse/gstauparse.c: same
38985         * gst/avi/gstavidemux.c: same
38986
38987 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38988
38989         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38990           stop processing after EOS
38991
38992 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38993
38994         * gst/asfdemux/asfheaders.h:
38995         * gst/asfdemux/gstasfdemux.c:
38996         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38997         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38998         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38999           lot's of fixes to make data extraction simpler and get the code
39000           architecture and compiler independant. Add debugging category
39001         * gst/goom/gstgoom.c: (gst_goom_change_state):
39002           reset channel count on PAUSED=>READY, not READY=>PAUSED
39003
39004 2004-01-26  Colin Walters  <walters@verbum.org>
39005
39006         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39007         code to pull a bigger buffer in iradio mode.  This as a side effect
39008         makes typefinding work.
39009
39010 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39011
39012         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39013         Fix SVQ3 decoding on PPC
39014
39015 2004-01-26  Julien MOUTTE <julien@moutte.net>
39016
39017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39018         that one managed to stay there... Fixed.
39019
39020 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39021
39022         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39023         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39024         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39025         (qtdemux_video_caps):
39026         * gst/qtdemux/qtdemux.h:
39027         Add SVQ3 specific flags to qtdemux and ffmpeg
39028
39029 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39030
39031         * gst-libs/gst/audio/audio.h:
39032           remove buffer-frames from audio caps
39033         * gst/audioconvert/gstaudioconvert.c:
39034           fix plugin to really work.
39035
39036 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39037
39038         * gst-libs/gst/mixer/mixer.c:
39039         * gst-libs/gst/propertyprobe/propertyprobe.c:
39040         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39041         (gst_tuner_find_channel_by_name):
39042         * gst-libs/gst/tuner/tuner.h:
39043           Add gtk-doc style comments. Also fix a function name.
39044
39045 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39046
39047         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39048         (gst_divxdec_negotiate):
39049           Fix for new capsnego - also fixes gst-player with divxdec.
39050
39051 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39052
39053         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39054         (gst_play_identity_handoff), (gst_play_set_location),
39055         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39056         try in visualization implementation. Still have an issue with switch
39057         blocking when pulling from video_queue and only audio comes out of
39058         spider.
39059         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39060         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39061         release method. And check if the pad is usable before pulling.
39062
39063 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39064
39065         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39066         (gst_videobalance_init),
39067         (gst_videobalance_colorbalance_list_channels),
39068         (gst_videobalance_colorbalance_set_value),
39069         (gst_videobalance_colorbalance_get_value),
39070         (gst_videobalance_update_properties),
39071         (gst_videobalance_update_tables_planar411),
39072         (gst_videobalance_planar411):
39073         * gst/videofilter/gstvideobalance.h:
39074           Implement lookup-tables. +/- 10x faster.
39075
39076 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39077
39078         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39079         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39080           The index reading was broken. The rest worked fine, but the whole
39081           goal of my rewrite was to make avidemux readable, and this was
39082           not at all readable. Please use typed variables.
39083
39084 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39085
39086         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39087           Additional pad usability check.
39088         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39089         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39090         (gst_mp1videoparse_real_chain):
39091           Fix MPEG video stream parsing. The original plugin had several
39092           issues, including not timestamping streams where the source was
39093           not timestamped (this happens with PTS values in mpeg system
39094           streams, but MPEG video is also a valid stream on its own so
39095           that needs timestamps too). We use the display time code for that
39096           for now. Also, if one incoming buffer contains multiple valid
39097           frames, we push them all on correctly now, including proper EOS
39098           handling. Lastly, several potential segfaults were fixed, and we
39099           properly sync on new sequence/gop headers to include them in next,
39100           not previous frames (since they're header for the next frame, not
39101           the previous). Also see #119206.
39102         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39103         (bpf_from_header):
39104           Move caps setting so we only do it after finding several valid
39105           MPEG-1 fraes sequentially, not right after the first one (which
39106           might be coincidental).
39107         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39108         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39109         (plugin_init):
39110           Add unsynced MPEG video stream typefinding, and change some
39111           probability values so we detect streams rightly. The idea is as
39112           follows: I can have an unsynced system stream which contains
39113           video. In the current code, I would randomly get a type for either
39114           system or video stream type found, because the probabilities are
39115           being calculated rather randomly. I now use fixed values, so we
39116           always prefer system stream if that was found (and that is how it
39117           should be). If no system stream was found, we can still identity                the stream as video-only.
39118
39119 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39120
39121         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39122         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39123           don't write to buffer. Extract data without the need of
39124           __attribute__ ((packed))
39125
39126 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39127
39128         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39129         (mpeg1_sys_type_find):
39130           Fix MPEG-1 stream typefinding.
39131
39132 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39133
39134         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39135           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39136
39137 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39138
39139         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39140         * ext/esd/gstesd.c: (plugin_init):
39141           private debugging, better error reporting
39142
39143 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39144
39145         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39146         (gst_riff_read_init), (gst_riff_read_change_state):
39147         * gst-libs/gst/riff/riff-read.h:
39148           Remove stuff fromold metadata system.
39149
39150 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39151
39152         * ext/ogg/gstoggdemux.c:
39153           Fix wrong file comment.
39154         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39155         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39156           Add metadata reading properly.
39157
39158 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39159
39160         * ext/Makefile.am:
39161           Fix nas DIST_SUBDIRS
39162           Uraeus:
39163           Fix bug where make distcheck doesn't get run on adding stuff to
39164           the build.
39165
39166 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39167
39168         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39169         * ext/divx/gstdivxdec.h:
39170           Fix divx3 ("msmpeg4") playback using divxdec.
39171
39172 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39173
39174         * gst/typefind/gsttypefindfunctions.c:
39175         (mp3_type_frame_length_from_header): fix bug in length computation
39176         (mp3_type_find): improve debugging output
39177
39178 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39179
39180         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39181         (gst_play_set_location), (gst_play_seek_to_time),
39182         (gst_play_set_audio_sink), (gst_play_set_visualization),
39183         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39184         the pipeline from scratch. Visualization is back and switch went out as
39185         i realized it was not possible to use the way i wanted.
39186         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39187         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39188         clearing in state change from READY to NULL. So that one can clean the
39189         X ressources keeping the element.
39190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39191         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39192         (gst_xvimagesink_colorbalance_set_value),
39193         (gst_xvimagesink_colorbalance_get_value),
39194         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39195         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39196         change from READY to NULL and fixed some stupid bugs in colorbalance
39197         get/set values. Also added the following feature : when nobody tries to
39198         set some values to the colorbalance levels before the xcontext is
39199         grabbed, then when creating channels list from Xv attributes we set the
39200         internal values to the Xv defaults. This way we handle buggy Xv drivers
39201         that set default hue values far from the middle of the range (Thanks
39202         to Jon Trowbridge for pointing that issue).
39203         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39204         colorbalance levels have been set before xcontext is grabbed.
39205
39206 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39207
39208         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39209           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39210           it might block operations (which is bad for a mixer).
39211
39212 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39213
39214         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39215         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39216         (gmip_find_type_pre):
39217         * gst-libs/gst/media-info/media-info-priv.h:
39218         * gst-libs/gst/media-info/media-info.c:
39219         (gst_media_info_instance_init), (gst_media_info_read_idler):
39220         add fakesink to get caps on decoder src pad again
39221         fix callback prototype to match new have_type signal signature
39222
39223 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39224
39225         * gst/adder/gstadder.c: (gst_adder_link):
39226           fix non-compile and cut-n-paste code
39227
39228 2004-01-21  David Schleef  <ds@schleef.org>
39229
39230         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39231         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39232         (gst_swfdec_init), (gst_swfdec_change_state):
39233         * ext/swfdec/gstswfdec.h:
39234         Fix negotiation.
39235         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39236         (gst_adder_request_new_pad): Fix negotiation.
39237         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39238         Add a fixate function.
39239         * gst/intfloat/gstfloat2int.c:
39240         * gst/intfloat/gstfloat2int.h:
39241         * gst/intfloat/gstint2float.c:
39242         * gst/intfloat/gstint2float.h:
39243         Completely rewrite the negotiation.  Doesn't quite work yet,
39244         due to some buffer-frames problem.
39245
39246 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39247
39248         * ext/gnomevfs/gstgnomevfssrc.c:
39249         * sys/v4l2/v4l2_calls.h:
39250           fix includes for distcheck
39251
39252 2004-01-21  Christian Schaller <uraeus@gnome.org>
39253
39254         * ext/nas/
39255         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39256         based on earlier patch from Laurent Vivier
39257
39258 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39259
39260         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39261         Fix wma caps property
39262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39263         Fix typo (flags1 and flags2)
39264
39265 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39266
39267         * gst-libs/gst/media-info/media-info-priv.c:
39268         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39269         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39270         (gmip_find_stream), (gmip_find_track_metadata),
39271         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39272         (gmip_find_track_format):
39273         * gst-libs/gst/media-info/media-info-priv.h:
39274         * gst-libs/gst/media-info/media-info-test.c: (main):
39275         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39276         (gst_media_info_read_idler), (gst_media_info_read):
39277         * gst-libs/gst/media-info/media-info.h:
39278           register debugging category and use it for debugging
39279
39280 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39281
39282         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39283         (gst_vorbisfile_new_link):
39284           signal streaminfo through tags
39285
39286 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39287
39288         * ext/mplex/gstmplex.cc:
39289         * ext/mplex/gstmplexibitstream.cc:
39290           g++ doesn't like NULL in our i18n/error macros, should be
39291           either (NULL) or ("").
39292
39293 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39294
39295         * sys/dxr3/dxr3audiosink.c:
39296         * sys/dxr3/dxr3init.c:
39297         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39298         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39299           Fix more error error error errors (missing includes here).
39300
39301 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39302
39303         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39304           fix thomas' error errors.
39305
39306 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39307
39308         * ext/mpeg2enc/gstmpeg2enc.cc:
39309           fix error errors.
39310
39311 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39312
39313         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39314         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39315           Fix for new error system.
39316
39317 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39318
39319         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39320           fix for new error reporting
39321
39322 2004-01-20  David Schleef  <ds@schleef.org>
39323
39324         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39325         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39326         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39327         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39328         and neither is 100+, most likely.
39329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39330         (gst_xvimagesink_getcaps): same
39331
39332 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39333
39334         * configure.ac:
39335           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39336           clashes with ffmpeg.
39337
39338 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39339
39340         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39341         (gst_switch_init): Fixed switch element : proxying link and setting
39342         caps from src to sink on request.
39343
39344 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39345
39346         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39347         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39348         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39349         fix element_error
39350
39351 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39352
39353         * sys/v4l/v4l_calls.h:
39354         * sys/v4l2/v4l2_calls.h:
39355           element_error fixes
39356
39357 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39358
39359         * gst-libs/gst/gst-i18n-plugin.h:
39360           add locale.h
39361           remove config.h inclusion
39362
39363 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39364
39365         * autogen.sh:
39366           adding autopoint invocation
39367         * Makefile.am:
39368         * configure.ac:
39369         * gst-libs/gst/gettext.h:
39370           adding gettext bits
39371         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39372         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39373         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39374         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39375         (gst_gnomevfssink_close_file):
39376         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39377         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39378         * gst-libs/gst/gst-i18n-plugin.h:
39379         * gst/avi/gstavi.c: (plugin_init):
39380         * sys/dxr3/dxr3init.c: (plugin_init):
39381         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39382         * sys/oss/gstossaudio.c: (plugin_init):
39383         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39384         * sys/v4l/gstv4l.c: (plugin_init):
39385         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39386         * sys/v4l2/gstv4l2.c: (plugin_init):
39387         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39388         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39389         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39390         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39391         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39392         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39393           make sure locale and translation domain are set
39394           fix translated strings
39395         * po/.cvsignore:
39396         * po/LINGUAS:
39397         * po/Makevars:
39398         * po/POTFILES.in:
39399         * po/nl.po:
39400           put translation files into place
39401         * sys/xvideo/imagetest.c: (main):
39402         * ext/dv/demo-play.c: (main):
39403           fix unnecessary translations
39404
39405 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39406
39407         * ext/sndfile/gstsf.c:
39408         * gst/avi/gstavimux.c:
39409         * ext/audiofile/gstafsink.c:
39410         * ext/audiofile/gstafsrc.c:
39411         * ext/gnomevfs/gstgnomevfssink.c:
39412         * ext/gnomevfs/gstgnomevfssrc.c:
39413         * sys/oss/gstosselement.c:
39414         * sys/v4l/v4l_calls.h:
39415           fix i18n include
39416
39417 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39418
39419         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39420         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39421         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39422         (gst_v4l2_get_output), (gst_v4l2_set_output),
39423         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39424         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39425         (gst_v4l2_set_attribute):
39426         update to new error handling
39427
39428 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39429
39430         * ext/sidplay/gstsiddec.cc:
39431         * gst/modplug/gstmodplug.cc:
39432           parenthese NULL because C++ seems angry about it
39433
39434 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39435
39436         * gst-libs/gst/gst-i18n-plugin.h:
39437           add skeleton i18n stuff, but needs to be further implemented
39438
39439 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39440
39441         * examples/gstplay/player.c: (main):
39442         * ext/aalib/gstaasink.c: (gst_aasink_open):
39443         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39445         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39446         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39447         (gst_afsink_close_file):
39448         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39449         (gst_afsrc_close_file):
39450         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39451         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39452         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39453         * ext/esd/esdmon.c: (gst_esdmon_get):
39454         * ext/esd/esdsink.c: (gst_esdsink_chain):
39455         * ext/faac/gstfaac.c: (gst_faac_chain):
39456         * ext/faad/gstfaad.c: (gst_faad_chain):
39457         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39458         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39459         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39460         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39461         (gst_flacdec_loop):
39462         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39463         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39464         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39465         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39466         (gst_gnomevfssink_close_file):
39467         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39468         (gst_gnomevfssrc_open_file):
39469         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39470         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39471         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39472         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39473         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39474         * ext/mad/gstmad.c: (gst_mad_chain):
39475         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39476         * ext/mpeg2dec/gstmpeg2dec.c:
39477         * ext/mpeg2enc/gstmpeg2enc.cc:
39478         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39479         * ext/mplex/gstmplex.cc:
39480         * ext/mplex/gstmplexibitstream.cc:
39481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39482         (gst_ogg_demux_push), (gst_ogg_pad_push):
39483         * ext/raw1394/gstdv1394src.c:
39484         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39485         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39486         * ext/sidplay/gstsiddec.cc:
39487         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39488         (gst_sf_loop):
39489         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39490         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39491         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39493         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39494         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39495         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39496         * gst-libs/gst/Makefile.am:
39497         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39498         (gst_riff_read_element_data), (gst_riff_read_seek),
39499         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39500         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39502         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39503         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39504         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39505         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39506         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39507         * gst/goom/gstgoom.c: (gst_goom_chain):
39508         * gst/id3/gstid3types.c: (gst_id3types_loop):
39509         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39510         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39511         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39512         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39513         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39514         (gst_ebml_read_float), (gst_ebml_read_header):
39515         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39516         (gst_matroska_demux_parse_blockgroup):
39517         * gst/modplug/gstmodplug.cc:
39518         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39519         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39520         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39521         * gst/silence/gstsilence.c: (gst_silence_get):
39522         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39523         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39524         * gst/speed/gstspeed.c: (speed_loop):
39525         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39526         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39527         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39528         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39529         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39530         (gst_wavparse_loop):
39531         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39532         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39533         (dxr3audiosink_close):
39534         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39535         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39536         (dxr3videosink_close), (dxr3videosink_write_data):
39537         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39538         * sys/oss/gstosselement.h:
39539         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39540         (gst_osssink_chain):
39541         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39542         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39543         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39544         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39545         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39546         (gst_v4l_enable_overlay):
39547         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39548         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39549         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39550         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39551         (gst_v4l_set_audio):
39552         * sys/v4l/v4l_calls.h:
39553         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39554         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39555         (gst_v4lmjpegsink_playback_init),
39556         (gst_v4lmjpegsink_playback_start):
39557         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39558         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39559         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39560         (gst_v4lmjpegsrc_requeue_frame):
39561         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39562         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39563         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39564         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39566         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39567         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39568         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39569         (gst_v4l2src_capture_stop):
39570         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39571         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39572         (gst_ximagesink_chain):
39573         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39574         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39575         (gst_xvideosink_xwindow_new):
39576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39577         (gst_xvimagesink_chain):
39578         use new error signal, function and categories
39579
39580 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39581
39582         * configure.ac:
39583         * ext/Makefile.am:
39584         * ext/musicbrainz/gsttrm.c:
39585         * ext/musicbrainz/gsttrm.h:
39586         * ext/musicbrainz/Makefile.am:
39587         Add a trm plugin
39588
39589 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39590
39591         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39592         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39593         synchronous property for debugging.
39594         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39596         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39597         smaller block, fixing indent.
39598
39599 2004-01-16  David Schleef  <ds@schleef.org>
39600
39601         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39602         property affects the video stream.
39603         * sys/xvimage/xvimagesink.c:
39604         * sys/xvimage/xvimagesink.h:
39605         Add synchronous property for debugging.  Should probably be
39606         disabled in non-CVS builds.  Make sure that the Xv attribute
39607         exists before we set it (crash!).  Fix a silly float bug that
39608         caused colorbalance to just not work.
39609
39610 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39611
39612         * tools/gst-launch-ext.in - update for new plugins
39613
39614 2004-01-16  David Schleef  <ds@schleef.org>
39615
39616         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39617         already-freed caps.
39618
39619 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39620
39621         * Update spec for new colorspace plugin and libcaca plugin
39622         * Fix compilation of libcaca plugin (clock -> id)
39623
39624 2004-01-16  Julien MOUTTE <julien@moutte.net>
39625
39626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39627         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39628         (gst_xvimagesink_set_xwindow_id),
39629         (gst_xvimagesink_colorbalance_set_value),
39630         (gst_xvimagesink_colorbalance_get_value),
39631         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39632         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39633         correct colorbalance properties. They can now be set when the element
39634         is still in NULL state. The values will be committed to the Xv Port
39635         when xcontext is initialized.
39636         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39637         brightness int values in the GstXvImagesink structure.
39638
39639 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39640
39641         * gst-libs/gst/Makefile.am:
39642           restructure so having local patches works easier.
39643
39644 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39645
39646         * ext/mpeg2enc/Makefile.am:
39647         * ext/mpeg2enc/gstmpeg2enc.cc:
39648         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39649           Bugfix with respect to EOS handling.
39650
39651 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39652
39653         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39654           Link with right caps (else, it segfaults).
39655         * ext/mplex/gstmplexjob.cc:
39656           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39657
39658 2004-01-15  David Schleef  <ds@schleef.org>
39659
39660         * gst-libs/gst/audio/Makefile.am:
39661         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39662         from the template.
39663         * gst-libs/gst/audio/gstaudiofilter.c:
39664         * gst-libs/gst/audio/gstaudiofilter.h:
39665         Add bytes_per_sample and size and n_samples calculation.
39666         * gst-libs/gst/audio/gstaudiofilterexample.c:
39667         Remove, now autogenerated.
39668         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39669         Moved from gstaudiofilterexample, object name changed, code added
39670         so that it actually works.
39671         * gst-libs/gst/audio/make_filter:
39672         Script to build an audiofilter subclass from the template.
39673         * gst/colorspace/Makefile.am:
39674         * gst/colorspace/yuv2yuv.c:
39675         Remove file, since it's GPL, and we don't use it.
39676
39677 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39678
39679         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39681         them use the buffer free function to test how the buffer was allocated.
39682
39683 2004-01-15  David Schleef  <ds@schleef.org>
39684
39685         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39686         that handles osssink fallback.
39687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39688         (gst_audio_convert_getcaps):
39689         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39690         Add audio/x-qdm2 for QDM2 audio.
39691         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39692         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39693         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39694         Decrease minimum size to 16x16.
39695         * gst/wavparse/gstwavparse.c:
39696         Convert disabled pad template caps to new caps.
39697         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39699         (gst_xvimagesink_chain): Throw element error when display cannot
39700         be opened.  Increase minimum framerate to 1.0.  Check the data
39701         free function on a buffer to make sure it is the type we expect
39702         before manipulating it.
39703
39704 2004-01-15  Julien MOUTTE <julien@moutte.net>
39705
39706         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39707         (gst_videobalance_colorbalance_set_value): Implement passthru if
39708         settings are in the middle.
39709         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39710
39711 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39712
39713         * gst/videofilter/Makefile.am:
39714         * gst/volume/Makefile.am:
39715           Since we use videofilter symbols, link to it.
39716
39717 2004-01-15  Julien MOUTTE <julien@moutte.net>
39718
39719         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39720         mixer interface type to HARDWARE.
39721         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39722         type to SOFTWARE.
39723         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39724         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39725         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39726         (gst_volume_interface_init), (gst_volume_list_tracks),
39727         (gst_volume_set_volume), (gst_volume_get_volume),
39728         (gst_volume_set_mute), (gst_volume_mixer_init),
39729         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39730         (volume_init): Implementing mixer interface.
39731         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39732         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39733         (gst_osselement_change_state): Removing some trailing commas in
39734         structures.
39735         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39736         interface type to HARDWARE.
39737         * sys/v4l/gstv4lcolorbalance.c:
39738         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39739         type to HARDWARE.
39740         * sys/v4l2/gstv4l2colorbalance.c:
39741         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39742         interface type to HARDWARE.
39743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39744         same code than ximagesink for event handling.
39745
39746 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39747
39748         * ext/snapshot/Makefile.am:
39749         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39750         (gst_snapshot_chain):
39751         * ext/snapshot/gstsnapshot.h:
39752           This has to be a joke... Snapshot should be connected to a tee,
39753           colorspace element before it and EOS after that, where the other
39754           src of the tee receives normal data.
39755           The current way is *wrong*.
39756
39757 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39758
39759         * ext/hermes/gsthermescolorspace.c:
39760           Fix another compile error. Same as below.
39761
39762 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39763
39764         * gst/colorspace/gstcolorspace.c:
39765         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39766         (gst_colorspace_i420_to_yv12):
39767           Fix compiling... Didn't test if it actually works.
39768
39769 2004-01-15  David Schleef  <ds@schleef.org>
39770
39771         * configure.ac:
39772         * gst/colorspace/Makefile.am:
39773         * gst/colorspace/gstcolorspace.c:
39774         * gst/colorspace/gstcolorspace.h:
39775         * gst/colorspace/yuv2rgb.c:
39776         * gst/colorspace/yuv2rgb.h:
39777         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39778         code and GPL code.  Fix for new caps negotiation.  Rewrite
39779         much of the format handling code, and some of the conversion
39780         code.  Basically, rewrote almost everything.  This element
39781         handles I420, YV12 to RGB conversions.
39782         * ext/hermes/Makefile.am:
39783         * ext/hermes/gsthermescolorspace.c:
39784         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39785         Remove non-Hermes related code.  This element handles lots of
39786         RGB to RGB conversions, but no YUV.
39787         * ext/hermes/gstcolorspace.c:
39788         * ext/hermes/gstcolorspace.h:
39789         * ext/hermes/rgb2yuv.c:
39790         * ext/hermes/yuv2rgb.c:
39791         * ext/hermes/yuv2rgb.h:
39792         * ext/hermes/yuv2rgb_mmx16.s:
39793         * ext/hermes/yuv2yuv.c:
39794         * ext/hermes/yuv2yuv.h:
39795         Remove old code.
39796
39797 2004-01-14  Colin Walters  <walters@verbum.org>
39798
39799         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39800         they've already been.
39801
39802 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39803
39804         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39805           assume tag mode when pad is not connected
39806
39807 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39808
39809         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39810           Don't update the time of the clock
39811         (gst_alsa_sink_loop):
39812           sync to the clock given to alsasink, not the own clock
39813         * sys/oss/gstosssink.c: (gst_osssink_chain):
39814           sync to the clock
39815         (gst_osssink_change_state):
39816           activate the clock
39817         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39819           remove bogus code that made DISCONT events unhandled
39820         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39821           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39822           #131502)
39823         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39824         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39825         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39826           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39827           2nd warning in bug #131502)
39828
39829 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39830
39831         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39832         (gst_videobalance_colorbalance_set_value),
39833         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39834         for colorbalance interface implementation.
39835         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39836         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39837         (gst_ximagesink_dispose), (gst_ximagesink_init),
39838         (gst_ximagesink_class_init): Adding DISPLAY property.
39839         * sys/ximage/ximagesink.h: Adding display_name to store display.
39840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39841         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39842         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39843         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39844         properties (they still need polishing though for gst-launch use : no
39845         xcontext yet, i ll do that tomorrow).
39846         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39847
39848 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39849
39850         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39851         (gst_play_set_location), (gst_play_set_visualization): Preparing
39852         switch integration, adding videobalance in the pipeline.
39853
39854 2004-01-14  Julien MOUTTE <julien@moutte.net>
39855
39856         * gst-libs/gst/colorbalance/colorbalance.c:
39857         (gst_color_balance_class_init): Adding a default type.
39858         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39859         the type.
39860         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39861         (gst_videobalance_dispose), (gst_videobalance_class_init),
39862         (gst_videobalance_init), (gst_videobalance_interface_supported),
39863         (gst_videobalance_interface_init),
39864         (gst_videobalance_colorbalance_list_channels),
39865         (gst_videobalance_colorbalance_set_value),
39866         (gst_videobalance_colorbalance_get_value),
39867         (gst_videobalance_colorbalance_init): Implementing colorbalance
39868         interface.
39869         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39870         list.
39871         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39872         bug which was triggering a BadAccess X error when setting an overlay
39873         before pad was really negotiated.
39874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39875         Using the colorbalance type macro.
39876
39877 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39878
39879         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39880         (gst_flacenc_chain):
39881           handle tags correctly
39882         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39883           extract ID3v1 tags correctly
39884
39885 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39886
39887         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39888         (plugin_init):
39889           Improve matroska typefinding for odd-typed headers...
39890
39891 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39892
39893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39894           Fix for using incremental number on padnames.
39895
39896 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39897
39898         * ext/divx/gstdivxdec.c:
39899         * ext/divx/gstdivxenc.c:
39900           Set category to divx4linux instead of divx (too generic).
39901         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39902         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39903         (gst_wavparse_loop), (gst_wavparse_change_state):
39904         * gst/wavparse/gstwavparse.h:
39905           fix parsing of WAV files with non-standard fmt-tag size and fix
39906           skipping of unrecognized chunks... Someone please fix this thing
39907           to use rifflib so all this is automated.
39908         * sys/v4l/Makefile.am:
39909         * sys/v4l2/Makefile.am:
39910           Add X_CFLAGS because we depend on X (for overlay).
39911
39912 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39913
39914         * ext/mpeg2dec/gstmpeg2dec.c:
39915           Don't issue a timestamp unless we tagged the frame
39916           with a PTS.
39917
39918 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39919
39920         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39921           Query the audio element to get the time, not the clock. We're
39922           interested in the element's time here.
39923
39924 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39925
39926         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39927         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39928         * ext/esd/esdsink.c: (gst_esdsink_chain):
39929         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39930         * ext/mas/massink.c: (gst_massink_chain):
39931         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39933         (gst_matroska_demux_parse_metadata):
39934         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39935         (gst_mpeg_parse_release_locks):
39936         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39937         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39938         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39939         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39940         (gst_osssink_change_state):
39941         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39942         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39943         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39944         (gst_xvideosink_release_locks):
39945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39946           use element time.
39947         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39948         (gst_alsa_clock_stop):
39949         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39950         (gst_audio_clock_get_internal_time):
39951           simplify for use with new clocking code.
39952         * testsuite/alsa/Makefile.am:
39953         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39954           fix testsuite for new caps system
39955
39956 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39957
39958         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39959         * ext/flac/gstflacenc.c: (add_one_tag):
39960           length is already host endian, no need to convert. Fixes playback of
39961           tagged files on PPC. (bug #128384)
39962
39963 2004-01-13  Julien MOUTTE <julien@moutte.net>
39964
39965         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39966         colorbalance interface stating if it is hardware based or software
39967         based.
39968         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39969         Removing a trailing comma.
39970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39971         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39972         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39973         the documentation seems to be wrong on the -1000 to 1000 interval.
39974
39975 2004-01-12  David Schleef  <ds@schleef.org>
39976
39977         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39978         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39979         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39980         Fix negotiation.  Add a bufferalloc function for the sink pad,
39981         and generally clean up some of the code.
39982
39983 2004-01-12  Julien MOUTTE <julien@moutte.net>
39984
39985         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39986         (gst_color_balance_channel_dispose): Adding safety check in dispose
39987         method.
39988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39989         (gst_xvimagesink_xcontext_clear),
39990         (gst_xvimagesink_interface_supported),
39991         (gst_xvimagesink_colorbalance_list_channels),
39992         (gst_xvimagesink_colorbalance_set_value),
39993         (gst_xvimagesink_colorbalance_get_value),
39994         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39995         Adding colorbalance interface support to set XV parameters such as
39996         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39997         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39998         interface.
39999
40000 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40001
40002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40003         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40004         (gst_audio_convert_init), (gst_audio_convert_set_property),
40005         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40006         (gst_audio_convert_link),
40007         (gst_audio_convert_buffer_to_default_format),
40008         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40009           - implement _getcaps and use it
40010           - improve linking
40011           - remove float caps since no float conversion is actually done
40012           - remove properties and arguments that were to be used for rate
40013             conversion
40014
40015 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40016
40017         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40018         (gst_audio_structure_set_int):
40019         * gst-libs/gst/audio/audio.h:
40020           add helper functions for _getcaps matching the standard audio
40021           templates
40022
40023 2004-01-12  David Schleef  <ds@schleef.org>
40024
40025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40026         Test that pad is negotiated before getting its caps.
40027
40028 2004-01-12  Julien MOUTTE <julien@moutte.net>
40029
40030         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40031         analyzing the pads of an element the bin is mostly in READY state so
40032         no caps were negotiated. This helper function needs to work with
40033         _get_caps directly then. I was not freeing them though, added that to
40034         fix the mem leak.
40035
40036 2004-01-12  Julien MOUTTE <julien@moutte.net>
40037
40038         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40040         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40041         than the free_func.
40042
40043 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40044
40045         * sys/oss/gstossaudio.c: (plugin_init):
40046         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40047         * sys/oss/gstosselement.h:
40048           make an oss debugging category
40049           make failure more descriptive
40050
40051 2004-01-11  David Schleef  <ds@schleef.org>
40052
40053         * ext/ffmpeg/gstffmpeg.c:
40054         * ext/ffmpeg/gstffmpegcodecmap.c:
40055         * ext/ffmpeg/gstffmpegdec.c:
40056         * ext/ffmpeg/gstffmpegenc.c:
40057         * ext/ffmpeg/gstffmpegprotocol.c:
40058         * ext/gdk_pixbuf/gstgdkanimation.c:
40059         * ext/jpeg/gstjpeg.c:
40060         * ext/libpng/gstpng.c:
40061         * ext/mpeg2dec/perftest.c:
40062         * ext/speex/gstspeex.c:
40063         * gst-libs/gst/resample/dtos.c:
40064         * gst/intfloat/gstintfloatconvert.c:
40065         * gst/oneton/gstoneton.c:
40066         * gst/rtjpeg/RTjpeg.c:
40067         * gst/rtp/gstrtp.c:
40068         * sys/dxr3/dxr3init.c:
40069         * sys/glsink/gstgl_nvimage.c:
40070         * sys/glsink/gstgl_pdrimage.c:
40071         * sys/glsink/gstglsink.c:
40072         * testsuite/gst-lint:
40073         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40074
40075 2004-01-11  David Schleef  <ds@schleef.org>
40076
40077         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40078         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40079         * ext/gdk_pixbuf/gstgdkanimation.c:
40080         (gst_gdk_animation_iter_create_pixbuf):
40081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40082         (gst_gdk_pixbuf_chain):
40083         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40084         * ext/jack/gstjack.c: (gst_jack_change_state):
40085         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40086         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40087         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40088         * gst/videofilter/gstvideofilter.c:
40089         (gst_videofilter_set_output_size):
40090         Remove all usage of gst_pad_get_caps(), and replace it with
40091         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40092
40093 2004-01-11  David Schleef  <ds@schleef.org>
40094
40095         * configure.ac:
40096         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40097         * ext/divx/gstdivxdec.c:
40098         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40099         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40100         handle images that span multiple buffers.  Now work with both
40101         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40102         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40103         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40104         video/video.h changes
40105         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40106         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40107         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40108         of GstData free function.
40109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40110         same.
40111
40112 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40113
40114         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40115         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40116         (gst_v4l2element_get_property):
40117         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40118           add norm, channel and frequency properties.
40119         * sys/v4l2/gstv4l2tuner.c:
40120           fixes for tuner interface changes
40121         * sys/v4l2/gstv4l2element.h:
40122         * sys/v4l2/gstv4l2src.c:
40123         * sys/v4l2/gstv4l2src.h:
40124         * sys/v4l2/v4l2src_calls.c:
40125         * sys/v4l2/v4l2src_calls.h:
40126           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40127
40128 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40129
40130         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40131         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40132         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40133         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40134         * gst-libs/gst/tuner/tuner.h:
40135           GObjects aren't const.
40136           Add find_by_name functions.
40137           Add checks to _changed functions.
40138         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40139         (gst_v4l_tuner_get_norm):
40140           Fixes for above.
40141
40142 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40143
40144         * gst-libs/gst/video/video.h:
40145           Fix caps template names to be understandable.
40146           Prefix everything with GST_VIDEO.
40147         * ext/aalib/gstaasink.c:
40148         * ext/divx/gstdivxdec.c:
40149         * ext/divx/gstdivxenc.c:
40150         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40151         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40152         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40153         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40154         * ext/libcaca/gstcacasink.c:
40155         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40156         * ext/snapshot/gstsnapshot.c:
40157         * ext/swfdec/gstswfdec.c:
40158         * ext/xvid/gstxviddec.c:
40159         * ext/xvid/gstxvidenc.c:
40160         * gst/chart/gstchart.c:
40161         * gst/deinterlace/gstdeinterlace.c:
40162         * gst/effectv/gsteffectv.c:
40163         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40164         * gst/goom/gstgoom.c:
40165         * gst/median/gstmedian.c:
40166         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40167         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40168         * gst/overlay/gstoverlay.c:
40169         * gst/smooth/gstsmooth.c:
40170         * gst/smpte/gstsmpte.c:
40171         * gst/synaesthesia/gstsynaesthesia.c:
40172         * gst/videocrop/gstvideocrop.c:
40173         * gst/videodrop/gstvideodrop.c:
40174         * gst/y4m/gsty4mencode.c:
40175         * sys/qcam/gstqcamsrc.c:
40176         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40177           Make them work with new video.h file.
40178         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40179         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40181         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40182           Make it work with new buffer allocation system.
40183
40184 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40185
40186         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40187         pad_alloc_buffer implementation to use ->srcpad
40188         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40189         pad_alloc_buffer implementation to use ->srcpad
40190         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40191         pad_alloc_buffer implementation to use ->srcpad
40192         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40193         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40194         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40195         a reference to everything we need.
40196         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40198         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40199         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40200         a reference to everything we need.
40201         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40202
40203 2004-01-11  David Schleef  <ds@schleef.org>
40204
40205         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40206         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40207         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40208         structure members.
40209         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40210         value during a resize/renegotiation.
40211         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40212         gst_pad_alloc_buffer();
40213         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40214         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40215         structure members.
40216         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40217         Fix for rename of buffer private structure members.
40218         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40219         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40220         Fix for rename of buffer private structure members.
40221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40222         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40223         Fix for rename of buffer private structure members.
40224
40225 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40226
40227         reviewed by: David Schleef <ds@schleef.org>
40228
40229         * gst/videofilter/Makefile.am:
40230         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40231         from the patch by ds to fit in with recent make_filter changes.
40232
40233 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40234
40235         * configure.ac: Adding examples/switch/Makefile
40236         * examples/Makefile.am: Adding examples/switch
40237         * examples/switch/Makefile.am: Adding switcher example.
40238         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40239         (switch_timer), (main): Adding an example demonstrating switch usage
40240         with 2 videotestsrc showing different patterns.
40241         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40242         (gst_switch_init): Fixing switch with the new caps system.
40243
40244 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40245
40246         * gst-libs/gst/video/video.h:
40247           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40248           They should probably be like
40249           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40250
40251 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40252
40253         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40254         (qtdemux_parse_trak):
40255           fix audio chunk size/timestamp calculation
40256
40257 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40258
40259         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40260           fix SVQ3 caps
40261
40262 2004-01-11  Steve Baker  <steve@stevebaker.org>
40263
40264         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40265         (gst_agingtv_base_init), (gst_agingtv_class_init),
40266         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40267         (gst_agingtv_set_property), (gst_agingtv_get_property):
40268         Port agingTV to videofilter
40269
40270 2004-01-09  Julien MOUTTE <julien@moutte.net>
40271
40272         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40273         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40274
40275 2004-01-09  Julien MOUTTE <julien@moutte.net>
40276
40277         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40278         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40279         * gst-libs/gst/xoverlay/xoverlay.c:
40280         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40281         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40282         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40283         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40284         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40285         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40286         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40287         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40288         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40289         interface implementation to handle xid being 0 and fix some bugs
40290         triggered by Benjamin's testcase.
40291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40292         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40293         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40294         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40295         interface implementation to handle xid being 0 and fix some bugs
40296         triggered by Benjamin's testcase.
40297
40298 2004-01-09  David Schleef  <ds@schleef.org>
40299
40300         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40301         mouse pointer events.  It works.
40302
40303 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40304
40305         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40306           Use explicit caps - fix capsnego.
40307         * ext/xvid/gstxviddec.c:
40308         * ext/xvid/gstxvidenc.c:
40309           Remove macro-inside-macro which caused compile errors.
40310         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40311           Error out if it's not a RIFF file. Else we error out without
40312           gst_element_error() which is not good...
40313
40314 2004-01-08  David Schleef  <ds@schleef.org>
40315
40316         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40317         Fix pad_link function to handle formats that ffmpeg returns
40318         as multiple caps structures.
40319         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40320         Only complain if source buffer is _smaller_ than expected.
40321         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40322         (gst_videoscale_handle_src_event): Resize navigation events
40323         when passing them upstream.
40324         * gst/videotestsrc/gstvideotestsrc.c:
40325         * gst/videotestsrc/gstvideotestsrc.h:
40326         * gst/videotestsrc/videotestsrc.c:
40327         * gst/videotestsrc/videotestsrc.h:
40328         Rewrite many of the buffer painting functions to handle odd
40329         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40330         been verified to work with my video card.
40331         * testsuite/gst-lint:  Add check for elements calling
40332         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40333
40334 2004-01-08  David Schleef  <ds@schleef.org>
40335
40336         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40337         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40338
40339 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40340
40341         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40342         configure event is not emiting the desired size signal. That fixes
40343         aspect ratio issues with gst-player.
40344
40345 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40346
40347         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40348           Fix capsnego.
40349
40350 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40351
40352         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40353         public method to fire size signal.
40354
40355 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40356
40357         * examples/gstplay/Makefile.am: Adding the interface library.
40358         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40359         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40360         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40361         GST_IS_X_OVERLAY before signal connect.
40362         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40363         Removing the have_video_size signal.
40364         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40365         and associated public method.
40366         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40367         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40368         signal.
40369         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40370         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40371         signal.
40372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40373         Using XOverlay public method to fire size signal.
40374
40375 2004-01-07  David Schleef  <ds@schleef.org>
40376
40377         * gst/videofilter/Makefile.am:
40378         * gst/videofilter/gstvideotemplate.c:
40379         * gst/videofilter/make_filter:
40380         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40381         Convert make_filter to /bin/sh script.
40382
40383 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40384
40385         * gst/modplug/gstmodplug.cc: fix element description
40386
40387 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40388
40389         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40390         (got_video_size): Adding some new lines in g_print calls.
40391         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40392         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40393         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40394         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40395         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40396         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40397         Complete code review, reverting some stuff i disagree with, adding
40398         some fixes : time synchronization on invalid timestamps, renegotiation
40399         of private window.
40400         * sys/ximage/ximagesink.h:
40401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40402         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40403         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40404         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40405         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40406         (gst_xvimagesink_buffer_new),
40407         (gst_xvimagesink_navigation_send_event),
40408         (gst_xvimagesink_set_xwindow_id),
40409         (gst_xvimagesink_get_desired_size),
40410         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40411         stuff i disagree with, adding some fixes : Renegotiation of private
40412         window, implementing get_desired_size.
40413
40414 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40415
40416         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40417         (gst_afsink_handle_event):
40418         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40419         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40420         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40421         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40422         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40423           Fix for instantiate-test (see core). Also remove dead code from
40424           jpegenc (which still needs fixing, but that's lower on my TODO
40425           list...).
40426         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40427           Never return NULL as caps.
40428
40429 2004-01-07  David Schleef  <ds@schleef.org>
40430
40431         * configure.ac:
40432         * ext/Makefile.am:
40433         * ext/librfb/Makefile.am:
40434         * ext/librfb/gstrfbsrc.c:
40435         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40436         is the protocol used by VNC.
40437
40438 2004-01-07  David Schleef  <ds@schleef.org>
40439
40440         * gst/videofilter/gstvideotemplate.c:
40441         * gst/videofilter/gstvideotemplate.h:
40442         * gst/videofilter/make_filter:
40443         Merge videotemplate header into source file.
40444         * gst/effectv/Makefile.am:
40445         * gst/effectv/gsteffectv.c: (plugin_init):
40446         * gst/effectv/gstwarp.c:
40447         Make warpTV a subclass of videofilter.
40448
40449 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40450
40451         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40452           Add guard against invalid utf-8 conversions in mad. Just in case.
40453
40454 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40455
40456         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40457           Fix for bug shown by poisoning
40458
40459 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40460
40461         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40462         (gst_v4lmjpegsrc_buffer_free):
40463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40464         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40465         (gst_v4lsrc_buffer_free):
40466           Fix for removed bufferpools.
40467
40468 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40469
40470         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40471         Fix caps negotiation.
40472
40473         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40474         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40475         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40476         (dvdnavsrc_event):
40477         * ext/mpeg2dec/gstmpeg2dec.c:
40478         * gst-libs/gst/navigation/navigation.c:
40479         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40480         * gst-libs/gst/navigation/navigation.h:
40481         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40482         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40484         Super-simple first version of mouse and keyboard events. Clicking
40485         on a DVD menu now works, although it may not take you where you
40486         expected.
40487
40488         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40489         * gst/videotestsrc/gstvideotestsrc.c:
40490         (gst_videotestsrc_src_fixate):
40491         These fixate functions were broken - they never actually
40492         fixated :)
40493
40494 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40495
40496         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40497         (gst_icecastsend_init):
40498           fix for new caps system.
40499         * gst-libs/gst/mixer/mixertrack.h:
40500         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40501           Add 'master track' flag (for tools like ACME that only want to
40502           change the main volume).
40503
40504 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40505
40506         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40507         (gst_xvid_csp_to_caps):
40508         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40509         * ext/xvid/gstxvidenc.c:
40510         ifdef out ARGB type when it isn't available
40511         in xvidcore 1.0.0beta2
40512
40513 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40514
40515         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40516           When we have received a new SCR right in the first buffer after
40517           a seek (so in the same cycle that handles the discont), we should
40518           handle the buffer instead of unreffing it, else we lose data.
40519
40520 2004-01-06  Iain <iain@prettypeople.org>
40521
40522         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40523           buffer-frames caps too.
40524
40525         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40526           caps that we need, don't destroy them all and rebuild them. And when
40527           creating src pads, use the src pad template rather than the sink...
40528
40529 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40530
40531         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40532           Add pad to element *after* setting functions such as event handler.
40533           Without this, the scheduler (opt) will link pads, set the event
40534           handler from the default event function (dispatcher in gstpad.c)
40535           and *after* that, we will set our own event function, which will
40536           thus never be used (and thus mpegdemux doesn't handle events).
40537
40538 2004-01-04  David Schleef  <ds@schleef.org>
40539
40540         Fix the fixate functions to handle new prototype:
40541         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40542         * gst/videotestsrc/gstvideotestsrc.c:
40543         (gst_videotestsrc_src_fixate):
40544         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40545         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40547
40548 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40549
40550         * sys/ximage/ximagesink.h:
40551         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40552         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40553         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40554         (gst_ximagesink_xoverlay_init):
40555           assorted fixes to make (re)embedding work
40556         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40557         (gst_ximagesink_get_desired_size):
40558           implement desired size additions to XOverlay
40559
40560 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40561
40562         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40563         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40564         (gst_x_overlay_got_desired_size):
40565         * gst-libs/gst/xoverlay/xoverlay.h:
40566           Add optional "desired size" signal and querying.
40567
40568 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40569
40570         * gst/matroska/matroska-demux.c:
40571         (gst_matroska_demux_parse_blockgroup):
40572           Fix EBML-laced block parsing. Diffs are relative to previous
40573           lace, not the first lace. Thanks to Mosu from the Matroska
40574           team for detecting this.
40575         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40576         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40577         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40578         (gst_wavparse_change_state):
40579         * gst/wavparse/gstwavparse.h:
40580           Quickfix for capsnego.
40581
40582 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40583
40584         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40585           Fix indenting, fix pad creation.
40586
40587 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40588
40589         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40590         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40591         (gst_xviddec_sink_link):
40592           Implement src_getcaps() so proper size caps is negotiated.
40593
40594 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40595
40596         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40597           Finish flac decoder on EOS. See #116178.
40598
40599 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40600
40601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40602         (gst_matroska_demux_add_stream):
40603         * gst/matroska/matroska-ids.h:
40604           Add getcaps() function to fix capsnego...
40605
40606 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40607
40608         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40609         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40610         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40611           Fix more integer overflows. Again, see #126967.
40612
40613 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40614
40615         * ext/mpeg2dec/gstmpeg2dec.c:
40616           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40617           #130416.
40618
40619 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40620
40621         * configure.ac:
40622         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40623         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40624         * ext/xvid/gstxvid.h:
40625         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40626         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40627         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40628         (gst_xviddec_change_state):
40629         * ext/xvid/gstxviddec.h:
40630         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40631         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40632         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40633         (gst_xvidenc_link), (gst_xvidenc_set_property),
40634         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40635         * ext/xvid/gstxvidenc.h:
40636           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40637
40638 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40639
40640         * gst/rtp/rtp-packet.c:
40641           Add sys/types.h include, since OS X doesn't define in_addr_t
40642           in netinet/in.h, like it does on Linux (see #129600).
40643
40644 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40645
40646         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40647
40648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40649           Correct logic of dispose function (see #129306).
40650
40651 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40652
40653         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40654         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40655         (gst_mpeg_parse_init):
40656         * gst/mpegstream/gstmpegparse.h:
40657           Remove clock (which was never provided, i.e. dead code), and
40658           also fix integer overflows at high PTS values (see #126967).
40659
40660 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40661
40662         * ext/flac/gstflacdec.c:
40663         * ext/libpng/gstpngenc.h:
40664         * ext/mikmod/gstmikmod.h:
40665           OS X fixes (see #126628).
40666
40667 2004-01-02  David Schleef  <ds@schleef.org>
40668
40669         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40670         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40671         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40672         (gst_mpeg_parse_class_init): Move pad template registration
40673         to class_init, since the derived class (mpegdemux) doesn't
40674         want them.
40675
40676 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40677
40678         * sys/ximage/Makefile.am:
40679         * sys/xvideo/Makefile.am:
40680         * sys/xvimage/Makefile.am:
40681           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40682           after installation (see #127664).
40683
40684 2004-01-02  David Schleef  <ds@schleef.org>
40685
40686         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40687         (gst_ffmpegenc_connect):  Negotiation fixes.
40688         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40689         Remove inappropriate gst_caps_free().
40690         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40691         Reenable Ronald's internal resize code, since the core handles
40692         it correctly now.
40693
40694 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40695
40696         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40697         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40698         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40699           Fix pad template stuff.
40700
40701 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40702
40703         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40704         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40705           fix signed integer reading/writing.
40706
40707 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40708
40709         * ext/alsa/README:
40710           Remove outdated document
40711
40712 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40713
40714         * gst/cutter/gstcutter.c: (gst_cutter_init):
40715           src pad was being created twice - oops.
40716
40717 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40718
40719         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40720           Comment out internal resize. It doesn't handle the resulting
40721           XEvent internally, does another try_set_caps() which leads to
40722           a really nice loop.
40723           Real fix will come when Julien and Dave are awake. ;).
40724
40725 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40726
40727         * ext/mpeg2enc/gstmpeg2enc.cc:
40728           fix const/nonconst compile issue.
40729
40730 2004-01-02  David Schleef  <ds@schleef.org>
40731
40732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40733         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40734         Add fixate function and a check for bad formats.
40735
40736 2004-01-01  David Schleef  <ds@schleef.org>
40737
40738         Negotiation fixes:
40739         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40740         (gst_audiofilter_init):
40741         * gst/debug/efence.c: (gst_efence_init):
40742         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40743         (gst_deinterlace_init):
40744         * gst/volume/gstvolume.c: (volume_connect):
40745
40746 2004-01-01  David Schleef  <ds@schleef.org>
40747
40748         Convert elements to use gst_pad_use_explicit_caps() where
40749         appropriate:
40750         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40751         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40752         (gst_afparse_open_file):
40753         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40754         (gst_afsrc_open_file):
40755         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40756         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40757         (gst_ffmpegdec_chain):
40758         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40759         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40760         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40761         (gst_gdk_pixbuf_chain):
40762         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40763         (gst_jpegdec_chain):
40764         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40765         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40766         (gst_mikmod_negotiate):
40767         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40768         (gst_mpeg2dec_negotiate_format):
40769         * ext/mpeg2enc/gstmpeg2enc.cc:
40770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40771         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40772         (gst_speexdec_sinkconnect):
40773         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40774         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40775         (gst_vorbisfile_new_link):
40776         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40777         (gst_ac3parse_chain):
40778         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40779         (gst_asf_demux_setup_pad):
40780         * gst/auparse/gstauparse.c: (gst_auparse_init),
40781         (gst_auparse_chain):
40782         * gst/id3/gstid3types.c: (gst_id3types_loop):
40783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40784         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40785         (mp1videoparse_parse_seq):
40786         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40787         (bpf_from_header):
40788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40789         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40790         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40791         (gst_mpeg_parse_send_data):
40792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40793         (gst_qtdemux_add_stream):
40794         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40795         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40796         (gst_wavparse_parse_fmt):
40797
40798 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40799
40800         * configure.ac:
40801           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40802           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40803           it therefore uses the wrong include paths. Too bad... Note
40804           that 1.6.1.93 is not release yet. ;).
40805           Also add a check for mplex, which is now using the lib'ified
40806           mplex from mjpegtools, too.
40807         * ext/ffmpeg/gstffmpegcodecmap.c:
40808           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40809           issues. I don't think ffmpeg handles 3ivx correctly, so this
40810           probably won't work. But it won't hurt either.
40811         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40812         (gst_ffmpegdec_chain):
40813         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40814         (gst_ffmpegenc_chain_audio):
40815           Fix memleak in audio encoding. Close codec if open fails, this
40816           calls the cleanup routines so we can re-use the context.
40817         * ext/mpeg2enc/gstmpeg2enc.cc:
40818           Fix pad template names/types, fix memory issue with getcaps().
40819         * ext/mpeg2enc/gstmpeg2encoder.cc:
40820         * ext/mpeg2enc/gstmpeg2encoder.hh:
40821           Fix compile issue with new caps system (const thingy).
40822         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40823         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40824           We read a first frame right on initing, so that we have a caps
40825           when we init the output. This caps is cached in padprivate and
40826           read as first frame.
40827         * ext/mplex/Makefile.am:
40828         * ext/mplex/gstmplex.cc:
40829         * ext/mplex/gstmplex.h:
40830         * ext/mplex/gstmplex.hh:
40831         * ext/mplex/gstmplexibitstream.cc:
40832         * ext/mplex/gstmplexibitstream.hh:
40833         * ext/mplex/gstmplexjob.cc:
40834         * ext/mplex/gstmplexjob.hh:
40835         * ext/mplex/gstmplexoutputstream.cc:
40836         * ext/mplex/gstmplexoutputstream.hh:
40837           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40838           had issues, didn't do capsnego, supported only a subset of the
40839           mplex features and required a mplex fork in our local CVS. Plus
40840           that it worked agaist a very old mplex version. Rewriting was
40841           faster than updating it.
40842         * gst-libs/ext/Makefile.am:
40843         * gst-libs/ext/mplex/INSTRUCT:
40844         * gst-libs/ext/mplex/Makefile.am:
40845         * gst-libs/ext/mplex/README:
40846         * gst-libs/ext/mplex/TODO:
40847         * gst-libs/ext/mplex/ac3strm_in.cc:
40848         * gst-libs/ext/mplex/audiostrm.hh:
40849         * gst-libs/ext/mplex/audiostrm_out.cc:
40850         * gst-libs/ext/mplex/aunit.hh:
40851         * gst-libs/ext/mplex/bits.cc:
40852         * gst-libs/ext/mplex/bits.hh:
40853         * gst-libs/ext/mplex/buffer.cc:
40854         * gst-libs/ext/mplex/buffer.hh:
40855         * gst-libs/ext/mplex/fastintfns.h:
40856         * gst-libs/ext/mplex/format_codes.h:
40857         * gst-libs/ext/mplex/inputstrm.cc:
40858         * gst-libs/ext/mplex/inputstrm.hh:
40859         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40860         * gst-libs/ext/mplex/mjpeg_logging.cc:
40861         * gst-libs/ext/mplex/mjpeg_logging.h:
40862         * gst-libs/ext/mplex/mjpeg_types.h:
40863         * gst-libs/ext/mplex/mpastrm_in.cc:
40864         * gst-libs/ext/mplex/mpegconsts.cc:
40865         * gst-libs/ext/mplex/mpegconsts.h:
40866         * gst-libs/ext/mplex/mplexconsts.hh:
40867         * gst-libs/ext/mplex/multplex.cc:
40868         * gst-libs/ext/mplex/outputstream.hh:
40869         * gst-libs/ext/mplex/padstrm.cc:
40870         * gst-libs/ext/mplex/padstrm.hh:
40871         * gst-libs/ext/mplex/stillsstream.cc:
40872         * gst-libs/ext/mplex/stillsstream.hh:
40873         * gst-libs/ext/mplex/systems.cc:
40874         * gst-libs/ext/mplex/systems.hh:
40875         * gst-libs/ext/mplex/vector.cc:
40876         * gst-libs/ext/mplex/vector.hh:
40877         * gst-libs/ext/mplex/videostrm.hh:
40878         * gst-libs/ext/mplex/videostrm_in.cc:
40879         * gst-libs/ext/mplex/videostrm_out.cc:
40880         * gst-libs/ext/mplex/yuv4mpeg.cc:
40881         * gst-libs/ext/mplex/yuv4mpeg.h:
40882         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40883         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40884           We don't fork mjpegtools' mplex in our CVS anymore.
40885         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40886         (gst_avi_demux_add_stream):
40887         * gst/avi/gstavidemux.h:
40888           Add getcaps() function for proper caps nego. This makes some
40889           parts of AVI playback/reading work.
40890         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40891           Resize window on new capsnego. This is probably wrong, but
40892           I'm still committing it because with current capsnego, the
40893           first successfull capsnego is auto-fixated, therefore rounded
40894           down to the lowest values in the caps. this results in a 16x16
40895           XWindow that is not reized when real capsnego finishes.
40896           Dave, I see more cases of this, do you know a proper solution?
40897         * tools/gst-launch-ext.in:
40898           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40899
40900 2003-12-31  David Schleef  <ds@schleef.org>
40901
40902         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40903         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40904           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40905
40906 2003-12-30  David Schleef  <ds@schleef.org>
40907
40908         * ext/ffmpeg/gstffmpegcolorspace.c:
40909         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40910         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40911         (gst_ffmpegcsp_chain): Negotiation fixes
40912         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40914         (gst_audio_convert_link), (gst_audio_convert_channels):
40915         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40916         (gst_audioscale_link), (gst_audioscale_get_buffer),
40917         (gst_audioscale_chain): Negotiation fixes
40918         * gst/audioscale/gstaudioscale.h:
40919         * gst/videofilter/gstvideofilter.c:
40920         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40921         (gst_videofilter_link), (gst_videofilter_init),
40922         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40923         (gst_videofilter_find_format_by_structure):
40924         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40925         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40926         (gst_videoscale_link):
40927         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40928         (videoscale_find_by_structure), (gst_videoscale_setup):
40929         * gst/videoscale/videoscale.h: Negotiation fixes
40930         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40931         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40932         function, restrict resizing to a multiple of 4 (hack until
40933         everyone supports odd sizes correctly).
40934
40935 2003-12-29  Colin Walters  <walters@verbum.org>
40936
40937         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40938         signed.
40939
40940 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40941
40942         * ext/sndfile/gstsf.c: (gst_sf_loop):
40943           Fix warning about discarding const qualifier
40944
40945 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40946
40947         * gst/cutter/gstcutter.c:
40948         * gst/videoscale/gstvideoscale.c:
40949         * gst/volenv/gstvolenv.c:
40950         * gst-libs/gst/audio/audio.c:
40951         * gst-libs/gst/video/video.c:
40952           Fix warnings
40953
40954 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40955
40956         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40957           Don't send ALSA debugging to stderr.
40958         * ext/alsa/gstalsa.h:
40959           Use GST_WARNING instead of g_warning when ALSA functions fail.
40960
40961 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40962
40963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40964           Free XVAdapterInfo correctly.
40965
40966 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40967
40968         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40969         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40970           Make id3tag use correct caps nego.
40971
40972 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40973
40974         * ext/ivorbis/vorbis.c:
40975         * ext/ivorbis/vorbisenc.h:
40976         * ext/ivorbis/vorbisfile.c:
40977           Modify so that it uses the new caps things
40978
40979 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40980
40981         * testsuite/spider/spider1.c: (main):
40982         * testsuite/spider/spider2.c: (main):
40983         * testsuite/spider/spider3.c: (main):
40984           Make tests compile again. They probably don't work.
40985
40986 2003-12-24  Colin Walters  <walters@verbum.org>
40987
40988         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40989         we can't fixate the caps anymore.
40990
40991 2003-12-23  David Schleef  <ds@schleef.org>
40992
40993         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40994         * sys/oss/gstosssink.c: (gst_osssink_init),
40995         (gst_osssink_sink_fixate): Add fixate function.
40996
40997 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40998
40999         * ext/ffmpeg/gstffmpegcodecmap.c:
41000         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41001         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41002         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41003         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41004         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41005         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41006         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41007           fix typo in RGB masks, and move back to "old" colorspace
41008           capsnego code until whoever wrote this new crap has actually
41009           tested it so that it works.
41010           And yes, this works, keep it that way please.
41011
41012 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41013
41014         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41015         (gst_divxdec_init), (gst_divxdec_negotiate):
41016         * ext/divx/gstdivxdec.h:
41017         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41018         (gst_divxenc_init):
41019         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41020         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41021         * ext/mpeg2enc/gstmpeg2enc.cc:
41022         * ext/mpeg2enc/gstmpeg2encoder.cc:
41023         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41024         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41025         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41026         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41027         (dxr3spusink_init):
41028         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41029         (dxr3videosink_init):
41030           Fix caps breakage after Dave's caps branch merge.
41031
41032 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41033
41034         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41035           Fix for 24bpp display.
41036
41037 2003-12-23  Colin Walters  <walters@verbum.org>
41038
41039         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41040         a GnomeVFSHandle directly.
41041
41042 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41043
41044         * gst/volume/Makefile.am:
41045         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41046         (volume_base_init), (volume_init):
41047           Reenable volume element and fix to work with new caps stuff.
41048           Rhythmbox needs this.
41049
41050 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41051
41052         * gst/qtdemux/qtdemux.c: (plugin_init):
41053           qtdemux requires bytestream
41054
41055 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41056
41057         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41058           Fix remaining caps handling errors due to CAPS merge.
41059
41060 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41061
41062         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41063         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41064         (gst_faad_srcconnect):
41065           Port to new caps system.
41066
41067 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41068
41069         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41070         (got_video_size), (main): using g_print instead of g_message.
41071         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41072         signal which was not emitted because of "switch" element added to the
41073         bin but not connected. (Removing from the bin temporarily)
41074
41075 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41076
41077         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41078         find X development files. I don't understand the previous tests and
41079         they fail on my debian/ppc unstable. This one works.
41080         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41081         exiting.
41082         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41083         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41084         (gst_play_set_visualization): Add some safety checks in set_ methods
41085         and state_change. This was throwing some ugly CRITICAL messages when
41086         pipeline was getting disposed and casts were failing.
41087
41088 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41089
41090         * configure.ac:
41091           Improve mpeg2enc detection. This is for distributions that do
41092           ship mjpegtools, but without mpeg2enc. Also does object check
41093           for might there ever be ABI incompatibility.
41094         * ext/mpeg2enc/gstmpeg2enc.cc:
41095           Add Andrew as second maintainer (he's helping me), and also add
41096           an error if no caps was set. This happens if I pull before capsnego
41097           and that's something I should solve sometime else.
41098         * gst/matroska/matroska-demux.c:
41099         (gst_matroska_demux_parse_blockgroup):
41100           Fix time parsing.
41101         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41102         (gst_matroska_mux_track_header):
41103           Add caps to templates.
41104         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41105           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41106         * gst/mpegstream/gstmpegdemux.c:
41107           Remove layer since it causes warnings about unfixed caps.
41108         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41109           Fix obvious typo (we error out if caps were set, we should of
41110           course error out if *no* caps were set).
41111         * sys/oss/gstosselement.c: (gst_osselement_convert):
41112           Fix format conversion, we confused bits/bytes.
41113         * sys/oss/gstosselement.h:
41114           Improve documentation for 'bps'.
41115         * sys/v4l/TODO:
41116           Remove stuff about plugins that need removing - this was done
41117           ages ago.
41118         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41119         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41121         (gst_v4lsrc_src_query):
41122         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41123         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41124           Add get_query_types(), get_formats() and query() functions.
41125
41126 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41127
41128         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41129           * moved CVS to freedesktop.org