gst/playback/gstplaybin2.c: Add notification of current stream. Add ability to config...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-24  Michael Smith <msmith@songbirdnest.com>
2
3         * gst/playback/gstplaybin2.c:
4           Add notification of current stream. Add ability to configure buffer
5           sizes.
6         * gst/playback/gsturidecodebin.c:
7           Add ability to configure buffer sizes for streaming mode.
8           Bug #561734.
9
10 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
11
12         * gst-libs/gst/audio/gstbaseaudiosink.c:
13           Time is already in running_time. Remove base_time handling. Fixes
14           audiosinks not draining and thus chopping some audio in the end.
15
16 2008-11-24  David Schleef  <ds@schleef.org>
17
18         * ext/ogg/gstoggmux.c:
19         * ext/ogg/gstoggmux.h:
20           If we're muxing a dirac stream, flush the page after every picture.
21
22 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
23
24         * gst-libs/gst/audio/gstbaseaudiosink.c:
25           Add one log message to check for audio_drained. Sync one log message
26           with the condition. Send EOS after draining audio in pull mode.
27
28 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
29
30         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
31         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
32         Use gst_buffer_try_new_and_alloc() and fail properly if the
33         allocation failed. This prevents abort() if downstream elements
34         request an insane amount of memory.
35
36 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
37
38         * gst/volume/gstvolume.c: (volume_choose_func),
39         (volume_update_volume), (gst_volume_set_volume),
40         (gst_volume_get_volume), (gst_volume_set_mute),
41         (gst_volume_class_init), (gst_volume_init),
42         (volume_process_double), (volume_process_float),
43         (volume_process_int32), (volume_process_int32_clamp),
44         (volume_process_int24), (volume_process_int24_clamp),
45         (volume_process_int16), (volume_process_int16_clamp),
46         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
47         (volume_transform_ip), (volume_set_property),
48         (volume_get_property):
49         * gst/volume/gstvolume.h:
50         Cleanup volume, define and use default values.
51         Recalculate new volume and mute setup before processing. Fixes #561789.
52
53         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
54         Add controller unit test. Patch by: Jonathan Matthew
55         Fix bogus test that messed with basetransform's internal state.
56
57 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
58
59         * gst/videorate/gstvideorate.c:
60         Add jpeg and png image media types to the caps. Fixes #561436.
61
62 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         * gst/playback/gstplaysink.c: (gen_audio_chain):
65         Don't post an error when we can't configure the volume but post a
66         warning instead. Fixes #561780.
67
68 2008-11-21  David Schleef  <ds@schleef.org>
69
70         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
71
72         * gst/videotestsrc/gstvideotestsrc.c:
73         * gst/videotestsrc/gstvideotestsrc.h:
74         * gst/videotestsrc/videotestsrc.c:
75         * gst/videotestsrc/videotestsrc.h:
76           Add a zone plate pattern generator based on BBC R&D Report
77           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
78           kx2=20 ky2=20 kt=1'.
79
80 2008-11-20  Michael Smith <msmith@songbirdnest.com>
81
82         * gst/playback/gstdecodebin2.c:
83           Fix random fat-fingering making this not compile.
84
85 2008-11-20  Michael Smith <msmith@songbirdnest.com>
86
87         * gst/playback/gstdecodebin2.c:
88           If the top-level type of the stream is plain text, don't try to decode
89           it, matching behaviour of decodebin.
90         * gst/playback/gstplaysink.c:
91           If we fail to generate a text chain (e.g. due to missing optional
92           plugins), don't crash.
93
94 2008-11-20  Michael Smith <msmith@songbirdnest.com>
95
96         * gst-libs/gst/rtsp/gstrtspdefs.c:
97           Fix win32 build. Oops.
98
99 2008-11-20  Michael Smith <msmith@songbirdnest.com>
100
101         * gst-libs/gst/rtsp/gstrtspdefs.c:
102           Use WSAGetLastError() rather than errno/h_errno on win32.
103
104 2008-11-20  Michael Smith <msmith@songbirdnest.com>
105
106         * gst-libs/gst/riff/riff-media.c:
107           Support WMA Lossless properly.
108
109 2008-11-18  David Schleef  <ds@schleef.org>
110
111         * gst/videotestsrc/gstvideotestsrc.c:
112         * gst/videotestsrc/gstvideotestsrc.h:
113         * gst/videotestsrc/videotestsrc.c:
114         * gst/videotestsrc/videotestsrc.h:
115           Add "colorspec" property, specifying whether to generate BT.601
116           or BT.709 video.  This only affects YCbCr values, not RGB, since
117           if you're generating a 709 test pattern, presumably you want
118           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
119           uses 75% colors instead of 100%, since this is often more useful
120           for testing (and also follows the SMPTE EG-1 guideline).
121
122 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
123
124         * gst/playback/gstdecodebin.c:
125         Add a "sink-caps" property to decodebin like it's done for decodebin2.
126         Fixes #560380.
127
128 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
129
130         * gst/audioresample/gstaudioresample.c:
131         Guard against a NULL dereference I somehow encountered -
132         with a FLUSH_STOP arriving either before basetransform _start(),
133         or after _stop().
134
135         * gst/typefind/gsttypefindfunctions.c:
136         Make sure we never jump backwards when typefinding corrupt mov files.
137
138 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
139
140         * gst-libs/gst/interfaces/propertyprobe.c:
141         Fix random type causing a docs warning.
142
143 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
144
145         * sys/v4l/gstv4l.c:
146           Give it a minimal rank for autovideosrc.
147
148 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
149
150         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
151         (plugin_init):
152         Improve typefinding of ISO JPEG2000 mime types.
153
154 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
155
156         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
157         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
158         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
159         * sys/xvimage/xvimagesink.h:
160         Avoid typechecking when we do trivial casts.
161         Move error handling out of the main program flow.
162         Sneak in the display-region caps property, not completely correct yet.
163         Cache the width/height in buffer_alloc instead of parsing it from the
164         caps all the time.
165
166 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         * gst/playback/gstplaybin2.c: (deactivate_group):
169         don't try to unlink the selector sinkpad when we don't have it yet. This
170         can happen if an error occured before the group was complete.
171
172 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
175         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
176         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
177         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
178         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
179         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
180         (gst_rtp_buffer_get_extension_data),
181         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
182         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
183         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
184         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
185         (gst_rtp_buffer_get_payload_type),
186         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
187         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
188         (gst_rtp_buffer_set_timestamp),
189         (gst_rtp_buffer_get_payload_subbuffer),
190         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
191         Avoid expensive type checks we already did as part of the 
192         _validate() function that should be called first.
193
194 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
195
196         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
197         (gst_base_rtp_depayload_push_full),
198         (gst_base_rtp_depayload_set_gst_timestamp):
199         Fix some cases where a newsegment event was not sent.
200
201 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
202
203         * gst/playback/gstplaybin2.c: (activate_group):
204         Catch state change errors and stop from the uridecodebin elements
205         instead of trying to continue in vain.
206
207 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         * gst-libs/gst/audio/gstbaseaudiosink.c:
210         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
211         (gst_base_audio_sink_callback):
212         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
213         for the latency to expire, fixes #559567.
214
215 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
216
217         * gst/adder/gstadder.c:
218           Change author string after seeing output of gst-inspector.
219
220 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
221
222         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
223         Don't try to do crazy things when we only have a text pad without a
224         video pad. Fixes #559478.
225
226 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
227
228         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
229         Fix case where we don't have a range for the rates or channels as is the
230         case with truespeech.
231
232 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
233
234         * gst/volume/gstvolume.c: (volume_update_real_volume),
235         (gst_volume_set_volume), (gst_volume_get_volume),
236         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
237         (volume_transform_ip), (volume_update_mute),
238         (volume_update_volume), (volume_get_property):
239         * gst/volume/gstvolume.h:
240         Keep negotiated state in a separate variable.
241         Protect the volume and mute properties with the object lock.
242         Protect modifying the transform with the transform lock.
243
244 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
245
246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
247         (gst_ffmpeg_pixfmt_to_caps):
248         Only convert caps to string when debug is enabled.
249
250 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
251
252         * ext/theora/gsttheoradec.h:
253         * ext/theora/theoradec.c: (gst_theora_dec_init),
254         (gst_theora_dec_reset), (theora_dec_src_event),
255         (theora_dec_sink_event), (theora_handle_type_packet):
256         Copy seqnum.
257         Keep events in a pending list, like vorbisdec, instead of trying
258         to construct a segment event ourselves.
259
260         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
261         (vorbis_dec_src_event), (vorbis_dec_sink_event):
262         * ext/vorbis/vorbisdec.h:
263         Copy seqnum.
264
265 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
266
267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
268         (gst_ogg_demux_deactivate_current_chain),
269         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
270         (gst_ogg_demux_loop):
271         * ext/ogg/gstoggdemux.h:
272         Copy seqnums around to track playback segments and messages.
273
274 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         Based on patch by: Matthias Kretz <kretz at kde dot org>
277
278         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
279         (gst_alsasink_prepare), (gst_alsasink_unprepare),
280         (gst_alsasink_write):
281         Make all access non-blocking so that we can better handle unplugging
282         of usb devices. Fixes #559111
283
284 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
285
286         Patch by: Damien Lespiau  <damien.lespiau gmail com>
287
288         * gst-libs/gst/rtsp/gstrtspconnection.c:
289         (gst_rtsp_connection_write):
290         Make the next call to poll not depend on previous calls to poll with or
291         without reading from the active descriptor. Fixes #544293.
292
293 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
294
295         Patch by: Nick Haddad <nick at haddads dot net>
296
297         * gst-libs/gst/riff/riff-ids.h:
298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
299         Add support for other fourcc codes that are commonly used for
300         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
301         Fixes #558553.
302
303 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
304
305         * gst/audioresample/gstaudioresample.c:
306           Return the result of parent_class->event().
307
308 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
309
310         * gst/audioresample/gstaudioresample.c:
311         (gst_audioresample_class_init), (audioresample_fixate_caps):
312         Fixate the rate to the nearest supported rate instead of
313         the first one. Fixes bug #549510.
314
315 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
316
317         * win32/common/libgstaudio.def:
318         Add new symbols.
319
320 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
321
322         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
323         Attempt to make obfuscated code clearer.
324
325 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
326
327         * docs/libs/gst-plugins-base-libs-sections.txt:
328         * gst-libs/gst/floatcast/floatcast.h:
329         Move float endianness conversion macros to core. Second part of
330         bug ##555196.
331
332 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
333
334         * sys/ximage/ximagesink.h:
335         * sys/xvimage/xvimagesink.h:
336           Don't mark as gtk-doc docs as they aren't public.
337
338 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
339
340         * sys/xvimage/xvimagesink.c:
341         * sys/xvimage/xvimagesink.h:
342         * tests/icles/Makefile.am:
343         * tests/icles/test-colorkey.c:
344           Allow setting colorkey if possible. Implement property probe interface
345           for optional X features (autopaint-colorkey, double-buffer and
346           colorkey). Fixes #554533
347
348 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
349
350         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
351         Remove useless buffer size assignment. It already has this value.
352
353 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
354
355         * gst-libs/gst/audio/gstaudiosink.c:
356         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
357         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
358         (gst_audioringbuffer_stop):
359         Implement a separate activate functions to start monitoring the segments
360         or, in pull mode, pulling in data.
361
362         * gst-libs/gst/audio/gstbaseaudiosink.c:
363         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
364         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
365         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
366         (gst_base_audio_sink_activate_pull),
367         (gst_base_audio_sink_async_play),
368         (gst_base_audio_sink_change_state):
369         Implement pad and element convert query function.
370         Activate the ringbuffer.
371         Use the segment last_stop value as the offset to pull.
372         Use new basesink _do_preroll() method to preroll in the pulling thread.
373         Take appropriate locking in the pulling thread.
374
375         * gst-libs/gst/audio/gstringbuffer.h:
376         Update some docs.
377
378 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
379
380         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
381         Improve MXF typefinding a bit by searching for a header partition
382         pack instead of just a general partition pack and checking more
383         bytes for valid values.
384
385 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * tests/icles/.cvsignore:
388         update ignore file.
389
390         * tests/icles/Makefile.am:
391         * tests/icles/test-box.c: (make_pipeline), (main):
392         Add another interactive command line experimentation suite for
393         dynamically boxing/cropping/saling an input video.
394
395 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
396
397         * docs/libs/gst-plugins-base-libs-sections.txt:
398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
399         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
400         * gst-libs/gst/audio/gstringbuffer.h:
401         Add methods to more accuratly control the pulling thread of a
402         ringbuffer.
403         Add format conversion helper code to the ringbuffer.
404         API: GstRingBuffer:gst_ring_buffer_activate()
405         API: GstRingBuffer:gst_ring_buffer_is_active()
406         API: GstRingBuffer:gst_ring_buffer_convert()
407
408 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
409
410         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
411         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
412         (gst_audioringbuffer_stop):
413         Signal thread startup earlier so that we can immediatly go into pull
414         mode when we have to and block on preroll.
415
416 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         * gst-libs/gst/audio/gstringbuffer.c:
419         (gst_ring_buffer_prepare_read):
420         In pull mode we want the callback to prepull a buffer we can preroll on
421         even when we are not yet playing.
422
423 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
424
425         * ext/alsa/Makefile.am:
426         * ext/cdparanoia/Makefile.am:
427         * ext/gio/Makefile.am:
428         * ext/gnomevfs/Makefile.am:
429         * ext/libvisual/Makefile.am:
430         * ext/ogg/Makefile.am:
431         * ext/pango/Makefile.am:
432         * ext/theora/Makefile.am:
433         * ext/vorbis/Makefile.am:
434         * gst/adder/Makefile.am:
435         * gst/audioconvert/Makefile.am:
436         * gst/audiorate/Makefile.am:
437         * gst/audioresample/Makefile.am:
438         * gst/audiotestsrc/Makefile.am:
439         * gst/ffmpegcolorspace/Makefile.am:
440         * gst/gdp/Makefile.am:
441         * gst/playback/Makefile.am:
442         * gst/subparse/Makefile.am:
443         * gst/tcp/Makefile.am:
444         * gst/typefind/Makefile.am:
445         * gst/videorate/Makefile.am:
446         * gst/videoscale/Makefile.am:
447         * gst/videotestsrc/Makefile.am:
448         * gst/volume/Makefile.am:
449         * sys/v4l/Makefile.am:
450         * sys/ximage/Makefile.am:
451         * sys/xvimage/Makefile.am:
452           Don't install static libs for plugins. Fixes #550851 for base.
453
454 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
455
456         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
457         Set the default blocksize to -1 because we will then use the configured
458         samplesperbuffer to create our output buffer.
459
460 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
461
462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
463         (gst_riff_create_video_template_caps):
464         Add mappping for the KMVC (Karl Morton's Video) Codec.
465
466 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
467
468         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
469         Don't forget to advance the offset of what we're matching against, else
470         we end up in a forever loop.
471
472 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
473
474         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
475         Improve typefinding a bit. If we don't have a Unicode charset
476         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
477
478 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
479
480         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
481         Fix build on macosx.
482
483 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
484
485         Based on patch by: Robin Stocker <robin at nibor dot org>
486
487         * ext/theora/gsttheoradec.h:
488         * ext/theora/theoradec.c: (gst_theora_dec_init),
489         (theora_dec_setcaps), (theora_handle_type_packet),
490         (theora_dec_decode_buffer), (theora_dec_change_state):
491         Parse input caps and make the PAR override the encoded PAR when
492         specified by a container. Fixes #555699.
493
494 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
495
496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
497         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
498         (gst_base_rtp_depayload_set_gst_timestamp),
499         (gst_base_rtp_depayload_change_state):
500         * gst-libs/gst/rtp/gstbasertpdepayload.h:
501         Add some more G_LIKELY
502         Fail when the setcaps function was not called.
503
504         * gst-libs/gst/rtp/gstbasertppayload.c:
505         (gst_basertppayload_set_outcaps):
506         Propagate return value of setcaps.
507
508 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
509
510         * gst/subparse/Makefile.am:
511         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
512         (gst_sub_parse_class_init), (gst_sub_parse_init),
513         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
514         (get_next_line), (gst_sub_parse_data_format_autodetect),
515         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
516         (gst_subparse_type_find):
517         * gst/subparse/gstsubparse.h:
518         Add support for UTF16/UTF32 subtitles as long as the first bytes of
519         the first buffer contain the BOM. This also adds support for other
520         encodings that allow NUL bytes via the encoding property.
521         Fixes bugs #552237 and #456788.
522
523 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
524
525         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
526         Don't drop the last byte of image tags if they're not an URI list.
527         Fixes bug #556066.
528
529 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
530
531         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
532         For looking at the 4th byte we have to get 4 bytes of course
533         and not 3.
534
535 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
536
537         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
538         Improve FLAC-without-headers typefinding by looking at most of the
539         frame header and checking if invalid values are used. Should prevent
540         quite some false positives compared to the old version which only
541         check if the first 14 bits are set.
542
543 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
544
545         * sys/xvimage/xvimagesink.c:
546           Don't assert on caps==NULL.
547
548 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
549
550         * gst/subparse/gstsubparse.c:
551         (gst_sub_parse_data_format_autodetect), (handle_buffer),
552         (gst_sub_parse_change_state):
553         * gst/subparse/gstsubparse.h:
554         * tests/check/elements/subparse.c: (GST_START_TEST):
555         Add support for subtitle files with UTF-8 BOM at the beginning
556         by simple stripping it from the first line before passing it
557         to any parsing code. Fixes bug #555257 and playback of files
558         created by Gnome Subtitles.
559
560 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
561
562         * gst/audiotestsrc/gstaudiotestsrc.c:
563         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
564         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
565         (gst_audio_test_src_start), (gst_audio_test_src_stop),
566         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
567         (gst_audio_test_src_create):
568         * gst/audiotestsrc/gstaudiotestsrc.h:
569         Define the default property values in the usual place.
570         Implement start/stop to reset values correctly.
571         Calculate the sample size only once when we negotiate.
572         Rename some values to make more sense.
573         Keep track of our byte range.
574         Add support for pull based scheduling. Disabled for now until we have
575         the whole stack working.
576         Set the BUFFER_OFFSET correctly.
577
578 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
579
580         Based on a patch by: xavierb at gmail dot com
581
582         * gst/subparse/gstsubparse.c:
583         (gst_sub_parse_data_format_autodetect):
584         * tests/check/elements/subparse.c: (GST_START_TEST):
585         Make the detection of the used subtitle a bit less strict
586         for srt subtitles. Fixes bug #555607.
587
588 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
589
590         * ext/vorbis/vorbisenc.c:
591         (gst_vorbis_enc_buffer_check_discontinuous):
592         Fix discontinuity detection which was broken by last commit.
593
594 2008-10-09  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
595
596         * configure.ac::
597           Require core CVS for ghostpad API additions used by decodebin2.
598
599 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
600
601         * gst-libs/gst/audio/gstbaseaudiosrc.c:
602         (gst_base_audio_src_create):
603         Fix debug statements (space between '%' and actual format).
604
605 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
606
607         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
608         Remove bogus assert, the decodepad could have been created inside an
609         already existing group.
610
611 2008-10-08  Andy Wingo  <wingo@pobox.com>
612
613         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
614         target instead of setting it.
615         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
616         API for a decode pad. The bugfix is that we set the group in
617         activate(), not when the pad was created because it might be NULL
618         then.
619         (gst_decode_group_control_source_pad, gst_decode_group_expose):
620         Update to use the API.
621
622 2008-10-08  Andy Wingo  <wingo@pobox.com>
623
624         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
625         be a subclass of GstGhostPad.
626         (analyze_new_pad): So, when emitting the signals that determine
627         how we do autoplugging, already create the ghost pad and use it as
628         the pad in the signal arguments. This allows applications to make
629         a connection between the pad passed in e.g. autoplug-continue, and
630         the pad passed in new-decoded-pad.
631         (connect_pad, expose_pad): Update to receive the ghosted decode
632         pad in the args, retargetting it as necessary if we have to plug
633         the target pad through a multiqueue.
634         (gst_decode_group_control_source_pad): Adapt to receive an
635         already-ghosted pad that just needs activation, blocking, and
636         drain notification.
637         (sort_end_pads): Adapt for decode pads actually being pads.
638         (gst_decode_group_expose): Adapt for decode pads actually being
639         pads. Rewrite the decode pad names so they appear in order. Adds a
640         new error case if we couldn't set the name.
641         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
642         logic.
643         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
644         New API for the decode pad, needed because we shouldn't do these
645         things inside gst_decode_pad_new(), but after.
646         (gst_decode_pad_new): Change to actually make the real pad, and
647         delay the blocking/drainage bits.
648
649 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         Patch by: Daniel Drake <dsd at laptop dot org>
652
653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
654         Unref all buffers when clearing collectpads. Fixes bug #546955.
655
656 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
657
658         Based on a patch by: Klaas <klaas at rivercrew dot net>
659
660         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
661         (gst_vorbis_enc_buffer_check_discontinuous),
662         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
663         * ext/vorbis/vorbisenc.h:
664         Keep track of the upstream segments and use the running time on that
665         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
666
667 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
668
669         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
670         Prevent overflows with big buffer when calculating the size of
671         the intermediate buffer by using gst_util_uint64_scale() instead of
672         plain arithmetics. Fixes bug #552801.
673
674 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
675
676         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
677
678         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
679         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
680         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
681         (gst_clock_overlay_get_property):
682         * ext/pango/gstclockoverlay.h:
683         API: Add ability to specify format for date/time display by
684         adding a "time-format" property.
685         Fixes bug #554879.
686
687 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
688
689         Patch by: Jan Gerber <j at oil21 dot org>
690
691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
692         (gst_riff_create_video_template_caps):
693         Add FFV1 fourcc to support playback of FFMPEG lossless video
694         in AVI. Fixes bug #555319.
695
696 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         Patch by: HĂ¥vard Graff <havard dot graff at tandberg dot com>
699
700         * gst-libs/gst/audio/gstbaseaudiosrc.c:
701         (gst_base_audio_src_create):
702         Implement skew clock slaving. Fixes #552559.
703
704 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         * gst-libs/gst/audio/multichannel.c:
707         * gst-libs/gst/audio/testchannels.c:
708         Fix include of config.h
709
710 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
713
714         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
715         (print_media), (gst_sdp_message_dump):
716         Fix parsing of the c= field containing multicast addresses.
717         Fixes #552199.
718         Add the connection info to the session or streams.
719         Fix parsing of the bandwidth.
720         Add debugging for the connections and bandwidths for a media.
721         Add debugging for the bandwidth of the session. 
722
723 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         * gst-libs/gst/rtp/gstbasertppayload.c:
726         (gst_basertppayload_change_state):
727         Configure the next seqnum and timestamp in the state change so that they
728         can be queried soon after.
729
730 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
731
732         * gst-libs/gst/rtp/gstbasertpdepayload.c:
733         (gst_base_rtp_depayload_chain):
734         Improve debugging of the rtptime.
735
736 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
737
738         * configure.ac:
739         Back to development -> 0.10.21.1
740
741 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
742
743         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
744         (plugin_init):
745         Add typefinding for FLAC without headers in the beginning.
746         This is already handled by flacdec and friends.
747
748 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
749
750         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
751         (plugin_init):
752         Add typefinder for MXF.
753
754 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
755
756         * tests/icles/Makefile.am:
757         Only build test-colorkey if GTK+ is available.
758
759 === release 0.10.21 ===
760
761 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
762
763         * configure.ac:
764           releasing 0.10.21, "We Could Be Wrong"
765
766 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
767
768         * configure.ac:
769         0.10.20.4 pre-release
770
771 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
772
773         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
774
775         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
776         Set the BOS flag on the BOS packet. Fixes #553244.
777
778 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
779
780         * gst-libs/gst/rtsp/gstrtspmessage.c:
781         (gst_rtsp_message_parse_request),
782         (gst_rtsp_message_parse_response):
783         Fix the g_return_val_if_fail() statements.
784
785 2008-09-22  Michael Smith <msmith@songbirdnest.com>
786
787         * gst-libs/gst/tag/gsttagdemux.c:
788           Fail to activate if there's insufficient data in the file to be usable,
789           preventing an assertion fail later. Fixes #552960
790
791 2008-09-15  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
792
793         * gst-libs/gst/pbutils/descriptions.c:
794         * gst/typefind/gsttypefindfunctions.c:
795           Recognise Kate subtitle streams (#550582).
796
797 2008-09-13  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
798
799         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
800           Remove trailing comma from enum list, which causes problems
801           with -pendantic (#550729).
802
803 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
804
805         * configure.ac:
806         0.10.20.2 pre-release
807
808         * po/LINGUAS:
809         * po/id.po:
810         * po/pt_BR.po:
811
812         New translations.
813
814 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
815
816         * gst-libs/gst/interfaces/propertyprobe.c:
817           (gst_property_probe_get_properties),
818           (gst_property_probe_get_property),
819           (gst_property_probe_probe_property),
820           (gst_property_probe_probe_property_name),
821           (gst_property_probe_needs_probe),
822           (gst_property_probe_needs_probe_name),
823           (gst_property_probe_get_values),
824           (gst_property_probe_get_values_name),
825           (gst_property_probe_probe_and_get_values),
826           (gst_property_probe_probe_and_get_values_name):
827           More sanity checks for our second-favourite interface.
828
829 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
830
831         * gst-libs/gst/interfaces/propertyprobe.c:
832           Check for NULL pointer, in the hope that this fixes #532864.
833
834 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
835
836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
837           No really, the next release is 0.10.21 (fix Since: tags in docs).
838
839 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
840
841         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
842         Disable a code path that is now called but causes a deadlock for some
843         reason and is unneeded.
844
845 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
846
847         * sys/xvimage/xvimagesink.c:
848         * sys/xvimage/xvimagesink.h:
849           Add a "draw-border" property that can be set to false to disable
850           drawing borders.
851           
852         * tests/icles/test-colorkey.c:
853         * tests/icles/Makefile.am:
854           Add new test application for the colorkey handling.
855
856 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
857
858         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
859         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
860         This will also be fixed for upcoming gst-ffmpeg release so that once
861         this release of -base is out, it will work with the latest gst-ffmpeg
862         release.
863
864 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
865
866         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
867         (gst_riff_create_audio_template_caps):
868         Add Truespeech mapping for RIFF formats (AVI/WAV).
869         Fixes #550656
870
871 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
872
873         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
874         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
875         Fixes #550638.
876
877 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
878
879         * configure.ac:
880         * gst/subparse/Makefile.am:
881         * gst/subparse/gstsubparse.c:
882         * gst/subparse/samiparse.c:
883         * tests/check/elements/subparse.c:
884           Rework last change, so that we build subparse, but just disable the
885           sami parse functionality, if we're configured to not use xml. In the
886           tests only the sami test is disabled now.
887
888 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
889
890         * configure.ac:
891           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
892           test runs.
893
894 2008-09-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
895
896         * po/POTFILES.in:
897           Add some more files with strings for translation.
898
899 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
900
901         * gst-libs/gst/tag/gstvorbistag.c:
902         * tests/check/libs/tag.c:
903           Use new geo location tags from core. Fixes #481169
904
905 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
906
907         * tests/check/elements/audioresample.c: (setup_audioresample),
908         (fail_unless_perfect_stream), (test_perfect_stream_instance),
909         (test_discont_stream_instance):
910         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
911         Add debugging for coherence.
912
913 2008-08-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
914
915         Patch by: Jonathan Matthew  <notverysmart gmail com>
916
917         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
918           Add typefinder for PDF documents (which is nice to have, since it's a
919           common format, but also helps prevent false positives). Fixes #549814.
920
921 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
922
923         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
924         (no_more_pads_cb):
925         Fix nasty race where multiple decodebins could start pushing data before
926         we manage to configure the sinks, resulting in not-linked errors in
927         typical RTSP streaming cases.
928
929 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
932         Since we now call stop, we trigger this code path that causes a deadlock
933         is apparently not needed.
934
935 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
936
937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
938         (gst_ring_buffer_stop):
939         Also allow the case where the ringbuffer was paused when we try to stop
940         it so that the basesrc stop function is still called.
941
942 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
943
944         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
945
946         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
947         Reprobe devices again instead of taking a cached list as new
948         devices could've been plugged in. Fixes bug #549062.
949
950 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
951
952         Patch by: Alessandro Dessina <alessandro nnva org>
953
954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
955         (gst_ogg_demux_activate_chain):
956         Don't add pads and activate them for skeleton streams. These are already
957         handled inside oggdemux. Fixes bug #537599.
958
959 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
960
961         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
962         Reset variable so that query and convert fail after going back to
963         READY. Fixes #548898.
964
965 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
966
967         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
968         If a buffer arrives with a timestamp before the timestamp+duration
969         of the previous buffer clip it instead of dropping it completely.
970         Slight improvement for the unfixable bug #548913.
971
972 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
973
974         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
975         Take the current timestamp instead of timestamp+duration for the offset.
976         This offset will later be used for calculating the timestamp and
977         otherwise vorbisdec will interpolate timestamps wrong if upstream
978         only sends timestamps and no granulepos.
979
980 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
981
982         * tests/examples/seek/seek.c:
983           Don't crash when having no visualisations.
984
985 2008-08-16  David Schleef  <ds@schleef.org>
986
987         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
988           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
989           Fixes #548065.
990
991 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
992
993         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
994         When cleaning up the caps fields also remove "depth" for the same
995         reason we remove "width".
996
997 2008-08-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
998
999         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1000           Add Lead H.264 here as well.
1001
1002 2008-08-14  Julien Moutte  <julien@fluendo.com>
1003
1004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1005         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1006
1007 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1008
1009         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1010         (gst_base_audio_src_create):
1011         When not slaved to another clock also subtract the base_time from our
1012         internal clock time to get the running time.
1013
1014 2008-08-12  David Schleef  <ds@schleef.org>
1015
1016         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1017           since it has no basis in libtheora.
1018
1019 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1020
1021         * gst-libs/gst/interfaces/propertyprobe.h:
1022           Remove double "interface" from doc-string.
1023
1024         * gst-libs/gst/interfaces/xoverlay.h:
1025           Document interface.
1026
1027         * gst-libs/gst/riff/riff.c:
1028           Add basic doc blobs.
1029
1030 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1031
1032         * gst-libs/gst/audio/Makefile.am:
1033           Don't try to build that example anymore.
1034
1035 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1036
1037         * gst-libs/gst/audio/.cvsignore:
1038         * gst-libs/gst/audio/Makefile.am:
1039         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1040         * gst-libs/gst/audio/make_filter:
1041           Move audiofiltertemplate to gst-template.
1042
1043 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1044
1045         * docs/libs/gst-plugins-base-libs-sections.txt:
1046         * gst-libs/gst/audio/gstaudiosrc.h:
1047           More docs and shuffling. What can we do with the hundreds of #defines.
1048
1049 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1050
1051         * gst-libs/gst/audio/audio.h:
1052         * gst-libs/gst/audio/gstaudiofilter.h:
1053         * gst-libs/gst/audio/gstringbuffer.h:
1054         * gst-libs/gst/interfaces/propertyprobe.h:
1055         * gst-libs/gst/tag/gsttagdemux.h:
1056           Reducing number of dundocumented symbols.
1057
1058 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1059
1060         * gst-libs/gst/audio/audio.c:
1061           Fix doc comment syntax.
1062
1063         * gst-libs/gst/interfaces/propertyprobe.c:
1064           Add more doc-comments and a FIXME: for the signal.    
1065
1066 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1067
1068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1069         (gst_ogg_mux_request_new_pad):
1070         * ext/ogg/gstoggmux.h:
1071         Don't pretend to support NEWSEGMENT events, instead override the
1072         GstCollectPads event function to return FALSE on NEWSEGMENT events
1073         and do the normal work for other events.
1074
1075         This prevents elements like flacenc to seek to the start and rewrite
1076         some data which then results in a broken Ogg packet.
1077
1078 2008-08-07  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1079
1080         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1081
1082         * ext/alsa/gstalsaplugin.c: (plugin_init):
1083         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1084         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1086         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1087         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1088         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1089         * gst/playback/gstdecodebin.c: (plugin_init):
1090         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1091         * gst/playback/gstplayback.c: (plugin_init):
1092         * gst/playback/gstqueue2.c: (plugin_init):
1093         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1094         * sys/v4l/gstv4l.c: (plugin_init):
1095         Make sure gettext returns translations in UTF-8 encoding rather
1096         than in the current locale encoding (#546822).
1097
1098 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1099
1100         * gst-libs/gst/pbutils/descriptions.c:
1101           Add audio/x-qdm for qtdemux.
1102
1103 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1104
1105         * ext/vorbis/vorbisdec.c:
1106           Do not leak old taglist.
1107
1108 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1109
1110         * tests/icles/test-scale.c:
1111           Include <stdlib.h> for atoi().
1112
1113 2008-08-04  Andy Wingo  <wingo@pobox.com>
1114
1115         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1116         documentation fix.
1117
1118 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1119
1120         * gst/adder/gstadder.c:
1121           Cleanup lots of empty lines that came from gst-indent going havoc
1122           before I added the INDENT_ON/OFF marker some time agao.
1123
1124 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1125
1126         * configure.ac:
1127         * gst-libs/gst/riff/riff-read.c:
1128           Bump requirement to latest core and use new tag for riff formats.
1129           Needed for #520694.
1130
1131 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1132
1133         * tests/examples/dynamic/Makefile.am:
1134         * tests/examples/dynamic/codec-select.c: (make_encoder),
1135         (make_pipeline), (do_switch), (my_bus_callback), (main):
1136         Add example app that dynamically switches between 3 'encoders'.
1137
1138 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1139
1140         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1141         Add some more comments.
1142
1143 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1144
1145         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1146         (gst_video_test_src_create):
1147         Discard buffers of the wrong size after renegotiation, this is perfectly
1148         possible with things like capsfilter that could suggest caps changes
1149         upstream without knowing the size of the buffer.
1150
1151 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         * tests/icles/.cvsignore:
1154         * tests/icles/Makefile.am:
1155         * tests/icles/test-scale.c: (make_pipeline), (main):
1156         Add dynamic rescaling tests for the new basetransform.
1157
1158 2008-07-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1159
1160         * gst/audioconvert/Makefile.am:
1161           Dist recently-added gstfastrandom.h.
1162
1163 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1164
1165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1166         Fix a "may be used uninitialized in this function" which weirdly only
1167         appears on macosx (?).
1168
1169 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1170
1171         * gst-libs/gst/riff/riff-ids.h:
1172           Adding acid chunk for tempo and loop information.
1173
1174 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1175
1176         * sys/xvimage/Makefile.am:
1177           floor() needs linking to $(LIBM).
1178
1179 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1180
1181         * ext/gnomevfs/gstgnomevfssrc.c:
1182           Aggregate short reads and add some comments and debug logging.
1183           Fixes #537380
1184
1185 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1186
1187         * gst/playback/gstplaybasebin.c:
1188           Fix property doc markup (its not a signal).
1189
1190         * sys/xvimage/xvimagesink.c:
1191           Add since tag for new proeprties (also add sice tags fro the last two
1192           other additions).
1193
1194 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1195
1196         * sys/xvimage/xvimagesink.c:
1197         * sys/xvimage/xvimagesink.h:
1198           Add autofill/colorkey properties. Fixes #538656.
1199
1200 2008-07-28  David Schleef  <ds@schleef.org>
1201
1202         * sys/xvimage/xvimagesink.c:
1203           Fix rounding errors when converting colorbalance values
1204           between hardware and object property ranges.  Partial
1205           fix for #537889, however, there still seems to be a small
1206           drift problem that could be totem's fault.
1207
1208 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1209
1210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1211         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1212         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1213         This fixes a critical warning.
1214
1215 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1216
1217         * ext/ogg/gstoggmux.c:
1218         Allow muxing of CELT into Ogg streams.
1219
1220 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1221
1222         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1223         (plugin_init):
1224         Add simple typefinder for the CELT codec (www.celt-codec.org).
1225
1226 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1227
1228         Patch by: Jan Gerber <j at oil21 dot org>
1229
1230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1231         Fix calculation of the start time from skeleton streams.
1232         Fixes bug #530068.
1233
1234 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1235
1236         * tests/examples/seek/seek.c:
1237           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1238
1239 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1240
1241         * gst/audioconvert/audioconvert.h:
1242         * gst/audioconvert/gstaudioquantize.c:
1243         (gst_audio_quantize_setup_dither),
1244         (gst_audio_quantize_free_dither):
1245         * gst/audioconvert/gstfastrandom.h:
1246         Implement a linear congruential generator as pseudo random number
1247         generator for the dither noise. This is about 2 times faster than
1248         using GLib's mersenne twister. Also this uses only integer math for
1249         generating integers while GLib internally uses floating point math.
1250
1251 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1252
1253         * configure.ac:
1254           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1255
1256 2008-07-23  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1257
1258         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1259
1260         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1261           Use GST_STR_NULL to avoid crashes with libcs that don't
1262           like NULL strings in printf args (such as the win32 one).
1263           Fixes #544306.
1264
1265 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1266
1267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1268         Oops - set the size of the image used for probing back to 1x1, for
1269         consistency with ximagesink
1270
1271 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1272
1273         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1274         (gst_ximagesink_ximage_new):
1275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1276         (gst_xvimagesink_xvimage_new):
1277
1278         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1279         X server to attach to a shared memory segment after we've deleted it,
1280         with the result that MIT-SHM is disabled. Instead, remove it only after 
1281         X succeeds in attaching too.
1282
1283 2008-07-16  David Schleef  <ds@schleef.org>
1284
1285         * gst/audiotestsrc/gstaudiotestsrc.c:
1286         * gst/audiotestsrc/gstaudiotestsrc.h:
1287           Add 'ticks', a 1/30 second sine wave pulse every second.
1288
1289 2008-07-15  David Schleef  <ds@schleef.org>
1290
1291         * gst-libs/gst/video/video.c: Revert ABI change.
1292
1293 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1294
1295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1296         Make it impossible to have NULL caps at the point where we set
1297         framerate and other things. Also don't return immediately for "3ivd"
1298         video and let framerate, etc be set. Might fix bug #542508.
1299
1300 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1301
1302         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1303         Video format can also be conveniently determined from (many)
1304         non-fixed caps.
1305
1306 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1307
1308         * gst/playback/gstplaybasebin.c:
1309         * gst/playback/gstplaybasebin.h:
1310         * gst/playback/gstplaybin.c:
1311         * gst/playback/gststreamselector.c:
1312         First stab at integrating DVD subpicture overlay into
1313         playbin. Successfully plugs and plays, but the queues need
1314         shrinking - 3 seconds of video is too much buffering.
1315
1316 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1317
1318         * gst/audioconvert/gstaudioconvert.c:
1319           Remove now obsolete note in the docs.
1320
1321 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1322
1323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1324         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1325         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1326         * docs/plugins/gst-plugins-base-plugins.args:
1327         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1328         * docs/plugins/gst-plugins-base-plugins.interfaces:
1329         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1330         * docs/plugins/gst-plugins-base-plugins.signals:
1331         * docs/plugins/inspect/plugin-adder.xml:
1332         * docs/plugins/inspect/plugin-alsa.xml:
1333         * docs/plugins/inspect/plugin-audioconvert.xml:
1334         * docs/plugins/inspect/plugin-audiorate.xml:
1335         * docs/plugins/inspect/plugin-audioresample.xml:
1336         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1337         * docs/plugins/inspect/plugin-cdparanoia.xml:
1338         * docs/plugins/inspect/plugin-decodebin.xml:
1339         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1340         * docs/plugins/inspect/plugin-gdp.xml:
1341         * docs/plugins/inspect/plugin-gnomevfs.xml:
1342         * docs/plugins/inspect/plugin-libvisual.xml:
1343         * docs/plugins/inspect/plugin-ogg.xml:
1344         * docs/plugins/inspect/plugin-pango.xml:
1345         * docs/plugins/inspect/plugin-playback.xml:
1346         * docs/plugins/inspect/plugin-queue2.xml:
1347         * docs/plugins/inspect/plugin-subparse.xml:
1348         * docs/plugins/inspect/plugin-tcp.xml:
1349         * docs/plugins/inspect/plugin-theora.xml:
1350         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1351         * docs/plugins/inspect/plugin-uridecodebin.xml:
1352         * docs/plugins/inspect/plugin-video4linux.xml:
1353         * docs/plugins/inspect/plugin-videorate.xml:
1354         * docs/plugins/inspect/plugin-videoscale.xml:
1355         * docs/plugins/inspect/plugin-videotestsrc.xml:
1356         * docs/plugins/inspect/plugin-volume.xml:
1357         * docs/plugins/inspect/plugin-vorbis.xml:
1358         * docs/plugins/inspect/plugin-ximagesink.xml:
1359         * docs/plugins/inspect/plugin-xvimagesink.xml:
1360         * ext/alsa/gstalsamixer.c:
1361         * ext/alsa/gstalsasink.c:
1362         * ext/alsa/gstalsasrc.c:
1363         * ext/gio/gstgiosink.c:
1364         * ext/gio/gstgiosrc.c:
1365         * ext/gio/gstgiostreamsink.c:
1366         * ext/gio/gstgiostreamsrc.c:
1367         * ext/gnomevfs/gstgnomevfssink.c:
1368         * ext/gnomevfs/gstgnomevfssrc.c:
1369         * ext/ogg/gstoggdemux.c:
1370         * ext/ogg/gstoggmux.c:
1371         * ext/pango/gstclockoverlay.c:
1372         * ext/pango/gsttextoverlay.c:
1373         * ext/pango/gsttextrender.c:
1374         * ext/pango/gsttimeoverlay.c:
1375         * ext/theora/theoradec.c:
1376         * ext/theora/theoraenc.c:
1377         * ext/theora/theoraparse.c:
1378         * ext/vorbis/vorbisdec.c:
1379         * ext/vorbis/vorbisenc.c:
1380         * ext/vorbis/vorbisparse.c:
1381         * ext/vorbis/vorbistag.c:
1382         * gst/adder/gstadder.c:
1383         * gst/audioconvert/gstaudioconvert.c:
1384         * gst/audioresample/gstaudioresample.c:
1385         * gst/audiotestsrc/gstaudiotestsrc.c:
1386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1387         * gst/gdp/gstgdpdepay.c:
1388         * gst/gdp/gstgdppay.c:
1389         * gst/playback/gstdecodebin2.c:
1390         * gst/playback/gstplaybin.c:
1391         * gst/playback/gstplaybin2.c:
1392         * gst/playback/gstqueue2.c:
1393         * gst/playback/gsturidecodebin.c:
1394         * gst/tcp/gstmultifdsink.c:
1395         * gst/tcp/gsttcpserversink.c:
1396         * gst/videorate/gstvideorate.c:
1397         * gst/videoscale/gstvideoscale.c:
1398         * gst/videotestsrc/gstvideotestsrc.c:
1399         * gst/volume/gstvolume.c:
1400         * sys/ximage/ximagesink.c:
1401         * sys/xvimage/xvimagesink.c:
1402           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1403           titles. Drop mentining that all our example pipelines are "simple"
1404           pipelines.
1405
1406 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1407
1408         * tests/examples/seek/Makefile.am:
1409         Fix out of tree build by adding all required CFLAGS.
1410
1411 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1412
1413         * gst/playback/gstdecodebin.c: (add_raw_queue):
1414         And ref the pad before returning it again when linking to the queue
1415         failed. Otherwise we will unref the pad twice later and things break.
1416
1417 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1418
1419         * gst/playback/gstdecodebin.c: (add_raw_queue):
1420         If linking the raw pad with a queue fails, try it without a queue
1421         instead of failing completely. This should never happen.
1422
1423 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1424
1425         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1426
1427         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1428         Add a queue after a demuxer if the demuxer outputs raw data. This was
1429         done before only for non-raw data but is required in this case too.
1430         Fixes bug #540215.
1431
1432         decodebin2 doesn't have this issue because all streams of a group
1433         go through multiqueue.
1434
1435 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1436
1437         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1438
1439         * gst-libs/gst/sdp/gstsdpmessage.c:
1440         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1441         that getaddrinfo() can be used. Fixes #541358.
1442
1443 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1444
1445         * gst/videotestsrc/gstvideotestsrc.c:
1446         (gst_video_test_src_class_init), (gst_video_test_src_init),
1447         (gst_video_test_src_set_property),
1448         (gst_video_test_src_get_property), (gst_video_test_src_create):
1449         * gst/videotestsrc/gstvideotestsrc.h:
1450         Cleanups, use default property values as defines.
1451         Add property to enable/disable peer buffer allocation.
1452
1453 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1454
1455         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1456         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1457         Enable unit tests on PPC again as the bugs are now fixed.
1458
1459 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1460
1461         * gst-libs/gst/riff/riff-ids.h:
1462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1463         (gst_riff_create_audio_template_caps):
1464         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1465         Fixes bug #540351.
1466
1467 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1468
1469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1470         (gst_ffmpeg_pixfmt_to_caps):
1471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1472         (gst_ffmpegcsp_get_unit_size):
1473         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1474         it on other formats. Also adjust the unit size only for that format
1475         to not include the palette. Fixes bug #540497.
1476
1477 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * gst/adder/gstadder.c:
1480           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1481
1482 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1483
1484         * ChangeLog:
1485           ChangeLog surgery.
1486   
1487         * tests/examples/seek/seek.c:
1488           Move variable into ifdef too.
1489         
1490
1491 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1492
1493         * tests/examples/seek/seek.c:
1494           Include config.h and check if we have X. Remove XInitThread(), don't
1495           think its needed. Fixes: #540334.
1496
1497 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1498
1499         Patch by: Sam Morris <sam at robots dot org to uk>
1500
1501         * gst-libs/gst/interfaces/mixertrack.c:
1502         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1503         (gst_mixer_track_set_property):
1504         API: Add "index" property to GstMixerTrack to differantiate between
1505         multiple mixer tracks with the same label.
1506
1507         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1508         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1509         Set the "index" property of GstMixerTrack to the index given by ALSA.
1510         Fixes bug #528299.
1511
1512 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1513
1514         * tests/examples/seek/Makefile.am:
1515         * tests/examples/seek/seek.c:
1516           Remove libgstvideo usage. Use gtk_get_option_group instead of
1517           gtk_init().
1518
1519 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * tests/check/Makefile.am:
1522           Name the test registry format neutral.
1523
1524 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1525
1526         * gst/playback/gstqueue2.c:
1527           Do not double notify. Remove the unsued return value.
1528
1529 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1530
1531         * ext/alsa/gstalsamixer.c:
1532           Also consider "speaker" as a name for master volume. If that doesn't
1533           help look for the first non-mono volume control that also has a
1534           playback switch.
1535
1536 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * ChangeLog:
1539           Forgot to save the ChangeLog :/
1540
1541 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1542
1543         * tests/examples/seek/Makefile.am:
1544         * tests/examples/seek/seek.c:
1545           Embedd the xwindow. Allow to play multiple files.
1546
1547 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1548
1549         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1550         (gst_ximagesink_setcaps):
1551         * sys/ximage/ximagesink.h:
1552         When the caps change, make sure to re-draw borders in
1553         force-aspect-ratio=true mode.
1554         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1555         Don't clear the border_draw flag until we actually draw the border.
1556         * tests/check/Makefile.am:
1557         Ignore alsasink/src during the states test too, so it doesn't fail
1558         when running without access to the sound device.
1559
1560 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * tests/examples/seek/seek.c:
1563           Fix crasher when playing a parse-launch line the 2nd time.
1564
1565 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1566
1567         * tests/check/pipelines/oggmux.c:
1568           Properly ifdef tests to fix compilation.
1569
1570 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1571
1572         * gst/playback/gstplay-marshal.list:
1573         * gst/playback/gstplaybin2.c:
1574           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1575           playbin2. This allows the user to get to the selector's sinkpads, and
1576           thus inspect a range of things - caps, tags, etc. 
1577
1578 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1579
1580         * gst/playback/gstplaybin2.c:
1581           Use a different constant for the convert-frame signal id.
1582           Fixes #537009.
1583
1584 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1585
1586         * gst/playback/gstplaybin2.c:
1587         * gst/playback/gstplaysink.c:
1588           Fix a whole bunch of typos in comments and log statements. 
1589
1590 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1591
1592         * sys/xvimage/xvimagesink.c:
1593           Don't set colour balance values on the Xv port if the user hasn't
1594           changed them (via properties or the interface). Avoids accumulating
1595           rounding errors for the common case.
1596           Partial fix for bug #537889.
1597
1598 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1599
1600         * gst/playback/gstdecodebin2.c:
1601           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1602           pads are drained.
1603
1604 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1605
1606         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1607         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1608         Report the encoder latency. Fixes #538232.
1609
1610 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1611
1612         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1613         (notify_source), (activate_group):
1614         Implement the source property, emit notify when it changes in the
1615         underlying uridecodebin.
1616
1617 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1618
1619         * tests/examples/seek/seek.c: (stop_cb):
1620         Free and clear the seek element list so that we don't use invalid
1621         references when seeking after recreating a gst-launch line.
1622
1623 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1624
1625         * gst-libs/gst/audio/gstbaseaudiosink.c:
1626         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1627         (gst_base_audio_sink_render):
1628         Report latency even if we are not live instead of hiding it.
1629         Take ts-offset and render-delay of the basesink into account when
1630         scheduling samples.
1631         Rework the clipping code so that we can take the various offsets into
1632         account and still do correct clipping.
1633
1634 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1635
1636         * configure.ac:
1637         Bump verion back to devel -> 0.10.20.1
1638
1639 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1640
1641         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1642         Don't increase the size of non-string image buffers by one as this
1643         might in theory confuse decoders. Still increase it by one for string
1644         image buffers to append '\0'.
1645
1646 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1647
1648         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1649         
1650         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1651         Fix a buffer memleak and remove a confusing and wrong debug output.
1652         Fixes bug #538663.
1653
1654 === release 0.10.20 ===
1655
1656 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1657
1658         * configure.ac:
1659           releasing 0.10.20, "Here I Go Again"
1660
1661 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1662
1663         * configure.ac:
1664         0.10.19.3 pre-release
1665
1666 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1667
1668         * gst-libs/gst/rtsp/gstrtspconnection.c:
1669         Fix build on win32.
1670         Patch By: David Schleef <ds@schleef.org>
1671         Fixes: #536874
1672
1673 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1674
1675         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1676         (gst_gio_base_src_create):
1677         * ext/gio/gstgiobasesrc.h:
1678         Try to read the requested number of bytes, even if the first
1679         read returns less than requested, until nothing is read anymore
1680         or we have the requested amount of bytes. This fixes playback of
1681         files via Samba as Samba only allows to read 64k at once.
1682
1683         Implement a caching algorithm that makes sure that we read at
1684         least 4k of data every time. Some elements will try to read a few
1685         bytes, then seek, read again a few bytes and so on and this is
1686         painfully slow as every operation has to go over DBus if GVfs is
1687         used as backend.
1688
1689         Fixes bug #536849 and #536848.
1690
1691         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1692         (gst_gio_src_check_get_range):
1693         Override check_get_range() to blacklist http/https URIs
1694         and whitelist file URIs. More to be added on demand.
1695
1696 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1697
1698         * configure.ac:
1699         0.10.19.2 pre-release
1700
1701 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1702
1703         * win32/common/libgstrtsp.def:
1704         * win32/common/libgsttag.def:
1705         Add new API functions to the dll exports
1706
1707 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1708
1709         * gst/playback/gstplaybasebin.c:
1710           Disconnect signals from decodebins we created before we remove it
1711           from playbin, to avoid crashes if the decodebin is eventually
1712           disposed after the playbin itself (possible if the app takes a
1713           reference on the decodebin).
1714           Fixes #536521.
1715
1716 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1717
1718         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1719           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1720           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1721           (h264_video_type_find), (mpeg_video_stream_type_find),
1722           (dv_type_find), (mmsh_type_find):
1723           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1724           copy caps for no good reason (this may be desirable to make it easier
1725           to detect leaks, but then it should probably be done for all caps
1726           in the typefinder somewhere).
1727
1728 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1729
1730         * tests/check/Makefile.am:
1731         Do not try to run the check tests for subparse unless it has been
1732         built.
1733
1734 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1735
1736         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1737         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1738         Do not try to run a test which requires vorbisenc unless we have
1739         actually built it.
1740
1741 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1742
1743         * gst-libs/gst/rtsp/gstrtspconnection.c:
1744         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1745         (gst_rtsp_connection_clear_auth_params),
1746         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1747         * gst-libs/gst/rtsp/gstrtspconnection.h:
1748         Add a couple of missing argument guards.
1749         Add a way of setting the DSCP for an RTSP connection.
1750         Add an accessor method for the ip member of GstRTSPConnection as all
1751         members are supposed to be private.
1752
1753 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1754
1755         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1756         Fixed accidental use of IPv4 options for all IPv6 addresses.
1757
1758 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1759
1760         * gst-libs/gst/interfaces/mixertrack.h:
1761           Document mixer track flags.
1762
1763 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1764
1765         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1766
1767         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1768         Don't set caps on the buffers that contain a copy of the buffer
1769         including the caps of them resulting in an always increasing refcount
1770         of the caps and insanely large caps. Instead include a buffer without
1771         caps in the new caps. Fixes bug #536475.
1772
1773 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1774
1775         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1776         Transform a given PAR to a range on the struct with the generic
1777         height/width instead of the struct with the possibly restricted
1778         height/width.
1779
1780 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1781
1782         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1783         Prefer the given format if it contains something stricter than [1,MAX]
1784         for height or width and only put a structure that requires rescaling
1785         as second. This makes it possible to use videoscale in pipelines where
1786         the source can actually produce the wanted height/width but usually
1787         selects a different one from the requested.
1788
1789 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1790
1791         Based on patch by: John Millikin <jmillikin gmail com>
1792
1793         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1794           (gst_vorbis_tag_add_coverart):
1795           Retrieve COVERART tags from vorbis comments (#512333)
1796
1797 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1798
1799         * gst-libs/gst/tag/tag.h:
1800         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1801           Don't forget to add new enum value here too (should probably use
1802           glib-mkenums here...).
1803
1804 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1805
1806         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1807         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1808         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1809           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1810           (gst_tag_image_data_to_image_buffer):
1811           Add two utility functions to avoid code duplication (#512333):
1812           API: add gst_tag_image_data_to_image_buffer()
1813           API: add gst_tag_list_add_id3_image()
1814           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1815
1816 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1817
1818         * win32/common/libgstaudio.def:
1819         Add gst_audio_check_channel_positions() to the exported symbols.
1820
1821 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1822
1823         * docs/libs/gst-plugins-base-libs-sections.txt:
1824         * gst-libs/gst/audio/multichannel.c:
1825         (gst_audio_check_channel_positions):
1826         * gst-libs/gst/audio/multichannel.h:
1827         API: Make gst_audio_check_channel_positions() public.
1828
1829         * tests/check/libs/audio.c: (GST_START_TEST):
1830         Add some simple checks for gst_audio_check_channel_positions().
1831
1832 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1833
1834         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1835           minrange and maxrange are scaled according to the frequency
1836           multiplier.
1837
1838 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1839
1840         * ext/pango/Makefile.am:
1841         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1842           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1843           Use gstvideo functions to calculate strides and plane offsets. Fixes
1844           rendering issue ('ghost' images of the text on the chroma planes)
1845           with widths or heights that are not multiples of 8 (#506659 and
1846           probably also #485729).
1847
1848         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1849           (main):
1850           Test with odd height/width too.
1851
1852 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1853
1854         * gst/adder/gstadder.c: (gst_adder_query_duration),
1855         (gst_adder_query_latency):
1856         When using gst_element_iterate_pads() one has to unref every pad
1857         after usage.
1858
1859 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1860
1861         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1862         (gst_base_audio_src_class_init):
1863         Add a gtk-doc chunk for the new properties to have a Since: indication.
1864
1865 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1866
1867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1868         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1869         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1870         (gst_base_audio_src_change_state):
1871         Provide readable actual-buffer-time and actual-latency-time properties
1872         that reflect the configured ringbuffer values. Fixes #524724.
1873         API: GstBaseAudioSrc:actual-buffer-time
1874         API: GstBaseAudioSrc:actual-latency-time
1875
1876 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1877
1878         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1879         (gst_basertppayload_change_state):
1880         Simply converting the running time into an RTP timestamp by scaling it
1881         based on the clock-rate is good enough for making an RTP timestamp. This
1882         has the added benefit that we can later on expose a property with the
1883         RTP timestamp of running time 0, as is needed for RTSP servers to
1884         generate the response of the PLAY request.
1885
1886 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1887
1888         * gst/audioconvert/gstaudioconvert.c:
1889         (structure_has_fixed_channel_positions),
1890         (gst_audio_convert_transform_caps):
1891         Allow up to 11 positioned channels now that audioconvert can handle
1892         this but add no default positions for > 8 channels.
1893         
1894         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1895         Add some unit tests for the above change: Test conversion of
1896         11 positioned channels to stereo and the other way around, test
1897         conversion of 15 unpositioned channels in different ways.
1898
1899 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1900
1901         * win32/common/libgstaudio.def:
1902         Add gst_audio_clock_reset to the list of exported symbols.
1903
1904 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1905
1906         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1907         Remove wrong_channels_identification_header unit test as we now
1908         support 7 (and more channels).
1909
1910 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1911
1912         * gst/audioconvert/gstchannelmix.c:
1913         (gst_channel_mix_fill_one_other):
1914         If mixing left or right to center (or the other way around) only take
1915         the complete value if we don't already have the original position in
1916         the source.
1917
1918 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1919
1920         * gst-libs/gst/audio/multichannel.c:
1921         (gst_audio_check_channel_positions),
1922         (gst_audio_set_structure_channel_positions_list),
1923         (gst_audio_fixate_channel_positions):
1924         Allow rear center together with rear left/right and other previously
1925         conflicting channel positions. The reason why they weren't allowed
1926         was the channel mixing implementation in audioconvert.
1927         Also take this into account when fixing channel layouts.
1928
1929         Allow setting channel positions for 1/2 channels when using
1930         gst_audio_set_structure_channel_position().
1931
1932         * gst/audioconvert/gstchannelmix.c:
1933         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1934         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1935         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1936         Major rewrite of the channel mixing.
1937
1938         We now allow previously conflicting channel positions to appear
1939         together (rear center and rear left/right for example).
1940         Fixes bug #533817.
1941
1942         Rework the way channels are mixed together to take more possible
1943         channel positions into account, properly mix from/to side channels
1944         and don't assume that either center, left&right or nothing of a
1945         specific position is available anymore.
1946
1947         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1948         Adjust unit tests with non-standard 1/2 channel layouts to the more
1949         correct new behaviour.
1950
1951         Add a unit test for 5.1->Stereo downmixing.
1952
1953 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1954
1955         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1956         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1957         Add sane defaults for the 7 and 8 channel layouts as those are
1958         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1959         more than 8 channels instead of erroring out. Fixes bug #535356.
1960
1961 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1962
1963         * docs/plugins/Makefile.am:
1964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1965         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1966         * ext/theora/theoraparse.c:
1967         Add theoraparse to the docs and fix some docs.
1968
1969 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1970
1971         * gst-libs/gst/cdda/gstcddabasesrc.c:
1972         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1973         Fix EOS condition and track addition check, the track.end sector is
1974         included in the track. Fixes #533265.
1975
1976 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1977
1978         Patch by: Mark Nauwelaerts <manauw at skynet be>
1979
1980         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1981         (gst_video_rate_flush_prev), (gst_video_rate_event),
1982         (gst_video_rate_chain):
1983         * gst/videorate/gstvideorate.h:
1984         React (more) to NEWSEGMENT
1985         Small adjustment in timestamp calculation to prevent mismatches
1986         Fixes #435633.
1987
1988 2008-05-28  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1989
1990         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1991           Initialise error to NULL as we should.
1992
1993 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1994
1995         * gst/adder/gstadder.c: (gst_adder_query_duration),
1996         (gst_adder_query_latency), (gst_adder_query):
1997         Implement latency query.
1998
1999 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2000
2001         * gst/adder/gstadder.c: (gst_adder_query_duration):
2002         Correctly resync the iterator if gst_iterator_next() returns
2003         GST_ITERATOR_RESYNC.
2004
2005 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2006
2007         * win32/vs6/libgstpbutils.dsp:
2008           Add pbutils-enumtypes.c to sources (#518037).
2009
2010 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2011
2012         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2013         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2014         * gst-libs/gst/audio/gstaudioclock.h:
2015         Add method to inform the clock that the time starts from 0 again. We use
2016         this info to calculate a clock offset so that the time we report in
2017         internal_time is monotonically increasing, as required by the clock base
2018         class. Fixes #521761.
2019         API: GstAudioClock::gst_audio_clock_reset()
2020
2021         * gst-libs/gst/audio/gstbaseaudiosink.c:
2022         (gst_base_audio_sink_skew_slaving),
2023         (gst_base_audio_sink_change_state):
2024         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2025         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2026         Reset reported time when we (re)create the ringbuffer.
2027
2028 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2029
2030         * ext/alsa/gstalsamixertrack.c:
2031           (gst_alsa_mixer_track_update_alsa_capabilities):
2032           Make sure playback volumes aren't accidentally overwritten by
2033           capture volumes if an alsa mixer track has both playback and
2034           capture capabilities: we create two GstMixerTracks in that
2035           case, so make sure we query only the alsa capabilities that
2036           refer to the type of GstMixerTrack we created from the dual
2037           capability alsa element. Should fix issues with Audigy2 sound
2038           cards (#518082).
2039
2040 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2041
2042         * tests/check/pipelines/oggmux.c: (test_pipeline):
2043           Don't use deprecated function.
2044
2045 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2046
2047         * gst/playback/gstdecodebin2.c:
2048         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2049         Check for NULL cases and log them, creating ghostpads can, for example,
2050         fail when the pad returns wrong caps.
2051
2052         * gst/playback/gstplaybin2.c: (perform_eos):
2053         When pushing out the EOS event, collect the return value and warn when
2054         something failed.
2055
2056 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2057
2058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2059         (gst_riff_create_video_template_caps):
2060         Add support for DVCPRO.
2061
2062 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2063
2064         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2065           Change default scaling method from nearest-neighbour to bilinear.
2066
2067 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2068
2069         * tests/check/libs/video.c:
2070           More checks.
2071
2072 2008-05-25  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2073
2074         * gst/subparse/gstsubparse.c: (parser_state_init),
2075           (gst_sub_parse_format_autodetect), (handle_buffer):
2076         * gst/subparse/gstsubparse.h:
2077         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2078           Limit duration to a maximum of five seconds for tmplayer format where
2079           we can guess the duration only from the timestamp of the next line of
2080           text. We don't want to show a text for eternities just because nothing
2081           else is being said for a while.
2082
2083 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2084
2085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2086         (gst_base_rtp_depayload_chain),
2087         (gst_base_rtp_depayload_handle_sink_event),
2088         (gst_base_rtp_depayload_push_full),
2089         (gst_base_rtp_depayload_change_state):
2090         Check sequence numbers, mark input buffers with a discont flag for the
2091         subclass when we detected a gap, drop duplicate buffers. We do this
2092         because one can use the element without a jitterbuffer in front and we
2093         don't want to feed the subclasses invalid or reordered data.
2094         Do an error when the subclass did not provide a process function instead
2095         of crashing.
2096         Some other small cleanups.
2097
2098 2008-05-22  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2099
2100         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2101           May just as well use the precalculated uvstride here.
2102
2103 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2104
2105         * docs/plugins/Makefile.am:
2106         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2107         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2108         * docs/plugins/gst-plugins-base-plugins.args:
2109         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2110         * docs/plugins/gst-plugins-base-plugins.interfaces:
2111         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2112         * docs/plugins/inspect/plugin-adder.xml:
2113         * docs/plugins/inspect/plugin-alsa.xml:
2114         * docs/plugins/inspect/plugin-audioconvert.xml:
2115         * docs/plugins/inspect/plugin-audiorate.xml:
2116         * docs/plugins/inspect/plugin-audioresample.xml:
2117         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2118         * docs/plugins/inspect/plugin-cdparanoia.xml:
2119         * docs/plugins/inspect/plugin-decodebin.xml:
2120         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2121         * docs/plugins/inspect/plugin-gdp.xml:
2122         * docs/plugins/inspect/plugin-gio.xml:
2123         * docs/plugins/inspect/plugin-gnomevfs.xml:
2124         * docs/plugins/inspect/plugin-libvisual.xml:
2125         * docs/plugins/inspect/plugin-ogg.xml:
2126         * docs/plugins/inspect/plugin-pango.xml:
2127         * docs/plugins/inspect/plugin-playback.xml:
2128         * docs/plugins/inspect/plugin-queue2.xml:
2129         * docs/plugins/inspect/plugin-subparse.xml:
2130         * docs/plugins/inspect/plugin-tcp.xml:
2131         * docs/plugins/inspect/plugin-theora.xml:
2132         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2133         * docs/plugins/inspect/plugin-uridecodebin.xml:
2134         * docs/plugins/inspect/plugin-video4linux.xml:
2135         * docs/plugins/inspect/plugin-videorate.xml:
2136         * docs/plugins/inspect/plugin-videoscale.xml:
2137         * docs/plugins/inspect/plugin-videotestsrc.xml:
2138         * docs/plugins/inspect/plugin-volume.xml:
2139         * docs/plugins/inspect/plugin-vorbis.xml:
2140         * docs/plugins/inspect/plugin-ximagesink.xml:
2141         * docs/plugins/inspect/plugin-xvimagesink.xml:
2142         * ext/cdparanoia/gstcdparanoiasrc.c:
2143         * ext/ogg/gstoggdemux.c:
2144         * ext/ogg/gstoggdemux.h:
2145         * ext/ogg/gstoggmux.c:
2146         * ext/ogg/gstoggmux.h:
2147         * gst/audioconvert/audioconvert.c:
2148         * gst/audioconvert/audioconvert.h:
2149         * gst/audioconvert/gstaudioconvert.h:
2150         * gst/gdp/gstgdpdepay.h:
2151         * gst/gdp/gstgdppay.h:
2152         * gst/playback/gstdecodebin.c:
2153         * gst/playback/gstdecodebin2.c:
2154         * gst/playback/gstplaybin.c:
2155         * gst/playback/gstplaybin2.c:
2156         * gst/playback/gsturidecodebin.c:
2157         * gst/tcp/gstmultifdsink.c:
2158         * gst/tcp/gstmultifdsink.h:
2159         * gst/tcp/gsttcp.h:
2160
2161         Add some documentation comments, and some new headers to be scanned.
2162         Rename some internal enum declarations (audioconvert's DitherType and
2163         NoiseShapingType, GstUnitType from the TCP elements) to match the
2164         documented GObject type names so that the docs pick them up.
2165         Name the playbin2 docs markups properly so they get picked up. They'll
2166         need renaming back when/if playbin2 becomes playbin.
2167
2168         100% symbol coverage for the plugin docs, booya.
2169
2170 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2171
2172         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2173
2174         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2175         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2176
2177 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2178
2179         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2180
2181         * gst/playback/gstdecodebin.c: (remove_fakesink):
2182         Lock the fakesink before setting the state to NULL and removing it from
2183         the bin so that a concurrent state change cannot interfere. 
2184         Fixes #534331.
2185
2186 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2187
2188         * docs/Makefile.am:
2189         Fix installing plugin documentation when gtk-doc is disabled.
2190
2191 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2192
2193         * gst-libs/gst/rtsp/Makefile.am:
2194         Distribute, don't install md5.h
2195
2196 2008-05-21  Julien Moutte  <julien@fluendo.com>
2197
2198         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2199         instead of SOL_IP, works on more platforms.
2200         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2201         arguments.
2202
2203 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2204
2205         * ext/vorbis/vorbisdec.c:
2206         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2208         Some debug and comment fixes.
2209
2210         * tests/examples/dynamic/addstream.c: (main):
2211         Fix , to ;
2212
2213 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2214
2215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2216         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2217         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2218         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2219         (cleanup_decodebin):
2220         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2221         (connect_element), (gst_decode_group_control_demuxer_pad):
2222         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2223         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2224         (mute_group_type):
2225         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2226         (gst_play_bin_set_property), (handoff), (gen_video_element),
2227         (gen_text_element), (gen_audio_element), (gen_vis_element),
2228         (remove_sinks), (add_sink), (setup_sinks):
2229         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2230         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2231         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2232         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2233         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2234         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2235         (gen_vis_chain), (gst_play_sink_reconfigure),
2236         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2237         (gst_play_sink_request_pad):
2238         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2239         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2240         (cb_newpad):
2241         * gst/playback/test6.c: (new_decoded_pad_cb):
2242         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2243         * tests/check/elements/audiorate.c: (test_injector_chain),
2244         (do_perfect_stream_test):
2245         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2246         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2247         * tests/check/elements/gnomevfssink.c:
2248         * tests/check/elements/textoverlay.c:
2249         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2250         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2251         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2252         * tests/check/pipelines/oggmux.c: (test_pipeline):
2253         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2254         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2255         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2256         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2257         * tests/examples/seek/seek.c: (make_mod_pipeline),
2258         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2259         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2260         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2261         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2262         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2263         (update_fill), (msg_buffering):
2264         Don't use bad gst_element_get_pad().
2265
2266 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2267
2268         * gst-libs/gst/riff/riff-media.c:
2269           Fix wrong method name in docs. Fix calculation of strf fields for
2270           broken mulaw/alaw.
2271   
2272         * gst-libs/gst/riff/riff-read.c:
2273           Whitespace fix and removing double ';'.
2274
2275 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2276
2277         * docs/design/part-playbin2.txt:
2278         Add some leftover doc.
2279
2280 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2281
2282         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2283         Fix copy & paste error in last commit.
2284
2285 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2286
2287         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2288         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2289         other channel positions when source has SIDE channels and dest doesn't
2290         or the other way around.
2291
2292 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2293
2294         Patch by: Henrik Eriksson <henriken at axis dot com>
2295
2296         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2297         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2298         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2299         (gst_multi_fd_sink_get_property):
2300         * gst/tcp/gstmultifdsink.h:
2301         Add support for DSCP QOS. Fixes #469933.
2302
2303 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2304
2305         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2306         Add another test that checks if conversion between standard 1 and 2
2307         channel layouts with and without positions set is working.
2308
2309 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2310
2311         * gst-libs/gst/audio/multichannel.c:
2312         (gst_audio_check_channel_positions):
2313         Allow non-standard 2 channel layouts.
2314         
2315         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2316         Add some tests for converting and remapping non-standard 1 and 2
2317         channel layouts.
2318
2319 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2320
2321         * gst/audioconvert/gstchannelmix.c:
2322         (gst_channel_mix_fill_normalize):
2323         Prevent division by zero if the channel mix matrix contains only
2324         zeroes.
2325
2326 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2327
2328         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2329
2330         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2331         Close a buffer memory leak. Fixes bug #534071.
2332
2333 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         * gst-libs/gst/rtsp/gstrtsptransport.h:
2336         Make the GstRTSPTransport struct members public as there are no
2337         setters/getters and it's supposed to be changed directly.
2338         Fixes bug #533087.
2339
2340 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2341
2342         * gst/adder/gstadder.c:
2343         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2344         claim this on the pad template caps.
2345
2346 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2347
2348         * gst-libs/gst/audio/gstbaseaudiosink.c:
2349         (gst_base_audio_sink_sync_latency):
2350         We can only use our optimal calibration if we prerolled before the
2351         latency expired.
2352
2353 2008-05-20  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2354
2355         * configure.ac:
2356           Require core CVS for GstBaseSrc buffer caps setting magic.
2357
2358 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2359
2360         * gst/audioconvert/gstaudioconvert.c:
2361         (gst_audio_convert_fixate_channels):
2362         Fix logic in last commit.
2363
2364 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2365
2366         * gst/audioconvert/gstaudioconvert.c:
2367         (gst_audio_convert_fixate_channels):
2368         Passthrough the channel positions if the number of output channels is
2369         the same as the number of input channels, the input had a channel
2370         layout and downstream requests no special one. We did this already for
2371         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2372
2373 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2374
2375         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2376         (gst_gnome_vfs_src_finalize),
2377         (gst_gnome_vfs_src_received_headers_callback),
2378         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2379         * ext/gnomevfs/gstgnomevfssrc.h:
2380         Set the ICY caps on the srcpad from where they get picked up by the base
2381         class now and set on the outgoing buffers.
2382
2383         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2384         (gst_base_audio_src_create):
2385         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2386         BaseSrc now sets the caps on outgoing buffers automatically.
2387
2388 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2389
2390         * gst-libs/gst/audio/gstbaseaudiosink.c:
2391         (gst_base_audio_sink_resample_slaving),
2392         (gst_base_audio_sink_skew_slaving),
2393         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2394         (gst_base_audio_sink_async_play),
2395         (gst_base_audio_sink_change_state):
2396         Change the way in which the ringbuffer is started when dealing with a
2397         slaved clock and latency. We now sync to the clock until we reach
2398         upstream latency before starting the ringbuffer. This has the effect
2399         that we can accurately align the master and slave clocks and let the
2400         rate correction code take care of the initial drift or rounding errors
2401         instead of leaving them uncorrected with the old approach.
2402
2403 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2404
2405         * gst/audioconvert/gstaudioconvert.c:
2406         (gst_audio_convert_fixate_channels):
2407         Correctly set the default channel positions when converting to 8
2408         channels.
2409
2410 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2411
2412         * configure.ac:
2413           Error out if we don't have the required version of core.
2414
2415 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2416
2417         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2418           Use data scan helper in aac typefinder and stop scanning
2419           for headers when we've found a type. Also fix potential invalid
2420           memory access when calculating the frame length.
2421
2422 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2423
2424         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2425           (mpeg_sys_is_valid_pack):
2426           Don't modify scan context when we return FALSE in ensure_data, so
2427           it's possible to continue scanning, and we don't end up with a NULL
2428           data pointer and a positive size, which might bite us the next time
2429           we're called. Small constification.
2430
2431 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2432
2433         * gst/adder/gstadder.c:
2434         Adder doesn't support 24 bit samples so don't claim it supports them
2435         in the pad template caps.
2436
2437 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2438
2439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2440         (gst_base_rtp_depayload_chain):
2441         Validate the RTP packet before further processing it. It's just too
2442         dangerous to accept random packets and people are not forced to use a
2443         jitterbuffer or session manager to filter out the bad packets.
2444
2445         * gst-libs/gst/rtp/gstrtpbuffer.c:
2446         (gst_rtp_buffer_set_extension_data),
2447         (gst_rtp_buffer_get_payload_subbuffer):
2448         Small cleanups.
2449         When setting extension data in a buffer that is too small, we fail and
2450         we should not set the extension bit.
2451         Change GST_WARNINGS into g_warning because they really are
2452         programming errors.
2453
2454         * tests/check/libs/rtp.c: (GST_START_TEST):
2455         Catch the g_warnings now in the unit tests and that fact that failing to
2456         set extension data left the extension bit untouched.
2457
2458 2008-05-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2459
2460         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2461           Revert previous change which made basetransform handle buffer_alloc
2462           and which breaks things badly in the non-passthrough case since it
2463           returned buffers with a different (ie. sometimes smaller) size than
2464           the size requested.
2465
2466 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2467
2468         Patch by: Bernard B <b-gnome at largestprime dot net>
2469
2470         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2471         Fix seqnum compare function for bordercase values and fix the docs
2472         again. Fixes #533075.
2473
2474         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2475         Add a testcase for seqnum compare function.
2476
2477 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2478
2479         * gst/adder/gstadder.c: (gst_adder_setcaps),
2480         (gst_adder_class_init):
2481         Correctly declare the supported endianness on the pad templates
2482         and check for correct endianness in the set caps function. Adder
2483         only supports native endianness.
2484         Also use gst_element_class_set_details_simple().
2485
2486 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * sys/xvimage/xvimagesink.c:
2489           Better debug logging in port value handling. Merging separate port
2490           value loops into one.
2491
2492 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2493
2494         Patch by: Hannes Bistry <hannesb at gmx dot de>
2495
2496         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2497         * gst/tcp/gsttcpserversink.c:
2498         (gst_tcp_server_sink_handle_server_read),
2499         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2500         Fix regression in clientsrc because we did not add the fd to the poll
2501         set anymore. Fixes #532364.
2502         Do some cleanups here and there.
2503
2504 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2505
2506         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2507         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2508         * gst/playback/gstplay-marshal.list:
2509         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2510         Use correct marshallers. GstCaps are a boxed type and no GObject
2511         subclass.
2512
2513 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2514
2515         * win32/common/libgstrtsp.def:
2516         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2517         symbols.
2518
2519 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2520
2521         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2522
2523         * tests/check/elements/audioresample.c:
2524         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2525         (live_switch_push), (GST_START_TEST):
2526         Add unit test for the latest basetransform negotiation changes.
2527         See bug #526768.
2528
2529 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2530
2531         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2532         Fix nv12<->nv21 conversion if stride is larger than width.
2533
2534 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2535
2536         Patch by: Jan Gerber <j at oil21 dot org>
2537
2538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2539         (gst_ogg_pad_parse_skeleton_fisbone):
2540         * ext/ogg/gstoggdemux.h:
2541         Parse presentation time from skeleton streams and use it as offset
2542         for the timestamps. Fixes bug #530068.
2543
2544 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2545
2546         * gst-libs/gst/audio/gstbaseaudiosink.c:
2547         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2548         Revert previous patch that attempted to more accurately calculate the
2549         initial offset between master and slave clock. The best thing we can do
2550         in general is take the time of both clocks as the diff since we don't
2551         know when the actual preroll happened.
2552
2553 2008-05-11  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2554
2555         * gst-libs/gst/pbutils/install-plugins.c:
2556           Fix docs: type and missing word.
2557
2558 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2559
2560         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2561           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2562           for this instead; don't check if we've found enough markers after
2563           each and every step, it's enough to do that only if we've actually
2564           found a new marker.
2565           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2566
2567 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2568
2569         * gst/typefind/gsttypefindfunctions.c:
2570           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2571           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2572           (mpeg_video_stream_type_find):
2573           Move scan helper thingy to the beginning of the file so we can use
2574           it in other typefind functions. Rename it to something more
2575           generic. Also improve handling of things towards the end of the
2576           typefind data: peek as much as we can if we know the size of the
2577           data, rather than just min_size.
2578
2579 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2580
2581         * docs/libs/gst-plugins-base-libs-sections.txt:
2582         * gst-libs/gst/interfaces/colorbalance.c:
2583         * gst-libs/gst/interfaces/colorbalance.h:
2584         * gst-libs/gst/interfaces/colorbalancechannel.c:
2585         * gst-libs/gst/interfaces/colorbalancechannel.h:
2586         * gst-libs/gst/interfaces/tuner.c:
2587         * gst-libs/gst/interfaces/tunerchannel.c:
2588         * gst-libs/gst/interfaces/tunerchannel.h:
2589         * gst-libs/gst/interfaces/tunernorm.c:
2590         * gst-libs/gst/interfaces/tunernorm.h:
2591         * gst-libs/gst/video/video.c:
2592         * gst-libs/gst/video/video.h:
2593         Document the GstTuner and GstColorBalance interfaces, and some
2594         other random API functions that needed it. 70% symbol coverage, woo.
2595
2596 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2597
2598         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2599         Choose to allocate one less segment but require one additional segment
2600         as latency. 
2601
2602         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2603         No need to increment the number of segments in the source.
2604
2605         * gst-libs/gst/audio/gstbaseaudiosink.c:
2606         (gst_base_audio_sink_get_time), (clock_convert_external),
2607         (gst_base_audio_sink_resample_slaving),
2608         (gst_base_audio_sink_skew_slaving),
2609         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2610         (gst_base_audio_sink_async_play):
2611         Remove adding latency when returning the internal time while subtracting
2612         it again when we use the value a little later.
2613         When calculating the end timestamp, we are making a rounding error
2614         with the current algorithm. Ensure that we don't accumulate these
2615         rounding errors when aligning samples by not resampling at all if we
2616         don't need to. Fixes #419351.
2617         Make the initial calibration of the clock slaving a little more
2618         predictable and accurate. Also handle the case where we don't do
2619         clock slaving.
2620
2621 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2622
2623         Based on a patch by:
2624           Björn Benderius <bjoern dot benderius at axis dot com>
2625
2626         * gst/ffmpegcolorspace/avcodec.h:
2627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2628         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2629         (gst_ffmpegcsp_avpicture_fill):
2630         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2631         * gst/ffmpegcolorspace/imgconvert_template.h:
2632         Add conversions from/to NV12 and NV21 and conversions between those
2633         two formats. Fixes bug #532166.
2634
2635 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2636
2637         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2638         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2639         which happens for example with files smaller than 128kb.
2640
2641 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2642
2643         Patch by: Wouter Cloetens <zombie at e2big dot org>
2644
2645         * gst-libs/gst/rtsp/Makefile.am:
2646         * gst-libs/gst/rtsp/gstrtspconnection.c:
2647         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2648         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2649         (add_auth_header), (gst_rtsp_connection_free),
2650         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2651         (gst_rtsp_connection_set_auth_param),
2652         (gst_rtsp_connection_clear_auth_params):
2653         * gst-libs/gst/rtsp/gstrtspconnection.h:
2654         Add Digest authorization support for RTSP connections. See #532065.
2655
2656         * gst-libs/gst/rtsp/md5.c:
2657         * gst-libs/gst/rtsp/md5.h:
2658         Yeap, another md5 implementation until we can depend on a glib that has
2659         support for it.
2660
2661 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2664
2665         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2666         Let audioresample use the buffer allocation of basetransform instead
2667         of it's own stuff.
2668
2669         * tests/check/elements/audioresample.c: (alloc_only_48000),
2670         (GST_START_TEST), (audioresample_suite):
2671         Add unit test for the recent basetransform bugfix, where upstream
2672         changes caps to something that can't be passed through anymore.
2673
2674 2008-05-07  Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas at tandberg com>
2675
2676         * win32/common/config.h.in:
2677           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2678           use the real thing than having "???" unconditionally.
2679
2680 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2681
2682         * gst-libs/gst/audio/gstbaseaudiosink.c:
2683         (gst_base_audio_sink_query):
2684         Report the latency with the new seglatency parameter.
2685
2686         * gst-libs/gst/audio/gstringbuffer.c:
2687         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2688         (gst_ring_buffer_acquire):
2689         * gst-libs/gst/audio/gstringbuffer.h:
2690         Add new field to the ringbufferspec to specify the expected latency
2691         between the underlying device read/write pointer, this is needed
2692         when writing sinks that sit a little closer to the hardware.
2693         Add some more docs for other fields.
2694
2695 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2696
2697         * gst/volume/gstvolume.c: (volume_transform_ip):
2698         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2699         reason instead of crashing later. Might fix bug #509125.
2700
2701 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2702
2703         Based on a patch by: Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2704
2705         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2706         * gst/audioconvert/audioconvert.h:
2707         * gst/audioconvert/gstaudioconvert.c:
2708         (gst_audio_convert_parse_caps),
2709         (structure_has_fixed_channel_positions),
2710         (gst_audio_convert_transform_caps):
2711         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2712         Add support for more than 8 channels and NONE channel layouts. For
2713         more than 8 channels no channel conversion is supported yet, only
2714         format conversions are supported. Fixes bug #398033.
2715
2716         * tests/check/elements/audioconvert.c: (verify_convert),
2717         (GST_START_TEST), (audioconvert_suite):
2718         Add some unit tests by Tim for checking the NONE channel layouts
2719         and more than 8 channels and add some more unit tests for channel
2720         conversions.
2721
2722 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2723
2724         * gst/playback/gstdecodebin2.c: (connect_pad):
2725         When autoplugging fails, set the element back to NULL before
2726         unreffing it.
2727
2728 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2729
2730         * win32/common/libgstaudio.def:
2731         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2732         symbols.
2733
2734 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2735
2736         * gst/subparse/samiparse.c: (handle_start_sync),
2737         (end_sami_element), (characters_sami):
2738         Remove trailing, leading and double whitespaces.
2739         Correctly timestamp buffers and output the last buffer too.
2740
2741         * tests/check/elements/subparse.c: (GST_START_TEST),
2742         (subparse_suite):
2743         Add a simple unit test for SAMI parsing.
2744
2745 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2746
2747         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2748
2749         * gst/subparse/samiparse.c: (handle_start_sync),
2750         (start_sami_element), (end_sami_element), (characters_sami),
2751         (sami_context_reset):
2752         Only output characters inside the "sync" elements. There could be
2753         other elements like "style" that have some content but should
2754         not be printed. Fixes bug #467911.
2755
2756 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2757
2758         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2759         (set_active_source):
2760         * gst/playback/gstplaybasebin.h:
2761         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2762         (playbin_set_audio_mute):
2763         Allow setting -1 as current-audio to mute the current audio stream,
2764         similar to what is done for subtitles. Fixes bug #342294.
2765
2766 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2767
2768         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2769         It's SorensOn and not SorensEn.
2770
2771 2008-05-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2772
2773         * gst-libs/gst/pbutils/descriptions.c: (formats):
2774           Fix description of video/x-flash-video.
2775
2776 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2777
2778         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2779         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2780         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2782         Remove some unused code.
2783
2784         * gst/audioconvert/gstaudioquantize.c:
2785         (gst_audio_quantize_free_noise_shaping):
2786         Don't return before freeing the noise shaping history.
2787
2788 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2789
2790         * tests/check/elements/subparse.c: (do_test),
2791           (test_tmplayer_style3b), (subparse_suite):
2792           Add unit test for the tmplayer variant from bug #530962.
2793
2794 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2795
2796         * gst/subparse/gstsubparse.c: (handle_buffer),
2797           (gst_sub_parse_sink_event):
2798         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2799           (tmplayer_parse_line):
2800           Fix parsing of tmplayer subtitle variant where every single line contains
2801           text and there isn't an empty line after each line to determine the
2802           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2803           making sure that we push out the last line of text without a duration if
2804           there's still text left in the buffer at the end.
2805
2806 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2807
2808         * gst/subparse/gstsubparse.c: (feed_textbuf):
2809           Fix detection of discontinuities based on the buffer offset (doesn't work
2810           so well if no buffer offset is set) and also check for the DISCONT buffer
2811           flag. This keeps the parser state from being reset after each buffer in
2812           the unit test.
2813
2814 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2815
2816         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2817           Further fine-tuning: don't absolutely require sequence or GOP headers
2818           (as introduced in the previous commit), but adjust the typefind
2819           probabilities returned accordingly if we don't see them. Also make sure
2820           picture header and first slice are somewhat close to each other (which
2821           is not perfect but still better than requiring a fixed offset or having
2822           no limit at all).
2823
2824 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2825
2826         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2827         (gst_basertppayload_sink_setcaps),
2828         (gst_basertppayload_sink_getcaps):
2829         Rename the setcaps/getcaps function internally to make it clear that
2830         they are called for the sink pad.
2831
2832 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2833
2834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2835         (gst_base_rtp_depayload_class_init),
2836         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2837         (gst_base_rtp_depayload_packet_lost),
2838         (gst_base_rtp_depayload_set_gst_timestamp):
2839         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2840         Catch packet-lost events from the jitterbuffer and convert them into a
2841         vmethod call (lost-packet) so that depayloaders can do something smart.
2842         Also add a default packet-lost function that sends out a segment update
2843         to the decoders.
2844
2845 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2846
2847         * gst/playback/test4.c:
2848         * gst/playback/test5.c:
2849         * gst/playback/test6.c:
2850         * gst/playback/test7.c:
2851           Also include config.h when relying on defines from it. Fixes the
2852           build. Its been a please to serve :)
2853
2854 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2855
2856         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2857         (paint_setup_NV21), (paint_hline_NV12_NV21):
2858         Add support for NV12 and NV21 in videotestsrc
2859
2860 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2861
2862         * gst/videoscale/gstvideoscale.c:
2863         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2864         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2865         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2866         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2867         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2868         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2869         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2870         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2871         (vs_image_scale_linear_RGB555):
2872         Support 1x1 images as input and output as for example the BBC HQ new
2873         streams have 1x1 GIFs in the playlists for some reason.
2874
2875 2008-05-01  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2876
2877         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2878           (try_to_link_1):
2879           If we can't activate one of the decoders we plugged in (such as,
2880           say, musepackdec) for some reason (it might not support push mode,
2881           for example), remove any pad probes that close_pad_link() might
2882           have set up. This makes sure we later don't try to remove a probe
2883           for a pad that doesn't exist any longer, and avoids nast warnings
2884           and probably other things too.
2885
2886 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2887
2888         * gst/typefind/gsttypefindfunctions.c:
2889           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2890           (plugin_init):
2891           Rework mpeg video stream typefinding a bit more: make sure sequence,
2892           GOP, picture and slice headers appear in the order they should and
2893           that we've in fact at least had one of each; fix picture header
2894           detection; decouple picture and slice header check - don't assume
2895           they're at a fixed offset, there may be extra data in between. Also,
2896           announce varying degrees of probability depending on what we found
2897           exactly (multiple pictures, at least one picture, just sequence and
2898           GOP headers). Finally, in _ensure_data(), take into account that we
2899           might be typefinding smaller amounts of data, such as the first
2900           buffer of a stream, so fall back to the minimum size needed as long
2901           as that's available, instead of erroring out if there's less than
2902           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2903           fuzzed file from #399342 as valid.
2904
2905 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2906
2907         * ext/theora/theoradec.c:
2908           Cool kids don't divide by zero.
2909           Treat PAR of x:0 as 1:1.
2910           Fixes #530719.
2911
2912 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2913
2914         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2915           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2916           (mpeg_video_stream_type_find):
2917           Refactor a bit: use context structure to track parsing offset and
2918           size of available data and make the code a bit clearer. Fixes bad
2919           memory access in #356937.
2920
2921 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2922
2923         * gst/playback/test4.c:
2924         * gst/playback/test5.c:
2925         * gst/playback/test6.c:
2926         * gst/tcp/gstmultifdsink.c:
2927           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2928           is defined.
2929
2930 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2931
2932         * gst-libs/gst/audio/gstbaseaudiosink.h:
2933         Clarify some docs.
2934
2935         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2936         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2937         (gst_base_audio_src_set_slave_method),
2938         (gst_base_audio_src_get_slave_method),
2939         (gst_base_audio_src_set_property),
2940         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2941         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2942         Add property and methods for selecting the clock slave method in the
2943         source, like in the sink.
2944         We only implement "none" and "re-timestamp" for now.
2945         API: gst_base_audio_src_set_slave_method()
2946         API: gst_base_audio_src_get_slave_method()
2947
2948 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2949
2950         * gst-libs/gst/rtp/gstrtpbuffer.c:
2951         Fix the docs about the seqnum compare function, it returns a difference.
2952
2953 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2954
2955         * ext/alsa/gstalsadeviceprobe.c:
2956         (gst_alsa_get_device_list): Don't return before freeing up
2957         the allocated structures.
2958
2959 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2960
2961         * gst/playback/gstplaybin.c:
2962           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2963
2964 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2965
2966         * ext/ogg/gstoggdemux.c:
2967           Revert the event part, that should not go in.
2968
2969 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2970
2971         * ext/ogg/gstoggdemux.c:
2972           Don't leak GstPluginFeatures when filtering.
2973
2974 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2975
2976         * sys/xvimage/xvimagesink.c:
2977           Add some logging for cases when grabbing the xv failed.
2978
2979 2008-04-21  David Schleef  <ds@schleef.org>
2980
2981         * ext/ogg/gstoggmux.c:
2982           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2983           packet.  Should conform to what we currently think is the
2984           final Ogg/Dirac muxing spec.
2985
2986 2008-04-21  David Schleef  <ds@schleef.org>
2987
2988         * sys/xvimage/xvimagesink.c:
2989           Fix typo that causes the overlay keying color to bright green
2990           on a 16-bit display.  Dark grey good.  Bright green bad.
2991
2992 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2993
2994         * ext/gnomevfs/gstgnomevfsuri.c:
2995           Add  FIXME comment about using uri-list for source and sink.
2996
2997 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2998
2999         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3000         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3001         vaargs functions to gint. Otherwise the fractions will get 0 set
3002         instead of the correct value on big endian systems. Fixes bug #529018.
3003
3004 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3005
3006         * ext/gnomevfs/gstgnomevfssink.c:
3007         (gst_gnome_vfs_sink_uri_get_protocols):
3008         * ext/gnomevfs/gstgnomevfssrc.c:
3009         (gst_gnome_vfs_src_uri_get_protocols):
3010         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3011         (gst_gnomevfs_get_supported_uris):
3012         Get the list of supported URI schemes in a threadsafe way and use the
3013         same list for the source and sink.
3014
3015 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3016
3017         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3018         (gst_gio_get_supported_protocols):
3019         Don't generate a new supported protocols list on each call but cache
3020         it. It's supposed to be static anyway, this way we only leak it once
3021         per process.
3022
3023         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3024         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3025         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3026         (gst_gio_sink_start):
3027         * ext/gio/gstgiosink.h:
3028         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3029         (gst_gio_src_class_init), (gst_gio_src_finalize),
3030         (gst_gio_src_set_property), (gst_gio_src_get_property),
3031         (gst_gio_src_start):
3032         * ext/gio/gstgiosrc.h:
3033         API: Add "file" properties where one can set a GFile as
3034         source/destination.
3035
3036         Add locking to the properties and use
3037         gst_element_class_set_details_simple() instead of a static
3038         GstElementDetails struct.
3039
3040 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3041
3042         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3043         (plugin_init):
3044         Add "mpp" and "mp+" as possible extensions for MusePack files.
3045
3046         Add typefinding for MusePack StreamVersion 8 files and include the
3047         stream version in the caps.
3048
3049 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * gst-libs/gst/rtp/gstrtppayloads.c:
3052         (gst_rtp_payload_info_for_name):
3053         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3054
3055 2008-04-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3056
3057         * configure.ac:
3058           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3059           (NB: this only affects compilation of some of the examples).
3060           Remove some configure.ac cruft that's not needed any longer.
3061
3062 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3063
3064         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3065         Don't validate the payload if there isn't any.
3066         Fixes #525915
3067
3068 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3071         Use g_atomic_int_set() instead of gst_atomic_int_set().
3072
3073 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3074
3075         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3076         Return NULL instead of a gchar * array with one NULL element if we
3077         don't get any supported URI schemes from GIO.
3078
3079 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3080
3081         * gst/audiotestsrc/gstaudiotestsrc.c:
3082           Remove cpp style commented old code.
3083
3084 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3085
3086         * gst/playback/gstdecodebin2.c:
3087           Fix signal docs.
3088
3089 2008-04-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3090
3091         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3092           (gst_text_overlay_init):
3093           Fix textoverlay unit test again by making the supposed default
3094           value for the wait-text property the actual default value.
3095           Also fix Since: tag for new property.
3096
3097 2008-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3098
3099         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3100           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3101           (gst_video_format_get_pixel_stride),
3102           (gst_video_format_get_component_width),
3103           (gst_video_format_get_component_height),
3104           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3105           (gst_video_format_convert):
3106           Add guards to these functions to ensure sane input values.
3107
3108         * tests/check/libs/video.c:
3109           Fix unit test not to create caps with width=0 and height=0.
3110
3111 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3112
3113         * docs/design/draft-keyframe-force.txt:
3114         Fix typo.
3115
3116         * gst/playback/gstqueue2.c: (update_buffering),
3117         (gst_queue_handle_src_query):
3118         Set buffering mode in the messages.
3119         Set buffering percent in the query.
3120
3121         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3122         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3123         Do some more fancy things based on the buffering method in use.
3124
3125 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3128         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3129         (msg_buffering), (main):
3130         Add basic download reports to seek using the new buffering API.
3131
3132 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3133
3134         * gst/playback/gstqueue2.c: (update_buffering),
3135         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3136         (gst_queue_src_checkgetrange_function):
3137         Include extra buffering stats in the buffering message.
3138         Implement BUFFERING query.
3139
3140         * gst/playback/gsturidecodebin.c: (do_async_start),
3141         (do_async_done), (type_found), (setup_streaming), (setup_source),
3142         (gst_uri_decode_bin_change_state):
3143         Only add decodebin2 when the type is found in streaming mode.
3144         Make uridecodebin async to PAUSED even when we don't have decodebin2
3145         added yet.
3146
3147 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3148
3149         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3150         Filter cdda from the supported URI schemes. We can't support
3151         musicbrainz tags and everything else one expects from a cdda source
3152         with GIO. Fixes bug #526794.
3153
3154 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3155
3156         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3157         (gst_xvimagesink_buffer_alloc):
3158         Fix calculation of 'expected size' for YV12 buffers.
3159         Be a little more verbose in the debug output for buffer-alloc'ed
3160         buffers which turn out to have the wrong size.
3161
3162 2008-04-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3163
3164         * NEWS:
3165         * RELEASE:
3166         * gst-plugins-base.doap:
3167           Merge other changes from 0.10.19 release branch.
3168
3169 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3170
3171         * gst-libs/gst/audio/gstbaseaudiosink.c:
3172           (gst_base_audio_sink_class_init):
3173         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3174           (gst_base_audio_src_class_init):
3175         * gst/playback/gstplayback.c: (plugin_init):
3176         * gst/volume/gstvolume.c: (plugin_init):
3177           Work around missing bits of thread-safety on older GLibs some
3178           more to avoid assertions when starting up multiple playbin
3179           objects concurrently (see #512382).
3180
3181 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3182
3183         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3184           Remove some more fields.
3185
3186 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3187
3188         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3189
3190         * configure.ac:
3191         Actually build dlls when cross-compiling with mingw32.
3192         Fixes bug #526247.
3193
3194 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3195
3196         * configure.ac:
3197           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3198
3199 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3200
3201         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3202         (msg_buffering), (connect_bus_signals), (main):
3203         Add statusbar.
3204         Add buffering support with feedback in the statusbar.
3205
3206 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3207
3208         * ext/ogg/gstoggmux.c:
3209           Fix sample pipeline description.
3210
3211 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3212
3213         * docs/plugins/Makefile.am:
3214         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3215         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3216         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3217           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3218
3219         * docs/plugins/gst-plugins-base-plugins.args:
3220         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3221         * docs/plugins/gst-plugins-base-plugins.interfaces:
3222         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3223         * docs/plugins/inspect/plugin-adder.xml:
3224         * docs/plugins/inspect/plugin-alsa.xml:
3225         * docs/plugins/inspect/plugin-audioconvert.xml:
3226         * docs/plugins/inspect/plugin-audiorate.xml:
3227         * docs/plugins/inspect/plugin-audioresample.xml:
3228         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3229         * docs/plugins/inspect/plugin-cdparanoia.xml:
3230         * docs/plugins/inspect/plugin-decodebin.xml:
3231         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3232         * docs/plugins/inspect/plugin-gdp.xml:
3233         * docs/plugins/inspect/plugin-gnomevfs.xml:
3234         * docs/plugins/inspect/plugin-libvisual.xml:
3235         * docs/plugins/inspect/plugin-ogg.xml:
3236         * docs/plugins/inspect/plugin-pango.xml:
3237         * docs/plugins/inspect/plugin-playback.xml:
3238         * docs/plugins/inspect/plugin-queue2.xml:
3239         * docs/plugins/inspect/plugin-subparse.xml:
3240         * docs/plugins/inspect/plugin-tcp.xml:
3241         * docs/plugins/inspect/plugin-theora.xml:
3242         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3243         * docs/plugins/inspect/plugin-uridecodebin.xml:
3244         * docs/plugins/inspect/plugin-video4linux.xml:
3245         * docs/plugins/inspect/plugin-videorate.xml:
3246         * docs/plugins/inspect/plugin-videoscale.xml:
3247         * docs/plugins/inspect/plugin-videotestsrc.xml:
3248         * docs/plugins/inspect/plugin-volume.xml:
3249         * docs/plugins/inspect/plugin-vorbis.xml:
3250         * docs/plugins/inspect/plugin-ximagesink.xml:
3251         * docs/plugins/inspect/plugin-xvimagesink.xml:
3252           Update introspection data.
3253
3254         * ext/ogg/gstoggmux.c:
3255           Document oggmux.
3256
3257         * gst/playback/gstdecodebin2.c:
3258           Don't use gtk-doc style comment start for private stuff, but make it
3259           formatted like this for consistency.
3260
3261 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3262
3263         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3264         (gst_decode_bin_init), (gst_decode_bin_dispose),
3265         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3266         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3267         (analyze_new_pad), (connect_pad), (expose_pad),
3268         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3269         (gst_decode_group_expose), (gst_decode_group_free),
3270         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3271         Remove fakesink hack, we can now implement this more elegantly.
3272         Added property to bypass typefinding.
3273         Removed underrun callback and demuxer pad probe, we now use the srcpad
3274         probe to expose groups.
3275         API::sink-caps property
3276
3277         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3278         Guard against multiple emissions of the no_more_pads signal, which
3279         happens when we are dealing with chained oggs.
3280
3281         * gst/playback/gsturidecodebin.c: (remove_decoders),
3282         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3283         (setup_source):
3284         For streams, use our own typefind element and plug our queue after it.
3285         We will need this to determine the type of buffering to use for the
3286         queue soon.
3287
3288 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3289
3290         * gst-libs/gst/audio/gstbaseaudiosink.c:
3291         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3292         Guard against over and underflows because of clock slaving.
3293         When we are using our own clock, still compensate for any calibrations
3294         that we might have done to our clock.
3295
3296 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3297
3298         * ext/theora/theoradec.c: (theora_handle_type_packet),
3299         (theora_dec_chain):
3300         Don't try to do anything fancy with the return code from pushing an
3301         event, it does not have enough information to turn it into a
3302         GST_FLOW_ERROR.
3303
3304 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3305
3306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3307         (gst_ogg_demux_chain_elem_pad):
3308         Add small debug line.
3309         Pass return code from the internal decoder instead of the too generic
3310         GST_FLOW_ERROR.
3311
3312 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3313
3314         * gst-libs/gst/cdda/Makefile.am:
3315         * gst-libs/gst/cdda/base64.c:
3316         * gst-libs/gst/cdda/base64.h:
3317         * gst-libs/gst/cdda/gstcddabasesrc.c:
3318         (gst_cddabasesrc_calculate_musicbrainz_discid):
3319         Use GLib's base64 implementation instead of our own.
3320
3321 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3322
3323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3324         (gst_ogg_demux_read_chain):
3325         Refix oggdemux, we only have a problem if we failed to find a chain and
3326         we are not EOF.
3327
3328 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3329
3330         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3331
3332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3333         (gst_ogg_demux_read_chain):
3334         When we fail to find a BOS page and we and up with no chain, error out
3335         properly instead of segfaulting. Fixes #525665.
3336
3337 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3338
3339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3340         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3341         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3342         no-more-pads...
3343
3344 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3345
3346         * gst/playback/gstqueue2.c: (update_out_rates),
3347         (gst_queue_open_temp_location_file),
3348         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3349         (gst_queue_handle_src_query), (gst_queue_set_property):
3350         Update the estimated input data when we push out a buffer.
3351         Add some debug info about the temp file.
3352         Only forward src events when we are not using a temp file.
3353         Don't block the duration query, we need to find something better.
3354         Don't leak the temp filename.
3355
3356 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3357
3358         * configure.ac:
3359         Require GLib 2.12 and liboil 0.3.14.
3360
3361         * gst/volume/gstvolume.c: (volume_process_double):
3362         Unconditionally use liboil 0.3.14 function.
3363
3364 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3365
3366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3367         ms-gsm can have arbitrarty sample rates. See #481354.
3368
3369 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3370
3371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3372         MP4S is generic MPEG-4, not a microsoft variant.
3373
3374 2008-03-27  Michael Smith <msmith@fluendo.com>
3375
3376         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3377           Check the body CRC (if set) when depayloading.
3378           Fixes #522401.
3379
3380 2008-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3381
3382         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3383           Fix Since: version for new property.
3384
3385 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3386
3387         * gst-libs/gst/rtsp/gstrtspconnection.c:
3388         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3389         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3390         Don't error when poll_wait returns EAGAIN.
3391
3392 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3393
3394         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3395         The queue is never filled when there are no buffers in the queue at all.
3396         Fixes #523993.
3397
3398 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3399
3400         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3401         (init_group), (free_group), (gst_play_bin_init),
3402         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3403         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3404         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3405         (gst_play_bin_set_current_video_stream),
3406         (gst_play_bin_set_current_audio_stream),
3407         (gst_play_bin_set_current_text_stream),
3408         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3409         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3410         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3411         (activate_group), (deactivate_group), (setup_next_source),
3412         (save_current_group), (gst_play_bin_change_state):
3413         Update some docs.
3414         Add new locks and conds to protect pipeline creation and group
3415         switching.
3416         Implement the sub-uri property.
3417         Keep track of pending uridecodebin creation and configure the output
3418         pipeline after all streams are configured.
3419         Propagate subtitle encoding to the uridecodebins.
3420         Implement getting the video/audio/visualisation elements.
3421         Use input-selector for stream switching.
3422         If we are asked to do visualisation, prefer to autoplug raw sinks
3423         instead of sinks that accept encoded data.
3424
3425 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3426
3427         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3428         (gst_play_sink_init), (gst_play_sink_dispose),
3429         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3430         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3431         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3432         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3433         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3434         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3435         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3436         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3437         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3438         * gst/playback/gstplaysink.h:
3439         Add methods to get audio/video/vis elements.
3440         Add methods to set the font description for the overlay.
3441         Remove properties, we're using this element with its methods only.
3442         Add support for subtitles.
3443         Rearrange the locking a bit to not use the object lock for protecting
3444         the pipeline construction.
3445         Try to use the volume and mute property on the sink when its available.
3446         Implement the mute option with volume when the sink does not have a mute
3447         property.
3448         Only add volume element when the sink has no volume property.
3449         Only do visualisations with raw audio pads.
3450
3451 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3452
3453         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3454         (gst_text_overlay_init), (gst_text_overlay_set_property),
3455         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3456         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3457         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3458         (gst_text_overlay_change_state):
3459         * ext/pango/gsttextoverlay.h:
3460         Add property to configure waiting for text on the textpad or not, with
3461         the default behaviour being the old one (always wait for text before
3462         rendering the video). This default behaviour is usually not the best one
3463         because the text stream can very sparse and could require queueing a lot
3464         of video.
3465         Fix the flushing and EOS handing so that we don't mix up their meaning.
3466
3467 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3468
3469         * gst/playback/gsturidecodebin.c:
3470         (gst_uri_decode_bin_autoplug_factories),
3471         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3472         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3473         (gst_uri_decode_bin_set_property),
3474         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3475         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3476         (proxy_autoplug_factories_signal), (make_decoder),
3477         (source_new_pad), (setup_source):
3478         Add a readonly source property and notify.
3479         Add new lock for protecting the construction of the pipeline.
3480         Keep track of the decodebins we plugged.
3481         Correctly proxy the autoplug signal so that it actually continues.
3482         Proxy subtitle-encoding to the decodebins.
3483
3484 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3485
3486         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3487         (text_toggle_cb), (update_streams), (main):
3488         Rearrange some buttons in playbin2 and make some other boxes insensitive
3489         when needed.
3490         Add language codes to subtitle selection boxes when we gind the right
3491         tags for the streams.
3492
3493 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3494
3495         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3496         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3497         (gst_decode_bin_set_subs_encoding),
3498         (gst_decode_bin_get_subs_encoding),
3499         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3500         (deactivate_free_recursive):
3501         Protect caps property with the object lock.
3502         Protect encoding property with the object lock.
3503         Keep list of elements we added that have the subtitle-encoding property.
3504         Distribute the subtitle-encoding to all of the elements when it
3505         changes.
3506
3507 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3508
3509         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3510         Small debug improvement.
3511
3512         * gst-libs/gst/audio/gstbaseaudiosink.c:
3513         (gst_base_audio_sink_render):
3514         Fix bug in determining the sample start/stop position, we want to base
3515         this decision on the fact that we are going forwards or backwards, not
3516         slower or faster. This fixes some ugly resync warnings when playing at
3517         very slow speeds.
3518
3519 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3520
3521         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3522         Correctly set the supported URI schemes and don't leave
3523         some schemes in the middle or at the start at NULL.
3524
3525 2008-03-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3526
3527         * tests/check/elements/gdpdepay.c:
3528           Make test compile without unused function/variable warnings on PPC.
3529  
3530 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3531
3532         * configure.ac:
3533         * ext/alsa/gstalsamixerelement.c:
3534         (gst_alsa_mixer_element_class_init):
3535         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3536         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3537         * ext/cdparanoia/gstcdparanoiasrc.c:
3538         (gst_cd_paranoia_src_class_init):
3539         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3540         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3541         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3542         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3543         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3544         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3546         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3547         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3548         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3549         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3550         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3551         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3552         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3553         (gst_audio_filter_template_class_init):
3554         * gst-libs/gst/audio/gstbaseaudiosink.c:
3555         (gst_base_audio_sink_class_init):
3556         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3557         (gst_base_audio_src_class_init):
3558         * gst-libs/gst/cdda/gstcddabasesrc.c:
3559         (gst_cdda_base_src_class_init):
3560         * gst-libs/gst/interfaces/mixertrack.c:
3561         (gst_mixer_track_class_init):
3562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3563         (gst_base_rtp_depayload_class_init):
3564         * gst-libs/gst/rtp/gstbasertppayload.c:
3565         (gst_basertppayload_class_init):
3566         * gst/audioconvert/gstaudioconvert.c:
3567         (gst_audio_convert_class_init):
3568         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3569         * gst/audioresample/gstaudioresample.c:
3570         (gst_audioresample_class_init):
3571         * gst/audiotestsrc/gstaudiotestsrc.c:
3572         (gst_audio_test_src_class_init):
3573         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3574         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3576         (preroll_unlinked):
3577         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3578         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3579         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3580         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3581         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3582         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3583         (gst_stream_selector_class_init):
3584         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3585         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3586         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3587         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3588         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3589         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3590         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3591         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3592         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3593         * gst/videotestsrc/gstvideotestsrc.c:
3594         (gst_video_test_src_class_init):
3595         * gst/volume/gstvolume.c: (gst_volume_class_init):
3596         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3597         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3598         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3599         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3600         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3602         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3603         static strings (i.e. all). This gives us less memory usage,
3604         fewer allocations and thus less memory defragmentation. Depend
3605         on core CVS for this. Fixes bug #523806.
3606
3607 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3608
3609         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3610         Filter http and https protocols. GIO/GVfs handles them but it's
3611         impossible to implement iradio/icecast with it. Better use
3612         souphttpsrc or something else for this.
3613
3614         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3615         If getting the file informations by a query fails try it with the
3616         seek-to-end trick too.
3617
3618 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3619
3620         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3621         (gst_volume_base_init), (gst_volume_class_init),
3622         (volume_process_double), (volume_process_float),
3623         (volume_transform_ip), (plugin_init):
3624         memset buffers to zero if we get a GAP buffer. We usually see a
3625         buffer as one unit so let's handle it as one and don't care about
3626         volume changes while processing one buffer.
3627         Also clean up some stuff a bit.
3628
3629 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3630
3631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3632         (gst_audio_convert_create_silence_buffer),
3633         (gst_audio_convert_transform):
3634         Make audioconvert GAP-aware by outputting silence buffers when the
3635         input has the GAP flag set. This is up to 8x faster.
3636         Based on a patch by Stefan Kost. Fixes bug #517813.
3637
3638 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3639
3640         * gst/volume/gstvolume.c: (volume_process_double):
3641         Use oil_scalarmultiply_f64_ns() for double processing when it's
3642         available at compile time.
3643
3644 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3645
3646         * configure.ac:
3647         Fix lrint/lrintf checks to actually work. These functions are
3648         in libm on Linux at least so try to link to it.
3649
3650 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3651
3652         * configure.ac:
3653         Back to development - 0.10.18.1
3654
3655 === release 0.10.18 ===
3656
3657 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3658
3659         * configure.ac:
3660           releasing 0.10.18, "I will follow"
3661
3662 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3663
3664         * configure.ac:
3665         * win32/common/config.h:
3666         0.10.17.4 pre-release
3667
3668 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3669
3670         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3671         Use GST_STR_NULL when trying to print strings that could be NULL because
3672         this might crash on some platforms. See #520808.
3673
3674 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
3677
3678         * gst-libs/gst/rtsp/gstrtspconnection.c:
3679         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3680         (read_line), (gst_rtsp_connection_read_internal):
3681         Generic Windows fixes that makes libgstrtsp work on Windows when
3682         coupled with the new GstPoll API. See #520808.
3683
3684 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3685
3686         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3687
3688         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3689           If seeking to a new position succeeds don't simply return from
3690           create() without creating a buffer. Do this only in the case
3691           seeking to the new position fails. Fixes bug #523054.
3692
3693 2008-03-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3694
3695         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3696           (gst_video_format_from_rgba32_masks):
3697           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3698           (#522635).
3699
3700         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3701           Add unit test for the RGB caps parsing and creation, checking for
3702           internal consistency of the new API and consistency of the API with
3703           the old GST_VIDEO_CAPS_* defines.
3704
3705 2008-03-14  David Schleef  <ds@schleef.org>
3706
3707         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3708           because -base is in freeze.
3709
3710 2008-03-14  David Schleef  <ds@schleef.org>
3711
3712         Patch by: William M. Brack
3713
3714         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3715
3716 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3719         (gst_selector_pad_chain):
3720         * gst/playback/gststreamselector.h:
3721         Revert change that caused regression until a real fix is found.
3722         Fixes #522203.
3723
3724 2008-03-12  Michael Smith <msmith@fluendo.com>
3725
3726         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3727         * gst-libs/gst/audio/gstringbuffer.h:
3728           Rename recently added buffer types to make more sense.
3729         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3730         (gst_alsasink_write):
3731           Adapt for above API changes.
3732           Fixes bug #520523.
3733
3734 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3735
3736         * win32/common/libgstnetbuffer.def:
3737         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3738
3739 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3740
3741         * configure.ac:
3742         * win32/common/config.h:
3743         0.10.17.3 pre-release
3744
3745 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3746
3747         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3748         (gst_base_audio_src_create):
3749         Fix duration when no clock was provided. Fixes #520300.
3750
3751 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3752
3753         Patch by: Olivier Crete  <tester at tester ca>
3754
3755         * docs/libs/gst-plugins-base-libs-sections.txt:
3756         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3757         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3758         Add trivial function to compare GstNetAddress. See #520626.
3759         API: GstNetBuffer::gst_netaddress_equal
3760
3761 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3762
3763         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3764         Update mode property docs, it's deprecated now.
3765
3766 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3767
3768         * gst-libs/gst/rtsp/gstrtspconnection.c:
3769         (gst_rtsp_connection_create):
3770         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3771         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3772         * gst/tcp/gstmultifdsink.h:
3773         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3774         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3775         Remove GstPollMode from gstpoll constructor.
3776
3777 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3778
3779         * configure.ac:
3780         * win32/common/config.h:
3781         0.10.17.2 pre-release
3782
3783 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3784
3785         * gst/Makefile.am:
3786         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3787         them twice
3788
3789         * win32/common/libgstinterfaces.def:
3790         * win32/common/libgstrtp.def:
3791         Add new API to the defs
3792
3793 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3794
3795         Patch by: Mersad Jelacic  <mersad at axis dot com>
3796
3797         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3798         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3799         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3800         possible to specify the sample size in bits. (#509637)
3801
3802 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3803
3804         * tests/check/libs/mixer.c:
3805           Add a few simple checks for the new message types.
3806
3807 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3808
3809         * docs/libs/gst-plugins-base-libs-sections.txt:
3810         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3811           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3812           (gst_mixer_message_get_type),
3813           (gst_mixer_message_parse_option_changed),
3814           (gst_mixer_message_parse_options_list_changed):
3815         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3816           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3817           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3818           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3819           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3820           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3821
3822 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3823
3824         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3825           (gst_mixer_options_get_values):
3826         * gst-libs/gst/interfaces/mixeroptions.h:
3827           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3828           (_GstMixerOptions), (_GstMixerOptionsClass):
3829           API: add GstMixerOptions::get_values vfunc (#519906)
3830
3831 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3832
3833         * configure.ac:
3834         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3835         plug-ins are included/excluded. (#498222)
3836
3837 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3838
3839         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3840         Add typefinder for IMelody files, using audio/x-imelody.
3841         See bug #519516.
3842
3843 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3844
3845         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3846         * ext/alsa/gstalsasink.c: (set_hwparams):
3847         * ext/alsa/gstalsasrc.c: (set_hwparams):
3848         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3849         * ext/ogg/gstoggmux.h:
3850         * ext/ogg/gstogmparse.c:
3851         * gst-libs/gst/audio/audio.c:
3852         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3853         * gst-libs/gst/pbutils/missing-plugins.c:
3854         (gst_missing_uri_sink_message_new),
3855         (gst_missing_element_message_new),
3856         (gst_missing_decoder_message_new),
3857         (gst_missing_encoder_message_new):
3858         * gst-libs/gst/rtp/gstbasertppayload.c:
3859         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3860         (gst_rtcp_packet_bye_get_reason):
3861         * gst/audioconvert/gstaudioconvert.c:
3862         * gst/audioresample/gstaudioresample.c:
3863         * gst/ffmpegcolorspace/imgconvert.c:
3864         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3865         * gst/typefind/gsttypefindfunctions.c:
3866         * gst/videoscale/vs_4tap.c:
3867         * gst/videoscale/vs_4tap.h:
3868         * sys/v4l/gstv4lelement.c:
3869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3870         * sys/v4l/v4l_calls.c:
3871         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3872         (gst_v4lsrc_try_capture):
3873         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3874         (gst_ximagesink_ximage_new):
3875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3876         (gst_xvimagesink_xvimage_new):
3877         * tests/check/elements/audioconvert.c:
3878         * tests/check/elements/audioresample.c:
3879         (fail_unless_perfect_stream):
3880         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3881         * tests/check/elements/decodebin.c:
3882         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3883         (setup_gdpdepay_streamheader):
3884         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3885         (setup_gdppay_streamheader):
3886         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3887         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3888         * tests/check/elements/textoverlay.c:
3889         * tests/check/elements/videorate.c: (setup_videorate):
3890         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3891         * tests/check/elements/volume.c: (setup_volume):
3892         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3893         * tests/check/elements/vorbistag.c:
3894         * tests/check/generic/clock-selection.c:
3895         * tests/check/generic/states.c: (setup), (teardown):
3896         * tests/check/libs/cddabasesrc.c:
3897         * tests/check/libs/video.c:
3898         * tests/check/pipelines/gio.c:
3899         * tests/check/pipelines/oggmux.c:
3900         * tests/check/pipelines/simple-launch-lines.c:
3901         (simple_launch_lines_suite):
3902         * tests/check/pipelines/streamheader.c:
3903         * tests/check/pipelines/theoraenc.c:
3904         * tests/check/pipelines/vorbisdec.c:
3905         * tests/check/pipelines/vorbisenc.c:
3906         * tests/examples/seek/scrubby.c:
3907         * tests/examples/seek/seek.c: (query_positions_elems),
3908         (query_positions_pads):
3909         * tests/icles/stress-xoverlay.c: (myclock):
3910         Correct all relevant warnings found by the sparse semantic code
3911         analyzer. This include marking several symbols static, using
3912         NULL instead of 0 for pointers and using "foo (void)" instead
3913         of "foo ()" for declarations.
3914
3915         * win32/common/libgstrtp.def:
3916         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3917
3918 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3919
3920         Patch by: JosĂ© Alburquerque <jaalburqu svn gnome org>
3921
3922         * gst/playback/gstplaybin2.c:
3923           Make the function signature of the _get_*_tags() functions match
3924           the signature of the vfuncs they implement, ie. return a
3925           GstTagList rather than a GstStructure, which is more correct,
3926           even if one is typedef'ed to the other (#518940).
3927
3928 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3929
3930         * gst-libs/gst/rtsp/gstrtspconnection.c:
3931           Don't include unix headers unconditionally (fixes #518037).
3932
3933 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3934
3935         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3936           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3937           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3938           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3939           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3940           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3941           (gst_video_format_is_packed), (video_format_is_packed):
3942           Add unit test that makes sure that the strides, offsets and
3943           sizes returned for the various YUV formats by the new video API
3944           match the old reference implementation in videotestsrc.
3945
3946 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3947
3948         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3949           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3950           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3951           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3952           (gst_video_format_get_pixel_stride),
3953           (gst_video_format_get_component_width),
3954           (gst_video_format_get_component_height),
3955           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3956         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3957           (GST_VIDEO_FORMAT_Y42B):
3958           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3959
3960 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3961
3962         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3963           YV12 is I420 with swapped components 1 and 2, so the offset of
3964           component 1 for I420 should be the offset for component 2 for YV12
3965           and vice versa.
3966
3967 2008-02-29  Rene Stadler  <mail@renestadler.de>
3968
3969         * sys/v4l/gstv4lelement.c:
3970         Add missing semicolon to fix indentation.
3971
3972 2008-02-29  Julien Moutte  <julien@fluendo.com>
3973
3974         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3975         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3976         if we can do SPDIF output.
3977         * ext/alsa/gstalsa.h:
3978         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3979         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3980         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3982         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3983         to support AC3, EC3 and IEC958 buffers.
3984
3985 2008-02-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3986
3987         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3988           (gst_mixer_message_parse_mute_toggled),
3989           (gst_mixer_message_parse_record_toggled),
3990           (gst_mixer_message_parse_volume_changed),
3991           (gst_mixer_message_parse_option_changed):
3992           De-cruft and fix message type assertions (NULL is not a really
3993           valid mixer message type string).
3994
3995 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3998         When negotiating, actually start from a format that we can support
3999         instead of from the too generic template.
4000
4001 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4002
4003         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4004         Enable vis setting.
4005
4006         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4007         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4008         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4009         (gen_vis_chain):
4010         Implement vis switching while playing.
4011
4012 2008-02-28  David Schleef  <ds@schleef.org>
4013
4014         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4015
4016 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4017
4018         Patch by: Peter Kjellerstedt  <pkj at axis com>
4019
4020         * gst/tcp/Makefile.am:
4021         * gst/tcp/fdsetstress.c:
4022         * gst/tcp/gstfdset.c:
4023         * gst/tcp/gstfdset.h:
4024         Removed fdset and stress test, they are now known as GstPoll in
4025         core. 
4026
4027         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4028         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4029         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4030         (gst_multi_fd_sink_handle_client_write),
4031         (gst_multi_fd_sink_queue_buffer),
4032         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4033         (gst_multi_fd_sink_stop):
4034         * gst/tcp/gstmultifdsink.h:
4035         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4036         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4037         (gst_tcp_gdp_read_caps):
4038         * gst/tcp/gsttcp.h:
4039         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4040         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4041         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4042         * gst/tcp/gsttcpclientsink.h:
4043         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4044         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4045         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4046         * gst/tcp/gsttcpclientsrc.h:
4047         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4048         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4049         * gst/tcp/gsttcpserversink.h:
4050         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4051         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4052         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4053         * gst/tcp/gsttcpserversrc.h:
4054         Port to GstPoll. See #505417.
4055
4056 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4057
4058         Patch by: Peter Kjellerstedt  <pkj at axis com>
4059
4060         * gst-libs/gst/rtsp/gstrtspconnection.c:
4061         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4062         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4063         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4064         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4065         (gst_rtsp_connection_flush):
4066         * gst-libs/gst/rtsp/gstrtspconnection.h:
4067         Use GstPoll for the rtsp connection. See #505417.
4068
4069 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4070
4071         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4072         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4073         Add combo box for visualisations, populate it with a factory list
4074         of all visualisation plugins, configure vis plugin instance in
4075         playbin2. 
4076
4077 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4078
4079         * tests/check/libs/rtp.c: (GST_START_TEST):
4080         Add check for RTP buffer defaults, padding and marker bit API.
4081
4082 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4085         Use memcpy() instead of upcasting a byte array to long *. This
4086         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4087         This should be ported to GCheckSum once we can use GLib 2.16.
4088         Partially fixes bug #500833.
4089
4090 2008-02-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4091
4092         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4093           Push tag event after the newsegment event. Log the pointer of
4094           the buffer we're actually going to push rather than the buffer
4095           we're feeding to _make_metadata_writable().
4096
4097 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4098
4099         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4100         Comment smoke typefinder for now. The smokedec plugin needs one
4101         frame per buffer but we have no parser yet, thus it simply crashes
4102         in most situations.
4103
4104 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4105
4106         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4107         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4108
4109 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4110
4111         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4112         (plugin_init):
4113         Add midi typefinder, copied from the timidity plugin.
4114
4115 2008-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4116
4117         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4118
4119         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4120         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4121           (subparse_suite):
4122           Forward slashes at the beginning and end of a line also signify
4123           italics (Fixes: #518162).
4124
4125 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         * tests/check/gst-plugins-base.supp:
4128         Add a suppression for a cached value in GIO that wasn't moved
4129         while moving gio from -bad to -base.
4130
4131 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4134
4135         * configure.ac:
4136         Don't hardcode -Wall and -Werror for configure checks, this fails
4137         with non-GCC compilers. Fixes bug #517991.
4138
4139 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4140
4141         * gst/audioconvert/gstaudioconvert.c:
4142         * gst/audioconvert/gstaudioquantize.c:
4143         * gst/audioconvert/gstaudioquantize.h:
4144           Make audioconvert gap aware. If noiseshaping is used, wait for
4145           noiseshaping to converge before marking as GAP. Fixes #517813.
4146
4147 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4148
4149         * gst/audiotestsrc/gstaudiotestsrc.c:
4150           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4151
4152 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4153
4154         * ext/gnomevfs/gstgnomevfssink.c:
4155         (gst_gnome_vfs_sink_handle_event):
4156         Return FALSE when seeking for a new segment fails instead
4157         of silently ignoring the failure and appending every buffer
4158         that comes for the new segment.
4159
4160 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4161
4162         * gst/playback/gstplaysink.c: (find_property),
4163         (gst_play_sink_find_property), (gen_video_chain),
4164         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4165         Recursively search the sink element for a last-frame property so that we
4166         can also find the property in autovideosink and friends that don't
4167         always proxy the internal sink properties.
4168
4169 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4170
4171         * gst-libs/gst/audio/multichannel.c:
4172           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4173           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4174           (gst_audio_set_structure_channel_positions_list),
4175           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4176           (gst_audio_fixate_channel_positions):
4177           Fix confusing terminology in docs and code: structure fields are
4178           'fields' and not 'properties'.
4179
4180 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4181
4182         * gst-libs/gst/audio/multichannel.c:
4183           (gst_audio_check_channel_positions), (add_list_to_struct):
4184           Give more useful warning messages if one of the channel
4185           layout enums passed to us is invalid and if the "channels"
4186           field in the caps has a GType we don't expect.
4187
4188 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4189
4190         * gst-libs/gst/audio/multichannel.c:
4191           Fix typo in docs blurb.
4192
4193 2008-02-19  Julien Moutte  <julien@fluendo.com>
4194
4195         Patch by: Josep Torra Valles <josep@fluendo.com>
4196
4197         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4198         typefind lookup to fix typefinding on HD clips.
4199
4200 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4201
4202         * gst/playback/gstscreenshot.c:
4203         * gst/playback/gstscreenshot.h:
4204           Fix up copyright (I rewrote the GStreamer-0.10 code for
4205           this from scratch back in the days).
4206
4207 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4208
4209         * gst/playback/Makefile.am:
4210         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4211         (create_element), (gst_play_frame_conv_convert):
4212         * gst/playback/gstscreenshot.h:
4213         Add screenshot conversion code from totem.
4214
4215         * gst/playback/gstplay-marshal.list:
4216         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4217         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4218         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4219         Implement frame property to get a color-unconverted snapshot.
4220         Implement convert-frame action signal to get a converted snapshot image.
4221         Configure connection speed in uridecodebin.
4222         Document some more properties.
4223
4224         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4225         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4226         (gst_play_sink_get_last_frame):
4227         * gst/playback/gstplaysink.h:
4228         Use last-buffer property of the video sink to get a video snapshot.
4229
4230         * tests/examples/seek/seek.c: (shot_cb), (main):
4231         Add snapshot button for playbin2 and use the frame property to save the
4232         frame as a png in the current directory.
4233
4234 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4235
4236         Patch by: Josep Torra Valles <josep at fluendo dot com>
4237
4238         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4239         (plugin_init):
4240         Add typefinding support for h264 elementary streams.
4241         Fixes bug #517420.
4242
4243 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4244
4245         * configure.ac:
4246           Require CVS of core for new API in collectpads.
4247
4248         * gst/adder/gstadder.c:
4249           Use new API to make adder sparse stream aware.
4250
4251 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4252
4253         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4254         (no_more_pads_cb):
4255         Get the object data correct so that we can remove our channels
4256         correctly.
4257
4258         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4259         (gen_vis_chain), (gst_play_sink_reconfigure),
4260         (gst_play_sink_request_pad):
4261         Add option to disable async behaviour in the sinks when possible. This
4262         makes it possible to avoid an audio queue when dealing with
4263         visualisations.
4264         Add option to add a queue for the audio path.
4265
4266         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4267         (main):
4268         Disable the vis checkbox to match the defaults of playbin2.
4269         Only get the stream info when we need to.
4270
4271 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4272
4273         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4274         (gst_gio_base_sink_set_stream):
4275         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4276         (gst_gio_base_src_set_stream):
4277         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4278         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4279         Don't use async operations as they require a running main loop.
4280         This makes us block again when closing streams and unable
4281         to mount the enclosing volume of an URI if it isn't yet.
4282
4283 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4286         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4287         (gen_vis_chain), (gst_play_sink_reconfigure),
4288         (gst_play_sink_request_pad):
4289         Move tee in front of the audio and vis pipelines.
4290         Add queue for audio for now.
4291         Add visualisation support.
4292
4293         * tests/examples/seek/seek.c: (main):
4294         Visualisation is by default disabled.
4295
4296 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4297
4298         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4299         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4300         Improve debugging a bit.
4301
4302         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4303         * ext/gio/gstgiosink.h:
4304         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4305         * ext/gio/gstgiosrc.h:
4306         Try to mount the enclosing volume of a GFile if it isn't mounted
4307         yet. This requires us to wait for an async operation to finish, done
4308         with an nested GMainLoop. Authentication is not supported yet, will
4309         come later.
4310
4311 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4312
4313         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4314         (gst_play_bin_set_property), (gst_play_bin_get_property),
4315         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4316         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4317         (gst_play_sink_get_mute), (gen_audio_chain):
4318         * gst/playback/gstplaysink.h:
4319         Add mute property.
4320
4321         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4322         (gst_selector_pad_chain):
4323         * gst/playback/gststreamselector.h:
4324         Make sure we forward the event only once.
4325
4326         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4327         Add and implement the mute button for playbin2.
4328
4329 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4330
4331         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4332
4333         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4334         Add some more debug info.
4335         Make sure we never return a negative delay. Fixes #516246.
4336
4337 2008-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4338
4339         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4340           Revert patch that makes the sink hold the object lock when
4341           calling snd_pcm_delay(), since it breaks playback for me.
4342
4343 2008-02-12  Julien Moutte  <julien@fluendo.com>
4344
4345         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4346         some seek flags when changing rate.
4347
4348 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4349
4350         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4351         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4352         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4353         Fix potential leaks.
4354
4355         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4356         Fix leak when there is no function configured.
4357
4358 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4359
4360         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4361         (gst_v4lsrc_buffer_finalize):
4362         Correctly chain up the finalize method.
4363
4364 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4365
4366         * ext/gio/gstgiostreamsink.c:
4367         * ext/gio/gstgiostreamsrc.c:
4368         Add documentation and example code for giostreamsink/giostreamsrc.
4369
4370         * tests/check/pipelines/gio.c: (GST_START_TEST):
4371         Ask the GMemoryOutputStream for the data instead of assuming that
4372         the pointer to the data stayed the same. It could've been realloc'ed.
4373
4374 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4375
4376         * ext/gio/gstgiosink.c:
4377         * ext/gio/gstgiosrc.c:
4378         Make the documentation of giosink/giosrc complete, large parts
4379         are based on the gnomevfssink/gnomevfssrc docs.
4380
4381 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4382
4383         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4384         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4385         * docs/plugins/gst-plugins-base-plugins.args:
4386         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4387         * docs/plugins/gst-plugins-base-plugins.interfaces:
4388         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4389         * docs/plugins/gst-plugins-base-plugins.signals:
4390         * docs/plugins/inspect/plugin-adder.xml:
4391         * docs/plugins/inspect/plugin-audioconvert.xml:
4392         * docs/plugins/inspect/plugin-audiorate.xml:
4393         * docs/plugins/inspect/plugin-audioresample.xml:
4394         * docs/plugins/inspect/plugin-decodebin.xml:
4395         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4396         * docs/plugins/inspect/plugin-gdp.xml:
4397         * docs/plugins/inspect/plugin-gio.xml:
4398         * docs/plugins/inspect/plugin-gnomevfs.xml:
4399         * docs/plugins/inspect/plugin-libvisual.xml:
4400         * docs/plugins/inspect/plugin-ogg.xml:
4401         * docs/plugins/inspect/plugin-pango.xml:
4402         * docs/plugins/inspect/plugin-playback.xml:
4403         * docs/plugins/inspect/plugin-queue2.xml:
4404         * docs/plugins/inspect/plugin-subparse.xml:
4405         * docs/plugins/inspect/plugin-theora.xml:
4406         * docs/plugins/inspect/plugin-uridecodebin.xml:
4407         * docs/plugins/inspect/plugin-videorate.xml:
4408         * docs/plugins/inspect/plugin-videoscale.xml:
4409         * docs/plugins/inspect/plugin-volume.xml:
4410         * docs/plugins/inspect/plugin-vorbis.xml:
4411         Add the GIO documentation again and while at that run make update.
4412
4413 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4414
4415         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4416         * ext/alsa/gstalsasink.c: (set_swparams):
4417         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4418           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4419           against libasound >= 1.0.16, since it's been deprecated in
4420           0.10.16, and alignment is always 1 then, apparently. (#512899)
4421
4422 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4423
4424         * gst/playback/gstplaybin.c: (gen_audio_element):
4425         * gst/playback/gstplaysink.c: (gen_audio_chain):
4426           Handle case where we can't create the volume element a bit
4427           better (#514307).
4428
4429 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4430
4431         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4432         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4433           Add support for https protocol. Fixes #510229.
4434
4435 2008-02-11  Julien Moutte  <julien@fluendo.com>
4436         
4437         Patch by: Alan Peevers <peeves@pacbell.net>
4438
4439         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4440         lock when calling alsa methods.
4441
4442 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4443
4444         * gst/typefind/gsttypefindfunctions.c:
4445           Bump rank of jpeg and png typefinders, which will return maximum
4446           probability in the most common cases (thus short-circuiting more
4447           expensive typefinders like the mp3 one for these two quite common
4448           image types).
4449
4450 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4451
4452         * ext/theora/theoraparse.c:
4453         Fix long description of the theora parser to be more verbose than just
4454         the type name.
4455
4456 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4457
4458         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4459
4460         * sys/xvimage/xvimagesink.c:
4461         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4462         Fixes bug #515654.
4463
4464 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4465
4466         * gst/playback/gstplaybasebin.c:
4467         Set is_dynamic as True if there are elements with both request
4468         and sometimes src pad templates instead of breaking out when it
4469         finds the first pad template that is a src.
4470
4471 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4472
4473         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4474         (update_streams), (video_combo_cb), (audio_combo_cb),
4475         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4476         Add some stream switching and volume gui for playbin2.
4477
4478 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4479
4480         * gst/playback/gstplay-marshal.list:
4481         Added marshal for streamselector Tags.
4482
4483         * gst/playback/gstplaybasebin.c: (set_active_source):
4484         Streamselector now selects pads based on the pad object instead of its
4485         name.
4486
4487         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4488         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4489         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4490         (gst_play_bin_get_text_tags),
4491         (gst_play_bin_set_current_video_stream),
4492         (gst_play_bin_set_current_audio_stream),
4493         (gst_play_bin_set_current_text_stream),
4494         (gst_play_bin_set_property), (gst_play_bin_get_property),
4495         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4496         Remove option to mute streams with the current-a/v/t property, we have
4497         this functionality in the flags.
4498         Add signals to notify when the number of A/V/T channels changed.
4499         Add action signals to get tags for the A/V/T streams.
4500         Implement setting the current A/V/T stream.
4501         Rearrange some things to simplify stream selection.
4502         Implement volume.
4503
4504         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4505         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4506         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4507         (activate_vis), (gst_play_sink_reconfigure):
4508         * gst/playback/gstplaysink.h:
4509         Add and implement volume setting methods.
4510
4511         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4512         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4513         (gst_selector_pad_event), (gst_stream_selector_class_init),
4514         (gst_stream_selector_init), (gst_stream_selector_finalize),
4515         (gst_stream_selector_set_property),
4516         (gst_stream_selector_get_property),
4517         (gst_stream_selector_get_linked_pad),
4518         (gst_stream_selector_request_new_pad):
4519         * gst/playback/gststreamselector.h:
4520         Add pad properties for tags and status of pads.
4521         Keep tags on pads.
4522         Make active pad selection based on pad object instead of name.
4523
4524 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4525
4526         * configure.ac:
4527           Revert last change as we now check in gtk-doc.m4 for sed.
4528
4529 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4530
4531         * configure.ac:
4532         Find and subst SED when building the docs.
4533
4534 2008-02-08  Julien Moutte  <julien@fluendo.com>
4535
4536         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4537         (main): Make sure bus signals are reconnected when pressing STOP
4538         and then PLAY again for a parse launch pipeline. Fix a ref leak
4539         on the bus.
4540         * win32/common/config.h: Updated.
4541
4542 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4543
4544         * configure.ac:
4545         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4546         pre-releases or releases.
4547
4548 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4549
4550         * configure.ac:
4551         * ext/gio/Makefile.am:
4552         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4553         reporting
4554
4555 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4556
4557         * docs/plugins/Makefile.am:
4558         Add the headers which need scanning for the GIO plugin. The rest of
4559         the docs still need migrating.
4560
4561 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4562
4563         * ext/Makefile.am:
4564         * tests/check/Makefile.am:
4565         * tests/check/pipelines/.cvsignore:
4566         Add gio in a few more places.
4567
4568 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4569
4570         * configure.ac:
4571         * ext/Makefile.am:
4572         * tests/check/Makefile.am:
4573         Move gio plugin from -bad and mark as experimental.
4574
4575 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4576
4577         * gst-libs/gst/interfaces/mixeroptions.c:
4578         * gst-libs/gst/interfaces/mixertrack.c:
4579         Comment out a couple of other things which break the build when
4580         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4581
4582 2008-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4583
4584         * docs/libs/gst-plugins-base-libs-sections.txt:
4585           Fix pbutils header.
4586
4587 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4590         Fix compiler warning.
4591
4592 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4593
4594         Patch by: Peter Kjellerstedt  <pkj at axis com>
4595
4596         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4597         Clear the addrinfo struct using memset. Fixes #514937.
4598
4599 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4600
4601         * gst/tcp/gstfdset.h:
4602         Remove unused field to same some memory.
4603
4604         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4605         Mark action signals as such.
4606
4607 2008-02-06  Michael Smith <msmith@fluendo.com>
4608
4609         * ext/theora/theoradec.c: (_theora_granule_frame),
4610         (_inc_granulepos):
4611           Increment granulepos for new-bitstream versions appropriately.
4612           Fixes #514623.
4613
4614 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4615
4616         * tests/examples/seek/seek.c: (do_seek),
4617         (rate_spinbutton_changed_cb), (update_streams), (main):
4618         Remove obsolete stream_time reset after flushing seek, core does that
4619         automatically now.
4620         Improve accuracy of speed spinbutton.
4621         Only do playbin2 stuff when we actually use it.
4622
4623 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4624
4625         * tests/check/Makefile.am:
4626           Revert previous change of the test environment's GST_PLUGIN_PATH.
4627           The problem is not with the plugins, but with element factories
4628           and only occurs if elements are split out from existing plugins
4629           or if plugins change name (see #512740).
4630
4631 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4632
4633         * tests/check/Makefile.am:
4634           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4635           with the core's plugins first and our local build directories last,
4636           since we might be building against an installed core, and that
4637           core's plugin directory may contain older or other versions of
4638           our own -base plugins, but we really do want to test our local
4639           ones (if there are multiple plugins or element factories with the
4640           same name, those inspected last will trump those read in earlier).
4641           Fixes #512740 for the most part.
4642
4643 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4644
4645         * configure.ac:
4646         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4647         Use gmtime_r if available as gmtime is not MT-safe.
4648         Fixes bug #511810.
4649
4650 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4651
4652         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4653         Cast glong to time_t as time_t might have a different type on
4654         other platforms, like FreeBSD, and we get a compiler warning
4655         otherwise. Fixes bug #511825.
4656
4657 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4658
4659         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4660         (get_group), (get_n_pads), (gst_play_bin_get_property),
4661         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4662         (autoplug_select_cb), (deactivate_group):
4663         Remove stream-info, we going for something easier.
4664         Refactor getting the current group.
4665         Implement getting the number of audio/video/text streams.
4666
4667         * gst/playback/gststreamselector.c:
4668         (gst_stream_selector_class_init), (gst_stream_selector_init),
4669         (gst_stream_selector_get_property),
4670         (gst_stream_selector_request_new_pad),
4671         (gst_stream_selector_release_pad):
4672         * gst/playback/gststreamselector.h:
4673         Add property for number of pads.
4674
4675         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4676         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4677         (text_toggle_cb), (update_streams), (msg_async_done),
4678         (msg_state_changed), (main):
4679         Block slider callback when updating the slider position.
4680         Add gui elements for controlling playbin2.
4681         Add callback for async_done that updates position/duration.
4682
4683 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4684
4685         * docs/plugins/Makefile.am:
4686         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4687         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4688         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4689         * docs/plugins/gst-plugins-base-plugins.interfaces:
4690         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4691           First round of plugin docs cleansups.
4692
4693         * docs/plugins/inspect/plugin-adder.xml:
4694         * docs/plugins/inspect/plugin-alsa.xml:
4695         * docs/plugins/inspect/plugin-audioconvert.xml:
4696         * docs/plugins/inspect/plugin-audiorate.xml:
4697         * docs/plugins/inspect/plugin-audioresample.xml:
4698         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4699         * docs/plugins/inspect/plugin-cdparanoia.xml:
4700         * docs/plugins/inspect/plugin-decodebin.xml:
4701         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4702         * docs/plugins/inspect/plugin-gdp.xml:
4703         * docs/plugins/inspect/plugin-gnomevfs.xml:
4704         * docs/plugins/inspect/plugin-libvisual.xml:
4705         * docs/plugins/inspect/plugin-ogg.xml:
4706         * docs/plugins/inspect/plugin-pango.xml:
4707         * docs/plugins/inspect/plugin-subparse.xml:
4708         * docs/plugins/inspect/plugin-tcp.xml:
4709         * docs/plugins/inspect/plugin-theora.xml:
4710         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4711         * docs/plugins/inspect/plugin-video4linux.xml:
4712         * docs/plugins/inspect/plugin-videorate.xml:
4713         * docs/plugins/inspect/plugin-videoscale.xml:
4714         * docs/plugins/inspect/plugin-videotestsrc.xml:
4715         * docs/plugins/inspect/plugin-volume.xml:
4716         * docs/plugins/inspect/plugin-vorbis.xml:
4717         * docs/plugins/inspect/plugin-ximagesink.xml:
4718         * docs/plugins/inspect/plugin-xvimagesink.xml:
4719           Regenerate.
4720
4721         * ext/ogg/Makefile.am:
4722         * ext/ogg/gstoggmux.c:
4723         * ext/ogg/gstoggmux.h:
4724           Add header for oggmux. the c-file needs a doc blob still.
4725
4726 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4727
4728         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4729
4730         * gst-libs/gst/rtp/gstrtpbuffer.c:
4731         (gst_rtp_buffer_set_extension_data):
4732         * gst-libs/gst/rtp/gstrtpbuffer.h:
4733         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4734         Add gst_rtp_buffer_set_extension_data() 
4735         Add a unit test for this addition. Fixes #511478.
4736         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4737
4738 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4739
4740         * configure.ac:
4741         Back to CVS
4742
4743 === release 0.10.17 ===
4744
4745 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4746
4747         * configure.ac:
4748           releasing 0.10.17, "Peanut Butter and Jelly"
4749
4750 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4751
4752         * gst-libs/gst/interfaces/mixeroptions.c:
4753         * gst-libs/gst/interfaces/mixertrack.c:
4754         Also remove the conditional registration of the signals
4755         that disappeared with the ABI change in 0.10.14
4756
4757 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4758
4759         * gst-libs/gst/rtsp/gstrtspconnection.c:
4760         Revert patch to gstrtspconnection.c for brown paper bag
4761         release of -base. Re-opens: #511825
4762
4763 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4764
4765         * gst-libs/gst/interfaces/mixeroptions.h:
4766         * gst-libs/gst/interfaces/mixertrack.h:
4767         Change the way these deprecated function pointers are removed
4768         so that the compiled ABI is unconditionally smaller. This 
4769         sets in stone an ABI break that actually occurred when the
4770         things were deprecated in 0.10.14, which seems to be the best
4771         fix as the only known users are oss-mixer and sunaudio-mixer in 
4772         gst-plugins-good.
4773         Fixes: #513018
4774
4775 2008-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4776
4777         * win32/common/libgstpbutils.def:
4778           Export the two new _get_type() functions which are needed
4779           by the python bindings.
4780
4781 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4782
4783         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4784         Cast glong to time_t as time_t might have a different type on
4785         other platforms, like FreeBSD, and we get a compiler warning
4786         otherwise. Fixes bug #511825.
4787
4788 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4789
4790         * gst-libs/gst/audio/gstaudiofilter.c:
4791         (gst_audio_filter_class_init):
4792         Initialize the GstRingerBuffer class to get it's debug category
4793         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4794         category and otherwise we get some g_critical(). Fixes bug #512334.
4795
4796 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4797
4798         * configure.ac:
4799         Back to CVS
4800
4801 === release 0.10.16 ===
4802
4803 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4804
4805         * configure.ac:
4806           releasing 0.10.16, "Scheduled Interruption"
4807
4808 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4809
4810         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4811
4812         * gst-libs/gst/rtp/gstrtpbuffer.c:
4813         (gst_rtp_buffer_get_extension_data):
4814         Fix typos and wrong extension check. Fixes #511274.
4815
4816 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4817
4818         * po/sk.po:
4819         Oops - add new sk.po mentioned in the LINGUAS I just committed
4820
4821 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4822
4823         * po/LINGUAS:
4824         Add ca translation to the disted list.
4825
4826         * win32/vs6/libgstsdp.dsp:
4827         Convert line endings to CRLF
4828
4829 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4830
4831         * win32/MANIFEST:
4832         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4833
4834 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4835
4836         * win32/common/libgstsdp.def:
4837         * win32/common/libgstvideo.def:
4838         Add new API declarations
4839
4840 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4841
4842         * ext/theora/gsttheoradec.h:
4843         * ext/theora/gsttheoraparse.h:
4844         * ext/theora/theoradec.c:
4845         * ext/theora/theoraparse.c:
4846         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4847         and parser by inspecting the bitstream version of the incoming data.
4848
4849 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         * configure.ac:
4852         * pkgconfig/Makefile.am:
4853         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4854         * pkgconfig/gstreamer-audio.pc.in:
4855         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4856         * pkgconfig/gstreamer-cdda.pc.in:
4857         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4858         * pkgconfig/gstreamer-fft.pc.in:
4859         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4860         * pkgconfig/gstreamer-floatcast.pc.in:
4861         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4862         * pkgconfig/gstreamer-interfaces.pc.in:
4863         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4864         * pkgconfig/gstreamer-netbuffer.pc.in:
4865         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4866         * pkgconfig/gstreamer-pbutils.pc.in:
4867         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4868         * pkgconfig/gstreamer-riff.pc.in:
4869         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4870         * pkgconfig/gstreamer-rtp.pc.in:
4871         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4872         * pkgconfig/gstreamer-rtsp.pc.in:
4873         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4874         * pkgconfig/gstreamer-sdp.pc.in:
4875         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4876         * pkgconfig/gstreamer-tag.pc.in:
4877         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4878         * pkgconfig/gstreamer-video.pc.in:
4879         Provide one pkg-config file for every gst-plugins-base library.
4880         This makes linking to those libraries much more intuitive and
4881         provides standard pkg-config behaviour for them. Fixes bug #499697.
4882
4883 2008-01-13  David Schleef  <ds@schleef.org>
4884
4885         * gst/videoscale/vs_4tap.c:
4886           Fix valgrind error on 4tap scaling method.
4887
4888 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4889
4890         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4891         Include Winsock2.h for VS6 and use a different way initialize
4892         hints structure so it can build with VS6.
4893         * win32/MANIFEST:
4894         * win32/vs6/libgstsdp.dsp:
4895         * win32/common/libgstsdp.def:
4896         Add new files for libgstsdp.
4897         * win32/vs6/grammar.dsp:
4898         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4899         * win32/vs6/gst_plugins_base.dsw:
4900         * win32/vs6/libgstdecodebin.dsp:
4901         * win32/vs6/libgstdecodebin2.dsp:
4902         * win32/vs6/libgstplaybin.dsp:
4903         * win32/vs6/libgstvolume.dsp:
4904         Add new dependencies to the link list.
4905
4906 2008-01-13  Julien Moutte  <julien@fluendo.com>
4907
4908         * win32/common/config.h:
4909         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4910         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4911         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4912         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4913         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4914         * win32/common/interfaces-enumtypes.c:
4915         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4916         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4917         (gst_mixer_track_flags_get_type),
4918         (gst_tuner_channel_flags_get_type):
4919         * win32/common/multichannel-enumtypes.c:
4920         (gst_audio_channel_position_get_type):
4921         * win32/common/pbutils-enumtypes.c:
4922         (gst_install_plugins_return_get_type):
4923         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4924         in the win32 build directory.
4925
4926 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4927
4928         * tests/check/Makefile.am:
4929         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4930
4931         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4932         * tests/check/elements/playbin.c:
4933         * tests/check/libs/mixer.c: (test_element_interface_supported),
4934         (gst_implements_interface_init):
4935         * tests/check/libs/rtp.c: (GST_START_TEST):
4936         Fix various assignment type mismatches.
4937
4938 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4939
4940         * configure.ac:
4941         * gst-libs/gst/rtsp/Makefile.am:
4942         Add test to see if hstrerror is available or if we need libresolv
4943         (Solaris) for it, then use it in libgstrtsp.
4944
4945 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4946
4947         * gst-libs/gst/tag/Makefile.am:
4948         Fix include path order
4949
4950 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4951
4952         * gst-libs/gst/pbutils/install-plugins.c:
4953         (gst_install_plugins_context_copy),
4954         (gst_install_plugins_context_get_type):
4955         * gst-libs/gst/pbutils/install-plugins.h:
4956         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4957         for bindings.
4958
4959 2008-01-11  Michael Smith <msmith@fluendo.com>
4960
4961         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4962         (_theora_granule_frame), (_theora_granule_start_time),
4963         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4964           Adapt for post-alpha meaning of granulepos, when we
4965           have a newer version of libtheora.
4966         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4967         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4968         (theora_enc_is_discontinuous), (theora_enc_chain):
4969           Likewise.
4970         * tests/check/Makefile.am:
4971           Link libtheora into theoraenc test so we can check which version of
4972           libtheora we're testing against.
4973         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4974         (check_buffer_granulepos),
4975         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4976         (theoraenc_suite):
4977           Adapt tests to check the values that are now defined for theora; make
4978           the tests backwards-adapt the passed values if we're running against an
4979           old libtheora.
4980           Fixes #497964
4981
4982 2008-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4983
4984         * gst-libs/gst/audio/gstbaseaudiosink.c:
4985           (gst_base_audio_sink_class_init):
4986         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4987           (gst_base_audio_src_class_init):
4988           Ref audio clock class from a thread-safe context to make sure
4989           we're not bit by GObjects lack of thread-safety here (#349410),
4990            however unlikely that may be in practice.
4991
4992 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4993
4994         * autogen.sh:
4995           Add -Wno-portability to the automake parameters to stop warnings
4996           about GNU make extensions being used. We require GNU make in almost
4997           every Makefile anyway.
4998           
4999         * configure.ac:
5000           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5001           at the same time is required for per target flags.
5002
5003 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5004
5005         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5006           Post an error message if we can't pull as many bytes as we need
5007           for the tag. This makes sure the user gets to see a proper error
5008           message if a file with a partial ID3 tag is fed to decodebin, and
5009           not a 'no ID3 tag demuxer' error, which would be confusing
5010           (see #508138).
5011
5012 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5013
5014         * gst-libs/gst/pbutils/descriptions.c: (formats):
5015           Add description strings for ID3, APE, and ICY tags.
5016
5017 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5018
5019         * gst/playback/gstdecodebin.c: (try_to_link_1):
5020           Make sure we error out correctly if we can't activate one of
5021           the elements we've added.  Fixes #508138.
5022           
5023 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5024
5025         Patch by: Bastien Nocera <hadess at hadess net>
5026
5027         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5028           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5029           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5030           the volume is the same for all channels. This works around
5031           some problem in alsa that leaves us with inconsistent state
5032           for some reason (#486840).
5033
5034 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5035
5036         Patch by: Jerone Young <jerone at gmail com>
5037
5038         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5039           If there's no mixer track by the name of 'Master' or 'Front',
5040           check if there's one called 'PCM' before trying the generic
5041           fallback logic (fixes #506928, where we pick 'Mic' as master
5042           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5043
5044 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5045
5046         * gst/playback/gstplay-enum.c:
5047         (register_gst_autoplug_select_result),
5048         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5049         (gst_play_flags_get_type):
5050         * gst/playback/gstplay-enum.h:
5051         Add enums for configuration flags.
5052
5053         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5054         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5055         (gst_play_bin_get_property), (no_more_pads_cb),
5056         (autoplug_select_cb), (gst_play_bin_change_state):
5057         Merge mode with flags.
5058         Add more property getters/setters, defaults and docs.
5059         Add properties to get number of audio/video/text streams.
5060         Create sink object in _init so that we can always rely on it being
5061         there.
5062
5063         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5064         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5065         (activate_vis), (gst_play_sink_reconfigure),
5066         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5067         (gst_play_sink_change_state):
5068         * gst/playback/gstplaysink.h:
5069         Use flags to configure the sink pipelines.
5070         Add tee before audio pipeline so that we can use it for visualisations.
5071         Start working on integrating visualisations.
5072         Remove mode, we can do everything with the flags now.
5073         Add method to configue the sink pipeline.
5074
5075 2008-01-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5076
5077         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5078           (check_buffer_timestamp), (check_buffer_duration):
5079           Turn these functions into macros so we can see right away
5080           where the failure occured.
5081
5082 2008-01-05  Julien Moutte  <julien@fluendo.com>
5083
5084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5085         debugging information to understand how X calculates the stride
5086         for XvImages.
5087
5088 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5089
5090         * gst/volume/Makefile.am:
5091         * gst/volume/gstvolume.c: (volume_choose_func),
5092         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5093         (volume_setup):
5094         * gst/volume/gstvolume.h:
5095         Use GstAudioFilter as base class for the volume element instead of
5096         plain GstBaseTransform.
5097
5098 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5099
5100         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5101         Don't set element details for the abstract GstAudioFilter class.
5102
5103 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5104
5105         * gst-libs/gst/audio/gstaudiofilter.c:
5106         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5107         Implement get_unit_size() vmethod of GstBaseTransform.
5108
5109 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5110
5111         * gst-libs/gst/pbutils/Makefile.am:
5112         * gst-libs/gst/pbutils/pbutils.h:
5113         Use glib-enum generator to have a proper enum GType for
5114         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5115
5116 2007-12-31  David Schleef  <ds@schleef.org>
5117
5118         * tests/check/Makefile.am:
5119         * tests/check/pipelines/theoraenc.c:
5120           Reenable theoraenc test, which fails on the buildbot but
5121           not locally.
5122
5123 2007-12-31  David Schleef  <ds@schleef.org>
5124
5125         * docs/libs/.cvsignore:
5126         * docs/plugins/.cvsignore:
5127           Add *-undeclared.txt to fix buildbot.
5128
5129 2007-12-31  David Schleef  <ds@schleef.org>
5130
5131         * tests/check/Makefile.am:
5132           Second attempt at disabling theoraenc test long enough to
5133           get buildbot to compile -base.
5134
5135 2007-12-31  David Schleef  <ds@schleef.org>
5136
5137         * tests/check/pipelines/theoraenc.c:
5138           Disable theoraenc test long enough to get the buildbot to
5139           compile a recent -base.
5140
5141 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5142
5143         * tests/examples/seek/seek.c: (stop_cb):
5144         Make sure we reset the slider value to 0.0 without racing against a
5145         possible g_idle that sets it to something else.
5146
5147 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5148
5149         * sys/ximage/ximagesink.c:
5150         fix typo
5151
5152 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5153
5154         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5155         * gst-libs/gst/rtsp/gstrtspdefs.h:
5156         Add Location header so that we can start implementing redirects.
5157         See #506025.
5158
5159 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5160
5161         * gst/subparse/gstssaparse.c:
5162         combine if's
5163
5164 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5165
5166         * gst/subparse/gstssaparse.c:
5167         remove duplicate log message
5168
5169 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5170
5171         * ext/libvisual/visual.c: (gst_visual_chain):
5172         Fix 'xyz may be used uninitialized' compiler warnings caused
5173         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5174         abort() in any case but properly report the error.
5175
5176 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5177
5178         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5179         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5180         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5181         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5182         (autoplug_select_cb), (activate_group), (deactivate_group),
5183         (setup_next_source), (save_current_group),
5184         (gst_play_bin_change_state):
5185         Code cleanups.
5186         Remove next-uri, we can use the uri property just fine.
5187         Fix some crasher.
5188         Unref uridecodebin when switching.
5189         Fix going to READY.
5190
5191         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5192         (gst_play_sink_init), (gst_play_sink_dispose),
5193         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5194         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5195         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5196         (gst_play_sink_set_property), (gst_play_sink_get_property),
5197         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5198         (gen_vis_element), (gst_play_sink_get_mode),
5199         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5200         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5201         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5202         (gst_play_sink_change_state):
5203         * gst/playback/gstplaysink.h:
5204         Add some locking to make things threadsafe.
5205
5206         * gst/playback/test7.c: (about_to_finish_cb):
5207         Fix test.
5208
5209 2007-12-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5210
5211         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5212           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5213           (gst_video_scale_transform):
5214           Don't claim to be able to handle/transform caps that can't really
5215           be handled by the currently selected scaling method (here: RGB or
5216           packed YUV with 4-tap method). Also add locking to method property.
5217
5218         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5219           (test_basetransform_based):
5220           Some test pipelines for the above (not entirely valgrind clean yet
5221           apparently).
5222
5223 2007-12-21  David Schleef  <ds@schleef.org>
5224
5225         * gst-libs/gst/video/video.c:
5226         * gst-libs/gst/video/video.h:
5227           Add additional RGBA and RGB-24 video formats.
5228
5229 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5230
5231         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5232           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5233           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5234         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5235           (cddabasesrc_suite):
5236           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5237           deprecated in the future (see #498924).
5238
5239 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5240
5241         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5242           Don't leak event.
5243
5244 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5245
5246         * gst-libs/gst/riff/riff-read.c:
5247         Use GST_ROUND_UP_2 macro
5248
5249 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5250
5251         * gst/playback/.cvsignore:
5252           Ignore more.
5253
5254 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5255
5256         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5257         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5258           (set_active_source):
5259         * gst/playback/gstplaybasebin.h:
5260         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5261           (setup_sinks), (playbin_set_subtitles_visible):
5262           Make switching off of subtitles work. To avoid all kind of
5263           problems with unlinking of the subtitle input, we just keep
5264           the subtitle inputs linked as they are and tell textoverlay
5265           not to render them. Fixes #373011.
5266           Other subtitle switching issues (esp. when there are both
5267           external and in-stream subtitles) remain. They'll be solved
5268           in playbin2.
5269
5270 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5271
5272         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5273         Init the pad segment too.
5274
5275 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5276
5277         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5278         (gst_audioringbuffer_open_device),
5279         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5280         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5281         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5282         (gst_audio_sink_create_ringbuffer):
5283         Improve debug output.
5284
5285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5286         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5287         Prevent some functions from doing things and failing when the
5288         ringbuffer is not yet acquired.
5289
5290 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5291
5292         * gst-libs/gst/interfaces/interfaces.h:
5293           Also remove interfaces.h from CVS as it is not needed anymore.
5294
5295 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5296
5297         * gst-libs/gst/interfaces/Makefile.am:
5298           interfaces.h is not used anymore so remove it from the build
5299           process.
5300
5301 2007-12-17  David Schleef  <ds@schleef.org>
5302
5303         * gst/videotestsrc/gstvideotestsrc.c:
5304         * gst/videotestsrc/gstvideotestsrc.h:
5305           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5306           for testing vertical refresh synchronization.
5307
5308 2007-12-17  David Schleef  <ds@schleef.org>
5309
5310         * docs/libs/gst-plugins-base-libs-sections.txt:
5311         * gst-libs/gst/video/video.c:
5312         * gst-libs/gst/video/video.h:
5313           Add new GstVideFormat enum and write a bunch of helper functions
5314           based around it.
5315
5316 2007-12-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5317
5318         * Makefile.am:
5319           Use new common/win32.mak.
5320
5321 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5322
5323         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5324         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5325         Add debug info.
5326         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5327         the parent state change function, just like the audiosink, because the
5328         parent waits for the element to finish its processing before completing
5329         the state change. This makes going to PAUSED a lot snappier.
5330         When going from READY to PAUSED, don't allow the ringbuffer to start
5331         yet.
5332
5333 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5334
5335         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5336         Yet another fix for broken software that produce files with an empty
5337         blockalign field. Instead of completely failing, make a second attempt
5338         at guessing the width/depth by looking at strf->size.
5339
5340 2007-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5341
5342         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5343           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5344         * gst-libs/gst/pbutils/install-plugins.c:
5345           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5346         * gst-libs/gst/pbutils/missing-plugins.c:
5347           (gst_missing_plugin_message_get_installer_detail),
5348           (gst_missing_encoder_installer_detail_new):
5349         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5350         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5351           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5352           avoid compiler warnings (#503930).
5353
5354 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5355
5356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5357         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5358         for jpeg video streams.
5359         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5360         for the above modification.
5361
5362 2007-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5363
5364         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5365           (gst_x_overlay_handle_events):
5366           More guards (we don't want klass to end up being NULL).
5367
5368 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5369
5370         * configure.ac:
5371         * gst/volume/gstvolume.c: (gst_volume_init):
5372           Use new gst_base_transform_set_gap_aware() function as volume
5373           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5374           for this.
5375
5376 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5377
5378         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5379         Don't go to READY on EOS as this avoids testing of seeking and
5380         restarting after EOS, use the stop button when you want to READY.
5381         Don't try to do a flushing seek in segment-done, it does not make
5382         sense to use this for gapless playback and is not needed.
5383
5384 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5385
5386         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5387         (reset_rate_timer), (update_in_rates), (update_out_rates),
5388         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5389         (gst_queue_chain), (gst_queue_loop):
5390         Use separate timers for input and output rates.
5391         Pause measuring the output rate when we block for more data.
5392         See #503262.
5393
5394 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5395
5396         * gst/playback/gstqueue2.c: (gst_queue_chain):
5397         Pause the timer to measure the input rate when we block because the
5398         queue is filled. See #503262.
5399
5400 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5401
5402         Patch by: Peter Kjellerstedt  <pkj at axis com>
5403
5404         * gst-libs/gst/rtsp/gstrtspconnection.c:
5405         (gst_rtsp_connection_free):
5406         Close control sockets. Fixes #503440.
5407
5408 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5409
5410         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5411         Expose the right pad in the right place with the right element.
5412
5413 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5414
5415         * gst-libs/gst/pbutils/descriptions.c: (formats):
5416           Add description for 'private' dts caps (who come up with that name?).
5417
5418 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5419
5420         * Makefile.am:
5421           Add check-exports target and run it with 'make check'.
5422
5423         * configure.ac:
5424           Be stricter about what we export in our libraries: change regexp so that
5425           we only export _gst_foo(), but not __gst_foo().
5426
5427         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5428         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5429           Change internal functions to __gst_foo so they dont' get exported.
5430
5431         * win32/common/libgstaudio.def:
5432           Add missing symbols.
5433
5434 2007-12-11  David Schleef  <ds@schleef.org>
5435
5436         * ChangeLog: remove conflict markers
5437
5438 2007-12-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5439
5440         * ext/gnomevfs/Makefile.am:
5441         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5442           Use gst_tag_freeform_string_to_utf8() here, which also takes
5443           into account any character sets specified by the user via
5444           environment variables.
5445
5446 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5447
5448         * gst/audioconvert/Makefile.am:
5449         Also link to libm.
5450
5451 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5452
5453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5454         No need for floating point operations here. avoids having to link
5455         against the math library too.
5456
5457 2007-12-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5458
5459         * gst-libs/gst/pbutils/descriptions.c: (formats),
5460           (format_info_get_desc):
5461         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5462           (GST_START_TEST):
5463           Add one or two missing formats.  Generate ADPCM description
5464           dynamically depending on layout/format.
5465
5466 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5467
5468         * configure.ac:
5469           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5470
5471 2007-12-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5472
5473         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5474
5475         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5476           Some .srt files start with chunk number 0 and not chunk number 1,
5477           recognise and accept those as well (fixes #502497).
5478
5479         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5480           (test_src):
5481           Add unit test for the above.
5482
5483 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5484
5485         * gst/playback/gstplay-enum.c:
5486         (register_gst_autoplug_select_result),
5487         (gst_autoplug_select_result_get_type):
5488         * gst/playback/gstplay-enum.h:
5489         Add missing files.
5490
5491 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5492
5493         * gst/playback/Makefile.am:
5494         Group decodebin2 and uridecodebin into the same plugin so that they
5495         can share the GEnumType.
5496
5497         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5498         (_gst_select_accumulator), (gst_decode_bin_class_init),
5499         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5500         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5501         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5502         Add signal to sort factories instead of the more awkward autoplug-select
5503         signal.
5504         Modify autoplug_select so that we can try, skip or expose the
5505         autopluggin of an element on a pad.
5506
5507         * gst/playback/gstfactorylists.c: (compare_ranks),
5508         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5509         (element_filter), (gst_factory_list_get_elements),
5510         (gst_factory_list_debug), (gst_factory_list_filter):
5511         * gst/playback/gstfactorylists.h:
5512         Simplify the API, allow getting elements based on mask.
5513
5514         * gst/playback/gstplay-marshal.list:
5515         Add some more marshallers.
5516
5517         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5518         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5519         (autoplug_select_cb), (activate_group):
5520         Add support for managing non-raw sinks by providing a custom element and
5521         sink list to decodebin2.
5522         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5523         decodebin2.
5524
5525         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5526         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5527         * gst/playback/gstplaysink.h:
5528         Add support for raw and non-raw sinks. 
5529         Add support to force sinks selected by playbin2.
5530         Don't plug raw converters for non-raw sinks.
5531
5532         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5533         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5534         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5535         (plugin_init):
5536         Use right accumulators.
5537         Proxy new signal.
5538
5539 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5540
5541         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5542         Use runnning time as the base time instead of the timestamp.
5543         Spotted by Saur on IRC.
5544
5545 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5546
5547         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5548         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5549
5550 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5551
5552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5553         (gst_ogg_demux_read_chain):
5554         If we find a new serial number but it does not contain a BOS page, make
5555         sure we initialize the chain to NULL because else we will try to scan it
5556         and crash. Fixes #500763
5557
5558 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5559
5560         * gst/playback/Makefile.am:
5561         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5562         (get_feature_array), (decoders_filter), (sinks_filter),
5563         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5564         (gst_factory_list_filter):
5565         * gst/playback/gstfactorylists.h:
5566         Refactor some common code to filter factories and check caps compat.
5567
5568         * gst/playback/gstdecodebin.c:
5569         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5570         (gst_decode_bin_init), (gst_decode_bin_dispose),
5571         (gst_decode_bin_autoplug_continue),
5572         (gst_decode_bin_autoplug_factories),
5573         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5574         (find_compatibles):
5575         * gst/playback/gstplaybin.c:
5576         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5577         (gst_play_bin_init), (gst_play_bin_finalize),
5578         (autoplug_factories_cb), (activate_group):
5579         * gst/playback/gstqueue2.c:
5580         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5581         (proxy_autoplug_continue_signal),
5582         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5583         (proxy_drained_signal):
5584         Add some more debug info and use factor filtering code.
5585
5586 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5587
5588         * gst/audiotestsrc/gstaudiotestsrc.c:
5589         * gst/volume/gstvolume.c:
5590         * gst/volume/gstvolume.h:
5591           Add GAP-flag support.
5592
5593 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5594
5595         * tests/examples/seek/seek.c: (main): Increase the range of the
5596         rate selector as I would like to test QOS behavior at higher
5597         forward and reverse playback speed like say 64x.
5598
5599 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5600
5601         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5602         (audioresample_query), (audioresample_query_type),
5603         (gst_audioresample_set_property):
5604         Implement latency query.
5605
5606 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5607
5608         * gst-libs/gst/audio/gstbaseaudiosink.c:
5609         (gst_base_audio_sink_drain):
5610         Our EOS time contains the base_time, _wait_eos() expects a running_time
5611         so we have to subtract the base_time again before calling the function.
5612         This fixes an EOS regression where the base_time was added twice and EOS
5613         took longer and longer in certain situations.
5614         Fixes #498767.
5615
5616 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5617
5618         * docs/libs/gst-plugins-base-libs-sections.txt:
5619         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5620         (gst_base_audio_sink_set_provide_clock),
5621         (gst_base_audio_sink_get_provide_clock),
5622         (gst_base_audio_sink_set_slave_method),
5623         (gst_base_audio_sink_get_slave_method),
5624         (gst_base_audio_sink_set_property),
5625         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5626         (gst_base_audio_sink_none_slaving),
5627         (gst_base_audio_sink_handle_slaving):
5628         * gst-libs/gst/audio/gstbaseaudiosink.h:
5629         Expose methods for some object properties so that subclasses can more
5630         easily configure them.
5631         Added slave method none, that completely disables slaving to the
5632         internal clock.
5633         API: gst_base_audio_sink_set_provide_clock()
5634         API: gst_base_audio_sink_get_provide_clock()
5635         API: gst_base_audio_sink_set_slave_method()
5636         API: gst_base_audio_sink_get_slave_method()
5637
5638         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5639         (gst_base_audio_src_set_provide_clock),
5640         (gst_base_audio_src_get_provide_clock),
5641         (gst_base_audio_src_set_property),
5642         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5643         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5644         Expose methods for some object properties so that subclasses can more
5645         easily configure them.
5646         API: gst_base_audio_src_set_provide_clock()
5647         API: gst_base_audio_src_get_provide_clock()
5648
5649 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5650
5651         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5652
5653         * gst-libs/gst/sdp/gstsdpmessage.c:
5654         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5655
5656 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5657
5658         * tests/check/libs/fft.c: (GST_START_TEST):
5659         Fix scaling to really have dB instead of something else.
5660
5661 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5662
5663         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5664         GTK version, use it.
5665
5666 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5667
5668         * tests/examples/seek/seek.c: (main): Try to support stable version
5669         of GTK.
5670
5671 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5672
5673         * gst/playback/README:
5674         * gst/playback/test7.c:
5675           Fix the build + little README update.
5676
5677 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5678
5679         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5680         Add playbin2 seek pipeline.
5681
5682 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5683
5684         * gst/playback/Makefile.am:
5685         * gst/playback/gstplayback.c: (plugin_init):
5686         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5687         (eos_cb), (about_to_finish_cb), (main):
5688         Add playbin2.
5689         Added gapless playback example.
5690
5691         * gst/playback/gstplaybasebin.c:
5692         * gst/playback/gstplaybasebin.h:
5693         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5694         * gst/playback/gstqueue2.c:
5695         * gst/playback/test.c:
5696         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5697         (pad_removed_cb):
5698         * gst/playback/gststreaminfo.h:
5699         Change email.
5700
5701         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5702         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5703         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5704         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5705         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5706         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5707         (drained_cb), (unlink_group), (activate_group),
5708         (setup_next_source), (gst_play_bin_change_state),
5709         (gst_play_bin2_plugin_init):
5710         Added raw first version of playbin2. Does chained oggs and gapless
5711         playback fine. No support for raw sinks yet. No visualisations or
5712         subtitles yet.
5713
5714         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5715         (gst_play_sink_class_init), (gst_play_sink_init),
5716         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5717         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5718         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5719         (gst_play_sink_set_property), (gst_play_sink_get_property),
5720         (post_missing_element_message), (free_chain), (add_chain),
5721         (activate_chain), (gen_video_chain), (gen_text_element),
5722         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5723         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5724         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5725         (gst_play_sink_send_event), (gst_play_sink_change_state):
5726         * gst/playback/gstplaysink.h:
5727         Added Element that abstracts the sinks and their pipelines for playbin2.
5728
5729 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5730
5731         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5732         (gst_selector_pad_class_init), (gst_selector_pad_init),
5733         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5734         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5735         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5736         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5737         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5738         (gst_stream_selector_init), (gst_stream_selector_set_property),
5739         (gst_stream_selector_get_linked_pad),
5740         (gst_stream_selector_getcaps),
5741         (gst_stream_selector_is_active_sinkpad),
5742         (gst_stream_selector_activate_sinkpad),
5743         (gst_stream_selector_get_linked_pads),
5744         (gst_stream_selector_request_new_pad),
5745         (gst_stream_selector_release_pad):
5746         * gst/playback/gststreamselector.h:
5747         Improve streamselector, make it select and unselect the current pad more
5748         intelligently. 
5749         Subclass GstPad for the sinkpads of the selector.
5750         Handle segments more correctly.
5751         Fix caps negotiation.
5752         Implement release_pad.
5753
5754 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5755
5756         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5757         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5758         (remove_fakesink):
5759         Add drained signal fired when decodebin finishes decoding the data.
5760         Remove deprecated STATE_DIRTY message.
5761
5762         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5763         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5764         (analyse_source), (proxy_drained_signal), (make_decoder),
5765         (source_new_pad), (value_list_append_structure_list),
5766         (handle_redirect_message), (handle_message):
5767         Proxy the new drained signal.
5768         Handle pad removed from decodebin.
5769         Handle redirect messages by sorting multiple redirections based on the
5770         connection speed.
5771
5772 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5773
5774         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5775
5776         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5777         Fix leaking headers. Fixes #496761.
5778
5779 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5780
5781         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5782
5783         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5784         (gst_ximagesink_change_state):
5785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5786         Don't leak the PAR on errors. Fixes #496731.
5787
5788 2007-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5789
5790         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5791           (gst_tag_from_id3_user_tag):
5792           Add mapping for audio cd discid tags, so we can extract
5793           them from tags as well (see #347848). Also compare identifiers
5794           in ID3v2 TXXX frames in a case-insensitive way to increase
5795           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5796
5797 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5798
5799         * gst-plugins-base.doap:
5800         Oops, fix the release name.
5801
5802 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5803
5804         * gst-plugins-base.doap:
5805         Add 0.10.15 release
5806
5807 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5808
5809         * configure.ac:
5810         Back to CVS
5811
5812 === release 0.10.15 ===
5813
5814 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5815
5816         * configure.ac:
5817           releasing 0.10.15, "No need to argue"
5818
5819 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5820
5821         * win32/vs6/libgstfft.dsp:
5822         Convert line endings to DOS.
5823
5824 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5825
5826         * win32/vs6/gst_plugins_base.dsw:
5827         * win32/vs6/libgstfft.dsp:
5828         * win32/MANIFEST:
5829         Add a project file for fft plugin and remove socket
5830         based plugin which don't build from the workspace.
5831         * win32/vs6/libgstaudio.dsp:
5832         * win32/vs6/libgstrtp.dsp:
5833         * win32/vs6/libgsttag.dsp:
5834         Convert line endings back to DOS.
5835         Fixes #496724
5836
5837 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5838
5839         * win32/vs6/libgstinterfaces.dsp:
5840         * win32/vs6/libgstrtsp.dsp:
5841         Convert line endings back to DOS
5842
5843 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5844
5845         * gst-libs/gst/fft/kiss_fft_f32.h:
5846         * gst-libs/gst/fft/kiss_fft_f64.h:
5847         * gst-libs/gst/fft/kiss_fft_s16.h:
5848         * gst-libs/gst/fft/kiss_fft_s32.h:
5849         Don't include malloc.h which doesn't exist on Mac OSX.
5850         Instead, pull in glib.h and use g_malloc/g_free for 
5851         consistency. Fixes: #496548
5852
5853 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5854
5855         * gst/playback/gstdecodebin2.c:
5856           Dont leak ghostpad. Fixes #475451.
5857
5858 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5859
5860         * docs/design/design-decodebin.txt:
5861         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5862         Update some more docs and comments.
5863
5864 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5865
5866         Patch by: Sebastien Moutte  <sebastien moutte net>
5867
5868         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5869           (gst_rtcp_unix_to_ntp):
5870         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5871           Fix some C99-isms and and a missing function that some versions of
5872           MSVC don't like too much (#494346).
5873
5874         * win32/vs6/gst_plugins_base.dsw:
5875         * win32/vs6/libgstaudio.dsp:
5876         * win32/vs6/libgstrtp.dsp:
5877         * win32/vs6/libgsttag.dsp:
5878           Update vs6 projects files (#494346).
5879
5880 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5881
5882         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5883
5884         * win32/common/libgstaudio.def:
5885         * win32/common/libgstcdda.def:
5886         * win32/common/libgstinterfaces.def:
5887         * win32/common/libgstnetbuffer.def:
5888         * win32/common/libgstpbutils.def:
5889         * win32/common/libgstrtp.def:
5890         * win32/common/libgstrtsp.def:
5891         * win32/common/libgsttag.def:
5892         * win32/common/libgstvideo.def:
5893           More missing symbols to export (fixes #493986).
5894
5895 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5896
5897         * docs/libs/gst-plugins-base-libs-sections.txt:
5898         * gst-libs/gst/fft/gstfftf32.c:
5899         * gst-libs/gst/fft/gstfftf32.h:
5900         * gst-libs/gst/fft/gstfftf64.c:
5901         * gst-libs/gst/fft/gstfftf64.h:
5902         * gst-libs/gst/fft/gstffts16.c:
5903         * gst-libs/gst/fft/gstffts16.h:
5904         * gst-libs/gst/fft/gstffts32.c:
5905         * gst-libs/gst/fft/gstffts32.h:
5906         * tests/check/libs/fft.c: (GST_START_TEST):
5907         Remove the magnitude and phase calculation functions as these have
5908         very special use cases and can't even be used for the spectrum
5909         element. Also adjust the docs to mention some properties of the used
5910         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5911
5912 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5913
5914         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5915           (finish_source):
5916           Avoid crash when there are external subtitles (fixes #491722).
5917
5918 2007-11-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5919
5920         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5921         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5922           'Could not open resource for writing' is not an acceptable
5923           error message when we can't open the audio device (see #492334),
5924           even less so when we're trying to open it to record something.
5925
5926 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5927
5928         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5929
5930         * win32/common/libgstrtp.def:
5931           Add some more missing symbols (#492813).
5932
5933 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5934
5935         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5936
5937         * tests/check/elements/audioconvert.c: (verify_convert):
5938           Add check to make sure that the out caps have a channel layout
5939           set on them where they should have one.
5940
5941 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5942
5943         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5944
5945         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5946         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5947           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5948           (#492306).
5949
5950         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5951           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5952           (it disappeared in GLib 2.14.0) (#492306).
5953
5954         * gst-libs/gst/sdp/Makefile.am:
5955         * gst-libs/gst/sdp/gstsdpmessage.c:
5956           Fix includes and LIBS for win32/Mingw (#492306).
5957
5958         * tests/examples/dynamic/addstream.c (pause_play_stream):
5959           Use more portable g_usleep() instead of sleep() (#492306).
5960
5961 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5962
5963         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5964
5965         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5966           (gst_ring_buffer_parse_caps):
5967           Return NULL instead of an enum that happens to be 0, fixes warning
5968           on MSVC (#492114).
5969
5970         * gst-libs/gst/audio/gstringbuffer.h:
5971           No trailing commas in enum list (for gcc-2.9x).
5972
5973         * gst/videotestsrc/videotestsrc.c: (random_char):
5974           Make information loss explicit instead of implicitly truncating to
5975           eight bits via the return value.  Fixes runtime error on MSVC when
5976           using the debug CRT (#492114).
5977
5978         * win32/common/config.h.in:
5979           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5980
5981         * win32/common/libgstinterfaces.def:
5982         * win32/common/libgstrtp.def:
5983           Export a few more symbols (#492114).
5984
5985 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5986
5987         * gst-libs/gst/audio/audio.c:
5988         * gst-libs/gst/audio/audio.h:
5989           Readd the deprecation guards, but preserve compilability.
5990
5991 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5992
5993         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5994           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5995           Preserve channel layout when fixating the number of channels in the
5996           output caps, or make sure there's a suitable channel position layout
5997           set on the caps if required. Fixes #430677.
5998
5999 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6000
6001         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6002           Make sure the pipeline really operates in push mode as it should
6003           in this case.
6004
6005 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6006
6007         * gst-libs/gst/audio/audio.h:
6008           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6009           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6010           (ie. normal cvs builds) will fail.
6011
6012 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6013
6014         * docs/libs/Makefile.am:
6015         * gst-libs/gst/audio/audio.c:
6016         * gst-libs/gst/audio/audio.h:
6017         * gst-libs/gst/interfaces/mixer.c:
6018           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6019
6020 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6021
6022         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6023           (test_channel_layout_value_intersect), (audio_suite):
6024           Add simple unit test to make sure GstValue intersection
6025           of channel layouts works the way I think it does.
6026
6027 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6028
6029         * docs/libs/gst-plugins-base-libs-sections.txt:
6030         * gst-libs/gst/audio/gstaudiofilter.h:
6031         * gst-libs/gst/interfaces/mixer.h:
6032         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6033         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6034         * gst-libs/gst/sdp/gstsdpmessage.c:
6035           Fix the docs according to what gtk-doc complained about.
6036
6037 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6038
6039         * tests/icles/stress-playbin.c:
6040           Fix the build.
6041
6042 2007-10-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6043
6044         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6045         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6046           Post nice/more useful error message if we don't have a decoder for
6047           the primary type.
6048
6049 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6050
6051         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6052         Be a bit more useful, unblock the pads after we fired the no-more-pads
6053         signal so that we can use the signal to inspect and connect all pads
6054         without having to keep extra state outside of decodebin.
6055
6056 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6057
6058         * gst/playback/gsturidecodebin.c:
6059         (gst_uri_decode_bin_autoplug_continue),
6060         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6061         Implement default signal handler so that we return TRUE when nothing is
6062         connected.
6063
6064 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6065
6066         * gst-libs/gst/riff/riff-media.c:
6067         (gst_riff_wavext_add_channel_layout),
6068         (gst_riff_wave_add_default_channel_layout),
6069         (gst_riff_wavext_get_default_channel_mask),
6070         (gst_riff_create_audio_caps):
6071         Use the ALSA channel layout as default for wav files without channel
6072         layout information. This fixes playback of chan-id.wav on 5.1 systems
6073         for example. Also refactor the channel layout setting a bit and add
6074         more default channel orders. Fixes #489010.
6075
6076 2007-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6077
6078         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6079           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6080           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6081           instead.
6082
6083 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6084
6085         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6086         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6087         (gst_decode_bin_set_subs_encoding),
6088         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6089         (gst_decode_bin_get_property), (analyze_new_pad):
6090         Move subtitle encoding property to decodebin2 so that it can set the
6091         property value on all elements that it autoplugs and that require it.
6092         Make caps refcounting more consistent in get/set.
6093
6094         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6095         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6096         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6097         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6098         (proxy_autoplug_continue_signal),
6099         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6100         (make_decoder):
6101         Proxy properties and relevant signals from the internal decodebin.
6102         Make properties MT safe.
6103
6104 2007-10-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6105
6106         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6107         * gst-libs/gst/tag/tags.c:
6108           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6109           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6110
6111         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6112           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6113
6114         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6115           (gst_tag_to_vorbis_comments):
6116           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6117           just mapping everything I found in the wild) (#414539).
6118
6119 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6120
6121         Inspired by patch of: RenĂ© Stadler <mail at renestadler dot de>
6122
6123         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6124         (gst_decode_bin_autoplug_continue),
6125         (gst_decode_bin_autoplug_factories),
6126         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6127         (find_compatibles):
6128         * gst/playback/gstplay-marshal.list:
6129         Remove the autoplug-sort signal and replace it with a binding friendly
6130         autoplug-select signal.
6131         Add an autoplug-factories signal that can be used to generate a list of
6132         factories to try to autoplug.
6133         Add the GstPad to the autoplugging signal args as it might be needed to
6134         make a good factory selection.
6135         Fix up the marshallers for this. Fixes #407282.
6136
6137 2007-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6138
6139         * gst-libs/gst/tag/gsttagdemux.c:
6140           Don't abort with an assertion if we receive a seek event with
6141           a start type of NONE (see launchpad bug #155878).
6142
6143 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6144
6145         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6146         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6147         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6149         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6150         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6151         Make sure that before we clean up the X resources, we shutdown and join
6152         the event thread.
6153         Also make sure the event thread does not shut down immediatly after
6154         startup because the running variable is not yet correctly set.
6155         Fixes #378770. 
6156
6157 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6158
6159         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6160         Make the window for a race in typefind and shutting down smaller until
6161         we figure out the right locking here. Avoids #485753 usually.
6162
6163         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6164         Remove unneeded lock causing a race in typefind and shutting down.
6165         Fixes #485753.
6166
6167         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6168         Also remove sinks when going to NULL because we might not complete the
6169         state change to PAUSED, causing the PAUSED->READY state change not to
6170         happen.
6171
6172 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6173
6174         * gst-libs/gst/audio/gstbaseaudiosink.c:
6175         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6176         Also explicitly release the ringbuffer when going to NULL because it
6177         is required in the setcaps function, before the state change to PAUSED
6178         completes.
6179
6180 2007-10-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6181
6182         * tests/icles/.cvsignore:
6183         * tests/icles/Makefile.am:
6184         * tests/icles/stress-playbin.c:
6185           Does what it says on the tin.
6186
6187 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6188
6189         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6190         Fix queue negotiation. See #486758.
6191
6192 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6193
6194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6195         (gst_xvimagesink_xwindow_new),
6196         (gst_xvimagesink_update_colorbalance),
6197         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6198
6199         Fix handling of some of the X atoms. If the last parameter is True,
6200         XInternAtom won't create the atom if it doesn't exist, and therefore
6201         might return None. This causes X errors on Xv implementations that
6202         don't provide the colour balance attributes.
6203
6204 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6205
6206         * gst-libs/gst/tag/gstvorbistag.c:
6207         * tests/check/libs/tag.c:
6208           Extract vorbis comment LICENSE tags correctly.
6209
6210 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6211
6212         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6213
6214         * gst-libs/gst/tag/gstid3tag.c:
6215         * tests/check/libs/tag.c:
6216           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6217
6218 2007-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6219
6220         * gst-libs/gst/tag/gsttagdemux.c:
6221           Don't error out when a buggy downstream element doesn't
6222           handle the newsegment event we send properly (especially
6223           not without posting a meaningful error message on the
6224           bus). See bug #471370 and launchpad bug #136264.
6225
6226 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6227
6228         * gst-libs/gst/audio/gstbaseaudiosink.c:
6229         (gst_base_audio_sink_drain):
6230         Use new basesink method to make our EOS drain interruptable.
6231
6232 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6233
6234         * gst-libs/gst/rtp/gstrtppayloads.c:
6235         Fix silly search-replace oversight.
6236
6237 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6238
6239         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6240
6241         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6242         (gst_basertppayload_set_outcaps):
6243         Fix caps memleak. Fixes #484989.
6244
6245
6246 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6247
6248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6249         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6250         Fix debug output.
6251
6252 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6253
6254         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6255         (gst_base_audio_src_create):
6256         Also handle the case where there is no clock set on the audio source,
6257         like in the unit tests.
6258
6259 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6260
6261         * gst-libs/gst/rtp/gstrtppayloads.c:
6262         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6263         to avoid compiler warnings
6264
6265 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6266
6267         * gst/playback/gstdecodebin.c: (type_found),
6268         (gst_decode_bin_change_state):
6269         * gst/playback/gstdecodebin2.c: (type_found),
6270         (gst_decode_bin_change_state):
6271         Don't disconnect the have_type signal because we never reconnect it
6272         later on. Instead keep a variable to see if we already detected a type.
6273
6274 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6275
6276         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6277         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6278         (type_found):
6279         Unlink the signal handler when we found the type, we're not going to do
6280         anything sensible with more type_found signals anyway.
6281
6282 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6283
6284         * gst-libs/gst/tag/gsttagdemux.c:
6285           Don't leak caps.
6286
6287 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6288
6289         * gst-libs/gst/tag/Makefile.am:
6290         * gst-libs/gst/tag/gsttagdemux.c:
6291         * gst-libs/gst/tag/gsttagdemux.h:
6292           API: add GstTagDemux base class for simple tag demuxers.
6293
6294         * docs/libs/gst-plugins-base-libs-docs.sgml:
6295         * docs/libs/gst-plugins-base-libs-sections.txt:
6296           Add GstTagDemux to docs.
6297
6298 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6299
6300         * gst-libs/gst/rtp/gstrtpbuffer.c:
6301         (gst_rtp_buffer_get_payload_subbuffer):
6302         Fix bug introduced with last commit which inverted the logic and
6303         caused all buffers to be dropped. Fixes #483620.
6304         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6305
6306 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6307
6308         * gst-libs/gst/rtp/gstrtpbuffer.c:
6309           Replace g_return_if_val (as it could be disabled), with regular return
6310           and warning.
6311
6312 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6313
6314         * tests/check/pipelines/simple-launch-lines.c:
6315           Print message name and not just number.
6316
6317 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6318
6319         * gst-libs/gst/audio/gstbaseaudiosink.c:
6320         (gst_base_audio_sink_async_play):
6321         When slaved to the clock, don't try to align a sample with the previous
6322         one when going to PLAYING again.
6323
6324 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6325
6326         * tests/examples/snapshot/snapshot.c:
6327           Fix the build.
6328
6329 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6330
6331         * gst-libs/gst/sdp/gstsdpmessage.h:
6332         Add RFC 3556 bandwidth modifiers.
6333
6334 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6335
6336         * docs/libs/gst-plugins-base-libs-docs.sgml:
6337         * docs/libs/gst-plugins-base-libs-sections.txt:
6338         * gst-libs/gst/rtp/gstrtppayloads.c:
6339         Update documentation.
6340
6341 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6342
6343         * gst-libs/gst/rtp/Makefile.am:
6344         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6345         (gst_rtp_payload_info_for_name):
6346         * gst-libs/gst/rtp/gstrtppayloads.h:
6347         Added new file and header to deal with payload info.
6348
6349         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6350         (gst_rtp_buffer_default_clock_rate):
6351         * gst-libs/gst/rtp/gstrtpbuffer.h:
6352         Payload specific stuff is move to new headers.
6353         Implement _default_clock rate using the new payload function.
6354
6355         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6356         (gst_sdp_parse_line):
6357         * gst-libs/gst/sdp/gstsdpmessage.h:
6358         Add some more comments.
6359
6360 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6363         (sdp_check_header), (sdp_type_find), (plugin_init):
6364         Add typefind function for application/sdp.
6365         Remove some old dirac typefind code that was ifdeffed out.
6366
6367 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6368
6369         * win32/common/libgstaudio.def:
6370         Add new exported functions.
6371         * win32/vs6/grammar.dsp:
6372         Add autogeneration and copy of some autegenerated files from win32/common
6373         for rtsp library.
6374         * win32/vs6/libgstaudioconvert.dsp:
6375         Add gstaudioquantize.c to the build.
6376         * win32/vs6/libgstinterfaces.dsp:
6377         Add videoorientation.c to the build.
6378         * win32/vs6/libgstriff.dsp:
6379         Add libgsttag to the link libraries list.
6380         * win32/vs6/libgstvolume.dsp:
6381         Add liboil to the link.
6382         * win32/vs6/gst_plugins_base.dsw:
6383         * win32/vs6/libgstrtsp.dsp:
6384         * win32/common/libgstrtsp.def:
6385         Add files to build libgstrtsp library.
6386         
6387 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6388
6389         * tests/examples/snapshot/snapshot.c: (main):
6390         Print error when pipeline failed to construct.
6391
6392 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6393
6394         * configure.ac:
6395         * gst-libs/gst/tag/gstid3tag.c:
6396         * gst-libs/gst/tag/gstvorbistag.c:
6397           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6398           and ID3v2 tags.
6399
6400 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6401
6402         * gst-libs/gst/floatcast/floatcast.h:
6403           Don't include config.h in an installed public header, this
6404           might break compilation of applications that don't have such
6405           a header and doesn't necessarily do what it's supposed to do
6406           anyway (ie. check for the lrint/lrintf defines) (#442065).
6407           Add docs for the various macros and document how this header
6408           has to be used (link against libm, etc.); add a few FIXMEs;
6409           include math.h for non-c99 code path.  Based on patch by
6410           Jan Schmidt.
6411           
6412 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6413
6414         * configure.ac:
6415         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6416         of duplicating these macros in configure.ac.
6417
6418 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6419
6420         * po/hu.po:
6421         * po/sv.po:
6422         * po/uk.po:
6423           Updated translations to 0.10.14
6424
6425 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6426
6427         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6428
6429         * po/pl.po:
6430           Added Polish translation.
6431
6432 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6433
6434         translated by: Ilkka Tuohela <hile@iki.fi>
6435
6436         * po/fi.po:
6437           Added Finnish translation.
6438
6439 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6440
6441         translated by: Jorge GonzĂ¡lez GonzĂ¡lez <aloriel@gmail.com>
6442
6443         * po/es.po:
6444           Added Spanish translation.
6445
6446 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6447
6448         translated by: Mogens Jaeger <mogens@jaeger.tf>
6449
6450         * po/da.po:
6451           Added Danish translation.
6452
6453 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6454
6455         translated by: Funda Wang <fundawang@linux.net.cn>
6456
6457         * po/zh_CN.po:
6458           Added Chinese (simplified) translation.
6459
6460 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6461
6462         translated by: Alexander Shopov <ash@contact.bg>
6463
6464         * po/bg.po:
6465           Added Bulgarian translation.
6466
6467 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6470         Fix compilation wrt printf arguments.
6471
6472 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6473
6474         * configure.ac:
6475         * tests/examples/Makefile.am:
6476         * tests/examples/snapshot/.cvsignore:
6477         * tests/examples/snapshot/Makefile.am:
6478         * tests/examples/snapshot/snapshot.c: (main):
6479         Add simple snapshot example program using appsink.
6480
6481 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6482
6483         * tests/check/generic/states.c:
6484           Improved state change unit test.
6485
6486 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6487
6488         * docs/plugins/.cvsignore:
6489         * tests/check/.cvsignore:
6490           Ignore registries in any format.
6491
6492 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6493
6494         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6495         (gst_base_rtp_depayload_chain),
6496         (gst_base_rtp_depayload_set_gst_timestamp):
6497         Only copy timestamp on outgoing packets if the depayloader did not set
6498         one.
6499         Also copy duration on outgoing packets.
6500
6501 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6502
6503         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6504         (gst_basertppayload_set_outcaps):
6505         Fix compilation because of missing %d in printf.
6506         When fixating caps, fixate what we can and throw away all remaining
6507         unfixed caps, subclasses should do something smart if they need to.
6508
6509 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * ext/gnomevfs/gstgnomevfssrc.c:
6512           Improve debug logs a bit and be more verbose if things go wrong.
6513
6514 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6515
6516         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6517         (gst_text_overlay_set_property):
6518         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6519         * gst-libs/gst/audio/gstbaseaudiosink.c:
6520         (gst_base_audio_sink_render):
6521         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6522         (gst_rtcp_unix_to_ntp):
6523         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6524         * gst/playback/gstqueue2.c:
6525         * tests/examples/seek/seek.c: (set_scale):
6526         Fix a bunch of compile warnings shown with Forte.
6527
6528         * gst/audiorate/gstaudiorate.c:
6529         Always pull in config.h before including any system headers.
6530
6531 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6532
6533         * gst/playback/gstqueue2.c: (update_buffering),
6534         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6535         (gst_queue_handle_sink_event), (gst_queue_chain),
6536         (gst_queue_push_one), (gst_queue_sink_activate_push),
6537         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6538         Also fix #476514 for queue2.
6539
6540 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6541
6542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6543         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6544         (gst_base_rtp_depayload_chain),
6545         (gst_base_rtp_depayload_handle_sink_event),
6546         (gst_base_rtp_depayload_push_full),
6547         (gst_base_rtp_depayload_set_gst_timestamp),
6548         (gst_base_rtp_depayload_change_state):
6549         Remove code to deal with RTP to GST time conversion, we now just copy
6550         the GST timestamp we receive to the outgoing buffers.
6551         Handle segment and flushes correctly.
6552
6553         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6554         When we have no valid input timestamp, use the previous rtp timestamp on
6555         the outgoing RTP packet instead of the RTP base time.
6556
6557 2007-09-15  David Schleef  <ds@schleef.org>
6558
6559         * ext/alsa/gstalsa.c:
6560         * ext/alsa/gstalsadeviceprobe.c:
6561         * ext/alsa/gstalsamixer.c:
6562         * ext/alsa/gstalsasink.c:
6563         * ext/alsa/gstalsasrc.c:
6564           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6565
6566 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6567
6568         * gst-libs/gst/rtp/gstbasertppayload.c:
6569         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6570         Add some debug info when negotiating caps.
6571
6572 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6573
6574         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6575         A buffer with an empty payload is also a valid buffer.
6576
6577 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6578
6579         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6580         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6581         (gst_basertppayload_change_state):
6582         Make sure we start our RTP timestamp from the random base RTP
6583         timestamp even if the buffer timestamp starts from some random value.
6584
6585 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6586
6587         * configure.ac:
6588         * tests/examples/Makefile.am:
6589         * tests/examples/dynamic/.cvsignore:
6590         * tests/examples/dynamic/Makefile.am:
6591         * tests/examples/dynamic/addstream.c: (create_stream),
6592         (pause_play_stream), (message_received), (eos_message_received),
6593         (perform_step), (main):
6594         Add simple exmple app to demonstrate starting and pausing live and
6595         non-live bins in a PLAYING pipeline.
6596
6597 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6598
6599         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6600         typefind for QCP files (RFC #3625)
6601
6602 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6603
6604         * gst-libs/gst/audio/gstbaseaudiosink.c:
6605         (gst_base_audio_sink_init):
6606         Disable pull mode scheduling, we're not ready for it yet and it subtly
6607         breaks a lot of things.
6608
6609 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6610
6611         * tests/check/elements/libvisual.c:
6612           Test all libvisual plugins, not just the first one; this reproduces
6613           bug #450336 quite easily.  Looks like a problem with the 'jess'
6614           visualisation.
6615
6616 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6617
6618         * tests/check/Makefile.am:
6619         * tests/check/elements/.cvsignore:
6620         * tests/check/elements/libvisual.c:
6621           Add basic libvisual test case in an attempt to reproduce bug #450336.
6622           Doesn't reproduce that bug, but some other crasher instead (invalid
6623           free), at least with make elements/libvisual.forever and the bumscope
6624           plugin on x86-64/gutsy. Leaving test disabled for now.
6625
6626 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6627
6628         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6629
6630         * gst-libs/gst/rtsp/gstrtspconnection.c:
6631         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6632         (read_body), (gst_rtsp_connection_receive):
6633         Make sure we can not cancel in the middle of receiving a message.
6634         Fixes #475731.
6635
6636 2007-09-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6637
6638         Patch by: Josep Torra Valles <josep@fluendo.com>
6639
6640         * gst/playback/gstplaybasebin.c:
6641           Increase upper limit for audio queue a bit; fixes preroll problem
6642           with playbin and decodebin2 when playing a quicktime trailer with
6643           multichannel audio via http (#464666).
6644
6645 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6646
6647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6648         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6649         (gst_base_audio_src_provide_clock),
6650         (gst_base_audio_src_set_property),
6651         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6652         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6653         Allow othe clocks than the internal clock to be used for the pipeline.
6654         Add property to disable clock provide.
6655         API: GstBaseAudioSrc::provide-clock
6656
6657 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6658
6659         * gst/playback/gstdecodebin2.c:
6660           Don't leak request pads. Fixes #475395.
6661
6662 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6663
6664         Patch by: RenĂ© Stadler <mail at renestadler dot de>
6665
6666         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6667         (gst_ximage_buffer_class_init):
6668         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6669         (gst_xvimage_buffer_class_init):
6670         Correctly chain up finalize with the parent class to prevent
6671         memory leaks. Fixes #474880.
6672
6673 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6674
6675         * gst/volume/gstvolume.c: (volume_choose_func):
6676         * tests/check/elements/volume.c: (GST_START_TEST):
6677         Revert the latest change: floating point samples are allowed to
6678         have any value, not only values in the range [-1,1]. Thanks to Andy
6679         Wingo for noticing.
6680         Also fix processing of int32 samples with volumes > 4 by making the
6681         unity value smaller which prevents overflows.
6682
6683 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6684
6685         * gst-libs/gst/rtp/gstrtpbuffer.c:
6686         * tests/check/libs/rtp.c:
6687           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6688
6689 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6690
6691         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6692
6693         * gst-libs/gst/rtp/gstrtpbuffer.c:
6694           Fix up GstRTPHeader helper struct so that compilers will not under
6695           any circumstances add padding in between our fields, as currently
6696           happens with MSVC on win32, because that would lead to us sending
6697           out RTP payloads with broken RTP headers (#471194).
6698           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6699           
6700         * tests/check/Makefile.am:
6701         * tests/check/libs/.cvsignore:
6702         * tests/check/libs/rtp.c:
6703           Add some simple unit tests for GstRTPBuffer. Some are disabled
6704           because the code tested still needs fixing (set_csrc() does not work).
6705
6706 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6707
6708         * win32/MANIFEST:
6709         * win32/common/gstrtsp-enumtypes.c:
6710         * win32/common/gstrtsp-enumtypes.h:
6711         * win32/common/interfaces-enumtypes.c:
6712         * win32/common/interfaces-enumtypes.h:
6713         * win32/common/multichannel-enumtypes.c:
6714           Add rtsp enumtypes (#474384) and update others.
6715
6716 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6717
6718         * configure.ac:
6719           Fix configure check for HAVE_LIBXML_HTML.
6720
6721 2007-09-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6722
6723         * tests/check/libs/.cvsignore:
6724           Ignore more, in case the build bots work again one day.
6725
6726 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6727
6728         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6729
6730         * configure.ac:
6731         * gst-libs/gst/Makefile.am:
6732         * gst-libs/gst/fft/Makefile.am:
6733         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6734         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6735         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6736         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6737         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6738         * gst-libs/gst/fft/gstfft.h:
6739         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6740         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6741         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6742         * gst-libs/gst/fft/gstfftf32.h:
6743         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6744         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6745         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6746         * gst-libs/gst/fft/gstfftf64.h:
6747         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6748         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6749         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6750         * gst-libs/gst/fft/gstffts16.h:
6751         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6752         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6753         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6754         * gst-libs/gst/fft/gstffts32.h:
6755         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6756         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6757         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6758         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6759         * gst-libs/gst/fft/kiss_fft_f32.h:
6760         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6761         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6762         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6763         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6764         * gst-libs/gst/fft/kiss_fft_f64.h:
6765         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6766         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6767         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6768         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6769         * gst-libs/gst/fft/kiss_fft_s16.h:
6770         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6771         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6772         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6773         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6774         * gst-libs/gst/fft/kiss_fft_s32.h:
6775         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6776         (kiss_fftr_f32), (kiss_fftri_f32):
6777         * gst-libs/gst/fft/kiss_fftr_f32.h:
6778         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6779         (kiss_fftr_f64), (kiss_fftri_f64):
6780         * gst-libs/gst/fft/kiss_fftr_f64.h:
6781         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6782         (kiss_fftr_s16), (kiss_fftri_s16):
6783         * gst-libs/gst/fft/kiss_fftr_s16.h:
6784         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6785         (kiss_fftr_s32), (kiss_fftri_s32):
6786         * gst-libs/gst/fft/kiss_fftr_s32.h:
6787         * gst-libs/gst/fft/kiss_version:
6788         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6789         * pkgconfig/gstreamer-plugins-base.pc.in:
6790         Add libgstfft, a FFT library based on Kiss FFT which is
6791         BSD licensed. Supported sample formats are int16, int32,
6792         float and double. For those formats a real FFT and IFFT
6793         can be done, different windowing functions can be applied
6794         and functions for extracting the magnitude and phase exist.
6795         Fixes #468619.
6796
6797         * docs/libs/Makefile.am:
6798         * docs/libs/gst-plugins-base-libs-docs.sgml:
6799         * docs/libs/gst-plugins-base-libs-sections.txt:
6800         Integrate libgstfft into the docs.
6801
6802         * tests/check/Makefile.am:
6803         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6804         Add unit tests for libgstfft, currently only testing the FFT.
6805         Unit tests for IFFT will follow soon.
6806
6807 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6808
6809         Patch by: Peter Kjellerstedt  <pkj at axis com>
6810
6811         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6812         (gst_sdp_message_init), (gst_sdp_message_uninit),
6813         (is_multicast_address), (gst_sdp_message_as_text),
6814         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6815         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6816         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6817         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6818         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6819         (gst_sdp_media_init), (gst_sdp_media_uninit),
6820         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6821         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6822         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6823         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6824         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6825         * gst-libs/gst/sdp/gstsdpmessage.h:
6826         Separate INIT_ARRAY() and related macros into two versions, one for
6827         structures and one for pointers (e.g., INIT_ARRAY() and
6828         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6829         lists of emails and phone numbers.
6830         Add missing const as appropriate.
6831         Change all gint to guint since they all actually represent unsigned
6832         values.
6833         Do not use time as a variable name as it shadows the global time().
6834         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6835         Actually implement gst_sdp_message_add_time().
6836         Make gst_sdp_message_add_time() take repeat times as an argument.
6837         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6838         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6839         misspelled as badwidth).
6840         gst-indented and a little clean up. Fixes #471067.
6841
6842 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6843
6844         * gst/volume/gstvolume.c: (volume_choose_func),
6845         (volume_process_double), (volume_process_double_clamp),
6846         (volume_process_float_clamp):
6847         Correctly clamp float/double samples in the [-1.0,1.0] range to
6848         prevent weird effects.
6849         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6850         Add unit tests for all samples types that had none before.
6851
6852 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6853
6854         * gst-libs/gst/rtp/gstrtpbuffer.c:
6855           Need to include stdlib.h for abs() here too.
6856
6857 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6858
6859         * gst/playback/gststreaminfo.c:
6860           Fix build.
6861
6862 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6863
6864         * gst/playback/gststreaminfo.c:
6865           Clean up some half-disabled code and comment.
6866
6867 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6868
6869         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6870
6871         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6872         (gst_base_rtp_payload_audio_handle_event):
6873         Return FALSE from the event handler to let the parent class handle the
6874         event. Fixes #446766.
6875
6876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6877         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6878         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6879
6880         * gst-libs/gst/rtp/gstbasertppayload.c:
6881         Bump the MTU to 1400.
6882
6883 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6884
6885         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6886         Add an audio/x-nsf typefind function for the nsfdec element.
6887
6888 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6889         * gst/playback/gstplaybasebin.c:
6890         Included "myth://" on stream_uris list for enable buffering to mythtv files
6891
6892 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6893
6894         * docs/libs/gst-plugins-base-libs-sections.txt:
6895         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6896         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6897         (gst_rtcp_unix_to_ntp):
6898         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6899         Fix parsing of RB blocks.
6900         Fix docs.
6901         Added helper functions to convert to/from UNIX and NTP time.
6902         API: gst_rtcp_ntp_to_unix()
6903         API: gst_rtcp_unix_to_ntp()
6904
6905         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6906         (gst_rtp_buffer_get_header_len),
6907         (gst_rtp_buffer_get_extension_data),
6908         (gst_rtp_buffer_get_payload_subbuffer),
6909         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6910         (gst_rtp_buffer_ext_timestamp):
6911         * gst-libs/gst/rtp/gstrtpbuffer.h:
6912         Fix some more docs.
6913         Implement handling of packets with extensions.
6914         Fix padding check in _validate().
6915         Added function to get extension data.
6916         API: gst_rtp_buffer_get_header_len()
6917         API: gst_rtp_buffer_get_extension_data()
6918
6919 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6920
6921         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6922         (gst_base_rtp_depayload_class_init),
6923         (gst_base_rtp_depayload_set_gst_timestamp):
6924         Add some more docs for the queue-delay property and fix a typo in a
6925         comment.
6926
6927         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6928         Fix typo.
6929
6930 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6931
6932         * gst-libs/gst/audio/gstbaseaudiosink.c:
6933         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6934         (gst_base_audio_sink_change_state):
6935         When skew slaving, try to hover around the middle of a segment so that
6936         we at most drift by half a segment.
6937         If we are aligning in the oposite direction of the clock skew, we don't
6938         have to resync.
6939
6940 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6943         (gst_base_rtp_depayload_setcaps),
6944         (gst_base_rtp_depayload_set_gst_timestamp):
6945         Be less silly with the segment start, just apply the clock-base to the
6946         timestamp.
6947
6948 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6949
6950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6951         (gst_base_rtp_depayload_class_init),
6952         (gst_base_rtp_depayload_finalize),
6953         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6954         (gst_base_rtp_depayload_handle_sink_event),
6955         (gst_base_rtp_depayload_set_gst_timestamp),
6956         (gst_base_rtp_depayload_change_state):
6957         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6958         Deprecate the queue handling thread thing and remove the code.
6959         Use new method to calculate the extended timestamp.
6960
6961 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6962
6963         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6964         (gst_rtcp_packet_sdes_copy_entry):
6965         Use g_strndup which does exactly what we want.
6966
6967         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6968         (gst_rtp_buffer_ext_timestamp):
6969         * gst-libs/gst/rtp/gstrtpbuffer.h:
6970         Add helper function to compare seqnums.
6971         Add helper function to calculate extended timestamps.
6972         API: gst_rtp_buffer_compare_seqnum()
6973         API: gst_rtp_buffer_ext_timestamp()
6974
6975 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6978         (gst_rtcp_packet_sdes_get_entry),
6979         (gst_rtcp_packet_sdes_copy_entry):
6980         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6981         Fix and document SDES item data function.
6982         Add new function that makes a proper copy of SDES item data.
6983         API: gst_rtcp_packet_sdes_copy_entry()
6984
6985 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6986
6987         * configure.ac:
6988         * gst/Makefile.am:
6989           The tcp and subparse plugins are under gst, but not totaly free of
6990           dependencies. Handle selection inconfigure.ac, so that they show up
6991           on the final list of what is build and what is not. Maybe they should
6992           better be moved to ext.
6993
6994 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6995
6996         Patch by: Daniel DĂ­az  <yosoy@danieldiaz.org>
6997
6998         * configure.ac:
6999         * gst/Makefile.am:
7000           Check if libxml provides HTML parser which subparse needs.
7001           Fixes #451970.
7002
7003 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7004
7005         * ext/alsa/gstalsa.c:
7006           Fix typo and compilation on big endian systems.
7007
7008 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7009
7010         * gst/subparse/gstssaparse.c:
7011           Convert SSA newline codes into actual newline characters (#470766).
7012
7013 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7014
7015         * docs/libs/gst-plugins-base-libs-sections.txt:
7016         * gst-libs/gst/pbutils/install-plugins.c:
7017         * gst-libs/gst/pbutils/install-plugins.h:
7018         * tests/check/libs/pbutils.c:
7019           API: also add gst_install_plugins_supported() while we're at it
7020           (see #470456).
7021
7022 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7023
7024         * docs/libs/gst-plugins-base-libs-sections.txt:
7025         * gst-libs/gst/pbutils/missing-plugins.c:
7026         * gst-libs/gst/pbutils/missing-plugins.h:
7027         * tests/check/libs/pbutils.c:
7028           API: add gst_missing_*_installer_detail_new() convenience API so
7029           that applications that know exactly what they're missing can request
7030           installer detail strings for those items directly instead of having
7031           to first create a dummy missing-plugin message and then get the
7032           installer detail string from that.  Fixes #470456.
7033
7034 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7035
7036         * gst/playback/gstdecodebin.c: (close_pad_link):
7037         We need to set up delayed-linking whenever the caps are non-fixed,
7038         not just when there are multiple types - use gst_pad_is_fixed()
7039         to test.
7040
7041 2007-08-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7042
7043         * gst-libs/gst/pbutils/missing-plugins.c:
7044           (gst_missing_plugin_message_get_installer_detail):
7045           Add missing separator in PID fallback case.
7046
7047 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7048
7049         * ext/alsa/Makefile.am:
7050         There is no GST_PLUGINS_BASE_LIBS defined.
7051         
7052         * ext/alsa/gstalsa.c:
7053         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7054         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7055         Add support for ALSA 24-bit formats.
7056         snd_pcm_delay can return an error code, especially
7057         during XRUNS. In that case, the best we can do is assume
7058         delay = 0.
7059
7060         * gst/audioconvert/Makefile.am:
7061         Add flags from -base before any more-remote dependencies.
7062
7063 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7064
7065         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7066
7067         * gst/volume/gstvolume.c: (volume_choose_func),
7068         (volume_update_real_volume), (gst_volume_set_volume),
7069         (gst_volume_init), (volume_process_int32),
7070         (volume_process_int32_clamp), (volume_process_int24),
7071         (volume_process_int24_clamp), (volume_process_int16),
7072         (volume_process_int16_clamp), (volume_process_int8),
7073         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7074         * gst/volume/gstvolume.h:
7075         Add support for int32, int24 and int8 to the volume element.
7076         Fixes #445529.
7077
7078 2007-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7079
7080         * tests/examples/Makefile.am:
7081           Fix even more.
7082
7083 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7084
7085         * configure.ac:
7086         * docs/libs/Makefile.am:
7087         * docs/libs/gst-plugins-base-libs-docs.sgml:
7088         * docs/libs/gst-plugins-base-libs-sections.txt:
7089         * ext/gnomevfs/gstgnomevfssrc.c:
7090         * ext/gnomevfs/gstgnomevfssrc.h:
7091         * gst-libs/gst/Makefile.am:
7092         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7093         * pkgconfig/gstreamer-plugins-base.pc.in:
7094         * sys/v4l/v4lsrc_calls.c:
7095         * tests/examples/Makefile.am:
7096         * win32/common/config.h:
7097           Revert unwanted commit. many thanks to moap. I want a fix for 
7098           https://thomas.apestaart.org/moap/trac/ticket/239
7099
7100 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7101
7102         * gst/volume/gstvolume.c:
7103           Move passthrough below gst_object_sync_values(). Fixes #442654.
7104
7105 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7106
7107         * gst-libs/gst/audio/audio.c:
7108         Clarify the docs a little.
7109
7110 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7111
7112         * gst/volume/gstvolume.c:
7113           Enable liboil for float and add more details about problems with
7114           int16.
7115
7116 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7117
7118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7119         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7120
7121 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7122
7123         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7124         When calculating the first timestamp of the buffers, don't go below 0
7125         and clip the samples because the offset was on the eos page.
7126         Fixes #466717.
7127
7128 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7129
7130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7131         (gst_ogg_demux_collect_chain_info):
7132         Also submit the eos page when trying to find the first timestamp.
7133         See #466717.
7134
7135 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7136
7137         * gst-libs/gst/audio/audio.h:
7138         Use gst_util_uint64_scale() instead of doing the math
7139         with double for GST_FRAMES_TO_CLOCK_TIME() and
7140         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7141         prevents rounding errors. Fixes #467667.
7142
7143 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7144
7145         * gst-libs/gst/rtsp/gstrtspconnection.c:
7146         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7147         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7148         * gst-libs/gst/rtsp/gstrtspconnection.h:
7149         Small cleanups.
7150         On shutdown, don't read the control socket yet.
7151         Set timeout value correctly in all cases.
7152         Add function to check if the server accepts reads or writes.
7153         API: gst_rtsp_connection_poll()
7154
7155         * gst-libs/gst/rtsp/gstrtspdefs.h:
7156         Fix compilation with -pedantic.
7157         Add enum for _poll.
7158
7159 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7160
7161         Patch by: Olivier Crete  <tester at tester ca>
7162
7163         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7164         (gst_basertppayload_getcaps):
7165         * gst-libs/gst/rtp/gstbasertppayload.h:
7166         Add getcaps vfunc to basertppayload. See #465146.
7167
7168 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7171         Only post buffering messages when we are a stream.
7172
7173 2007-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7174
7175         * gst-libs/gst/pbutils/install-plugins.c:
7176         * gst-libs/gst/pbutils/missing-plugins.c:
7177           Small docs fix and addition.
7178
7179 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7180
7181         * tests/icles/.cvsignore:
7182         * tests/icles/Makefile.am:
7183         * tests/icles/test-textoverlay.c:
7184           Add a dumb little test for textoverlay alignments.
7185
7186 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7187
7188         Patch by: Dan Williams  <dcbw redhat com>
7189
7190         * ext/pango/gsttextoverlay.c:
7191         * ext/pango/gsttextoverlay.h:
7192           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7193           "silent" property so there's a Since tag in the API reference.
7194
7195 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         * gst-libs/gst/rtp/gstbasertppayload.c:
7198         (gst_basertppayload_set_outcaps):
7199         * gst-libs/gst/rtp/gstbasertppayload.h:
7200         Improve caps negotiation so that downstream elements can confiure
7201         certain RTP properties by fixing them on the caps. See #465146.
7202         Add docs.
7203
7204 2007-08-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7205
7206         * docs/libs/gst-plugins-base-libs-sections.txt:
7207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7208         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7209           Mark as deprecated some macros which were presumably meant to be
7210           private API and accidentally exposed in the public header file.
7211           Also actually _init() lock (only works at the moment because the
7212           struct is zeroed out when created and the initial values in the
7213           mutex struct are zeroes too). (#459585)
7214
7215 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7216
7217         * docs/libs/Makefile.am:
7218           Remove cruft and do some cleanups.
7219
7220         * docs/libs/gst-plugins-base-libs-docs.sgml:
7221           Prepare for comming gtkdoc features (rebase against online docs).
7222
7223 2007-08-10  Michael Smith <msmith@fluendo.com>
7224
7225         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7226           Debug output fixes.
7227         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7228         (GST_START_TEST):
7229           Change the number of buffers used; 500 is too many and leads to
7230           timeouts.
7231
7232 2007-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7233
7234         * gst/playback/gstqueue2.c:
7235         * gst/videorate/gstvideorate.c:
7236           Printf format fixes (#465028).
7237
7238 2007-08-09  Michael Smith <msmith@fluendo.com>
7239
7240         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7241           If we have a large (> 1 second) discontinuity, push a series of
7242           smaller buffers rather than a single very large buffer. Avoids
7243           unreasonably large single buffer allocations when encountering a
7244           large gap.
7245         * tests/check/elements/audiorate.c: (GST_START_TEST),
7246         (audiorate_suite):
7247           Add a test for this.
7248
7249 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7250
7251         * gst/playback/gstplaybasebin.c: (group_commit),
7252         (queue_remove_probe), (queue_threshold_reached):
7253
7254         Patch by: Josep Torra Valles <josep@fluendo.com>
7255         Fixes: #465015
7256         Make sure we remove the check_queues buffer probe from the 
7257         correct queue to avoid racily going back to "buffering 99%" when
7258         buffering is actually complete.
7259
7260         Also, fix the spelling of Josep's surname in the ChangeLog.
7261
7262 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * ext/ogg/gstoggmux.c:
7265           Do not leak oggmux instance.
7266         
7267         * ext/vorbis/vorbisenc.c:
7268           Also log values.
7269
7270 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7271
7272         * po/hu.po:
7273         * po/it.po:
7274         * po/nl.po:
7275         * po/uk.po:
7276         * po/vi.po:
7277           Updated translations.
7278
7279 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7280
7281         patch by: Yang Hong <hongyang@redflag-linux.com>
7282
7283         * ext/pango/gsttextoverlay.c:
7284         * ext/pango/gsttextoverlay.h:
7285           Add 'silent' property to GstTimeOverlay. Fixes #462979
7286
7287 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7288
7289         Patch by: Josep Torra Valles <josep@fluendo.com>
7290
7291         * docs/plugins/gst-plugins-base-plugins.args:
7292         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7293         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7294         (gst_uri_decode_bin_get_property), (gen_source_element):
7295         Add connection-speed property. Fixes #464690.
7296
7297 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7298
7299         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7300
7301         * configure.ac:
7302         * gst-libs/gst/rtsp/Makefile.am:
7303         * gst-libs/gst/rtsp/gstrtspconnection.c:
7304         (gst_rtsp_connection_connect):
7305         Fix compilation on windows. Fixes #464320.
7306
7307 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7308
7309         Patch by: Josep Torra Valles <josep@fluendo.com>
7310
7311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7312         (gst_play_base_bin_init), (queue_threshold_reached),
7313         (gen_source_element), (setup_substreams),
7314         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7315         (gst_play_base_bin_get_streaminfo_value_array):
7316         * gst/playback/gstplaybasebin.h:
7317         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7318         (gst_play_bin_set_property), (gst_play_bin_get_property),
7319         (gst_play_bin_handle_redirect_message):
7320         Move connection-speed property from playbin to playbasebin so that we
7321         can also configure it in source elements that have the connection-speed
7322         property. Fixes #464028.
7323         Add some debug info here and there.
7324
7325 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7326
7327         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7328         Properly respond to conversion queries. Fixes #464079.
7329
7330 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7331
7332         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7333         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7334         (gst_audio_test_src_init_sine_table),
7335         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7336         * gst/audiotestsrc/gstaudiotestsrc.h:
7337         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7338         Also set the default volume to the default value specified in the
7339         GParamSpec.
7340
7341 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7342
7343         Patch by: Jens Granseuer <jensgr at gmx dot net>
7344
7345         * gst/audioconvert/gstaudioquantize.c:
7346         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7347
7348 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7349
7350         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7351         Add rdt manager for rdt transport.
7352         Fix parsing of RDT transport.
7353
7354 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7355
7356         * configure.ac:
7357         Back to CVS
7358
7359 === release 0.10.14 ===
7360
7361 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7362
7363         * configure.ac:
7364           releasing 0.10.14, "Light Years Ahead"
7365
7366 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7367
7368         * tests/check/libs/audio.c: (GST_START_TEST):
7369         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7370
7371 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7372
7373         * gst-libs/gst/audio/audio.c:
7374         When clipping a buffer with no timestamp, assume it is
7375         within the segment without warnings.
7376
7377         Fixes: #460978
7378
7379 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7380
7381         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7382         Fire the signal on the object, not the interface.
7383
7384 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7385
7386         * gst-libs/gst/rtsp/.cvsignore:
7387         Ber. Don't include the full path, idiot.
7388
7389 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7390
7391         * gst-libs/gst/rtsp/.cvsignore:
7392         Ignore generated files.
7393
7394 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7395
7396         * gst-libs/gst/interfaces/Makefile.am:
7397         * gst-libs/gst/interfaces/interfaces-marshal.list:
7398         * gst-libs/gst/interfaces/rtspextension.c:
7399         * gst-libs/gst/interfaces/rtspextension.h:
7400         * gst-libs/gst/rtsp/Makefile.am:
7401         * gst-libs/gst/rtsp/gstrtsp.h:
7402         * gst-libs/gst/rtsp/gstrtspextension.c:
7403         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7404         (gst_rtsp_extension_detect_server),
7405         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7406         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7407         (gst_rtsp_extension_configure_stream),
7408         (gst_rtsp_extension_get_transports),
7409         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7410         * gst-libs/gst/rtsp/gstrtspextension.h:
7411         * gst-libs/gst/rtsp/rtsp-marshal.list:
7412         Move the rtspextension.h interface into gstrtspextension.h
7413         as part of libgstrtsp instead of libgstinterfaces, because it's
7414         only for use within plugins, not applications. 
7415         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7416         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7417         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7418         is abstract.
7419
7420 2007-07-26  Wim Taymans  <wim.taymans@gmail.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_rtsp_extension_iface_init),
7426         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7427         * gst-libs/gst/interfaces/rtspextension.h:
7428         Fix marshaller for the send signal.
7429         Add URL to stream selection interface method.
7430
7431 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7432
7433         * gst-libs/gst/riff/Makefile.am:
7434         Pull in our dependencies from -base before those from outside.
7435
7436 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7437
7438         * docs/libs/gst-plugins-base-libs-sections.txt:
7439         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7440         * gst-libs/gst/rtsp/gstrtspbase64.h:
7441         API: gst_rtsp_base64_decode_ip()
7442         Added function to decode Base64 in-place.
7443
7444 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7445
7446         * tests/check/libs/.cvsignore:
7447         Ignore the mixer test binary.
7448
7449 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7450
7451         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7452         Gratuitous comment change to trigger a rebuild on the buildbots.
7453
7454 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7455
7456         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7457         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7458         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7459         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7460         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7461         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7462         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7463         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7464         (gst_sdp_media_get_attribute_val):
7465         * gst-libs/gst/sdp/gstsdpmessage.h:
7466         Constify args where we can.
7467
7468 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         * gst-libs/gst/interfaces/Makefile.am:
7471         * gst-libs/gst/interfaces/rtspextension.c:
7472         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7473         (gst_rtsp_extension_detect_server),
7474         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7475         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7476         (gst_rtsp_extension_configure_stream),
7477         (gst_rtsp_extension_get_transports),
7478         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7479         * gst-libs/gst/interfaces/rtspextension.h:
7480         Move interface for RTSP extensions from -good to here.
7481         Added helper methods to invoke interface methods.
7482
7483 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7484
7485         * docs/libs/gst-plugins-base-libs-sections.txt:
7486         * gst-libs/gst/rtsp/gstrtspdefs.h:
7487         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7488         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7489         (gst_rtsp_message_init_response),
7490         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7491         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7492         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7493         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7494         (gst_rtsp_message_get_body), (dump_key_value):
7495         * gst-libs/gst/rtsp/gstrtspmessage.h:
7496         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7497         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7498         (gst_rtsp_range_parse):
7499         * gst-libs/gst/rtsp/gstrtsprange.h:
7500         * gst-libs/gst/rtsp/gstrtsptransport.c:
7501         * gst-libs/gst/rtsp/gstrtspurl.c:
7502         Fix some more RTSP docs.
7503         Add some missing methods for dealing with messages.
7504
7505 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         * docs/libs/gst-plugins-base-libs-docs.sgml:
7508         * docs/libs/gst-plugins-base-libs-sections.txt:
7509         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7510         * gst-libs/gst/rtsp/gstrtspbase64.h:
7511         * gst-libs/gst/rtsp/gstrtspconnection.c:
7512         (gst_rtsp_connection_connect), (add_auth_header),
7513         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7514         (read_body), (gst_rtsp_connection_receive),
7515         (gst_rtsp_connection_next_timeout),
7516         (gst_rtsp_connection_reset_timeout),
7517         (gst_rtsp_connection_set_auth):
7518         * gst-libs/gst/rtsp/gstrtspconnection.h:
7519         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7520         * gst-libs/gst/rtsp/gstrtspdefs.h:
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/gstrtspurl.h:
7526         Added beginnings of RTSP documentation.
7527
7528 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7529
7530         * docs/libs/Makefile.am:
7531         * docs/libs/gst-plugins-base-libs-docs.sgml:
7532         * docs/libs/gst-plugins-base-libs-sections.txt:
7533         * gst-libs/gst/sdp/gstsdp.h:
7534         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7535         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7536         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7537         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7538         (gst_sdp_message_get_attribute_val),
7539         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7540         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7541         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7542         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7543         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7544         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7545         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7546         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7547         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7548         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7549         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7550         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7551         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7552         (gst_sdp_media_get_attribute_val_n),
7553         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7554         (print_media), (gst_sdp_message_dump):
7555         * gst-libs/gst/sdp/gstsdpmessage.h:
7556         Document the SDP library.
7557         Add some of the missing SDPMedia methods.
7558
7559 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7560
7561         * configure.ac:
7562         * gst-libs/gst/Makefile.am:
7563         * gst-libs/gst/rtsp/Makefile.am:
7564         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7565         * gst-libs/gst/rtsp/gstrtspbase64.h:
7566         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7567         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7568         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7569         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7570         (parse_response_status), (parse_request_line), (parse_line),
7571         (gst_rtsp_connection_read), (read_body),
7572         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7573         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7574         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7575         (gst_rtsp_connection_set_auth):
7576         * gst-libs/gst/rtsp/gstrtspconnection.h:
7577         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7578         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7579         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7580         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7581         (gst_rtsp_find_method):
7582         * gst-libs/gst/rtsp/gstrtspdefs.h:
7583         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7584         (gst_rtsp_message_new), (gst_rtsp_message_init),
7585         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7586         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7587         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7588         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7589         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7590         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7591         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7592         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7593         (gst_rtsp_message_dump):
7594         * gst-libs/gst/rtsp/gstrtspmessage.h:
7595         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7596         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7597         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7598         * gst-libs/gst/rtsp/gstrtsprange.h:
7599         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7600         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7601         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7602         (range_as_text), (rtsp_transport_mode_as_text),
7603         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7604         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7605         (gst_rtsp_transport_free):
7606         * gst-libs/gst/rtsp/gstrtsptransport.h:
7607         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7608         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7609         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7610         * gst-libs/gst/rtsp/gstrtspurl.h:
7611         * gst-libs/gst/sdp/Makefile.am:
7612         * gst-libs/gst/sdp/gstsdp.h:
7613         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7614         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7615         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7616         (gst_sdp_attribute_init), (gst_sdp_message_new),
7617         (gst_sdp_message_init), (gst_sdp_message_uninit),
7618         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7619         (gst_sdp_media_uninit), (gst_sdp_media_free),
7620         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7621         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7622         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7623         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7624         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7625         (gst_sdp_message_get_attribute_val),
7626         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7627         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7628         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7629         (gst_sdp_media_get_attribute_val_n),
7630         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7631         (read_string), (read_string_del), (gst_sdp_parse_line),
7632         (gst_sdp_message_parse_buffer), (print_media),
7633         (gst_sdp_message_dump):
7634         * gst-libs/gst/sdp/gstsdpmessage.h:
7635         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7636         Move SDP and RTSP from helper objects in -good to a reusable library.
7637         Use a proper gst_ namespace.
7638
7639 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7640
7641         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7642         (vorbis_dec_flush_decode):
7643         Use the new buffer clipping function from gstaudio here.
7644
7645 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7646
7647         * docs/libs/gst-plugins-base-libs-sections.txt:
7648         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7649         * gst-libs/gst/audio/audio.h:
7650         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7651         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7652         Also add deprecation guards for gst_audio_structure_set_int() to the
7653         header.
7654
7655 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7656
7657         * docs/libs/gst-plugins-base-libs-sections.txt:
7658           Cleanup the docs.
7659
7660 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7661
7662         Patch by: Dan Williams <dcbw at redhat dot com>
7663
7664         * gst/playback/gstplaybasebin.c:
7665         (gst_play_base_bin_get_streaminfo_value_array):
7666         Don't return NULL when querying the stream info value array but instead
7667         return an empty array. Fixes #459204.
7668
7669 2007-07-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7670
7671         * gst/playback/gsturidecodebin.c:
7672           Init debug category before using it.
7673
7674 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7675
7676         * gst-libs/gst/interfaces/mixer.h:
7677         Add padding vars in place of the signal pointers
7678         when building with DISABLE_DEPRECATED so that the
7679         interface structure doesn't change size.
7680
7681 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7682
7683         * docs/libs/gst-plugins-base-libs-sections.txt:
7684         * ext/alsa/gstalsamixer.c:
7685         * ext/alsa/gstalsamixer.h:
7686         * ext/alsa/gstalsamixerelement.c:
7687         * ext/alsa/gstalsamixertrack.c:
7688         * gst-libs/gst/interfaces/mixer.c:
7689         * gst-libs/gst/interfaces/mixer.h:
7690         * gst-libs/gst/interfaces/mixeroptions.c:
7691         * gst-libs/gst/interfaces/mixeroptions.h:
7692         * gst-libs/gst/interfaces/mixertrack.c:
7693         * gst-libs/gst/interfaces/mixertrack.h:
7694         * tests/check/Makefile.am:
7695         * tests/check/libs/mixer.c:
7696
7697         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7698         Fixes: #152864 
7699
7700         Add support for notifying mixer changes on the message bus, and
7701         implement it in alsamixer.
7702
7703         API: gst_mixer_get_mixer_flags
7704         API: gst_mixer_message_parse_mute_toggled
7705         API: gst_mixer_message_parse_record_toggled
7706         API: gst_mixer_message_parse_volume_changed
7707         API: gst_mixer_message_parse_option_changed
7708         API: GstMixerMessageType
7709         API: GstMixerFlags
7710
7711 2007-07-20  Michael Smith <msmith@fluendo.com>
7712
7713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7714         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7715           xcontext->im_format is only for testing XShm support (as the header
7716           file comments document). Use xvimage->im_format for everything else.
7717           Avoids spurious warnings on buffer allocation before setcaps.
7718
7719 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7720
7721         * tests/examples/volume/Makefile.am:
7722         * tests/icles/Makefile.am:
7723           We should use $(LIBM).
7724
7725 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7726
7727         * tests/icles/Makefile.am:
7728           This needs -lm.
7729
7730 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7731
7732         * gst-libs/gst/rtp/gstbasertppayload.c:
7733         (gst_basertppayload_class_init), (gst_basertppayload_init),
7734         (gst_basertppayload_set_property),
7735         (gst_basertppayload_get_property):
7736         Don't break ABI, restore previous ranges. Keep the default random
7737         selection of timestamp and seqnum offset but as soon as the app sets a
7738         specific value, use that one.
7739
7740 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7741
7742         Patch by: Bastien Nocera <hadess at hadess dot net>
7743
7744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7745         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7746         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7747         * sys/xvimage/xvimagesink.h:
7748         Add option to turn off double-buffering for debugging purposes.
7749         Fixes #437169.
7750
7751 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7752
7753         Patch by: Jorn Baayen <jorn at openedhand dot com>
7754
7755         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7756         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7757         (gst_ximagesink_init), (gst_ximagesink_class_init):
7758         * sys/ximage/ximagesink.h:
7759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7760         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7761         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7762         * sys/xvimage/xvimagesink.h:
7763         add 'handle-expose' property. Useful for video widgets which may want to
7764         be in control of Expose behaviour. Fixes #380625
7765
7766 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7767
7768         * gst-libs/gst/rtp/gstbasertppayload.c:
7769         (gst_basertppayload_class_init), (gst_basertppayload_init),
7770         (gst_basertppayload_event), (gst_basertppayload_push),
7771         (gst_basertppayload_set_property),
7772         (gst_basertppayload_get_property),
7773         (gst_basertppayload_change_state):
7774         * gst-libs/gst/rtp/gstbasertppayload.h:
7775         Fix ranges of rtp payloader properties so that the full range can be
7776         used in addition to -1 (random).
7777         Fix wrong seqnum reporting in caps.
7778         Fixes #420326.
7779
7780 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7781
7782         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7783         (gst_video_rate_query):
7784         Use boilerplate.
7785         Add latency query, might not be perfect yet but already works a lot
7786         better. Fixes #442557.
7787
7788 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7789
7790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7791         (gst_xvimagesink_setcaps):
7792         * sys/xvimage/xvimagesink.h:
7793         After a caps change, redraw our borders to avoid garbage left there
7794         when the image format changes to a smaller size, like 16:9 -> 4:3
7795         Also, hold the flow_lock a bit longer in the set_caps while we're
7796         fiddling with the xcontext.
7797
7798 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7799
7800         * Makefile.am:
7801         * configure.ac:
7802         * tests/Makefile.am:
7803         Remove bogus check for libcheck, since we check for
7804         gstreamer-check and it pulls in the required info from there, and we
7805         weren't actually _using_ the information for libcheck ourselves
7806         anyway.
7807
7808 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7809
7810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7811         (gst_ffmpeg_caps_to_pixfmt):
7812         Fix the r_mask test for RGBA32 on little-endian.
7813         Fix a stupid typo that would have obviously broken 
7814         compilation on big-endian, if anyone was testing.
7815
7816 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7817
7818         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7819         (paint_hline_str4):
7820         * gst/videotestsrc/videotestsrc.h:
7821         Add alpha to the color struct.
7822         Use a default alpha value of 255 instead of 128.
7823
7824 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7825
7826         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7827         (setup_source):
7828         Clear the dynamic pads counter when starting a new uri. This makes
7829         reusing playbin work again.
7830         Fixes #454264.
7831
7832 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7833
7834         * configure.ac:
7835           Use pkg-config to locate check.
7836
7837 2007-07-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7838
7839         * configure.ac:
7840         * tests/check/elements/volume.c: (GST_START_TEST):
7841           Fix 'make check' build against core CVS.
7842
7843 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7844
7845         * gst-libs/gst/interfaces/propertyprobe.c:
7846         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7847         * gst-libs/gst/tag/gstvorbistag.c:
7848           Make gtk-doc happy.
7849
7850 2007-07-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7851
7852         * gst-libs/gst/audio/gstbaseaudiosink.c:
7853         (gst_base_audio_sink_callback):
7854           Quick hack to make audiosinks stop at EOS when operating in
7855           pull-mode; needs to be fixed properly some day.
7856
7857 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7858
7859         * docs/libs/gst-plugins-base-libs-sections.txt:
7860           Fix location of includes in the docs.
7861
7862 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7863
7864         * gst/ffmpegcolorspace/avcodec.h:
7865         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7866         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7867         (gst_ffmpegcsp_avpicture_fill):
7868         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7869         (img_get_alpha_info):
7870         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7871         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7872         end of the word. Partially fixes #451908
7873
7874 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7875
7876         * docs/libs/Makefile.am:
7877         * docs/plugins/Makefile.am:
7878           Simplify --extra-dir as gtkdoc scans recursively.
7879
7880 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7881
7882         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7883         (gst_adder_request_new_pad):
7884         Make getcaps more robust by not using the proxycaps function. This makes
7885         sure that we don't end up recursively calling getcaps upstream.
7886         See #316248.
7887
7888 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7889
7890         * gst/audioconvert/audioconvert.c:
7891         Include math.h to fix compilation.
7892
7893 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7894
7895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7896         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7897         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7898         format, as produced by some dc1394 cameras like the iSight.
7899         See http://www.fourcc.org/yuv.php#IYU1
7900
7901 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7902
7903         * gst/audioconvert/Makefile.am:
7904         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7905         (check_default), (audio_convert_prepare_context),
7906         (audio_convert_clean_context), (audio_convert_convert):
7907         * gst/audioconvert/audioconvert.h:
7908         * gst/audioconvert/gstaudioconvert.c:
7909         (gst_audio_convert_dithering_get_type),
7910         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7911         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7912         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7913         * gst/audioconvert/gstaudioconvert.h:
7914         * gst/audioconvert/gstaudioquantize.c:
7915         (gst_audio_quantize_setup_noise_shaping),
7916         (gst_audio_quantize_free_noise_shaping),
7917         (gst_audio_quantize_setup_dither),
7918         (gst_audio_quantize_free_dither),
7919         (gst_audio_quantize_setup_quantize_func),
7920         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7921         * gst/audioconvert/gstaudioquantize.h:
7922         Implement dithering and noise shaping in audioconvert. By default now
7923         TPDF dithering (and no noise shaping) will be used when converting
7924         from a higher bit depth to 20 bit depth or smaller, otherwise
7925         everything will be as it is now.
7926         For the last audioconvert in a pipeline it would make sense to
7927         use some kind of noise shaping, enabling it by default for all
7928         conversions would give undesired results though. Fixes #360246.
7929         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7930         (GST_START_TEST):
7931         Adjust unit test for the new audioconvert.
7932
7933 2007-06-28  Wim Taymans  <wim@fluendo.com>
7934
7935         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7936         Use other metrics as well when estimating the buffer level.
7937
7938 2007-06-28  Wim Taymans  <wim@fluendo.com>
7939
7940         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7941         Small debug improvement.
7942
7943         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7944         (plugin_init):
7945         Tweak the rate estimation period.
7946         When calculating the buffer filledness in rate estimation mode, don't
7947         mix it with other metrics.
7948
7949 2007-06-28  Wim Taymans  <wim@fluendo.com>
7950
7951         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7952         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7953         When creating the groups, allow for a 5 second, unlimited buffers
7954         preroll phase after which we expose the group.
7955         When the group is exposed, use a small number of buffers up to a 2
7956         second limit. Also disconnect the overrun signal from multiqueue when we
7957         exposed the group because it is not needed anymore.
7958
7959 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7960
7961         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7962           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7963           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7964           (#451707); also, output some debugging info when dealing with
7965           freeform strings.
7966
7967         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7968           Add unit test for the above.
7969
7970 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7971
7972         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7973           Add description for Windows Media RTP caps.
7974
7975         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7976           Remove RTP fields that don't define the format from caps.
7977
7978 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7979
7980         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7981           Skip empty buffers, but not empty header buffers. That way the original
7982           vorbisdec unit test still passes (#451145); also, take into account
7983           that those empty packets might carry a granulepos.
7984
7985         * tests/check/Makefile.am:
7986         * tests/check/elements/vorbisdec.c:
7987         (_create_codebook_header_buffer), (_create_audio_buffer),
7988         (GST_START_TEST), (vorbisdec_suite):
7989           Add unit test that sends an empty packet.
7990
7991 2007-06-27  Wim Taymans  <wim@fluendo.com>
7992
7993         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7994         Don't error out on 0-sized packets, just emit a warning because this is
7995         not a fatal error. Fixes #451145.
7996
7997 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7998
7999         * docs/plugins/gst-plugins-base-plugins.args:
8000         * docs/plugins/gst-plugins-base-plugins.signals:
8001         * docs/plugins/inspect/plugin-adder.xml:
8002         * docs/plugins/inspect/plugin-alsa.xml:
8003         * docs/plugins/inspect/plugin-audioconvert.xml:
8004         * docs/plugins/inspect/plugin-audiorate.xml:
8005         * docs/plugins/inspect/plugin-audioresample.xml:
8006         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8007         * docs/plugins/inspect/plugin-cdparanoia.xml:
8008         * docs/plugins/inspect/plugin-decodebin.xml:
8009         * docs/plugins/inspect/plugin-decodebin2.xml:
8010         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8011         * docs/plugins/inspect/plugin-gdp.xml:
8012         * docs/plugins/inspect/plugin-gnomevfs.xml:
8013         * docs/plugins/inspect/plugin-libvisual.xml:
8014         * docs/plugins/inspect/plugin-ogg.xml:
8015         * docs/plugins/inspect/plugin-pango.xml:
8016         * docs/plugins/inspect/plugin-playbin.xml:
8017         * docs/plugins/inspect/plugin-subparse.xml:
8018         * docs/plugins/inspect/plugin-tcp.xml:
8019         * docs/plugins/inspect/plugin-theora.xml:
8020         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8021         * docs/plugins/inspect/plugin-video4linux.xml:
8022         * docs/plugins/inspect/plugin-videorate.xml:
8023         * docs/plugins/inspect/plugin-videoscale.xml:
8024         * docs/plugins/inspect/plugin-videotestsrc.xml:
8025         * docs/plugins/inspect/plugin-volume.xml:
8026         * docs/plugins/inspect/plugin-vorbis.xml:
8027         * docs/plugins/inspect/plugin-ximagesink.xml:
8028         * docs/plugins/inspect/plugin-xvimagesink.xml:
8029           Update docs with caps info.
8030
8031 2007-06-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8032
8033         * po/POTFILES.in:
8034           Add more files with translatable strings (#450875).
8035
8036 2007-06-23  Edward Hervey  <edward@fluendo.com>
8037
8038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8039         The chain should be freed if we error out here, else it will leak.
8040         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8041         (cleanup_decodebin):
8042         Don't forget to *properly* remove the signals, else it will leak.
8043
8044 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8045
8046         * MAINTAINERS:
8047         Updating all the maintainers files
8048
8049 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8050
8051         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8052         (main):
8053           Destroy and recreate parse-launch based pipeline after stop to be able
8054           to play again. Reorder some code and add more comments.
8055
8056 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8057
8058         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8059         When handling a delayed-caps notification case, mark
8060         the group as dynamic so that the nbdynamic count is
8061         incremented and decremented correctly. Fixes: #449156
8062         Patch by: Wim Taymans <wim@fluendo.com>
8063
8064 2007-06-19  Andy Wingo  <wingo@pobox.com>
8065
8066         * gst-libs/gst/audio/gstbaseaudiosink.c
8067         (gst_base_audio_sink_init): Enable pull-mode operation.
8068
8069 2007-06-19  Michael Smith <msmith@fluendo.com>
8070
8071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8072           Change minimum rate back to 1000 to allow low-sample-rate wav files
8073           to play back.
8074
8075 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8076
8077         * po/vi.po:
8078           Update translations.
8079
8080 2007-06-15  David Schleef  <ds@schleef.org>
8081
8082         * gst/playback/gstqueue2.c:
8083           Fix compile error from ignored return value.
8084
8085 2007-06-15  Michael Smith <msmith@fluendo.com>
8086
8087         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8088           Update tmpbuf for all neccesary rows, not just one, as is required
8089           when downscaling.
8090           Fixes #402076.
8091
8092 2007-06-15  Michael Smith <msmith@fluendo.com>
8093
8094         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8095         (eos_buffer_probe):
8096           Add a test that ensures we set DELTA_UNIT on all non-header,
8097           non-video buffers, if we have a video stream.
8098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8099         (gst_ogg_mux_process_best_pad):
8100           Move setting delta_pad to earlier, where we inspect all pads, so
8101           that leading audio pages don't get DELTA_UNIT unset if they come
8102           before the first DELTA_UNIT from video pages. Fixes the newly-added
8103           test. Fixes #385527.
8104
8105 2007-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8106
8107         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8108           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8109           fails on the p5-ppc64 build bot and the failure looks like it is due
8110           to the same issue as #348114, ie. a compiler bug.
8111
8112 2007-06-13  Edward Hervey  <edward@fluendo.com>
8113
8114         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8115         Fix build on MacOSX.
8116
8117 2007-06-13  Wim Taymans  <wim@fluendo.com>
8118
8119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8120         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8121         Fix compilation on mingw. Fixes #446972.
8122
8123 2007-06-12  Wim Taymans  <wim@fluendo.com>
8124
8125         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8126
8127         * gst/playback/gstqueue2.c: (update_buffering),
8128         (gst_queue_locked_enqueue):
8129         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8130         also update the buffering status when receiving events. Fixes #446551.
8131
8132 2007-06-11  Wim Taymans  <wim@fluendo.com>
8133
8134         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8135
8136         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8137         (gst_queue_handle_src_query):
8138         Wait for preroll before attempting to forward a duration query upstream.
8139         Fixes #445505.
8140
8141 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8142
8143         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8144         (gst_base_rtp_depayload_set_gst_timestamp):
8145         Use G_GINT64_CONSTANT macro for int64 constant.
8146         * win32/common/libgstinterfaces.def:
8147         * win32/common/libgsttag.def:
8148         Add new exported functions.
8149
8150 2007-06-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8151
8152         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8153           The BOS page of the first Dirac video stream needs to come before
8154           the BOS page of any Vorbis streams or other audio streams, just like
8155           it is with Theora.
8156
8157 2007-06-07  Wim Taymans  <wim@fluendo.com>
8158
8159         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8160         Fix compilation.
8161
8162 2007-06-06  Wim Taymans  <wim@fluendo.com>
8163
8164         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8165
8166         * gst/playback/gstqueue2.c: (gst_queue_init),
8167         (gst_queue_handle_sink_event), (gst_queue_chain),
8168         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8169         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8170         (gst_queue_src_activate_pull):
8171         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8172         Does not yet completely work because duration queries upstream won't
8173         block yet.
8174
8175 2007-06-06  Wim Taymans  <wim@fluendo.com>
8176
8177         * configure.ac:
8178         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8179         Some more fseeko checks.
8180
8181 2007-06-06  Wim Taymans  <wim@fluendo.com>
8182
8183         * configure.ac:
8184         check for large file support.
8185
8186 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8187
8188         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8189
8190         * gst/subparse/gstsubparse.c: (parse_subrip),
8191         (subviewer_unescape_newlines), (parse_subviewer),
8192         (gst_sub_parse_data_format_autodetect),
8193         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8194         * gst/subparse/gstsubparse.h:
8195         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8196         * tests/check/elements/subparse.c: (GST_START_TEST),
8197         (subparse_suite):
8198         Add a unit test for both SubViewer formats.
8199
8200 2007-06-01  Michael Smith <msmith@fluendo.com>
8201
8202         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8203           Don't overflow intermediate values when seeking to large time values
8204           in audiotestsrc.
8205
8206 2007-06-05  Wim Taymans  <wim@fluendo.com>
8207
8208         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8209         (gst_queue_create_read), (gst_queue_read_item_from_file),
8210         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8211         Include stdio to define fseeko.
8212
8213 2007-06-05  Wim Taymans  <wim@fluendo.com>
8214
8215         Patch by: Edward Hervey  <edward@fluendo.com>
8216
8217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8218         (gst_v4lsrc_query):
8219         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8220
8221 2007-06-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8222
8223         * gst-libs/gst/riff/Makefile.am:
8224         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8225           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8226           our own implementation.
8227
8228 2007-06-05  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8231         (gst_base_rtp_depayload_setcaps),
8232         (gst_base_rtp_depayload_set_gst_timestamp),
8233         (gst_base_rtp_depayload_change_state):
8234         Handle timestamp wraparound.
8235
8236 2007-06-05  Wim Taymans  <wim@fluendo.com>
8237
8238         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8239         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8240         (gst_uri_decode_bin_change_state):
8241         Make sure we name srcpads uniquely even when using different internal
8242         decodebins.
8243         Signal no-more-pads when no more dynamic elements exist.
8244         Remove pads on cleanup.
8245
8246 2007-06-05  Wim Taymans  <wim@fluendo.com>
8247
8248         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8249
8250         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8251         (gst_queue_init), (gst_queue_finalize),
8252         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8253         (gst_queue_create_read), (gst_queue_read_item_from_file),
8254         (gst_queue_open_temp_location_file),
8255         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8256         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8257         (gst_queue_is_empty), (gst_queue_is_filled),
8258         (gst_queue_change_state), (gst_queue_set_temp_location),
8259         (gst_queue_set_property):
8260         Add support for filebased buffering. Fixes #441264.
8261
8262 2007-06-05  Wim Taymans  <wim@fluendo.com>
8263
8264         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8265         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8266         (caps_notify_group_cb), (gst_decode_group_new),
8267         (gst_decode_group_free):
8268         Add support for delayed caps fixation when autoplugging.
8269         Optimize cases where a multiqueue is not needed/wanted, like right after
8270         anything that is not a demuxer.
8271
8272 2007-06-05  Wim Taymans  <wim@fluendo.com>
8273
8274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8275         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8276         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8277         consideratly speedup ogg chain detection by not trying to find a base
8278         timestamp for skeleton streams. 
8279
8280 2007-06-05  Wim Taymans  <wim@fluendo.com>
8281
8282         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8283         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8284         (gst_multi_fd_sink_remove_flush),
8285         (gst_multi_fd_sink_remove_client_link),
8286         (gst_multi_fd_sink_handle_client_write),
8287         (gst_multi_fd_sink_handle_clients):
8288         * gst/tcp/gstmultifdsink.h:
8289         Add support for remove_flush.
8290
8291 2007-06-05  Wim Taymans  <wim@fluendo.com>
8292
8293         * docs/design/draft-keyframe-force.txt:
8294         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8295         (theora_enc_chain):
8296         Add draft design for forcing keyframes in encoders and implement in
8297         theoraenc.
8298
8299 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8300
8301         * configure.ac:
8302           Back to CVS
8303
8304 === release 0.10.13 ===
8305
8306 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8307
8308         * configure.ac:
8309           releasing 0.10.13, "What's Going on?"
8310
8311 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8312
8313         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8314         In riff, the depth is stored in the size field but it just means that
8315         the least significant bits are cleared. We can therefore just play
8316         the sample as if it had a depth == width. Fixes: #440997
8317
8318         Patch by: Wim Taymans <wim@fluendo.com> 
8319         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8320
8321 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8322
8323         * gst-libs/gst/floatcast/floatcast.h:
8324         Define inline when needed on win32 builds. Fixes: #441295
8325         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8326
8327 2007-05-29  Wim Taymans  <wim@fluendo.com>
8328
8329         * gst/playback/gstplaybasebin.c: (queue_overrun),
8330         (no_more_pads_full):
8331         Stop buffering when the group is commited because the queues filled up.
8332         Fixes #442024.
8333
8334 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8335
8336         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8337         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8338         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8339         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8340         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8341         * ext/alsa/gstalsamixer.h:
8342         * ext/alsa/gstalsamixerelement.c:
8343         (gst_alsa_mixer_element_interface_supported),
8344         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8345         (gst_alsa_mixer_element_set_property),
8346         (gst_alsa_mixer_element_get_property),
8347         (gst_alsa_mixer_element_change_state):
8348         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8349         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8350         (gst_mixer_option_changed):
8351         * gst-libs/gst/interfaces/mixer.h:
8352         Revert commits towards #152864 made so far. We'll pick it up again
8353         after the 0.10.13 release.
8354
8355 2007-05-24  Wim Taymans  <wim@fluendo.com>
8356
8357         * gst-libs/gst/audio/gstbaseaudiosink.c:
8358         (gst_base_audio_sink_render):
8359         After an interrupt (PAUSED/flush) assume that the next sample should not
8360         be aligned to the previous sample. Fixes #417992.
8361
8362 2007-05-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8363
8364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8365           Don't add channels and rate fields to the template caps for
8366           audio/x-dts, as wavparse might not always be able to set them,
8367           which would then lead to 'caps are not a real subset of the
8368           template caps' warnings.
8369
8370 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8371
8372         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8373         Handle unknown or invalid pads without crashing, as might occur if
8374         a media file like an mp3 is specified as a subtitle file.
8375         Fixes: #410039
8376
8377 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8378
8379         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8380         (setup_sinks):
8381         Block the subtitle bin output queue before ghosting it and linking,
8382         then unblock after. This avoids spurious not-linked errors caused 
8383         by the queue starting up (because it gets linked when it is ghosted). 
8384         Fixes: #350299
8385
8386 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8387
8388         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8389         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8390         file. Avoids flukes where the input gets typefound to some valid but
8391         useless type.
8392
8393 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8394
8395         * tests/check/Makefile.am:
8396         * tests/check/elements/.cvsignore:
8397         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8398         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8399           Add unit test for gnomevfssink seeking and position reporting for
8400           file:// URIs.
8401
8402 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8403
8404         Patch by: Mark Nauwelaerts <manauw at skynet be>
8405
8406         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8407         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8408         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8409         * ext/gnomevfs/gstgnomevfssink.h:
8410           Fix position reporting, especially after a seek (from upstream),
8411           see #412648.
8412
8413 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8414
8415         * ext/cdparanoia/gstcdparanoiasrc.c:
8416           Repair umlaut.
8417
8418 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8419
8420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8421         Specify the full valid range for MP3 samplerates. Fixes a regression
8422         caused by extra header checks since the last release.
8423
8424 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8425
8426         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8428         Fix a locking-order bug I introduced with my changes the other day.
8429         Patch by Mike Smith.
8430
8431 2007-05-21  Michael Smith <msmith@fluendo.com>
8432
8433         * ext/theora/theoradec.c: (theora_handle_data_packet):
8434           Don't look inside 0-length packets (which indicate duplicated
8435           frames)
8436
8437 2007-05-21  Wim Taymans  <wim@fluendo.com>
8438
8439         * ext/cdparanoia/gstcdparanoiasrc.c:
8440         (gst_cd_paranoia_src_read_sector):
8441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8442         (gst_base_audio_src_create):
8443         Small cleanups.
8444
8445         * ext/theora/theoradec.c: (theora_dec_sink_event):
8446         Fix typo.
8447
8448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8449         (gst_base_rtp_depayload_set_gst_timestamp):
8450         Add some FIXME
8451
8452         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8453         And some debug info when a FIXME path is hit.
8454
8455 2007-05-21  Wim Taymans  <wim@fluendo.com>
8456
8457         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8458         (gst_base_rtp_audio_payload_class_init),
8459         (gst_base_rtp_audio_payload_init),
8460         (gst_base_rtp_audio_payload_finalize),
8461         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8462         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8463         (gst_base_rtp_payload_audio_handle_event):
8464         Some cleanups, remove minptime property as it is now in the parent
8465         class.
8466         Override parent class event function.
8467
8468         * gst-libs/gst/rtp/gstbasertppayload.c:
8469         (gst_basertppayload_class_init), (gst_basertppayload_init),
8470         (gst_basertppayload_event), (gst_basertppayload_set_property),
8471         (gst_basertppayload_get_property):
8472         * gst-libs/gst/rtp/gstbasertppayload.h:
8473         Add min-ptime property.
8474         Add handle-event vmethod. Fixes #415001.
8475
8476 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8477
8478         * gst-libs/gst/audio/gstbaseaudiosink.c
8479           (gst_base_audio_sink_change_state):
8480           Fix typo in comment.
8481
8482         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8483           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8484           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8485           close_link):
8486         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8487           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8488           Remove trailing whitespaces in comments.
8489
8490         * gst/volume/Makefile.am:
8491           Fix tabs.
8492
8493 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8494
8495         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8496
8497         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8498           set_option, get_option, _gst_reserved):
8499           Revert reordering functions (keep ABI).
8500
8501 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8502
8503         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8504         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8505         (gst_ximagesink_show_frame):
8506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8507         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8508         (gst_xvimagesink_show_frame):
8509         When we create our own window, indicate that we handle the 
8510         WM_DELETE client message from the window manager, so that it won't 
8511         kill our window (and our app) along with it. Handle ClientMessage,
8512         post an error on the bus, and close the window. Further buffers
8513         arriving will result in a FlowError because the window has been
8514         destroyed.
8515
8516         Fixes: #393975
8517
8518         Clean up the X event handling loop and make them the same for
8519         both xvimagesink and ximagesink while I'm at it.
8520
8521 2007-05-17  Wim Taymans  <wim@fluendo.com>
8522
8523         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8524         Make decodebin2 autoplug depayloaders too.
8525
8526         * gst/playback/gsturidecodebin.c: (source_new_pad):
8527         Set the newly created decoder in a usable state when autoplugging a
8528         dynamic source such as RTSP.
8529
8530 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8531
8532         * gst/playback/gststreaminfo.c: (cb_probe):
8533           Ignore video-codec tag for audio streams and ignore audio-codec tags
8534           for video streams. Should make codec name collection a bit more
8535           robust against sloppy demuxers that send tag events containing both
8536           tags down each pad.
8537
8538 2007-05-17  Wim Taymans  <wim@fluendo.com>
8539
8540         * gst/playback/gstqueue2.c: (update_rates):
8541         Tweak the buffering thresholds a little.
8542         Update the buffer size with the previously calculate rate instead of
8543         only when we calculate a new rate so that we get smoother buffering
8544         updates.
8545
8546         * gst/playback/Makefile.am:
8547         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8548         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8549         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8550         (gst_uri_decode_bin_get_property), (unknown_type),
8551         (add_element_stream), (no_more_pads_full), (no_more_pads),
8552         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8553         (gen_source_element), (has_all_raw_caps), (analyse_source),
8554         (remove_decoders), (make_decoder), (remove_source),
8555         (source_new_pad), (setup_source), (decoder_query_init),
8556         (decoder_query_duration_fold), (decoder_query_duration_done),
8557         (decoder_query_position_fold), (decoder_query_position_done),
8558         (decoder_query_latency_fold), (decoder_query_latency_done),
8559         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8560         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8561         (gst_uri_decode_bin_change_state), (plugin_init):
8562         New element that intergrates a source, optional buffering element and
8563         decodebin.
8564
8565 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8566
8567         * configure.ac:
8568           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8569           (also has a .pc file, so we don't need the fallback check any
8570           longer). Fixes #438840.
8571
8572 2007-05-17  Wim Taymans  <wim@fluendo.com>
8573
8574         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8575         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8576         (apply_segment), (apply_buffer), (update_buffering),
8577         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8578         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8579         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8580         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8581         (plugin_init):
8582         fix build.
8583
8584 2007-05-17  Wim Taymans  <wim@fluendo.com>
8585
8586         * gst/playback/Makefile.am:
8587         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8588         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8589         (gst_queue_getcaps), (gst_queue_bufferalloc),
8590         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8591         (apply_buffer), (update_buffering), (reset_rate_timer),
8592         (update_rates), (gst_queue_locked_flush),
8593         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8594         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8595         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8596         (gst_queue_loop), (gst_queue_handle_src_event),
8597         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8598         (gst_queue_src_activate_push), (gst_queue_change_state),
8599         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8600         On our way to playbin2 this is the new network queue that does buffering
8601         all by itself using high and low watermarks. It can also measure up and
8602         downstream bandwidth to optimally size the queue.
8603
8604 2007-05-17  Michael Smith <msmith@fluendo.com>
8605
8606         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8607         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8608           Use the segment->last_stop value to calculate the next timestamp to
8609           generate after a seek; not the segment->start value.
8610
8611 2007-05-15  David Schleef  <ds@schleef.org>
8612
8613         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8614           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8615
8616 2007-05-15  Wim Taymans  <wim@fluendo.com>
8617
8618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8619         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8620         Some more chained streaming ogg timestamp fixes.
8621
8622 2007-05-15  Wim Taymans  <wim@fluendo.com>
8623
8624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8625         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8626         (gst_ogg_demux_handle_page):
8627         Add some FIXMEs.
8628         Fix chain start/stop segment handling based on patch by
8629         <ahalda at cs dot mcgill dot ca> see #320984.
8630
8631 2007-05-15  Michael Smith <msmith@fluendo.com>
8632
8633         * configure.ac:
8634           We don't require a C++ compiler. So don't require one.
8635
8636 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8637
8638         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8639           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8640           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8641           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8642           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8643           gst_alsa_mixer_update_track):
8644           Apply some of the cleanup Tim suggested in #152864 afterwards.
8645
8646 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8647
8648         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8649
8650         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8651           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8652           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8653           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8654           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8655           gst_alsa_mixer_handle_source_callback,
8656           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8657           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8658           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8659           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8660           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8661           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8662         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8663         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8664           gst_alsa_mixer_element_interface_supported,
8665           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8666           gst_alsa_mixer_element_set_property,
8667           gst_alsa_mixer_element_get_property,
8668           gst_alsa_mixer_element_change_state):
8669         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8670         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8671           gst_mixer_option_changed):
8672         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8673           volume_changed, option_changed, _gst_reserved):
8674           Implement notification for alsamixer. Fixes #152864
8675
8676 2007-05-14  David Schleef  <ds@schleef.org>
8677
8678         * gst/videotestsrc/videotestsrc.c:
8679         * gst/videotestsrc/videotestsrc.h:
8680           Add support for video/x-raw-bayer.
8681
8682 2007-05-12  David Schleef  <ds@schleef.org>
8683
8684         * sys/xvimage/xvimagesink.c:
8685           Add some sanity checking for the XVImage size returned by X.
8686           Related to #377400.
8687
8688 2007-05-12  Wim Taymans  <wim@fluendo.com>
8689
8690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8691         (gst_base_rtp_depayload_setcaps),
8692         (gst_base_rtp_depayload_set_gst_timestamp):
8693         Parse and use additional caps fields as described in updated
8694         application/x-rtp caps spec.
8695
8696 2007-05-12  Wim Taymans  <wim@fluendo.com>
8697
8698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8699         (gst_ogg_demux_collect_chain_info):
8700         If there is a stream in a chain without any data packets, ignore the
8701         stream in the total length calculations. Might be related to #436820.
8702
8703 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8704
8705         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8706         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8707         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8708         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8709         (plugin_init):
8710
8711         Consolidate and re-work our mpeg system stream detection to probe
8712         more packets and produce a higher confidence result. Fixes a
8713         regression caused by lowering the typefind probability last year
8714         - related to bug #397810. Remove the redundant MPEG-1 specific 
8715         typefind function, as the new one detects both MPEG-1 & MPEG-2
8716         happily.
8717
8718         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8719         little. 
8720
8721         Tested against my media test directory, with some improvements and
8722         no regressions.
8723
8724 2007-05-10  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8727         (queue_out_of_data):
8728         Connect to the new queue "pushing" signal instead of the broken
8729         "running" one.
8730
8731 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8732
8733         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8734         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8735         Move variable declaration before the first instruction.
8736         * gst/videotestsrc/videotestsrc.c:
8737         Define M_PI if it's not defined yet.
8738         * win32/common/libgstrtp.def:
8739         Add new exported functions.
8740
8741 2007-05-09  Michael Smith <msmith@fluendo.com>
8742
8743         * ext/theora/theoradec.c: (theora_handle_type_packet):
8744           gst_pad_push_event() does not return a GstFlowReturn!
8745
8746 2007-05-09  Wim Taymans  <wim@fluendo.com>
8747
8748         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8749         * tests/examples/seek/seek.c: (do_seek):
8750         Some small cosmetic changes.
8751
8752 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8753
8754         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8755           gst_adder_change_state):
8756         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8757           segment_pending, segment_position, segment_rate):
8758           Handle playback-rate on adder.
8759
8760 2007-05-07  Michael Smith <msmith@fluendo.com>
8761
8762         * ext/theora/gsttheoradec.h:
8763         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8764         (theora_dec_sink_event), (theora_handle_comment_packet),
8765         (theora_handle_type_packet), (theora_dec_change_state):
8766           Don't push events (newsegment, tags) before initialising the
8767           decoder.
8768           This is neccesary for seeking to work correctly in gnonlin.
8769
8770 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8771
8772         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8773         * gst/adder/gstadder.c:
8774         * gst/audiotestsrc/gstaudiotestsrc.c
8775           (gst_audio_test_src_create_white_noise):
8776         * gst/videotestsrc/gstvideotestsrc.c:
8777         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8778           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8779           volume_sink_template, volume_src_template, gst_volume_init,
8780           volume_process_double, volume_process_int16,
8781           volume_process_int16_clamp):
8782           Doc fixes and formatting.
8783
8784 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8785
8786         * tests/check/Makefile.am:
8787         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8788           Minimal check for volume's GstController usability; also another
8789           test for #422295.
8790
8791 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8792
8793         * gst-libs/gst/cdda/gstcddabasesrc.c:
8794         (gst_cdda_base_src_add_track):
8795           Fix it so that it (a) makes sense and (b) doesn't break
8796           everything cdda-related including the unit test.
8797
8798 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8799
8800         * gst-libs/gst/cdda/gstcddabasesrc.c:
8801         (gst_cdda_base_src_add_track):
8802           Fix build when disabling asserts.
8803
8804 2007-05-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8805
8806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8807           When XShm is not available, we might get row strides that are not
8808           rounded up to multiples of four; this is bad, because virtually
8809           every RGB-processing element in GStreamer assumes rowstrides are
8810           rounded up to multiples of four, so let's allocate at least enough
8811           memory to avoid crashes in this case. The image will still be
8812           displayed distorted though if this happens, so that still needs
8813           fixing (maybe by allocating a bigger image with an 'even' width
8814           and then clipping it appropriately when rendering - something for
8815           Xlib aficionados in any case).
8816
8817 2007-05-03  Michael Smith <msmith@fluendo.com>
8818
8819         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8820           If a buffer doesn't have a timestamp, assume it's contiguous with
8821           the previous buffer, and synthesise timestamps appropriately.
8822
8823 2007-05-03  Edward Hervey  <edward@fluendo.com>
8824
8825         * tests/check/elements/videorate.c: (GST_START_TEST):
8826         Set buffer timestamp to a valid value in order to test the buffer
8827         really does stay in videorate.
8828
8829 2007-05-03  Edward Hervey  <edward@fluendo.com>
8830
8831         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8832         There is no sensible way to handle incoming buffers which don't have a
8833         valid timestamp. We therefore discard them and wait for the next one.
8834
8835 2007-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8836
8837         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8838         * gst/playback/gstdecodebin2.c: (plugin_init):
8839           Better error message for text files.
8840
8841 2007-04-29  Wim Taymans  <wim@fluendo.com>
8842
8843         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8844         Fix offset bug in generation RR packets.
8845
8846 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8847
8848         * ext/theora/theoradec.c: (_theora_granule_time),
8849         (theora_dec_push_forward), (theora_handle_data_packet),
8850         (theora_dec_decode_buffer): Calculate buffer duration correctly
8851         to generate a perfect stream (#433888).
8852         * gst/audioresample/gstaudioresample.c:
8853         (audioresample_check_discont): Glib provides ABS.
8854
8855 2007-04-27  Wim Taymans  <wim@fluendo.com>
8856
8857         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8858         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8859         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8860         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8861         (gst_rtcp_packet_bye_set_reason):
8862         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8863         Fix RB block parsing and writing.
8864         Add support for constructing BYE packets.
8865
8866 2007-04-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8867
8868         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8869         (gst_base_audio_src_create):
8870         * po/POTFILES.in:
8871           When posting a warning message because samples were dropped, post
8872           something more intelligible than he default error message for clock
8873           errors which is just confusing in this context (#432984).
8874
8875 2007-04-25  Wim Taymans  <wim@fluendo.com>
8876
8877         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8878         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8879         (read_packet_header), (gst_rtcp_packet_move_to_next),
8880         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8881         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8882         (gst_rtcp_packet_sdes_get_item_count),
8883         (gst_rtcp_packet_sdes_first_item),
8884         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8885         (gst_rtcp_packet_sdes_first_entry),
8886         (gst_rtcp_packet_sdes_next_entry),
8887         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8888         (gst_rtcp_packet_sdes_add_entry):
8889         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8890         Implement code to write SR, RR and SDES packets.
8891
8892 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8893
8894         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8895
8896         * sys/ximage/ximagesink.c:
8897           Fix build if XShm is not available (#432362).
8898
8899 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8900
8901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8902         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8903         pointers to random memory which are passed to g_free() when
8904         audio_convert_prepare_context() is called the first time.
8905
8906 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8907
8908         Patch by: Dan Williams <dcbw redhat com>
8909
8910         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8911           Don't leak incoming buffer if gst_pad_push() returns a
8912           non-OK flow. Fixes #432755.
8913          
8914         * tests/check/elements/videorate.c: (GST_START_TEST),
8915         (videorate_suite):
8916           Unit test for the above by Yours Truly.
8917
8918 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8919
8920         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8921         (gst_adder_sink_event), (gst_adder_collected):
8922           Fix non-flushing segmented seeks, Fixes #340060 for me
8923
8924 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8925
8926         Patch by: Olivier Crete  <tester at tester ca>
8927
8928         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8929         (gst_base_rtp_audio_payload_class_init),
8930         (gst_base_rtp_audio_payload_init),
8931         (gst_base_rtp_audio_payload_dispose):
8932           Chain up to parent class in dispose function; get rid of
8933           unnecessary 'diposed' flag in private structure (#415001).
8934
8935 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8936
8937         * docs/libs/gst-plugins-base-libs.types:
8938         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8939         (gst_base_rtp_audio_payload_class_init):
8940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8941         * gst-libs/gst/rtp/gstbasertppayload.c:
8942           Some minor docs fixes and additions; also add missing 'Since' bits.
8943
8944 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8945
8946         Patch by: Zeeshan Ali  <zeenix gmail com>
8947
8948         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8949         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8950         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8951         (gst_base_rtp_audio_payload_push):
8952         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8953           The recently-added gst_base_rtp_audio_payload_push() should take an
8954           object of type GstBaseRTPAudioPayload as first argument (#431672).
8955
8956 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8957
8958         * gst/audioresample/gstaudioresample.c:
8959           Make more functions static, just because we can.
8960
8961 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8962
8963         * tests/check/elements/audioresample.c:
8964           Add unit test for audioresample shutdown crasher (#420106).
8965
8966 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8967
8968         * gst/subparse/gstsubparse.c:
8969         * gst/subparse/samiparse.c:
8970           Use GST_DISABLE_XML here
8971
8972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8973         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8974         (gst_xvimagesink_buffer_alloc),
8975         (gst_xvimagesink_navigation_send_event):
8976         * sys/xvimage/xvimagesink.h:
8977           Include stdlib.h when using atoi.
8978           
8979         * tests/check/elements/playbin.c: (playbin_suite):
8980           Use GST_DISABLE_REGISTRY here
8981
8982 2007-04-19  Michael Smith  <msmith@fluendo.com>
8983
8984         * ext/theora/gsttheoraenc.h:
8985         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8986         (theora_enc_sink_event), (theora_enc_change_state):
8987           Track initialisation state; don't try to use encoder state if we're
8988           not initialised (it'll segfault).
8989
8990 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8991
8992         * tests/check/pipelines/.cvsignore:
8993         Fix build.
8994
8995 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8996
8997         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8998         Allow random depths between 1 and 32 instead of only multiplies of 8.
8999
9000 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9001
9002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9003         Set the maximum number of channels for PCM and float in the correct
9004         place to have it also used when creating the template caps.
9005
9006 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9007
9008         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9009         Correctly support 4, 6 and 8 channels with normal PCM and float
9010         wav files.
9011
9012         Fix the depth and signedness calculation in extensible wav files and
9013         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9014         mask is found.
9015
9016         Add support for float, alaw and mulaw in extensible wav files.
9017
9018         This allows correct playback of all but 5 files from
9019         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9020         
9021         (gst_riff_create_audio_template_caps):
9022         Add voxware and float formats to the template caps.     
9023
9024 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9025
9026         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9027
9028         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9029         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9030
9031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9032         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9033         Use the correct format strings for integer formats.
9034
9035 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9036
9037         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9038           Don't use pad_alloc_buffer_and_set_caps to create a small header
9039           packet, or, worse, to create a big temporary video buffer using the
9040           src pad.
9041
9042 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9043
9044         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9045         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9046           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9047           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9048
9049 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9050
9051         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9052           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9053           streamheader_suite):
9054           Add another test set up for failure
9055
9056 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9057
9058         * tests/check/Makefile.am:
9059         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9060           GST_START_TEST, streamheader_suite, main):
9061           Add a test for the streamheader bug Wim fixed.
9062
9063 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9064
9065         * ext/theora/theoradec.c: (theora_dec_sink_event):
9066         Fix misleading comment.
9067
9068 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9069
9070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9071           More sanity checks for the header fields.
9072
9073 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9074
9075         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9076           Try encodings from all environment variables, not just those in the
9077           first environment variable that is set.
9078
9079 2007-04-12  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9082         (gst_video_rate_chain):
9083         Add some debug.
9084
9085         * tests/check/elements/videorate.c: (GST_START_TEST),
9086         (videorate_suite):
9087         Added check for videorate changing caps handling. Closes #421834.
9088
9089 2007-04-12  Michael Smith  <msmith@fluendo.com>
9090
9091         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9092           Use scale functions to avoid overflow when calculating duration of 
9093           vorbis buffers.
9094
9095 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9096
9097         * docs/libs/gst-plugins-base-libs-sections.txt:
9098         * gst-libs/gst/tag/tag.h:
9099         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9100           API: add gst_tag_freeform_string_to_utf8() (#405072).
9101
9102         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9103           Use gst_tag_freeform_string_to_utf8() here.
9104
9105 2007-04-12  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9108         (gst_gdp_pay_sink_event):
9109         Make sure we set the IN_CAPS flag correctly.
9110
9111         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9112         Get the IN_CAPS flag before we call functions that mess with the flags.
9113
9114 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9115
9116         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9117           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9118           Only stamp buffers with offset/offset_end right before they get
9119           pushed.  This ensures offset continuity, which was not the case
9120           before as shown by
9121           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9122
9123 2007-04-06  Wim Taymans  <wim@fluendo.com>
9124
9125         * gst/playback/gstplaybin.c: (add_sink),
9126         (gst_play_bin_change_state):
9127         Activate sync in playbin, we are ready to handle it for live streams.
9128
9129 2007-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9130
9131         * tests/check/elements/playbin.c:
9132         (test_sink_usage_video_only_stream), (playbin_suite):
9133           Add small test for stream-info-value-array code paths.
9134
9135 2007-04-05  Wim Taymans  <wim@fluendo.com>
9136
9137         * gst-libs/gst/audio/gstbaseaudiosink.c:
9138         (gst_base_audio_sink_skew_slaving):
9139         Don't try to create invalid calibration parameters by making the
9140         internal time go backwards, instead make external time go forward.
9141
9142 2007-04-05  Wim Taymans  <wim@fluendo.com>
9143
9144         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9145
9146         * gst/playback/gstplaybasebin.c: (add_stream):
9147         Fix leak in add_stream(), when g_value_set_object() increases the
9148         refcount of streaminfo object. Fixes #426250.
9149
9150 2007-04-03  David Schleef  <ds@schleef.org>
9151
9152         * gst/videotestsrc/gstvideotestsrc.c:
9153         * gst/videotestsrc/gstvideotestsrc.h:
9154         * gst/videotestsrc/videotestsrc.c:
9155         * gst/videotestsrc/videotestsrc.h:
9156           Add a test pattern called "circular", which has concentric
9157           rings with varying radial frequency.  The main purpose of this
9158           pattern is to test fidelity loss in a filter or scaler element.
9159           Notably, this pattern is scale invariant, and is optimally viewed
9160           with a width (and height) of 400.
9161
9162 2007-04-03  Wim Taymans  <wim@fluendo.com>
9163
9164         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9165
9166         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9167         (deactivate_free_recursive):
9168         Decodebin2 doesn't unref pads it obtains in some occasions:
9169         - multiqueue src pads, when either connecting further or exposing
9170         - sink pads of new autoplugged elements
9171         - peer pads when recursively freeing elements
9172         Fixes #425455.
9173
9174 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9175
9176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9177         Add audio/x-raw-float support, now that audioconvert support
9178         non-native endianness floats.
9179
9180 2007-03-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9181
9182         * docs/libs/gst-plugins-base-libs-docs.sgml:
9183           gstreamer-plugins-base.pc doesn't exist, it's
9184           gstreamer-plugins-base-0.10.pc.
9185
9186 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9187
9188         Patch by: RenĂ© Stadler <mail at renestadler dot de>
9189         with some minor changes
9190
9191         * gst-libs/gst/floatcast/floatcast.h:
9192         Use more efficient float endianness conversion functions that don't
9193         involve 2 function calls per value.
9194         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9195         (check_default), (audio_convert_prepare_context):
9196         * gst/audioconvert/gstaudioconvert.c:
9197         (gst_audio_convert_parse_caps), (make_lossless_changes):
9198         Support non-native endianness floats as input and output.
9199         Fixes #339838.
9200         * tests/check/elements/audioconvert.c: (verify_convert),
9201         (GST_START_TEST):
9202         Add unit tests for the non-native endianness float conversions.
9203
9204 2007-03-29  Wim Taymans  <wim@fluendo.com>
9205
9206         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9207         (gst_base_rtp_depayload_base_init),
9208         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9209         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9210         (gst_base_rtp_depayload_set_gst_timestamp),
9211         (gst_base_rtp_depayload_change_state),
9212         (gst_base_rtp_depayload_set_property),
9213         (gst_base_rtp_depayload_get_property):
9214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9215         Add Private structure.
9216         Bring element code to 2007.
9217         Parse clock-base caps param and use it when generating the
9218         newsegment.
9219         Reset variables before going to PAUSED.
9220         Fix some docs.
9221
9222 2007-03-29  Wim Taymans  <wim@fluendo.com>
9223
9224         * docs/libs/gst-plugins-base-libs-docs.sgml:
9225         * docs/libs/gst-plugins-base-libs-sections.txt:
9226         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9227         (gst_base_rtp_audio_payload_get_adapter):
9228         Add RTCP docs.
9229         Fix some more docs.
9230
9231         * gst-libs/gst/rtp/Makefile.am:
9232         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9233         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9234         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9235         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9236         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9237         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9238         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9239         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9240         (gst_rtcp_packet_sr_get_sender_info),
9241         (gst_rtcp_packet_sr_set_sender_info),
9242         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9243         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9244         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9245         (gst_rtcp_packet_sdes_get_chunk_count),
9246         (gst_rtcp_packet_sdes_first_chunk),
9247         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9248         (gst_rtcp_packet_sdes_first_item),
9249         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9250         (gst_rtcp_packet_bye_get_ssrc_count),
9251         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9252         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9253         (gst_rtcp_packet_bye_get_reason_len),
9254         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9255         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9256         Add new helper object for parsing and creating RTCP messages.
9257
9258 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9259
9260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9261         PCM samples with width=8 must be always unsigned, no matter what
9262         depth they have.
9263
9264 2007-03-29  Andy Wingo  <wingo@pobox.com>
9265
9266         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9267         perfect offsets also, not just timestamps.
9268
9269         * tests/check/elements/videorate.c (test_more): Test that given
9270         any incoming offsets, that videorate produces perfect offsets.
9271
9272 2007-03-29  Wim Taymans  <wim@fluendo.com>
9273
9274         * gst-libs/gst/riff/riff-ids.h:
9275         Add some more RIFF formats.
9276
9277 2007-03-29  Wim Taymans  <wim@fluendo.com>
9278
9279         * gst-libs/gst/rtp/gstrtpbuffer.c:
9280         (gst_rtp_buffer_default_clock_rate):
9281         * gst-libs/gst/rtp/gstrtpbuffer.h:
9282         Fix fixed payload names and docs.
9283         Added method to get the default clock rates of fixed payload types.
9284         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9285
9286 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9287
9288         * tests/check/pipelines/.cvsignore:
9289         Add new vorbisdec test to cvsignore.
9290
9291 2007-03-28  Wim Taymans  <wim@fluendo.com>
9292
9293         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9294         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9295         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9296         (gst_base_audio_sink_set_property),
9297         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9298         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9299         (gst_base_audio_sink_skew_slaving),
9300         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9301         (gst_base_audio_sink_async_play):
9302         * gst-libs/gst/audio/gstbaseaudiosink.h:
9303         Store private stuff in GstBaseAudioSinkPrivate.
9304         Add configurable clock slaving modes property.
9305         API:: GstBaseAudioSink::slave-method property
9306         Some more latency reporting tweaks.
9307         Added skew based clock slaving correction and make it the default until
9308         the resampling method is more robust.
9309
9310 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9311
9312         * gst/audioconvert/audioconvert.c:
9313         Add docs to the integer pack functions and implement proper
9314         rounding. Before we had rounding towards negative infinity, i.e.
9315         always the smaller number was taken. Now we use natural rounding,
9316         i.e. rounding to the nearest integer and to the one with the largest
9317         absolute value for X.5. The old rounding introduced some minor
9318         distortions. Fixes #420079
9319         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9320         Fix one unit test that assumed the old rounding and added unit tests
9321         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9322         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9323         rounding from signed int32 to signed/unsigned int16.
9324
9325 2007-03-27  Michael Smith  <msmith@fluendo.com>
9326
9327         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9328         (gst_audio_convert_transform_caps):
9329           Fix typo in debug line introduced recently, as pointed out on irc.
9330
9331 2007-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9332
9333         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9334         * tests/check/libs/tag.c: (GST_START_TEST):
9335           Make sure we parse floating-point numbers in vorbis comments
9336           correctly with either '.' or ',' as separator, no matter what
9337           the current locale is. Add unit test for this too.
9338
9339 2007-03-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9340
9341         Patch by: RenĂ© Stadler  <mail at renestadler de>
9342
9343         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9344           When writing out floating-point numbers to vorbis comment tags, always
9345           use the same character as separator no matter what the current locale is
9346           (fixes #423051).
9347
9348         * tests/check/libs/tag.c: (GST_START_TEST):
9349           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9350
9351 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9352
9353         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9354           vorbis_handle_data_packet):
9355           Correctly set DURATION to generate a timestamp-continuous stream.
9356           One bug left at the end; see
9357           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9358         * tests/check/Makefile.am:
9359         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9360           Add a test to check this.  Without the above patch this test fails.
9361
9362 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9363
9364         * gst-libs/gst/rtp/Makefile.am:
9365         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9366
9367 2007-03-23  Michael Smith  <msmith@fluendo.com>
9368
9369         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9370         (gst_video_rate_reset), (gst_video_rate_chain):
9371           If videorate changes caps, we can no longer use the old buffer
9372           (which may have a different size, incompatible with our caps).
9373           So don't do that; just duplicate the new frame more times.
9374
9375 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9376
9377         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9378         Remove playbin's override of the set_clock vmethod. It's irrelevant
9379         after Wim's commit on the 19th.
9380
9381 2007-03-22  Wim Taymans  <wim@fluendo.com>
9382
9383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9384         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9385         * ext/gnomevfs/gstgnomevfssrc.h:
9386         Don't cache file sizes. Fixes #341078.
9387
9388 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9389
9390         * gst/playback/gstplaybin.c: (add_sink):
9391           Use GST_PTR_FORMAT to log caps. 
9392
9393 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9394
9395         Patch by: Young-Ho Cha <ganadist at chollian net>
9396
9397         * gst/subparse/samiparse.c: (handle_start_font):
9398           Special-case some more colour names that pango doesn't handle by
9399           default. Fixes #420578.
9400
9401 2007-03-20  Michael Smith  <msmith@fluendo.com>
9402
9403         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9404           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9405           that marks EOS internally. After that, libvorbis will buffer all
9406           input data, and encode none of it, eventually leading to memory
9407           exhaustion.
9408
9409 2007-03-19  Wim Taymans  <wim@fluendo.com>
9410
9411         * gst/playback/gstdecodebin.c: (remove_fakesink):
9412         Don't post STATE_DIRTY anymore.
9413
9414         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9415         (gst_play_bin_change_state):
9416         Remove stream_time reset in seek handling, core does that now.
9417         Disable clocking for live pipelines by forcing a NULL clock to the
9418         complete pipeline, core is too smart now for our previous hack.
9419         We can always autoplug in PAUSED now.
9420
9421 2007-03-17  David Schleef  <ds@schleef.org>
9422
9423         * REQUIREMENTS:  Update this file, change the formatting to make
9424         it more consistent, plus more machine readable.
9425
9426 2007-03-16  Michael Smith  <msmith@fluendo.com>
9427
9428         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9429         (strip_width_64), (append_with_other_format):
9430           Previous fix was too simplistic, and broke the tests. Use a better
9431           approach; only strip 64 from widths for integer audio.
9432
9433 2007-03-16  Michael Smith  <msmith@fluendo.com>
9434
9435         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9436         (gst_audio_convert_transform_caps):
9437           We don't support 64 bit integer audio, so don't try to claim we can.
9438           Stops us producing caps don't match our template caps.
9439           Update comments.
9440
9441 2007-03-15  Michael Smith  <msmith@fluendo.com>
9442
9443         * gst/audioresample/gstaudioresample.c:
9444         (audioresample_check_discont), (audioresample_transform):
9445           Don't trigger discontinuities for very small imperfections; a filter
9446           flush will sound bad, and many plugins have rounding errors leading
9447           to these.
9448
9449 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9450
9451         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9452
9453         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9454         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9455         API: add "min-ptime" property to RTP base audio payloader.
9456         API: add gst_base_rtp_audio_payload_push().
9457         API: add gst_base_rtp_audio_payload_get_adapter().
9458         Fixes #415001
9459         Indentation/whitespace/documentation fixes.
9460
9461 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9462
9463         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9464         (audioresample_transform_size), (audioresample_do_output),
9465         (audioresample_transform), (audioresample_pushthrough): Handle
9466         discontinuous streams.
9467         * gst/audioresample/gstaudioresample.h:
9468         * tests/check/elements/audioresample.c:
9469         (test_discont_stream_instance), (GST_START_TEST),
9470         (audioresample_suite): Add a test for discontinuous streams.
9471         * win32/common/config.h: Updated.
9472
9473 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9474
9475         * po/af.po:
9476         * po/az.po:
9477         * po/cs.po:
9478         * po/en_GB.po:
9479         * po/it.po:
9480         * po/nb.po:
9481         * po/nl.po:
9482         * po/or.po:
9483         * po/sq.po:
9484         * po/sr.po:
9485         * po/sv.po:
9486         * po/uk.po:
9487         * po/vi.po:
9488           Update translations from translation project.
9489
9490 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9491
9492         * gst/audioresample/debug.h:
9493         * gst/audioresample/resample.c: (resample_init):
9494           Since I really am not interested in a debug line for each sample
9495           being processed, move the library's debugging to its own category,
9496           libaudioresample
9497
9498 2007-03-13  Michael Smith  <msmith@fluendo.com>
9499
9500         * ext/theora/theoradec.c: (theora_handle_type_packet):
9501           Since the plugin doesn't support anything other than 4:2:0 right
9502           now, post an error and fail if we get something else. Won't matter
9503           until libtheora supports the other pixel formats, but hopefully
9504           that'll be soon...
9505
9506 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9507
9508         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9509         Use gst_guint64_to_gdouble for conversion.
9510         * win32/MANIFEST:
9511         Add new files to the win32 MANIFEST.
9512         * win32/common/libgstaudio.def:
9513         * win32/common/libgstpbutils.def:
9514         Add new exported functions.
9515         * win32/vs6/gst_plugins_base.dsw:
9516         * win32/vs6/libgstdecodebin.dsp:
9517         * win32/vs6/libgstplaybin.dsp:
9518         Change the link to libgstpbutils.lib.
9519         * win32/vs6/libgstdecodebin2.dsp:
9520         Add a new project for decodebin2.
9521         * win32/vs6/libgstpbutils.dsp:
9522         Add a new project for pbutils.
9523
9524 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9525
9526         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9527           Also accept partial dates with only year and month,
9528           like 1999-12-00 (fixes #410396 even more).
9529
9530         * tests/check/libs/tag.c: (GST_START_TEST):
9531           Add unit test for the above.
9532
9533 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9534
9535         * tests/check/elements/subparse.c: (GST_START_TEST),
9536         (subparse_suite):
9537           Add unit test for MPL2 subtitle format (#413799).
9538
9539 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9540
9541         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9542
9543         * gst/subparse/Makefile.am:
9544         * gst/subparse/gstsubparse.c:
9545         (gst_sub_parse_data_format_autodetect),
9546         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9547         (gst_subparse_type_find):
9548         * gst/subparse/gstsubparse.h:
9549         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9550         * gst/subparse/mpl2parse.h:
9551           Add support for MPL2 subtitle format (#413799).
9552
9553 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9554
9555         * configure.ac:
9556           We require core CVS for the new buffer metadata copy functions.
9557
9558 2007-03-09  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst-libs/gst/tag/gstid3tag.c:
9561         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9562         Fixes #414496.
9563
9564         Patch by: Alex Lancaster <alexl at users sourceforge net>
9565
9566 2007-03-09  Wim Taymans  <wim@fluendo.com>
9567
9568         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9569         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9570         Improve adapter usage and comments.
9571
9572 2007-03-09  Wim Taymans  <wim@fluendo.com>
9573
9574         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9575         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9576         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9577         Use new metadata copy function.
9578
9579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9580         (gst_ffmpegcsp_transform):
9581         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9582         Basetransform copied the metadata for us.
9583
9584 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9585
9586         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9587         (gst_text_overlay_video_event):
9588           Some more logging. Only accept newsegment events in TIME format and
9589           send a WARNING message if they are not in TIME format.
9590
9591         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9592         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9593         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9594         * gst/subparse/gstsubparse.h:
9595           No need to allocate GstSegment structure dynamically, just put it
9596           into the instance structure; ignore newsegment events in BYTE
9597           format and in particular don't let it overwrite our saved TIME
9598           segment from the last seek.
9599
9600 2007-03-09  Michael Smith  <msmith@fluendo.com>
9601
9602         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9603           Replace AC3 typefinder with one that isn't terrible, and actually
9604           works usefully.
9605
9606 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9607
9608         * gst/audioconvert/gstaudioconvert.c:
9609         (gst_audio_convert_transform):
9610           fix error category and translatable string
9611           
9612
9613 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9614
9615         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9616         * pkgconfig/gstreamer-plugins-base.pc.in:
9617           Fix up utils => pbutils here too.
9618
9619 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9620
9621         * gst/subparse/gstsubparse.c: (handle_buffer):
9622           Break out of loop in chain function as soon as possible if we get
9623           a non-OK flow return.
9624
9625 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9626
9627         * tests/check/elements/alsa.c: (GST_START_TEST):
9628         Unref the mixer if the state change fails too (if the
9629         alsa devices are inaccessible, for example)
9630
9631 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9632
9633         * tests/check/Makefile.am:
9634         Don't test libvisual elements in the states check, because libvisual
9635         seems to leak internally.
9636
9637         Re-enable the alsa and states tests now that there's new suppressions
9638         in gst.supp.
9639
9640         * tests/check/elements/alsa.c: (GST_START_TEST):
9641         Don't leak the alsamixer we instantiated.
9642
9643 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9644
9645         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9646         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9647         (gst_ximagesink_finalize):
9648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9649         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9650         Move some cleanup stuff from the state change handler into a _reset()
9651         function that can be called from _finalize(). This ensures that things
9652         get freed even if (for some reason) the NULL->READY state transition
9653         fails in the parent class.
9654         Even if a parent state change fails, process our downward state change
9655         logic instead of bailing out early.
9656         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9657
9658 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9659
9660         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9661         Extra log line.
9662
9663         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9664         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9665         Use pango_font_description_set_family_static instead of 
9666         pango_font_description_set_family to save a string copy (it was
9667         leaking due to the strdup anyway)
9668
9669         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9670         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9671         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9672         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9673         Chain up in finalize.
9674
9675 2007-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9676
9677         * gst-libs/gst/interfaces/mixertrack.c:
9678         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9679         (gst_mixer_track_set_property):
9680           API: add "untranslated-label" property which should be set by
9681           implementations at construct time (#414645).
9682
9683         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9684         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9685           Set "untranslated-label" when constructing mixer track objects.
9686
9687         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9688           Unit test to check the above.
9689
9690 2007-03-07  Wim Taymans  <wim@fluendo.com>
9691
9692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9693         Fix confusing debug message.
9694
9695 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9696
9697         * gst-plugins-base.doap:
9698         update doap file with new version
9699
9700 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9701
9702         * configure.ac:
9703         Back to CVS
9704
9705 === release 0.10.12 ===
9706
9707 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9708
9709         * configure.ac:
9710           releasing 0.10.12, "Zombie Horde"
9711
9712 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9713
9714         * configure.ac:
9715         Bump version to 0.10.11.4 pre-release
9716
9717 2007-03-06  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst-libs/gst/audio/gstbaseaudiosink.c:
9720         (gst_base_audio_sink_async_play):
9721         Fix regression that made GStreamer skip the first samples of audio.
9722         Fixes #414684.
9723
9724 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9725
9726         * configure.ac:
9727         Bump version to 0.10.11.3 pre-release
9728
9729 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9730
9731         * po/POTFILES.in:
9732           Update paths for the rename from utils to pbutils to fix the build.
9733
9734 2007-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9735
9736         * gst-libs/gst/pbutils/Makefile.am:
9737           Change directory to install headers in from gst/utils to gst/pbutils
9738           as well.
9739
9740 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9741
9742         * configure.ac:
9743         * docs/libs/gst-plugins-base-libs-docs.sgml:
9744         * docs/libs/gst-plugins-base-libs-sections.txt:
9745         * gst-libs/gst/Makefile.am:
9746         * gst-libs/gst/interfaces/mixer.c:
9747         * gst-libs/gst/pbutils/Makefile.am:
9748         * gst-libs/gst/pbutils/descriptions.c:
9749         (gst_pb_utils_get_source_description),
9750         (gst_pb_utils_get_sink_description),
9751         (gst_pb_utils_get_decoder_description),
9752         (gst_pb_utils_get_encoder_description),
9753         (gst_pb_utils_get_element_description),
9754         (gst_pb_utils_add_codec_description_to_tag_list),
9755         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9756         * gst-libs/gst/pbutils/descriptions.h:
9757         * gst-libs/gst/pbutils/install-plugins.c:
9758         * gst-libs/gst/pbutils/install-plugins.h:
9759         * gst-libs/gst/pbutils/missing-plugins.c:
9760         (gst_missing_uri_source_message_new),
9761         (gst_missing_uri_sink_message_new),
9762         (gst_missing_element_message_new),
9763         (gst_missing_decoder_message_new),
9764         (gst_missing_encoder_message_new),
9765         (gst_missing_plugin_message_get_description):
9766         * gst-libs/gst/pbutils/missing-plugins.h:
9767         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9768         * gst-libs/gst/pbutils/pbutils.h:
9769         * gst-libs/gst/utils/Makefile.am:
9770         * gst-libs/gst/utils/base-utils.c:
9771         * gst-libs/gst/utils/base-utils.h:
9772         * gst-libs/gst/utils/descriptions.c:
9773         * gst-libs/gst/utils/descriptions.h:
9774         * gst-libs/gst/utils/install-plugins.c:
9775         * gst-libs/gst/utils/install-plugins.h:
9776         * gst-libs/gst/utils/missing-plugins.c:
9777         * gst-libs/gst/utils/missing-plugins.h:
9778         * gst-plugins-base.spec.in:
9779         * gst/playback/Makefile.am:
9780         * gst/playback/gstdecodebin.c:
9781         * gst/playback/gstdecodebin2.c:
9782         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9783         (gen_source_element):
9784         * gst/playback/gstplaybin.c: (plugin_init):
9785         * tests/check/Makefile.am:
9786         * tests/check/libs/pbutils.c: (GST_START_TEST),
9787         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9788         * tests/check/libs/utils.c:
9789           rename utils to pbutils
9790
9791 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9792
9793         * docs/plugins/Makefile.am:
9794         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9795         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9796         * docs/plugins/inspect/plugin-decodebin2.xml:
9797         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9798         Add documentation for decodebin2 that indicates that the API
9799         is still unstable.
9800
9801 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9802
9803         * configure.ac:
9804         Update to 0.10.11.2 (0.10.12 pre-release)
9805
9806 2007-03-01  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst-libs/gst/audio/gstbaseaudiosink.c:
9809         (gst_base_audio_sink_async_play):
9810         base time is irrelevant here.
9811
9812 2007-03-01  Wim Taymans  <wim@fluendo.com>
9813
9814         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9815         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9816         Improve debugging.
9817
9818         * gst-libs/gst/audio/gstbaseaudiosink.c:
9819         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9820         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9821         Improve latency and clock slaving calculations.
9822         Improve slave clock calibration.
9823
9824         * gst-libs/gst/audio/gstringbuffer.c:
9825         (gst_ring_buffer_commit_full):
9826         When we are asked to render N sample to 0 bytes, return N.
9827
9828 2007-03-01  Wim Taymans  <wim@fluendo.com>
9829
9830         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9831         (gst_alsasink_write), (gst_alsasink_reset):
9832         * ext/alsa/gstalsasink.h:
9833         Remove unused dispose function.
9834         Rename lock to not interfere with alsasrc lock.
9835
9836         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9837         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9838         (gst_alsasrc_read), (gst_alsasrc_reset):
9839         * ext/alsa/gstalsasrc.h:
9840         Implement finalize function.
9841         Use lock to protect alsa access.
9842         Implement _reset.
9843         Fine tune sw params.
9844
9845 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9846
9847         * configure.ac:
9848           Convert to new AG_GST style.
9849
9850 2007-02-28  Wim Taymans  <wim@fluendo.com>
9851
9852         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9853
9854         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9855         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9856         Fix race condition when rapidly switching visualisations in playbin.
9857         Fixes #401029.
9858
9859 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9860
9861         * tests/check/Makefile.am:
9862         Include local stuff before system installed things in LDFLAGS and
9863         CFLAGS.
9864
9865 2007-02-28  Wim Taymans  <wim@fluendo.com>
9866
9867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9868         Improve debugging.
9869
9870 2007-02-28  Wim Taymans  <wim@fluendo.com>
9871
9872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9873         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9875         Fix duration and timestamping, taking latency into account.
9876         Implement latency query.
9877
9878 2007-02-28  Wim Taymans  <wim@fluendo.com>
9879
9880         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9881         (gst_audio_clock_new):
9882         Fix clock name.
9883
9884         * gst-libs/gst/audio/gstbaseaudiosink.c:
9885         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9886         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9887         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9888         (gst_base_audio_src_create):
9889         Improve latency query code.
9890         Use proper clock names.
9891
9892 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9893
9894         * tests/check/generic/states.c: (GST_START_TEST):
9895           Copy the states.c test from core again
9896         * tests/check/Makefile.am:
9897           ignore cdio and cdparanoiasrc
9898
9899 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9900
9901         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9902         (double_hq), (audio_convert_get_func_index), (check_default),
9903         (audio_convert_prepare_context), (audio_convert_convert):
9904           Also make valgrind happy and avoid copying data in some cases.
9905
9906 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9907
9908         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9909         (double_hq), (audio_convert_get_func_index),
9910         (audio_convert_prepare_context), (audio_convert_convert):
9911         * gst/audioconvert/gstaudioconvert.c:
9912         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9913         (gst_audio_convert_transform_caps):
9914         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9915         (audioconvert_suite):
9916           Don't run inplace if that overwrites source data as we go. Add more
9917           tests. Fixes #339837 even more.
9918
9919 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9920
9921         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9922         (msg_segment_done): Fix various seeking bugs (Slider was not
9923         updating when doing a non flushing seek, Reverse playback 
9924         on segment seek was wrong).
9925
9926 2007-02-26  Wim Taymans  <wim@fluendo.com>
9927
9928         * tests/examples/seek/seek.c: (stop_seek):
9929         When we stop scrubbing, don't leave the pipeline PLAYING when we
9930         requested a PAUSED state.
9931
9932 2007-02-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9933
9934         Patch by: RenĂ© Stadler <mail at renestadler de>
9935
9936         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9937           Parse date strings in vorbis comments that have an invalid (zero)
9938           month or day (#410396).
9939
9940         * tests/check/libs/tag.c: (GST_START_TEST):
9941           Test case for the above.
9942
9943 2007-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9944
9945         Patch by: LoĂ¯c Minier <lool+gnome at via ecp fr>
9946
9947         * configure.ac:
9948         * ext/alsa/Makefile.am:
9949         * gst/audiotestsrc/Makefile.am:
9950           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9951
9952 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9953
9954         * gst/playback/gstplaybin.c:
9955           Improve docs: point out that the application needs to assist playbin
9956           with buffering.
9957
9958 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9959
9960         * gst-libs/gst/utils/install-plugins.c:
9961         * gst-libs/gst/utils/missing-plugins.c:
9962         * tests/check/libs/utils.c: (missing_msg_check_getters):
9963           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9964           to just 'gstreamer'. Document the caps string component of the
9965           decoder/encoder detail a bit better, since not everyone will be
9966           familiar with the GStreamer media type/caps system (but they better
9967           enjoy nested itemized lists).
9968
9969 2007-02-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9970
9971         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9972         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9973           Fix copying of GstNetBuffer (would crash before, or at least lead to
9974           invalid memory access, #410772), for now by copying the GstBuffer copy
9975           code from the core over here so we can copy the GstBuffer fields on a
9976           provided buffer instance (of type GstNetBuffer in this case). Would be
9977           better to fix this with some support by the core though (and in the long
9978           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9979
9980         * tests/check/Makefile.am:
9981           Enable unit test for GstNetBuffer.
9982
9983 2007-02-22  Andy Wingo  <wingo@pobox.com>
9984
9985         * gst-libs/gst/audio/gstbaseaudiosink.c
9986         (gst_base_audio_sink_init): Disable pull-mode activation until we
9987         figure out how to make audio sinks go to PLAYING.
9988
9989 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9990
9991         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9992         (double_hq), (audio_convert_get_func_index),
9993         (audio_convert_prepare_context), (audio_convert_convert):
9994         * gst/audioconvert/audioconvert.h:
9995         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9996         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9997         * gst/audioconvert/gstchannelmix.h:
9998         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9999           Add float as an intermediate format, as well as float mixing. Enable
10000           test that was failing before. Fixes #339837
10001
10002 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10003
10004         * tests/examples/seek/seek.c: (do_seek):
10005         Undo the previous commit: -1 as a stop time implies that the stop
10006         time is the end of file, clearing any previously configured segment.
10007
10008 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10009
10010         * tests/examples/seek/seek.c: (do_seek):
10011         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10012
10013 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10014
10015         * gst/volume/gstvolume.c: (volume_process_int16),
10016         (volume_process_int16_clamp), (volume_set_caps):
10017           Unbreak volume, value remains gint.
10018
10019 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10020
10021         * gst/volume/gstvolume.c: (volume_choose_func),
10022         (volume_update_real_volume), (gst_volume_set_volume),
10023         (gst_volume_init), (volume_process_double), (volume_process_float),
10024         (volume_process_int16), (volume_process_int16_clamp),
10025         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10026         * gst/volume/gstvolume.h:
10027           Extend float audio support (double) and some int->uint cleanups.
10028
10029 2007-02-20  Edward Hervey  <edward@fluendo.com>
10030
10031         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10032         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10033         (sort_end_pads), (gst_decode_group_expose),
10034         (gst_decode_group_hide):
10035         Don't free groups from the streaming threads. Just put them aside and
10036         free them in dispose.
10037
10038 2007-02-20  Edward Hervey  <edward@fluendo.com>
10039
10040         * gst/playback/gstdecodebin2.c: (connect_element),
10041         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10042         (sort_end_pads), (gst_decode_group_expose):
10043         Handle dynamic pads within groups.
10044         Sort pads before exposing them in order to make playbin happy.
10045         There still is a race with the multiqueue filling up. This should be
10046         solved separately.
10047         Fixes #398721
10048
10049 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10050
10051         * gst-libs/gst/utils/base-utils.c:
10052         * gst-libs/gst/utils/descriptions.c:
10053         * gst-libs/gst/utils/install-plugins.c:
10054         * gst-libs/gst/utils/missing-plugins.c:
10055           Some more docs (and descriptions for two subtitle formats).
10056
10057 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10058
10059         * gst-libs/gst/audio/audio.c:
10060           Fix documentation.
10061
10062 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10063
10064         Patch by: Yves Lefebvre  <ivanohe abacom com>
10065
10066         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10067           Don't leak caps. Fixes #408278.
10068
10069 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10070
10071         * ext/cdparanoia/gstcdparanoiasrc.h:
10072         * ext/ogg/gstoggdemux.h:
10073         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10074         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10075         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10076         * gst-libs/gst/audio/audio.h:
10077         * gst-libs/gst/audio/gstaudiofilter.h:
10078         * gst-libs/gst/interfaces/videoorientation.h:
10079         * gst/adder/gstadder.h:
10080           More docs coverage and some ChangeLog surgery (add missing names)
10081
10082 2007-02-15  Wim Taymans  <wim@fluendo.com>
10083
10084         * sys/ximage/ximagesink.c:
10085         (gst_ximagesink_calculate_pixel_aspect_ratio):
10086         * sys/xvimage/xvimagesink.c:
10087         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10088         Small constifications.
10089
10090 2007-02-15  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst-libs/gst/audio/gstbaseaudiosink.c:
10093         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10094         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10095         (gst_base_audio_sink_async_play),
10096         (gst_base_audio_sink_change_state):
10097         Answer latency query.
10098         Use configured latency when syncing.
10099         Fix clock slaving.
10100
10101         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10102         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10103         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10104         Fix possible memleak.
10105         Implement latency query.
10106         Small cleanups.
10107
10108 2007-02-15  Wim Taymans  <wim@fluendo.com>
10109
10110         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10111         Ignore errors in reset, these are not fatal. They also grab the element
10112         lock which is already taking when this function is called. Fixes
10113         #405451.
10114
10115 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10116
10117         * configure.ac:
10118           Remove 'tests/examples/xerror/Makefile' from output files again.
10119
10120 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10121
10122         * configure.ac:
10123         * docs/plugins/Makefile.am:
10124           Also crossref against gst-plugins-base-libs.
10125
10126 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10127
10128         * configure.ac:
10129         * docs/libs/Makefile.am:
10130         * docs/plugins/Makefile.am:
10131           Add crossreferences to glib/gobject/gstream docs.
10132
10133         * gst-libs/gst/audio/audio.h:
10134           Source formatting.
10135
10136         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10137           Add own debug category.
10138
10139 2007-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10140
10141         Patch by: RenĂ© Stadler <mail at renestadler de>
10142
10143         * gst-libs/gst/tag/gstvorbistag.c:
10144           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10145           (#403597).
10146
10147 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10148
10149         * gst/playback/gstplaybasebin.c: (setup_source):
10150           When we have external subtitles and wait for the subtitle decodebin
10151           to get up and running, we set up a (sync) bus handler for the
10152           subtitle decodebin, so we can stop waiting when it posts an error
10153           message. However, we should do that before we set the subtitle
10154           decodebin's state to playing, otherwise things are racy and we might
10155           miss error messages posted before we had a chance to set up the bus.
10156           This should finally fix totem hanging on .txt pseudo-subtitle files.
10157           
10158 2007-02-10  SĂ©bastien Moutte  <sebastien at moutte dot net>
10159
10160         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10161           Use gst_gdouble_to_guint64 for conversions.
10162         * win32/common/config.h.in:
10163           Add a define for GST_INSTALL_PLUGINS_HELPER
10164         * win32/common/libgstaudio.def:
10165         * win32/common/libgstcdda.def:
10166         * win32/common/libgstnetbuffer.def:
10167         * win32/common/libgstrtp.def:
10168         * win32/common/libgutils.def:
10169           Add new exported functions.
10170         * win32/vs6/gst_plugins_base.dsw:
10171         * win32/vs6/libgstdecodebin.dsp:
10172         * win32/vs6/libgstnetbuffer.dsp:
10173         * win32/vs6/libgstplaybin.dsp:
10174         * win32/vs6/libgstrtp.dsp:
10175         * win32/vs6/libgstvorbis.dsp:
10176         * win32/vs6/libgstcdda.dsp:
10177         * win32/vs6/libgstgdp.dsp:
10178         * win32/vs6/libgstutils.dsp:
10179           Update and add new project files.
10180
10181 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10182
10183         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10184         (subrip_remove_unhandled_tags), (parse_subrip):
10185           For SubRip (.srt) subtitles, ignore all markup tags we don't
10186           handle (like font tags, for example).
10187
10188         * tests/check/elements/subparse.c:
10189           Add test for this.
10190
10191 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10192
10193         * gst/playback/gstdecodebin.c: (add_fakesink),
10194         (gst_decode_bin_change_state):
10195         * gst/playback/gstdecodebin2.c: (add_fakesink),
10196         (gst_decode_bin_change_state):
10197           Don't error out if there is no fakesink in the NULL to READY state
10198           change, since when decodebin is re-used, we're only adding the
10199           fakesink element in READY to PAUSED.
10200
10201         * tests/check/elements/decodebin.c:
10202         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10203         (decodebin_suite):
10204           Minimal unit test to make sure we can use the same decodebin
10205           instance twice (at least with audiotestsrc input).
10206
10207 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10208
10209         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10210           Try to get devic-name from device string first, and from handle only
10211           as fallback (seems to yield better results and is more robust
10212           against buggy probing code on the application side).
10213
10214 2007-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10215
10216         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10217
10218         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10219         (gst_alsa_find_device_name):
10220         * ext/alsa/gstalsa.h:
10221         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10222         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10223           Improve device-name detection a bit, especially in the case where
10224           the device is not actually open (#405020, #405024). Move common code
10225           into gstalsa.c instead of duplicating it.
10226
10227 2007-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10228
10229         * gst/audioconvert/gstaudioconvert.c:
10230           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10231
10232 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10233
10234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10235         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10236         (gst_xvimagesink_interface_supported),
10237         (gst_xvimagesink_probe_get_properties),
10238         (gst_xvimagesink_probe_probe_property),
10239         (gst_xvimagesink_probe_needs_probe),
10240         (gst_xvimagesink_probe_get_values),
10241         (gst_xvimagesink_property_probe_interface_init),
10242         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10243         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10244         (gst_xvimagesink_get_type):
10245         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10246         for XVAdaptors so that one can choose the adaptor to use with 
10247         gstreamer-properties.
10248
10249 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10250
10251         * gst/audioconvert/gstaudioconvert.c:
10252           Also mention that a conversion from double to float is suboptimal still.
10253
10254 2007-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10255
10256         * gst-libs/gst/audio/gstaudiofilter.c:
10257         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10258           Clear our formats structure and free the caps contained in it when
10259           shutting down.
10260
10261 2007-02-05  Andy Wingo  <wingo@pobox.com>
10262
10263         * gst-libs/gst/audio/gstbaseaudiosink.c
10264         (gst_base_audio_sink_callback): Update basesink->offset so that we
10265         pull monotonically increasing offsets instead of, um, seeking back
10266         to 0 each time. Fixes alsasrc ! alsasink!
10267
10268 2007-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10269
10270         * gst/videoscale/gstvideoscale.c:
10271           A width and height of 1 makes us crash, so increase minimum size to
10272           2x2 pixels until someone feels like fixing this (#404512).
10273
10274 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10275
10276         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10277           Add small test to make sure request pads are cleaned up properly
10278           even if oggmux never changes state out of NULL.
10279
10280 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10281
10282         * tests/check/libs/utils.c: (GST_START_TEST):
10283           Fix unit test. Turns out things work much better when you
10284           NULL-terminate string arrays. Should make p5 build bot happy again.
10285
10286 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10287
10288         * gst-libs/gst/audio/Makefile.am:
10289         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10290         (gst_audio_filter_template_base_init),
10291         (gst_audio_filter_template_class_init),
10292         (gst_audio_filter_template_init),
10293         (gst_audio_filter_template_set_property),
10294         (gst_audio_filter_template_get_property),
10295         (gst_audio_filter_template_setup),
10296         (gst_audio_filter_template_filter),
10297         (gst_audio_filter_template_filter_inplace), (plugin_init):
10298           Oops, forgot to commit fixed-up example.
10299
10300 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10301
10302         * docs/libs/gst-plugins-base-libs-sections.txt:
10303         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10304         (gst_audio_filter_class_init), (gst_audio_filter_init),
10305         (gst_audio_filter_set_caps),
10306         (gst_audio_filter_class_add_pad_templates):
10307         * gst-libs/gst/audio/gstaudiofilter.h:
10308           Port GstAudioFilter to 0.10. This change technically breaks
10309           API and ABI (and thus also every library developer's heart),
10310           but seems justifiable on the grounds that the base class was
10311           completely unusable before (ie. would crash immediately when
10312           actually used). Fixes #403963 (and eventually also #403572).
10313           Also document all of this a bit.
10314
10315 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10316
10317         * gst-libs/gst/utils/install-plugins.c:
10318         (gst_install_plugins_spawn_child):
10319         * tests/check/libs/utils.c:
10320         (test_base_utils_install_plugins_do_callout):
10321           Lowering log level to see why things fail on the p5 build bot;
10322           fix some typos in unit test messages.
10323
10324 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10325
10326         * tests/check/libs/utils.c:
10327         (test_base_utils_install_plugins_do_callout):
10328           Don't hard-code temp directory for test helper; use GLib functions
10329           to write out file and do error checking etc.
10330
10331 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10332
10333         * gst-libs/gst/utils/Makefile.am:
10334         * gst-libs/gst/utils/base-utils.h:
10335         * gst-libs/gst/utils/install-plugins.c:
10336         (gst_install_plugins_context_set_xid),
10337         (gst_install_plugins_context_new),
10338         (gst_install_plugins_context_free),
10339         (gst_install_plugins_get_helper),
10340         (gst_install_plugins_spawn_child),
10341         (gst_install_plugins_return_from_status),
10342         (gst_install_plugins_installer_exited),
10343         (gst_install_plugins_async), (gst_install_plugins_sync),
10344         (gst_install_plugins_return_get_name),
10345         (gst_install_plugins_installation_in_progress):
10346         * gst-libs/gst/utils/install-plugins.h:
10347           API: add API for applications to initiate installation of missing
10348           plugins, ie. gst_install_plugins_async() primarily.
10349           Based on libgimme-codec by Ryan Lortie.
10350
10351         * configure.ac:
10352           Add --with-install-plugins-helper configure option so distros can specify
10353           the path of the helper script or program to call when plugin installation
10354           is requested (distros: please do any argument munging in this helper
10355           script instead of patching GStreamer to pass arguments differently
10356           to another program directly).
10357
10358         * docs/libs/gst-plugins-base-libs-docs.sgml:
10359         * docs/libs/gst-plugins-base-libs-sections.txt:
10360           Build and document new API.
10361
10362         * tests/check/libs/utils.c: (result_cb),
10363         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10364         (libgstbaseutils_suite):
10365           Some simple checks for the new API.
10366
10367 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10368
10369         * tests/check/elements/audioconvert.c: (test_float_conversion):
10370           Add small test for 32bit float <=> 64bit float conversion (works
10371           only one way so far, 32=>64 produces structured noise).
10372
10373 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10374
10375         * gst/audioconvert/gstaudioconvert.c:
10376         (set_structure_widths_32_and_64), (make_lossless_changes):
10377           We don't support floats with a width of 40, 48 or 56 bits.
10378
10379 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10380
10381         * gst/audioconvert/audioconvert.c: (float), (double),
10382         (audio_convert_get_func_index):
10383         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10384         (make_lossless_changes):
10385           Support for 64-bit float audio in audioconvert (#339837)
10386
10387 2007-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10388
10389         Patch by: Holger Wansing  <linux wansing-online de>
10390
10391         * po/LINGUAS:
10392         * po/de.po:
10393           Add German translation (#352069).
10394
10395 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10396
10397         reviewed by: Wim Taymans <wim@fluendo.com>
10398
10399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10400         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10401         Use newly added GstCollectPads API to free the allocated resources in
10402         the GstOggPad structures (#402393).
10403
10404 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10405
10406         * gst/playback/gstplaybin.c: (gen_vis_element):
10407           Add audioresample+audioconvert in front of the visualisation
10408           element, so that elements like libvisual 0.4 that don't support all
10409           samplerates can work.
10410
10411           Fixes: #402505
10412
10413 2007-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10414
10415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10416         (gst_play_base_bin_get_streaminfo_value_array):
10417           Take some locks and make a copy of the streaminfo value array we
10418           maintain while holding the lock, so that the application can
10419           retrieve the stream-info as a value array in a thread-safe way.
10420
10421 2007-01-30  Wim Taymans  <wim@fluendo.com>
10422
10423         * gst/audioconvert/gstaudioconvert.c:
10424         Don't fail on 0 sized buffers. Fixes #396835.
10425
10426 2007-01-29  David Schleef  <ds@schleef.org>
10427
10428         * gst/typefind/gsttypefindfunctions.c:
10429           Detect BBCD as video/x-dirac, so we can play raw dirac
10430           streams.
10431
10432 2007-01-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10433
10434         * ext/theora/theoraenc.c: (theora_enc_chain):
10435           Check return value of theora_encode_header(), or we might try to
10436           allocate a random number of bytes. theora_encode_header() can fail
10437           if libtheora has been compiled with encoding support disabled.
10438           Fixes #398110.
10439
10440 2007-01-29  Wim Taymans  <wim@fluendo.com>
10441
10442         * tests/check/gst/.cvsignore:
10443         Do as buildbot says.
10444
10445 2007-01-29  Wim Taymans  <wim@fluendo.com>
10446
10447         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10448         Fix strides in libvisual. Gst uses X strides.
10449         Inspired by: <ed at catmur dot co dot uk> and 
10450         <tim at centricular dot net>
10451         Fixes #401118.
10452
10453 2007-01-27  Wim Taymans  <wim@fluendo.com>
10454
10455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10456         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10457         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10458         (gst_ogg_demux_perform_seek),
10459         (gst_ogg_demux_bisect_forward_serialno),
10460         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10461         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10462         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10463         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10464         * ext/ogg/gstoggdemux.h:
10465         Properly propagate streaming errors when we are scanning the file for
10466         chains so that we don't crash when shut down. Might fix some crashers
10467         when quickly switching oggs in RB such as #332503 and #378436.
10468
10469 2007-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10470
10471         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10472           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10473           error code as well.
10474
10475 2007-01-25  Wim Taymans  <wim@fluendo.com>
10476
10477         * gst/playback/gstplaybasebin.c: (remove_source):
10478         Don't try to disconnect a signal from a finalized object.
10479
10480 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10481
10482         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10483           Cast lock macro parameters to make sure we're actually accessing the
10484           lock member at the right class level. Free list itself in _dispose()
10485           as well and NULL it in case dispose gets called multiple times.
10486
10487 2007-01-25  Edward Hervey  <edward@fluendo.com>
10488
10489         * gst/playback/gstdecodebin2.c:
10490         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10491         Free GstDecodeGroups no longer used.
10492         (gst_decode_group_expose):
10493         Don't unlock too many times !
10494         (deactivate_free_recursive):
10495         Free iterator once we're done with it.
10496         Fix for recursively deactivating elements (stop at ghostpads).
10497
10498 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10499
10500         * gst/playback/gstplaybin.c: (handoff):
10501           Fix up caps on the frame buffer before we save it and potentially
10502           make it accessible to other threads via g_object_get; also use
10503           gst_buffer_replace() instead of gst_mini_object_replace().
10504
10505 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10506
10507         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10508           Make getting the current frame thread-safe.
10509
10510 2007-01-25  Edward Hervey  <edward@fluendo.com>
10511
10512         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10513         (gst_decode_group_new), (gst_decode_group_free):
10514         Set queues to bigger sizes to cope with HD contents.
10515         Fix some mutex freeing and add comment about MT safe methods.
10516
10517 2007-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10518
10519         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10520         (gst_text_overlay_text_event):
10521           Don't unnecessarily ref (and then leak) upstream events if the text
10522           pad is not linked. Fixes #399948.
10523
10524         * tests/check/gst-plugins-base.supp:
10525           Add suppression for pango on edgy/x86 for textoverlay test.
10526
10527 2007-01-24  Wim Taymans  <wim@fluendo.com>
10528
10529         * gst-libs/gst/rtp/gstrtpbuffer.h:
10530         Add some more fixed payloads.
10531
10532 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10533
10534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10535           Error out properly if we get an error from libogg while reading the
10536           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10537
10538 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10539
10540         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10541           Don't leak mutex.
10542
10543         * tests/check/elements/playbin.c:
10544         (test_sink_usage_video_only_stream),
10545         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10546         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10547         (test_missing_suburisource_handler),
10548         (test_missing_primary_decoder), (playbin_suite):
10549           Run all tests once with decodebin and once with decodebin2.
10550           One test does not pass yet with decodebin2.
10551
10552 2007-01-23  Edward Hervey  <edward@fluendo.com>
10553
10554         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10555         Fix the cases where oggmux doesn't properly figure out that all
10556         sinkpads have gone EOS, and therefore doesn't push out the remaining
10557         buffers and the final EOS event.
10558         Fixes #363379
10559
10560 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10561
10562         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10564         Don't lock on navigation event push, just on keysym to string.
10565         Fixes #397673 again.
10566
10567 2007-01-22  Edward Hervey  <edward@fluendo.com>
10568
10569         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10570         (get_current_group), (group_demuxer_event_probe),
10571         (gst_decode_group_expose), (deactivate_free_recursive),
10572         (gst_decode_group_free):
10573         Cleanups.
10574         Don't forget to emit 'no-more-pads' once a group is exposed.
10575         Cleanup elements from a DecodeGroup once we remove it.
10576         Protect call to gst_decode_group_expose() with the decodebin lock.
10577
10578 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10579
10580         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10582         Looking at Xorg code i can't figure out if that XKeysymToString
10583         function is thread sensible or not. Lock it just in case as
10584         recommended by Radek Doulik <rodo at ximian dot com>.
10585
10586 2007-01-22  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         Lock that X Call as well. Fixes #397673.
10591
10592 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10593
10594         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10595           Don't go into an endless loop if the file starts with 00 00 01 2X,
10596           like quicktime redirect files might. Fixes #396042.
10597
10598         * tests/check/Makefile.am:
10599         * tests/check/gst/.cvsignore:
10600         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10601         (typefindfunctions_suite):
10602           Add unit test for the above.
10603
10604 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10605
10606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10607           On second thought, use "depth" field rather than "bpp" field.
10608
10609 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10610
10611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10612           Camtasia caps apparently need a bpp field (#398875).
10613
10614 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10615
10616         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10617         (gen_source_element), (gst_play_base_bin_change_state):
10618           Attempt at a better error message in case we don't have the required
10619           URI handler installed; post missing-plugin message also when we're
10620           missing an URI handler for the subtitle URI; clean up properly also
10621           when an error occurs and we never made it to PAUSED state.
10622
10623         * tests/check/elements/playbin.c: (GST_START_TEST),
10624         (playbin_suite):
10625           Check that we're also getting a missing-plugin messsage for a
10626           missing subtitle URI handler (and clean up properly).
10627
10628 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10629
10630         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10631           Plug a few reference leaks.
10632
10633 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10634
10635         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10636           Lower probability a bit if the marker isn't right at the start,
10637           to decrease the chance of false positives.
10638
10639 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10640
10641         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10642           Small mpeg2 system stream typefinding improvement: make typefinder
10643           probe a bit into the stream instead of just looking for a marker
10644           at the beginning. Fixes #397810.
10645
10646 2007-01-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10647
10648         * gst/audioconvert/gstchannelmix.c:
10649           Remove compatibility cruft for prehistoric GLib versions.
10650
10651 2007-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10652
10653         * gst/playback/Makefile.am:
10654         * gst/playback/gstdecodebin.c: (close_pad_link):
10655         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10657         (gst_play_base_bin_handle_message_func), (unknown_type):
10658           Let decodebin be the element to post missing-plugin messages for
10659           missing decoders (rather than playbin); make playbin implement
10660           GstBin::handle_message so we can suppress missing-plugin messages
10661           for types we're not handling on purpose (don't want to bring up an
10662           installer in those cases).
10663
10664 2007-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10665
10666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10667         * gst-libs/gst/tag/gstvorbistag.c:
10668         (gst_tag_list_to_vorbiscomment_buffer):
10669         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10670           Fix potentially unaligned access (#397207).
10671
10672 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10673
10674         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10675         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10676         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10677         (main):
10678           Allow to toggle looping while it plays. Fix callback prototype. Clean
10679           up code a bit more. Add copyright header.
10680
10681 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10682
10683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10684           Red and blue mask was swapped (spotted by Dan Williams).
10685
10686 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10687
10688         * gst-libs/gst/tag/gstid3tag.c:
10689         * gst-libs/gst/tag/gstvorbistag.c:
10690           Use new beats-per-minute tag from core.
10691
10692 2007-01-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10693
10694         * po/POTFILES.in:
10695           Add new files with translatable strings, so they actually make it
10696           into the template file one day.
10697
10698 2007-01-12  Andy Wingo  <wingo@pobox.com>
10699
10700         * gst-libs/gst/audio/gstbaseaudiosink.c
10701         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10702         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10703         stuff, as the base class handles this now. Actually tell the ring
10704         buffer to start.
10705         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10706         How did this work before? Maybe I'm not as awesome a programmer as
10707         I think.
10708
10709         * gst-libs/gst/audio/gstbaseaudiosrc.c
10710         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10711         of a pad function.
10712
10713 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10714
10715         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10716           Remove more fields so that the application can better blacklist
10717           formats that have been tried before.
10718
10719 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10720
10721         * gst-libs/gst/audio/mixerutils.h:
10722           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10723           used when compiling with c++ compilers as well.
10724
10725 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10726
10727         * gst/typefind/gsttypefindfunctions.c:
10728           Fix comment.
10729
10730 2007-01-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10731
10732         * gst/playback/gstplaybin.c: (post_missing_element_message),
10733         (gen_video_element), (gen_text_element), (gen_audio_element),
10734         (gen_vis_element):
10735           Post missing-plugin messages also when we error out because
10736           converters, textoverlay or auto*sinks are missing (#161922).
10737
10738 2007-01-10  Wim Taymans  <wim@fluendo.com>
10739
10740         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10741         (is_demuxer_element), (new_caps):
10742         * gst/playback/gstplaybasebin.c: (source_new_pad):
10743         Fix the case where we try to ref a NULL element when we delay a link
10744         because of unfixed caps.
10745         Set the state of autoplugged decodebins to PAUSED.
10746         RTSP now works in playbin, we can remove it from the blacklist.
10747
10748 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10749
10750         * gst/playback/Makefile.am:
10751         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10752         (unknown_type), (setup_subtitle), (gen_source_element):
10753         * gst/playback/gstplaybin.c: (plugin_init):
10754           Post missing-plugin messages on the bus for missing sources and
10755           missing decoders/demuxers/depayloaders; fix error code used when
10756           we're missing an URI handler source; for media types that we are not
10757           handling on purpose at the moment, don't print "don't know how to
10758           handle xyz" messages to the terminal or post missing-plugin
10759           messages on the bus.
10760
10761         * tests/check/elements/playbin.c: (create_playbin),
10762         (GST_START_TEST), (gst_codec_src_uri_get_type),
10763         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10764         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10765         (gst_codec_src_init_type), (gst_codec_src_base_init),
10766         (gst_codec_src_create), (gst_codec_src_class_init),
10767         (gst_codec_src_init), (plugin_init), (playbin_suite):
10768           Add some tests for the missing-plugin stuff.
10769
10770 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10771
10772         * configure.ac:
10773         * gst-libs/gst/Makefile.am:
10774         * gst-libs/gst/utils/Makefile.am:
10775         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10776         * gst-libs/gst/utils/base-utils.h:
10777         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10778         (find_format_info), (caps_are_rtp_caps),
10779         (gst_base_utils_get_source_description),
10780         (gst_base_utils_get_sink_description),
10781         (gst_base_utils_get_decoder_description),
10782         (gst_base_utils_get_encoder_description),
10783         (gst_base_utils_get_element_description),
10784         (gst_base_utils_add_codec_description_to_tag_list),
10785         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10786         * gst-libs/gst/utils/descriptions.h:
10787         * gst-libs/gst/utils/missing-plugins.c:
10788         (missing_structure_get_type), (copy_and_clean_caps),
10789         (gst_missing_uri_source_message_new),
10790         (gst_missing_uri_sink_message_new),
10791         (gst_missing_element_message_new),
10792         (gst_missing_decoder_message_new),
10793         (gst_missing_encoder_message_new),
10794         (missing_structure_get_string_detail),
10795         (missing_structure_get_caps_detail),
10796         (gst_missing_plugin_message_get_installer_detail),
10797         (gst_missing_plugin_message_get_description),
10798         (gst_is_missing_plugin_message):
10799         * gst-libs/gst/utils/missing-plugins.h:
10800           API: add new libgstbaseutils library with functions
10801           - to create and parse missing-plugins messages
10802           - that provide (translated) descriptions for caps/decoders/sources/etc.
10803           Closes #392393.
10804
10805         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10806         * pkgconfig/gstreamer-plugins-base.pc.in:
10807           Add new lib.
10808
10809         * docs/libs/gst-plugins-base-libs-docs.sgml:
10810         * docs/libs/gst-plugins-base-libs-sections.txt:
10811           Generate docs for new lib and API.
10812
10813         * tests/check/Makefile.am:
10814         * tests/check/libs/.cvsignore:
10815         * tests/check/libs/utils.c: (missing_msg_check_getters),
10816         (GST_START_TEST), (libgstbaseutils_suite):
10817           Add some basic unit tests.
10818
10819 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10820
10821         * ext/ogg/Makefile.am:
10822           Dist gstoggdemux.h to fix 'make distcheck'.
10823
10824         * sys/v4l/Makefile.am:
10825           Fix 'make distcheck' even more.
10826
10827 2007-01-09  Wim Taymans  <wim@fluendo.com>
10828
10829         * docs/plugins/Makefile.am:
10830         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10831         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10832         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10833         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10834         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10835         (gst_ogg_demux_perform_seek):
10836         * ext/ogg/gstoggdemux.h:
10837         Added docs.
10838         Add some more comments.
10839         Small cleanups.
10840
10841 2007-01-09  Wim Taymans  <wim@fluendo.com>
10842
10843         * ext/theora/theoradec.c:
10844         * ext/vorbis/vorbisdec.c:
10845         * gst-libs/gst/audio/gstringbuffer.c:
10846         (gst_ring_buffer_commit_full):
10847         * gst-libs/gst/audio/gstringbuffer.h:
10848         * gst-libs/gst/rtp/gstrtpbuffer.c:
10849         * gst-libs/gst/tag/gstvorbistag.c:
10850         Small documentation updates/fixes
10851
10852 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10853
10854         * configure.ac:
10855           Require core CVS HEAD for Andy's basesrc/sink API additions.
10856
10857 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10858
10859         Patch by: GĂ¼nter Thelen  <daedalus dot inc at gmx net>
10860
10861         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10862         (plugin_init):
10863           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10864           on flac.sf.net (there appear to be other versions of the first
10865           ogg page in the wild) (#391365).
10866
10867 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10868
10869         * configure.ac:
10870           Check if localtime_r() is available.
10871
10872         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10873           If localtime_r() is not available, fall back to localtime(). Should
10874           fix build on MingW (#393310).
10875
10876 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10877
10878         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10879         * gst/subparse/gstsubparse.h:
10880           Remove spurious 1000 subtrahend when calculating the timestamp from
10881           the frame number and the frame rate . Also, use the frames/second
10882           value specified in the first line of the file, if one is specified
10883           there. Should fix #357503.
10884
10885         * tests/check/elements/subparse.c: (do_test),
10886         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10887         (subparse_suite):
10888           Add some basic unit tests for the microdvd subtitle format.
10889
10890 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10891
10892         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10893
10894         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10895         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10896         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10897         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10898         (gst_xvimagesink_set_xwindow_id),
10899         (gst_xvimagesink_set_event_handling),
10900         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10901         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10902         Fixes: #390076.
10903         Add an adaptor property to select a specific XV adaptor.
10904         * sys/xvimage/xvimagesink.h:
10905
10906 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10907
10908         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10909         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10910         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10911         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10912         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10913         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10914         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10915         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10916         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10917         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10918         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10919         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10920         Use flow_lock much more to protect every access to xwindow.
10921         Try to catch erros while creating images in case some drivers are
10922         just generating an XError when the requested image is too big.
10923         Should fix : #354698, #384008, #384060.
10924         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10925         Implement some stress testing of setting window xid.
10926
10927 2007-01-07  SĂ©bastien Moutte  <sebastien@moutte.net>
10928
10929         * win32/common/libgsaudio.def:
10930           Add new exported function.
10931         * win32/common/libgstogg.dsp:
10932           Add gstoggaviparse.c to the build.
10933         * win32/common/libgstvideoscale.dsp:
10934           Add vs_4tap.c to the build.
10935         * win32/common/libgstvorbis.dsp:
10936           Add vorbistag.c to the build.
10937         
10938 2007-01-06  Andy Wingo  <wingo@pobox.com>
10939
10940         * gst-libs/gst/audio/gstbaseaudiosink.c
10941         (gst_base_audio_sink_class_init)
10942         (gst_base_audio_sink_init): 
10943         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10944         to baseaudiosink, and tell basesink that we can work in pull mode.
10945         This way the ring buffer thread drives the pipeline directly, if
10946         pull mode is possible. There is some lingering nastiness regarding
10947         capsnego, however.
10948         (gst_base_audio_sink_callback): Implement the callback to pull
10949         data. This interface is a bit light, though -- it should get a
10950         GstFlowReturn return value at least.
10951
10952 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10953
10954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10955         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10956         * gst/playback/gstdecodebin2.c:
10957         (gst_decode_group_check_if_blocked):
10958           Printf format and missing argument fixes.
10959
10960 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10961
10962         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10963         (gst_ogm_parse_change_state):
10964         Activate pads before adding them to the element.
10965
10966 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10967
10968         * tests/examples/seek/scrubby.c: (main):
10969         * tests/examples/seek/seek.c: (main):
10970           Call g_thread_init() first thing in main() (see #391278).
10971
10972 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10973
10974         * tests/check/Makefile.am:
10975         * tests/check/libs/.cvsignore:
10976         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10977         (netbuffer_suite):
10978           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10979           for the time being, since it's broken, see #393099.
10980
10981 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10982
10983         * tests/check/Makefile.am:
10984           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10985
10986 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10987
10988         * configure.ac:
10989           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10990           so that GST_BASE_CFLAGS can go inbetween them, making sure
10991           we use uninstalled gst-libs headers
10992         * docs/libs/Makefile.am:
10993         * ext/alsa/Makefile.am:
10994         * ext/cdparanoia/Makefile.am:
10995         * ext/gnomevfs/Makefile.am:
10996         * ext/libvisual/Makefile.am:
10997         * ext/ogg/Makefile.am:
10998         * ext/theora/Makefile.am:
10999         * ext/vorbis/Makefile.am:
11000         * gst-libs/gst/audio/Makefile.am:
11001         * gst-libs/gst/cdda/Makefile.am:
11002         * gst-libs/gst/interfaces/Makefile.am:
11003         * gst-libs/gst/riff/Makefile.am:
11004         * gst-libs/gst/rtp/Makefile.am:
11005         * gst-libs/gst/tag/Makefile.am:
11006         * gst/adder/Makefile.am:
11007         * gst/audioconvert/Makefile.am:
11008         * gst/audiorate/Makefile.am:
11009         * gst/audioresample/Makefile.am:
11010         * gst/playback/Makefile.am:
11011         * gst/tcp/Makefile.am:
11012         * gst/videoscale/Makefile.am:
11013         * gst/volume/Makefile.am:
11014         * sys/ximage/Makefile.am:
11015         * sys/xvimage/Makefile.am:
11016         * tests/icles/Makefile.am:
11017           adapt
11018
11019 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11020
11021         * gst-libs/gst/interfaces/xoverlay.c:
11022         (gst_x_overlay_handle_events):
11023         * gst-libs/gst/interfaces/xoverlay.h:
11024         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11025         (gst_ximagesink_set_xwindow_id),
11026         (gst_ximagesink_set_event_handling),
11027         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11028         (gst_ximagesink_get_property), (gst_ximagesink_init),
11029         (gst_ximagesink_class_init):
11030         * sys/ximage/ximagesink.h:
11031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11032         (gst_xvimagesink_set_xwindow_id),
11033         (gst_xvimagesink_set_event_handling),
11034         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11035         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11036         (gst_xvimagesink_class_init):
11037         * sys/xvimage/xvimagesink.h:
11038         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11039         Add a method to the XOverlay interface to allow disabling of 
11040         event handling in x[v]imagesink elements. This will let X events
11041         propagate to parent windows which can be usefull in some cases.
11042         Be carefull that the application is then responsible of pushing
11043         navigation events and expose events to the video sink.
11044         Fixes: #387138.
11045
11046 2007-01-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11047
11048         * gst-libs/gst/tag/gstvorbistag.c:
11049         * tests/check/libs/tag.c: (GST_START_TEST):
11050           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11051           (fixes #392070).
11052
11053 2007-01-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11054
11055         * configure.ac:
11056         * docs/Makefile.am:
11057         * docs/design/Makefile.am:
11058           Dist design docs.
11059
11060 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11061
11062         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11063         typo. Fixes: #390063.
11064
11065 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11066
11067         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11069         caps leak.
11070         * win32/common/config.h: Updated.
11071
11072 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11073
11074         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11075         (setup_gdpdepay_streamheader):
11076         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11077         (setup_gdppay_streamheader):
11078           Fix the dp tests, but activating the pads for the streamheader tests
11079           too and cleaning up conditionaly
11080
11081 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11082
11083         * gst/ffmpegcolorspace/avcodec.h:
11084         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11085         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11086         (gst_ffmpegcsp_avpicture_fill):
11087         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11088         (img_get_alpha_info):
11089         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11090         other end of the word. Fixes: #387073.
11091
11092         Add some inconsequential branch hints in a couple of places.
11093
11094 2006-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11095
11096         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11097         (gst_ffmpeg_caps_to_smpfmt):
11098           The "signed" field in raw audio caps is of boolean type, trying to
11099           extract the value with _get_int() will fail (fix to keep in sync with
11100           the copy in gst-ffmpeg)
11101
11102 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11103
11104         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11105         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11106         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11107         (cleanup_gdpdepay):
11108         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11109         * tests/check/elements/subparse.c: (teardown_subparse):
11110         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11111         * tests/check/elements/videorate.c: (cleanup_videorate):
11112         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11113         * tests/check/elements/volume.c: (cleanup_volume):
11114         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11115         (cleanup_vorbisdec):
11116         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11117         (cleanup_vorbistag):
11118           consistent pad (de)activation
11119
11120 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11121
11122         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11123           Forgot to register the extensions.
11124
11125 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11126
11127         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11128         (plugin_init):
11129           Add typefinder for VIVO files (my christmas present to the 90s).
11130
11131 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11132
11133         * gst/playback/gstdecodebin.c: (type_found):
11134           Special-case the text/plain media type: we only want to recognise it
11135           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11136           parser, but not if the entire stream is of text/plain type. If the
11137           entire stream is text/plain, we should just error out.
11138
11139           This fixes playback of audio files with lyrics in totem. Totem can't
11140           distinguish between text files and subtitle files and passes any
11141           .txt file with the same basename as the main file to playbin as
11142           suburi, and playbin will then throw a 'subtitle found, but no video
11143           stream' error, which isn't entirely helpful. See #380342.
11144
11145           Also, with this change we'll show a slightly more correct error
11146           message in case totem passes a playlist file to us (although a
11147           custom error message wording instead of the default text would
11148           probably not be a bad idea either).
11149
11150           Same problem also needs to be fixed for playbin+decodebin2.
11151
11152         * tests/check/Makefile.am:
11153         * tests/check/elements/decodebin.c: (src_handoff_cb),
11154         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11155         (decodebin_suite):
11156           Add simple unit test for decodebin for the above.
11157
11158 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11159
11160         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11161         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11162           Refuse to change state to READY when we failed to create any of the
11163           required elements in our instance init function.
11164
11165 2006-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11166
11167         * docs/libs/gst-plugins-base-libs-sections.txt:
11168           Small docs fixes/updates.
11169
11170         * gst-libs/gst/video/gstvideosink.h:
11171           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11172           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11173           removed from the base sink API between 0.9.6 and 0.9.7).
11174           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11175           accessor macros, so we don't do a runtime GObject type check every
11176           time we use them.
11177
11178 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11179
11180         * Makefile.am:
11181         * gst-plugins-base.doap:
11182         * gst-plugins-base.spec.in:
11183           add doap file
11184
11185 2006-12-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11186
11187         Patch by: Jens Granseuer <jensgr at gmx net>
11188
11189         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11190         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11191         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11192         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11194           Declare variables at the beginning of a block. Fixes #383195.
11195
11196 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11197
11198         * configure.ac:
11199         Bump version nano - back to CVS.
11200
11201
11202 === release 0.10.11 ===
11203
11204 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11205
11206         * configure.ac:
11207           releasing 0.10.11, "Dumb things"
11208
11209 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11210
11211         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11212         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11213         Handle the case where an element has multiple pads with 
11214         unfixed caps as well as still possibly producing more dynamic 
11215         pads by storing each case as a distinct entry in the dynamic list.
11216         Fixes #38223 again.
11217
11218 2006-12-04  Wim Taymans  <wim@fluendo.com>
11219
11220         * gst/playback/gstdecodebin.c: (close_pad_link):
11221         Fix #382223, add more dynamic caps handling.
11222
11223 2006-12-04  Wim Taymans  <wim@fluendo.com>
11224
11225         * gst-libs/gst/audio/gstringbuffer.h:
11226         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11227         (gst_netaddress_set_ip4_interface),
11228         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11229         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11230         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11231         (gst_netaddress_get_ttl):
11232         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11233         * gst/playback/gstdecodebin.c: (close_pad_link):
11234         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11235         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11236         * win32/common/config.h:
11237
11238 2006-12-01  Michael Smith  <msmith@fluendo.com>
11239
11240         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11241           Delete bad debug code.
11242           Fixes #381219
11243
11244 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11245
11246         * gst/videoscale/vs_4tap.c:
11247         * win32/MANIFEST:
11248         * win32/common/config.h:
11249         * win32/vs8/libgstvideoscale.vcproj:
11250         Fix compilation on win32 under VS8
11251         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11252         Partially fixes #381175
11253
11254 2006-11-30  Michael Smith  <msmith@fluendo.com>
11255
11256         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11257         (GST_START_TEST):
11258           It would be very bad if, after a discont buffer, we thought every
11259           single following buffer was also discont. So, add to the test to
11260           ensure that this isn't the case.
11261           
11262         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11263           ... it was the case. So fix it.
11264
11265 2006-11-28  Wim Taymans  <wim@fluendo.com>
11266
11267         * gst/playback/gstplaybasebin.c: (check_queue_event):
11268         Improve debug.
11269
11270         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11271         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11272         padtemplate caps. Refixes #357577.
11273
11274 2006-11-28  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/playback/gstplaybasebin.c: (check_queue_event),
11277         (queue_threshold_reached), (queue_out_of_data),
11278         (gen_preroll_element):
11279         Add event probe to see when EOS is in a queue and we can disable the
11280         underrun signals. Fixes #357577.
11281
11282 2006-11-28  Edward Hervey  <edward@fluendo.com>
11283
11284         * gst/playback/Makefile.am:
11285         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11286         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11287         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11288         (gst_decode_bin_init), (gst_decode_bin_dispose),
11289         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11290         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11291         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11292         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11293         (connect_element), (expose_pad), (type_found),
11294         (pad_added_group_cb), (pad_removed_group_cb),
11295         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11296         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11297         (are_raw_caps), (multi_queue_overrun_cb),
11298         (multi_queue_underrun_cb), (gst_decode_group_new),
11299         (get_current_group), (group_demuxer_event_probe),
11300         (gst_decode_group_control_demuxer_pad),
11301         (gst_decode_group_control_source_pad),
11302         (gst_decode_group_check_if_blocked),
11303         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11304         (gst_decode_group_hide), (gst_decode_group_free),
11305         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11306         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11307         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11308         (plugin_init):
11309         New decodebin2 element.
11310         Closes #370092
11311         * gst/playback/gstplay-marshal.list:
11312         Added marshallers for new signals in decodebin2
11313         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11314         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11315         is set.
11316
11317 2006-11-28  Wim Taymans  <wim@fluendo.com>
11318
11319         * gst/playback/gstplaybasebin.c: (setup_source),
11320         (gst_play_base_bin_change_state):
11321         Disable rtsp:// uris for the release, it's not good enough yet.
11322         Remove unused var.
11323
11324 2006-11-26  Wim Taymans  <wim@fluendo.com>
11325
11326         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11327         (theora_dec_push_forward), (theora_dec_push_reverse),
11328         (theora_handle_data_packet), (theora_dec_decode_buffer),
11329         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11330         (theora_dec_chain_forward), (theora_dec_chain):
11331         Implement reverse playback.
11332
11333         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11334         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11335         (vorbis_dec_chain_forward):
11336         Clear buffers used for reverse playback in _reset.
11337         No need to set the eos flag, we clip samples using the segment.
11338
11339 2006-11-24  Wim Taymans  <wim@fluendo.com>
11340
11341         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11342         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11343         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11344         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11345         Some cleanups.
11346         Handle continued pages in reverse mode.
11347
11348 2006-11-24  Wim Taymans  <wim@fluendo.com>
11349
11350         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11351         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11352         (vorbis_dec_flush_decode):
11353         Small cleanups.
11354         Don't try to add invalid timestamps.
11355         Clipping will unref the buffer.
11356
11357 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11358
11359         * gst/adder/gstadder.h:
11360         * gst/audiotestsrc/gstaudiotestsrc.h:
11361           remove obsolete _factory_init protos
11362
11363 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11364
11365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11366           Fix spacing in debug message.
11367
11368 2006-11-23  Wim Taymans  <wim@fluendo.com>
11369
11370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11371         (gst_ogg_demux_chain):
11372         Don't just ignore return values from _pad_push().
11373         Small debug improvements.
11374
11375 2006-11-23  Michael Smith  <msmith@fluendo.com>
11376
11377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11378           If our incoming buffer is marked as DISCONT, then increment the page
11379           number (so that the discontinuity is marked in the final ogg
11380           bitstream) and flush the previous page.
11381
11382 2006-11-22  Michael Smith  <msmith@fluendo.com>
11383
11384         * ext/theora/gsttheoraenc.h:
11385         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11386         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11387         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11388         (theora_enc_chain), (theora_enc_change_state):
11389           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11390
11391         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11392         (GST_START_TEST), (theoraenc_suite):
11393           Enable discontinuity test, fix it.
11394
11395 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11396
11397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11398         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11399         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11400         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11401         (gst_text_overlay_change_state):
11402         * ext/pango/gsttextoverlay.h:
11403           Some textoverlay fixes: for one, in the video chain function,
11404           actually wait for a text buffer to come in if there is none at the
11405           moment and there should be one; also, deal more gracefully with
11406           incoming buffers that do not have a timestamp or duration; discard
11407           text buffer when not needed any longer. Fixes #341681.
11408
11409         * tests/check/Makefile.am:
11410         * tests/check/elements/.cvsignore:
11411         * tests/check/elements/textoverlay.c:
11412         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11413         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11414         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11415         (test_video_waits_for_text_send_text_newsegment_thread),
11416         (test_video_waits_for_text_shutdown_element),
11417         (test_render_continuity_push_video_buffers_thread),
11418         (textoverlay_suite):
11419           Add some unit tests for textoverlay.
11420
11421 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11422
11423         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11424           Avoid integer underflow when the found probability for mp3 is
11425           smaller than the 'penalty' we subtract if there's not a clean
11426           mp3 header sync at offset 0.
11427
11428 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11429
11430         * docs/libs/gst-plugins-base-libs-sections.txt:
11431           Add some new symbols to the docs
11432
11433 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11434
11435         * tests/check/Makefile.am:
11436         * tests/check/elements/ffmpegcolorspace.c:
11437         (ffmpegcolorspace_suite):
11438           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11439           (for now not for valgrinding though, since it takes too long).
11440
11441 2006-11-20  Wim Taymans  <wim@fluendo.com>
11442
11443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11444         (gst_ffmpeg_pixfmt_to_caps):
11445         Fix RGBA32 caps. Fixes #357038.
11446
11447 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11448
11449         * gst-libs/gst/interfaces/mixertrack.h:
11450           Add FIXME so we can add some padding here in 0.11
11451
11452 2006-11-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11453
11454         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11455           Fix GstBaseRTPAudioPayload structure so the whole GObject
11456           inheritance business actually works (parent class instance structure
11457           must always come first in the derived class instance structure).
11458
11459 2006-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11460
11461         * gst/videotestsrc/Makefile.am:
11462         * tests/check/Makefile.am:
11463           Make sure our checks and the videotestsrc plugin link against the
11464           local uninstalled gst libs and not any installed gst libs that
11465           might happen to exist as well.
11466
11467         * tests/check/elements/adder.c: (message_received),
11468         (test_event_message_received), (test_play_twice_message_received):
11469         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11470           Fix compiler warnings when compiling against core with disabled
11471           debugging system.
11472
11473 2006-11-16  Michael Smith  <msmith@fluendo.com>
11474
11475         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11476         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11477           Fix audiorate, so that it accurately sets offsets and timestamps.
11478           Doesn't change the fundamental algorithmic decisions; so should be
11479           safe.
11480
11481         * tests/check/Makefile.am:
11482           Enable audiorate test now that it passes.
11483
11484 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11485
11486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11487           clear xv when going to NULL, remove // commented non-existant proto
11488
11489         * tests/examples/seek/seek.c: (main):
11490           add missing tooltip description for scrub and play_scrub
11491
11492 2006-11-14  David Schleef  <ds@schleef.org>
11493
11494         * configure.ac:
11495           Bump liboil requirement to 0.3.8.
11496         * gst-libs/gst/riff/riff-media.c:
11497           Add Dirac fourcc.
11498         * gst/videoscale/vs_image.h:
11499         * gst/videoscale/vs_scanline.h:
11500           Use liboil's stdint.h.
11501         * gst/videotestsrc/videotestsrc.c:
11502           Remove liboil related ifdef's, since they aren't needed now, and
11503           won't work with future versions.
11504
11505 2006-11-14  David Schleef  <ds@schleef.org>
11506
11507         * gst/videoscale/Makefile.am:
11508         * gst/videoscale/gstvideoscale.c:
11509         * gst/videoscale/gstvideoscale.h:
11510         * gst/videoscale/vs_4tap.c:
11511         * gst/videoscale/vs_4tap.h:
11512         * gst/videoscale/vs_image.c:
11513         * gst/videoscale/vs_image.h:
11514         * gst/videoscale/vs_scanline.c:
11515         * gst/videoscale/vs_scanline.h:
11516           Add a 4-tap image scaler.  Theoretically looks much prettier.
11517           The tap calculation could use some improvement.
11518
11519 2006-11-14  Wim Taymans  <wim@fluendo.com>
11520
11521         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11522
11523         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11524         (gst_riff_parse_strf_iavs):
11525         * gst/subparse/gstsubparse.c: (convert_encoding):
11526         * gst/tcp/gstmultifdsink.c:
11527         (gst_multi_fd_sink_handle_client_write):
11528         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11529         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11530         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11531         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11532         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11533         (gst_ximagesink_ximage_new):
11534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11535         Various gsize and gssize printf fixes. Fixes #372507.
11536
11537 2006-11-13  Wim Taymans  <wim@fluendo.com>
11538
11539         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11540         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11541         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11542         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11543         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11544         * ext/vorbis/vorbisdec.h:
11545         First stab at vorbis reverse playback.
11546
11547 2006-11-13  Wim Taymans  <wim@fluendo.com>
11548
11549         * gst-libs/gst/audio/gstbaseaudiosink.c:
11550         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11551         * gst-libs/gst/audio/gstbaseaudiosink.h:
11552         Make the clock sync code more accurate wrt resampling and playback
11553         at different rates.
11554         
11555         * gst-libs/gst/audio/gstringbuffer.c:
11556         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11557         * gst-libs/gst/audio/gstringbuffer.h:
11558         Use better algorithm to interpolate sample rates. 
11559
11560 2006-11-13  Michael Smith  <msmith@fluendo.com>
11561
11562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11563           Improve a debug line slightly.
11564
11565         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11566           Call gst_riff_init() in plugin_init, to avoid getting errors from
11567           the debug system (unrelated changes to another plugin made this turn
11568           up; not sure why).
11569
11570 2006-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11571
11572         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11573
11574         * win32/common/libgsttag.def:
11575           Add missing symbol (#366492).
11576
11577 2006-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11578
11579         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11580           Don't unref a NULL pad.
11581
11582 2006-11-09  Wim Taymans  <wim@fluendo.com>
11583
11584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11585         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11586         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11587         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11588         (gst_ogg_demux_loop):
11589         Implement first stab at reverse playback.
11590
11591 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11592
11593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11594         (gst_riff_create_video_template_caps):
11595           add h263/h264 variants to the caps, Fixes #363118
11596
11597 2006-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11598
11599         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11600         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11601           Use g_strerror instead of strerror so we get UTF-8.
11602
11603 2006-11-03  David Schleef  <ds@schleef.org>
11604
11605         * ext/ogg/gstoggdemux.c:
11606         * ext/ogg/gstoggmux.c:
11607           Add/remove KW-DIRAC header here, since it is ogg-specific.
11608
11609 2006-11-03  Michael Smith  <msmith@fluendo.com>
11610
11611         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11612           Recognise more mpeg4 elementary video streams.
11613
11614 2006-11-02  Edward Hervey  <edward@fluendo.com>
11615
11616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11617         Lower the probability of mp3 typefinding functions if we don't find a
11618         valid mp3 header at the start of the file.
11619         Closes #369482
11620
11621 2006-11-02  Wim Taymans  <wim@fluendo.com>
11622
11623         * ext/theora/gsttheoradec.h:
11624         * ext/theora/theoradec.c: (gst_theora_dec_init),
11625         (theora_dec_sink_event), (theora_dec_chain_forward),
11626         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11627         (theora_dec_chain):
11628         Document and partially implement an algorithm for doing reverse playback
11629         of theora video.
11630
11631 2006-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11632
11633         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11634
11635         * win32/common/config.h:
11636         * win32/common/interfaces-enumtypes.c:
11637         * win32/common/libgsttag.def:
11638         * win32/vs8/gst-plugins-base.sln:
11639         * win32/vs8/libgstaudioresample.vcproj:
11640         * win32/vs8/libgstinterfaces.vcproj:
11641         * win32/vs8/libgstogg.vcproj:
11642         * win32/vs8/libgstriff.vcproj:
11643         * win32/vs8/libgsttag.vcproj:
11644         * win32/vs8/libgsttheora.vcproj:
11645         * win32/vs8/libgstvideoscale.vcproj:
11646         * win32/vs8/libgstvorbis.vcproj:
11647           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11648           to libgsttag.def; add missing dependencies for some vs8 projects;
11649           re-arrange placement of .def files in vs8 projects (#366334).
11650
11651 2006-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11652
11653         * ext/ogg/gstogg.c:
11654           Remove unused variable.
11655
11656         * ext/ogg/gstoggdemux.c:
11657           Fix Wim's surname in plugin description.
11658
11659 2006-10-31  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst-plugins-base.spec.in:
11662         spec new .h file. Fixes #368310.
11663
11664 2006-10-31  Michael Smith  <msmith@fluendo.com>
11665
11666         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11667         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11668         (gst_multi_fd_sink_get_stats),
11669         (gst_multi_fd_sink_remove_client_link),
11670         (gst_multi_fd_sink_queue_buffer),
11671         (gst_multi_fd_sink_handle_clients):
11672         * gst/tcp/gstmultifdsink.h:
11673           Make using the remove or clear signals threadsafe.
11674           Make calling get-stats with an invalid fd not segfault.
11675           Fixes 368273.
11676
11677 2006-10-31  Wim Taymans  <wim@fluendo.com>
11678
11679         * gst-libs/gst/rtp/Makefile.am:
11680         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11681         (gst_base_rtp_audio_payload_init):
11682         Fix and activate base audio payloader.
11683
11684 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11685
11686         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11687         (plugin_init):
11688           Add typefinder for QuickTime Image Files (see #366156).
11689
11690 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11691
11692         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11693           Another typo fix (#366212).
11694
11695 2006-10-27  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst/volume/gstvolume.c: (volume_transform_ip):
11698         Use stream time to synchronize volume property instead of rather random
11699         timestamps. This is needed when gnonlin does its time shifting.
11700
11701 2006-10-27  Wim Taymans  <wim@fluendo.com>
11702
11703         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11704
11705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11706         Remove the pad from the element in release_pad. Fixes #364812.
11707
11708 2006-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11709
11710         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11712           Explicitly create our custom buffer classes at a thread-safe
11713           location as well, since g_type_class_ref() doesn't seem to be
11714           entirely thread-safe either (#365501; also see #349410).
11715
11716 2006-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11717
11718         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11719         (gst_riff_parse_info):
11720           If strings in INFO chunk are not UTF-8, do something similar to
11721           what we do for ID3v1 tags: check a number of environment variables
11722           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11723           character sets to try, otherwise try the current locale and/or fall
11724           back on ISO-8859-1. Fixes #360552.
11725
11726 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11727
11728         * gst/videotestsrc/gstvideotestsrc.c:
11729         (gst_video_test_src_pattern_get_type),
11730         (gst_video_test_src_set_pattern):
11731         * gst/videotestsrc/gstvideotestsrc.h:
11732         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11733         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11734         (gst_video_test_src_checkers8):
11735         * gst/videotestsrc/videotestsrc.h:
11736           Add a bunch of exciting new checkers patterns.
11737
11738 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11739
11740         * gst/subparse/Makefile.am:
11741         * gst/subparse/gstsubparse.c:
11742         (gst_sub_parse_data_format_autodetect),
11743         (gst_sub_parse_format_autodetect), (handle_buffer),
11744         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11745         * gst/subparse/gstsubparse.h:
11746         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11747         (parse_tmplayer):
11748         * gst/subparse/tmplayerparse.h:
11749           Add support for TMPlayer-type subtitles (#362845).
11750
11751         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11752         (GST_START_TEST), (subparse_suite):
11753           Add some basic unit tests for the above.
11754
11755 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11756
11757         * tests/check/elements/audiorate.c: (test_injector_base_init),
11758         (test_injector_class_init), (test_injector_chain),
11759         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11760         (GST_START_TEST), (audiorate_suite):
11761           More tests for audiorate: inject buffers to check behaviour when
11762           buffers overlap.
11763
11764 2006-10-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11765
11766         * tests/check/Makefile.am:
11767         * tests/check/elements/.cvsignore:
11768         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11769         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11770           Add some basic unit tests for audiorate. Disabled at the moment
11771           since it doesn't pass yet (see bug #363119).
11772
11773 2006-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11774
11775         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11776         (parse_subrip), (handle_buffer):
11777           Add missing closing tags for markup and fix broken markup,
11778           otherwise pango won't render anything (fixes #357531). Also,
11779           make sure the text we send out is always NUL-terminated
11780           (better safe than sorry etc.).
11781
11782         * tests/check/elements/subparse.c: (test_srt_do_test),
11783         (test_srt):
11784           Some more tests for .srt incl. tests for the above stuff.
11785
11786 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11787
11788         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11790         Patch by: Stefan Kost  <ensonic@users.sf.net>
11791         Try to redraw borders only when needed. Apparently this consumes
11792         resources on small devices... :-O (#363607)
11793
11794 2006-10-20  Michael Smith  <msmith@fluendo.com>
11795
11796         * gst/tcp/gstmultifdsink.c:
11797         (gst_multi_fd_sink_client_queue_buffer):
11798           If caps change, then update the client's idea of the caps so that we
11799           don't end up re-sending streamheaders for every single buffer after
11800           the caps change.
11801
11802 2006-10-20  Michael Smith  <msmith@fluendo.com>
11803
11804         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11805         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11806           Set caps on pushed buffers; fix up refcounting of caps objects.
11807
11808 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11809
11810         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11811         (plugin_init):
11812           Typefind mmsh header data packet to application/x-mmsh (#362625).
11813
11814 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11815
11816         * tests/check/Makefile.am:
11817         * tests/check/elements/.cvsignore:
11818         * tests/check/elements/subparse.c: (buffer_from_static_string),
11819         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11820         (GST_START_TEST), (subparse_suite):
11821           Add very simple unit test for subparse.
11822
11823 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11824
11825         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11826         (parse_subrip):
11827           Strip trailing newlines from subtitle text output.
11828
11829 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11830
11831         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11832         (gst_sub_parse_change_state):
11833           Fix memleak; clear subparse->textbuf n state change function.
11834
11835 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11836
11837         * gst/subparse/gstsubparse.c:
11838         (gst_sub_parse_data_format_autodetect):
11839           Don't require subrip (.srt) files to start with a chunk number of 1.
11840
11841 2006-10-18  Wim Taymans  <wim@fluendo.com>
11842
11843         * gst-libs/gst/audio/gstbaseaudiosink.c:
11844         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11845         * gst-libs/gst/audio/gstbaseaudiosink.h:
11846         Extract rate from the NEWSEGMENT event.
11847         Use commit_full to also take rate adjustment into account when writing
11848         samples to the ringbuffer.
11849         
11850         * gst-libs/gst/audio/gstringbuffer.c:
11851         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11852         (gst_ring_buffer_read):
11853         * gst-libs/gst/audio/gstringbuffer.h:
11854         Added _commit_full() to also take rate into account.
11855         Use simple interpolation algorithm to resample audio.
11856         API: gst_ring_buffer_commit_full()
11857
11858         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11859         * tests/examples/seek/seek.c: (segment_done):
11860         Don't try to seek with 0.0 rate, just pause instead.
11861         Remove bogus debug line.
11862
11863 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11864
11865         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11866         (setup_source):
11867           Catch async errors when starting up the subtitle bin, so we can
11868           stop waiting and continue with the main film instead of hanging
11869           forever. Fixes #339366.
11870
11871         * tests/check/elements/playbin.c: (playbin_suite):
11872           Enable unit test for the above.
11873
11874 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11875
11876         * tests/check/Makefile.am:
11877         * tests/check/elements/.cvsignore:
11878         * tests/check/elements/playbin.c: (GST_START_TEST),
11879         (gst_red_video_src_uri_get_type),
11880         (gst_red_video_src_uri_get_protocols),
11881         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11882         (gst_red_video_src_uri_handler_init),
11883         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11884         (gst_red_video_src_create), (gst_red_video_src_class_init),
11885         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11886           Some small and basic unit tests for playbin; not very useful yet,
11887           but at least a start.
11888
11889 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11890
11891         * gst/playback/gstplaybin.c: (setup_sinks):
11892           The old pad activation spiel.
11893
11894 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11895
11896         * gst/playback/gstplaybasebin.c: (setup_source):
11897           Don't hang forever if the subbin already fails to start up in 
11898           the state change to PAUSED (#339366).
11899
11900 2006-10-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11901
11902         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11903         (gst_tuner_set_channel), (gst_tuner_get_channel),
11904         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11905         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11906         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11907         (gst_tuner_find_channel_by_name):
11908           Fix some function guards, add some more function guards.
11909
11910 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11911
11912         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11913         (remove_element_chain):
11914         Don't return a pad from get_our_ghost_pad unless it is actually the
11915         one we want.
11916         Change a cast in remove_element_chain slightly.
11917
11918 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11919
11920         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11921         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11922         Segment seeking needs to use the rate and set stop to -1.
11923
11924 2006-10-13  Wim Taymans  <wim@fluendo.com>
11925
11926         * gst-libs/gst/audio/gstbaseaudiosink.c:
11927         (gst_base_audio_sink_setcaps):
11928         Don't crash when ringbuffer is not yet created.
11929         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11930         Fixes #361634.
11931
11932         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11933         * gst/playback/gststreamselector.c:
11934         (gst_stream_selector_request_new_pad):
11935         Activate pads befre adding them to running elements.
11936
11937 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11938
11939         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11940         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11941         updater when we start grabing the slider. Don't wait for the
11942         pipeline to be PAUSED.
11943
11944 2006-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11945
11946         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11947         (gst_mixer_set_volume), (gst_mixer_get_volume),
11948         (gst_mixer_set_mute), (gst_mixer_set_option),
11949         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11950         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11951         (gst_mixer_option_changed):
11952           Guard mixer interface functions against bogus arguments.
11953
11954 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11955
11956         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11957         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11958         (msg_state_changed), (main): Use state-changed messages to trigger
11959         start/stop of scale update timer. Indeed the scale slider was
11960         jumping here and there because the update timer was activated 
11961         before seek completed. This fixes instant applying of rate changes
11962         by pressing the spinbutton like a crazy man !
11963
11964 2006-10-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11965
11966         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11967
11968         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11969         (gst_basertppayload_finalize):
11970           Fix two small memory leaks (#361456).
11971
11972 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11973
11974         * tests/examples/seek/seek.c: (do_seek),
11975         (rate_spinbutton_changed_cb): When changing spinbutton we try
11976         to change the rate on the fly.
11977
11978 2006-10-10  Wim Taymans  <wim@fluendo.com>
11979
11980         * gst-libs/gst/riff/riff-ids.h:
11981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11982         (gst_riff_create_audio_template_caps):
11983         Add WMS caps.
11984
11985 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11986
11987         Patch by: Josep Torra Valles <josep@fluendo.com>
11988
11989         * ext/gnomevfs/gstgnomevfssink.c:
11990         * ext/gnomevfs/gstgnomevfssrc.c:
11991         Fix URI interface implementation return type.
11992         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11993         Fix what looks like a copy/paste issue when assigning values.
11994         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11995         (gst_audio_filter_template_get_type):
11996         Cast to prevent Forte warnings.
11997         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11998         Fix URI interface implementation return type.
11999         gst_pad_query_position requires a signed integer pointer as
12000         3rd parameter, GstClockTime is unsigned.
12001         * gst/audioconvert/audioconvert.c:
12002         Fix integer overflow when treated as signed.
12003         * gst/audioresample/resample.c: (resample_add_input_data):
12004         Cast to prevent warnings on Forte.
12005         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12006         Fix integer overflow when treated as signed.
12007         * gst/ffmpegcolorspace/imgconvert_template.h:
12008         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12009         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12010         (cleanup_decodebin):
12011         Who initialises a guint to -1!
12012         Cast function pointers to prevent warnings on Forte.
12013         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12014         (queue_threshold_reached):
12015         Cast function pointers correctly to prevent warnings on Forte.
12016         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12017         Cast function pointers correctly to prevent warnings on Forte.
12018         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12019         Obvious change to unsigned, 0xEF > max signed char.
12020         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12021         GstClockTime is unsigned, initialise correctly.
12022         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12023         Cast so pointer arithemetic doesn't cause warnings on Forte.
12024         * gst/videorate/gstvideorate.c:
12025         Use correct return value.
12026         * tests/examples/seek/scrubby.c:
12027         GstClockTime is unsigned, initialise correctly.
12028
12029 2006-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12030
12031         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12032
12033         * gst/typefind/gsttypefindfunctions.c:
12034           Recognise XML files and XML-like files shorter than 256 bytes as
12035           well (fixes #359237).
12036
12037 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12038
12039         Patch by: Renato Filho <renato.filho@indt.org.br>
12040         
12041         * gst/typefind/gsttypefindfunctions.c:
12042         Added typefind functions to video/x-nuv media.
12043         
12044 2006-10-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12045
12046         * gst-libs/gst/interfaces/xoverlay.c:
12047         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12048           Some more guards against invalid input.
12049
12050 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12051
12052         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12053         Useless goto.
12054         * tests/examples/seek/seek.c: (do_seek),
12055         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12056         seek example to experiment with rates != 1.0 (reverse playback !)
12057
12058 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12059
12060         * gst-libs/gst/interfaces/xoverlay.c:
12061           Unref message in doc-example (spotted by Robert McQueen)
12062
12063 2006-10-06  Wim Taymans  <wim@fluendo.com>
12064
12065         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12066         (mpeg1_parse_header), (mpeg1_sys_type_find):
12067         printf fix.
12068
12069 2006-10-06  Wim Taymans  <wim@fluendo.com>
12070
12071         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12072         (close_pad_link):
12073         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12074         Activate dynamic pads before adding them to the element.
12075
12076 2006-10-06  Michael Smith  <msmith@fluendo.com>
12077
12078         * gst-libs/gst/floatcast/floatcast.h:
12079           Fix obviously-bogus macros; use the correct types.
12080
12081 2006-10-06  Wim Taymans  <wim@fluendo.com>
12082
12083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12084         (gst_base_rtp_depayload_change_state):
12085         Also call parent state change function to activate pads.
12086
12087         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12088         (mpeg1_parse_header), (mpeg1_sys_type_find):
12089         Add some more debug info in mpeg typefinding.
12090
12091 2006-10-06  Michael Smith  <msmith@fluendo.com>
12092
12093         * ext/theora/theoradec.c: (theora_dec_chain):
12094           Zero byte theora packets are valid and well-defined; don't warn on
12095           them.
12096
12097 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12098
12099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12100         (gst_multi_fd_sink_get_stats), (find_limits),
12101         (gst_multi_fd_sink_queue_buffer):
12102           API: add dropped_buffers to the get-stats GValueArray
12103
12104 2006-10-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12105
12106         * ext/alsa/gstalsadeviceprobe.c:
12107         (gst_alsa_device_property_probe_get_values):
12108         * ext/alsa/gstalsasink.c: (set_hwparams):
12109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12110         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12112         (gst_ogg_mux_process_best_pad):
12113         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12114         (gst_ogg_parse_chain):
12115         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12116         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12117         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12118         (gst_vorbis_enc_buffer_check_discontinuous):
12119         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12120         * gst-libs/gst/audio/gstbaseaudiosink.c:
12121         (gst_base_audio_sink_render):
12122         * gst-libs/gst/cdda/gstcddabasesrc.c:
12123         (gst_cdda_base_src_handle_track_seek):
12124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12125         (gst_base_rtp_depayload_push_full):
12126         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12127         * gst/audioresample/resample.c: (resample_input_pushthrough):
12128         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12129         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12131         (wavpack_type_find):
12132         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12133         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12134         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12135         * tests/check/elements/volume.c: (GST_START_TEST):
12136           Printf format fixes.
12137
12138 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12139
12140         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12141           Fix a simple mistake (see the docs)
12142           Fixes #359580
12143
12144 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12145
12146         * docs/plugins/Makefile.am:
12147         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12148         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12149         * docs/plugins/gst-plugins-base-plugins.args:
12150         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12151         * docs/plugins/inspect/plugin-adder.xml:
12152         * docs/plugins/inspect/plugin-alsa.xml:
12153         * docs/plugins/inspect/plugin-audioconvert.xml:
12154         * docs/plugins/inspect/plugin-audiorate.xml:
12155         * docs/plugins/inspect/plugin-audioresample.xml:
12156         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12157         * docs/plugins/inspect/plugin-cdparanoia.xml:
12158         * docs/plugins/inspect/plugin-decodebin.xml:
12159         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12160         * docs/plugins/inspect/plugin-gdp.xml:
12161         * docs/plugins/inspect/plugin-gnomevfs.xml:
12162         * docs/plugins/inspect/plugin-libvisual.xml:
12163         * docs/plugins/inspect/plugin-ogg.xml:
12164         * docs/plugins/inspect/plugin-pango.xml:
12165         * docs/plugins/inspect/plugin-playbin.xml:
12166         * docs/plugins/inspect/plugin-subparse.xml:
12167         * docs/plugins/inspect/plugin-tcp.xml:
12168         * docs/plugins/inspect/plugin-theora.xml:
12169         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12170         * docs/plugins/inspect/plugin-video4linux.xml:
12171         * docs/plugins/inspect/plugin-videorate.xml:
12172         * docs/plugins/inspect/plugin-videoscale.xml:
12173         * docs/plugins/inspect/plugin-videotestsrc.xml:
12174         * docs/plugins/inspect/plugin-volume.xml:
12175         * docs/plugins/inspect/plugin-vorbis.xml:
12176         * docs/plugins/inspect/plugin-ximagesink.xml:
12177         * docs/plugins/inspect/plugin-xvimagesink.xml:
12178           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12179
12180 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12181
12182         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12183
12184         * ext/vorbis/Makefile.am:
12185         * ext/vorbis/vorbis.c: (plugin_init):
12186         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12187         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12188         * ext/vorbis/vorbisparse.h:
12189         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12190         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12191         (gst_vorbis_tag_parse_packet):
12192         * ext/vorbis/vorbistag.h:
12193           Add new vorbistag element which derives from vorbisparse
12194           and is essentially the same as well, only that it implements
12195           the GstTagSetter interface and can modify the stream's
12196           vorbiscomment on the fly (#335635).
12197
12198         * tests/check/Makefile.am:
12199         * tests/check/elements/.cvsignore:
12200         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12201         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12202         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12203         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12204           Add unit test for new vorbistag element.
12205
12206 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12207
12208         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12209         (vorbis_parse_push_headers), (vorbis_parse_chain):
12210           Set BOS flag in packet structure to fix 'jump depends
12211           on unitialized value' errors in valgrind; various minor
12212           clean-ups.
12213
12214 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12215
12216         * gst/playback/gstdecodebin.c: (close_pad_link):
12217         Fix typo in a debug statement.
12218
12219         * gst/playback/gstplaybasebin.c: (probe_triggered),
12220         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12221         (gen_source_element), (source_new_pad), (analyse_source),
12222         (setup_source):
12223         When handling no_more_pads in new_decoded_pad, make sure to treat
12224         subtitle pads correctly. Fixes playback with subtitle files.
12225
12226         Move a recurring message to LOG level.
12227
12228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12229         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12230         which ends up as -1 when cast to an int. Make the logic handle the
12231         max value as an unsigned mask and only change the colorkey when it's
12232         a value we recognise.
12233
12234 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12235
12236         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12237         Removed empty * between paragraphs
12238
12239 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12240
12241         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12242         * gst-libs/gst/rtp/README:
12243         Moved some documentation into .c file
12244
12245 2006-09-29  Wim Taymans  <wim@fluendo.com>
12246
12247         * gst/playback/gstdecodebin.c: (no_more_pads):
12248         Fix compilation.
12249
12250 2006-09-29  Wim Taymans  <wim@fluendo.com>
12251
12252         * gst/playback/gstdecodebin.c: (new_caps):
12253         Remove g_print
12254
12255         * gst/playback/gstplaybin.c:
12256         Add some docs.
12257
12258 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12259
12260         * tests/check/Makefile.am:
12261           Re-enable cddabasesrc test to see if it works again
12262           now.
12263
12264 2006-09-29  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12267         (gen_source_element):
12268         Handle invalid URIs a bit more gracefully.
12269
12270 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12271
12272         * tests/check/pipelines/oggmux.c:
12273           Remove obsolete comment.
12274
12275 2006-09-29  Michael Smith  <msmith@fluendo.com>
12276
12277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12278         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12279         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12280         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12281         (gst_ogg_mux_collected):
12282           Commit patch from James "Doc" Livingston, adds proper EOS handling
12283           in oggmux. GStreamer can, for the first time ever, create a valid
12284           Ogg file! Yay!
12285
12286         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12287         (oggmux_suite):
12288           Reenable tests now that they pass.
12289
12290 2006-09-29  Wim Taymans  <wim@fluendo.com>
12291
12292         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12293         Stop reading commands when EOF (we read 0) as well.
12294
12295 2006-09-28  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12298         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12299         (find_dynamic), (unlinked), (close_link):
12300         Implement delayed caps linking needed for element with a lot of
12301         different caps on the src pads that get fixed at runtime.
12302         Improve management of dynamic elements.
12303
12304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12305         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12306         (gen_preroll_element), (remove_groups), (unknown_type),
12307         (add_element_stream), (no_more_pads_full), (no_more_pads),
12308         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12309         (new_decoded_pad), (setup_subtitle), (array_has_value),
12310         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12311         (analyse_source), (remove_decoders), (make_decoder),
12312         (remove_source), (setup_source), (finish_source), (prepare_output),
12313         (gst_play_base_bin_change_state):
12314         * gst/playback/gstplaybasebin.h:
12315         Use more _CAST instead of full type checking casts.
12316         Small cleanups, plug some leaks.
12317         Handle dynamic sources.
12318         Add some helper functions to create lists of strings used for
12319         blacklisting and other stuff.
12320         Refactor some code dealing with analysing the source.
12321         Re-enable sources without pads (like cd:// or other selfcontained
12322         elements).
12323
12324 2006-09-28  Wim Taymans  <wim@fluendo.com>
12325
12326         * gst-libs/gst/audio/gstbaseaudiosink.c:
12327         (gst_base_audio_sink_render):
12328         When we have a timestamp, we can still perform clipping.
12329         When we have no clock, we must play the sample ASAP.
12330
12331 2006-09-28  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12334         Set caps on outgoing buffers.
12335
12336         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12337         (gst_video_rate_event), (gst_video_rate_chain):
12338         * gst/videorate/gstvideorate.h:
12339         Fix videorate some more. Fixes #357977
12340
12341 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12342
12343         * tests/check/elements/adder.c: (adder_suite):
12344           Don't set timeout to 6 seconds when we're running
12345           in valgrind ... (and how is 6 seconds longer than
12346           the default anyway?)
12347
12348 2006-09-28  Wim Taymans  <wim@fluendo.com>
12349
12350         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12351         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12352         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12353         Keep sink and src segment to keep track of time and support more
12354         input formats.
12355         Fix bogus next_offset and run_time calculation, don't understand how
12356         this could have worked before. Fixes #357976.
12357         Remove some unneeded vars.
12358
12359 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12360
12361         * gst/playback/gstplaybin.c: (remove_sinks):
12362           Only remove visualisation from visbin if there is a visbin (or:
12363           don't throw warnings when closing totem without playing a file).
12364
12365 2006-09-27  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst-libs/gst/audio/gstbaseaudiosink.c:
12368         (gst_base_audio_sink_render):
12369         Add some more info in a WARNING.
12370
12371         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12372         (gst_base_audio_src_create):
12373         Handle PAUSE in create function, use new -core addition to
12374         wait for playing. Fixes pausing and resuming capture from an
12375         audiosrc.
12376
12377         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12378         (gst_ring_buffer_read):
12379         Constify some more.
12380         Caller supports interrupted reads now.
12381
12382 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12383
12384         * tests/check/Makefile.am:
12385           Another attempt to make the gen64 buildbot happy.
12386
12387 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12388
12389         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12390
12391         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12392         (gst_visual_chain), (gst_visual_change_state):
12393           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12394           correctly. Fixes #357800
12395
12396 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12397
12398         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12399           Add timeout to _get_state() so we see which pipeline it is
12400           that causes trouble on the gen64 build bot.
12401
12402 2006-09-27  Wim Taymans  <wim@fluendo.com>
12403
12404         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12405         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12406         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12407         (gst_base_rtp_depayload_set_gst_timestamp):
12408         the source pad always uses fixed caps.
12409
12410 2006-09-27  Wim Taymans  <wim@fluendo.com>
12411
12412         * docs/libs/gst-plugins-base-libs-docs.sgml:
12413         * docs/libs/gst-plugins-base-libs-sections.txt:
12414         * gst-libs/gst/audio/gstaudioclock.c:
12415         * gst-libs/gst/audio/gstaudioclock.h:
12416         * gst-libs/gst/audio/gstaudiosink.c:
12417         * gst-libs/gst/audio/gstaudiosink.h:
12418         * gst-libs/gst/audio/gstaudiosrc.c:
12419         * gst-libs/gst/audio/gstbaseaudiosink.c:
12420         (gst_base_audio_sink_render):
12421         * gst-libs/gst/audio/gstbaseaudiosink.h:
12422         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12423         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12424         * gst-libs/gst/audio/gstringbuffer.h:
12425         Added docs for the audio libs.
12426
12427 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12428
12429         * tests/check/Makefile.am:
12430           Temporarily disable test that fails on the bots for unknown reasons.
12431
12432 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12433
12434         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12435         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12436         Moved AudioCodecType into priv
12437         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12438
12439 2006-09-25  Wim Taymans  <wim@fluendo.com>
12440
12441         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12442         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12443         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12444         (new_pad):
12445         Cleanups and small leak fixes.
12446         Added Depayloaders to valid list of autopluggable elements.
12447
12448 2006-09-25  Wim Taymans  <wim@fluendo.com>
12449
12450         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12451         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12452         (gen_video_element), (gen_text_element), (gen_audio_element),
12453         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12454         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12455         Detect NO_PREROLL state change returns and disable clock distribution to
12456         the sinks so that sync is disabled.
12457         Avoid some type checking and do simple casts instead.
12458         Small cleanups, fix some FIXMEs.
12459         Be more robust when linking user specified elements, catch an report
12460         errors. Fixes #357404.
12461         Fix some leaks in the error paths.
12462
12463 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12464
12465         * ChangeLog:
12466           ChangeLog surgery for missing bug-number
12467
12468 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12469
12470         Patch by: Peter Kjellerstedt  <pkj at axis com>
12471
12472         * gst/playback/test.c:
12473           Fix compilation with uClibc and -Werror (#357591).
12474
12475 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12476
12477         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12478           Parse dates that are followed by a time as well (#357532).
12479
12480         * tests/check/libs/tag.c: (test_vorbis_tags):
12481           Add unit test for this.
12482
12483 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12484
12485         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12486         (gst_audio_convert_transform_caps):
12487         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12488         * gst/videotestsrc/videotestsrc.h:
12489           A few array const-ifications.
12490
12491 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12492
12493         * tests/check/Makefile.am:
12494           See if this makes the build bots happy.
12495
12496         * tests/check/libs/cddabasesrc.c:
12497           UTF8-ise my name.
12498
12499 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12500
12501         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12502
12503         * gst/subparse/samiparse.c: (handle_start_font),
12504         (fix_invalid_entities):
12505           More case-insensitivity for certain tags; recognise entities with
12506           decimal codes as special entities as well (#357330).
12507
12508 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12509
12510         * gst-libs/gst/Makefile.am:
12511           Need to build tag directory before cdda.
12512
12513 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12514
12515         * docs/libs/gst-plugins-base-libs-sections.txt:
12516         * gst-libs/gst/cdda/Makefile.am:
12517         * gst-libs/gst/cdda/gstcddabasesrc.c:
12518         (gst_cdda_base_src_base_init):
12519         * gst-libs/gst/cdda/gstcddabasesrc.h:
12520         * gst-libs/gst/tag/tag.h:
12521         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12522         (gst_tag_register_musicbrainz_tags):
12523           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12524           depend on libgsttag. This is required so we can extract/read tags like
12525           DISCID without depending on libgstcddabasesrc (which used to register
12526           them).
12527
12528         * gst-libs/gst/tag/gstvorbistag.c:
12529           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12530           tags (also see #347848).
12531
12532         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12533           Log vorbis comments we are actually writing. Const-ify array.
12534
12535 2006-09-23  Wim Taymans  <wim@fluendo.com>
12536
12537         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12538         Improve buffering a bit by avoiding a deadlock because we cannot assume
12539         the underrun is always called.
12540
12541 2006-09-23  Wim Taymans  <wim@fluendo.com>
12542
12543         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12544
12545         * gst-libs/gst/riff/riff-ids.h:
12546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12547         (gst_riff_create_audio_template_caps):
12548         Added MPEG-4 AAC and id and caps. Fixes #357289
12549         Added WMA9 Lossless id.
12550
12551 2006-09-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12552
12553         * ext/gnomevfs/gstgnomevfssrc.c:
12554           Fix misleading docs addition.
12555
12556         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12557           Get rid of compiler warning the right way.
12558
12559 2006-09-22  Wim Taymans  <wim@fluendo.com>
12560
12561         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12562         (gst_base_rtp_depayload_finalize),
12563         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12564         (gst_base_rtp_depayload_push_full),
12565         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12566         (gst_base_rtp_depayload_process),
12567         (gst_base_rtp_depayload_set_gst_timestamp),
12568         (gst_base_rtp_depayload_queue_release):
12569         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12570         Small cleanups.
12571         Fix some leaks.
12572         Refactored the process method and added methods to push from the process
12573         vmethod.
12574         Use _scale functions.
12575         API: gst_base_rtp_depayload_push_ts
12576         API: gst_base_rtp_depayload_push
12577
12578         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12579         timestamps are uint.
12580
12581 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12582
12583         * gst-libs/gst/interfaces/xoverlay.c:
12584           Remove unused statement from doc example.
12585
12586 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12587
12588         * gst-libs/gst/interfaces/videoorientation.c:
12589         (gst_video_orientation_iface_init),
12590         (gst_video_orientation_get_hflip),
12591         (gst_video_orientation_get_vflip),
12592         (gst_video_orientation_get_hcenter),
12593         (gst_video_orientation_get_vcenter),
12594         (gst_video_orientation_set_hflip),
12595         (gst_video_orientation_set_vflip),
12596         (gst_video_orientation_set_hcenter),
12597         (gst_video_orientation_set_vcenter):
12598           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12599           in ChangeLog)
12600
12601 2006-09-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12602
12603         * tests/check/Makefile.am:
12604         * tests/check/elements/.cvsignore:
12605         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12606         (create_rgb_conversions), (rgb_conversion_free),
12607         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12608         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12609           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12610           but disable for now since it doesn't pass (something wrong with
12611           RGBA somewhere).
12612
12613 2006-09-21  Wim Taymans  <wim@fluendo.com>
12614
12615         * gst/playback/gstplaybasebin.c: (group_commit),
12616         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12617         (queue_out_of_data), (gen_preroll_element),
12618         (preroll_remove_overrun), (probe_triggered):
12619         Refactor handling of overrun detection.
12620         Separate handling of group completion and deadlock detection when doing
12621         network buffering. This should fix some deadlocks that were not detected
12622         because the group was completed.
12623         Add more comments, improve debugging.
12624
12625 2006-09-21  Wim Taymans  <wim@fluendo.com>
12626
12627         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12628         * tests/check/libs/audio.c:
12629         Some more compilation fixes.
12630
12631 2006-09-21  Wim Taymans  <wim@fluendo.com>
12632
12633         * gst-libs/gst/audio/gstringbuffer.c:
12634         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12635         (gst_ring_buffer_read):
12636         Early morning compilation fix.
12637
12638 2006-09-20  Wim Taymans  <wim@fluendo.com>
12639
12640         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12641         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12642         * tests/check/elements/videorate.c: (GST_START_TEST):
12643         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12644         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12645         Fix some warnings.
12646
12647 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12648
12649         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12650         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12651         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12652           Handcrafted merge to help CVS understanding what I changed and what
12653           not.
12654
12655 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12656
12657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12658         (gst_xvimagesink_get_times):
12659           change colorkey behaviour back according to #354773 comment 6/7
12660
12661 2006-09-19  Michael Smith  <msmith@fluendo.com>
12662
12663         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12664         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12665         (gst_multi_fd_sink_recover_client),
12666         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12667         (gst_multi_fd_sink_get_property):
12668         * gst/tcp/gstmultifdsink.h:
12669           Implement stubbed out properties unit-type, units-soft-max,
12670           units-max, to allow specifying maximum sizes in units other than
12671           buffers.
12672           Fixes #355935
12673
12674 2006-09-19  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12677         (gst_riff_create_audio_template_caps):
12678         Reorder the audio formats a bit for clarity.
12679         Detect and create caps for MSGSM and MSN (WAV49).
12680         Fixes #356596.
12681
12682         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12683         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12684         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12685         Small cleanups, move error handling out of normal flow for clarity.
12686
12687 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12688
12689         * docs/libs/gst-plugins-base-libs-docs.sgml:
12690         * docs/libs/gst-plugins-base-libs.types:
12691         * gst-libs/gst/interfaces/Makefile.am:
12692         * gst-libs/gst/interfaces/videoorientation.c:
12693         (gst_video_orientation_get_type),
12694         (gst_video_orientation_iface_init),
12695         (gst_video_orientation_get_hflip),
12696         (gst_video_orientation_get_vflip),
12697         (gst_video_orientation_get_hcenter),
12698         (gst_video_orientation_get_vcenter),
12699         (gst_video_orientation_set_hflip),
12700         (gst_video_orientation_set_vflip),
12701         (gst_video_orientation_set_hcenter),
12702         (gst_video_orientation_set_vcenter):
12703         * gst-libs/gst/interfaces/videoorientation.h:
12704           API: Add new interface to control video orientation (fixes #354908)
12705
12706 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12707
12708         * gst/videotestsrc/gstvideotestsrc.c:
12709           Use G_UNLIKELY in _create and log one more detail.
12710           
12711         (gst_video_test_src_get_times), (gst_video_test_src_create):
12712         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12713           Use gst_util_uint64_scale_int in _get_times().
12714
12715 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12716
12717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12718           Give better warning message (add object and detail).
12719
12720 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12721
12722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12723         (gst_xvimagesink_get_times):
12724           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12725           #354773), use gst_util_uint64_scale_int in _get_times()
12726
12727 2006-09-18  Michael Smith  <msmith@fluendo.com>
12728
12729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12730           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12731           always true, leading to dropping all timestamps.
12732
12733 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12734
12735         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12736         (gst_visual_chain), (gst_visual_change_state):
12737           update to work also with libvisual 0.4 API, fix double unref (#355914)
12738           
12739         * tools/gst-launch-ext.1.in:
12740         * tools/gst-visualise.1.in:
12741           remove references to old man-pages
12742
12743         * tests/examples/seek/seek.c: (main):
12744           add real meadi-buttons, add tool-tips for the seek-options, arrange
12745           seek options in a table
12746
12747 2006-09-18  Michael Smith  <msmith@fluendo.com>
12748
12749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12750         (gst_ogg_mux_push_buffer):
12751           Don't generate out-of-order timestamps from oggmux, instead clamp
12752           output timestamps to be >= the previously output ts.
12753           Fixes #355595
12754
12755 2006-09-18  Michael Smith  <msmith@fluendo.com>
12756
12757         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12758         (gst_multi_fd_sink_class_init):
12759           Updates, fixes, and typo corrections for multifdsink. No functional
12760           changes.
12761
12762 2006-09-17  Michael Smith  <msmith@fluendo.com>
12763
12764         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12765           Don't crash on truncated files - check that we got an 8 byte buffer
12766           before trying to memcmp it.
12767
12768 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12769
12770         * gst/playback/gstplaybasebin.c: (get_active_source):
12771           Make stream-switching appear instant to the application
12772           (ie. make sure that a g_object_get on 'current-foo' returns
12773           the stream previously set with g_object_set(). Totem needs
12774           this to update stream-related meta-info (like audio-codec)
12775           correctly when switching streams.
12776
12777 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12778
12779         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12780         (gst_alsa_mixer_ensure_track_list):
12781           Try harder to guess which mixer track is the master mixer
12782           track (instead of just taking the first one that has a pvolume).
12783           Fixes #342228.
12784
12785 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12786
12787         reviewed by: <delete if not using a buddy>
12788
12789         * gst-libs/gst/audio/audio.h:
12790         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12791
12792 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12793
12794         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12795         (gst_audio_convert_transform_caps):
12796           Get structure-name just once.
12797
12798 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12799
12800         * tests/check/elements/audioresample.c: (GST_START_TEST):
12801         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12802         * tests/check/elements/volume.c: (GST_START_TEST):
12803         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12804         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12805         (test_pipeline), (GST_START_TEST):
12806         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12807         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12808           Fix big batch of compiler warnings.
12809
12810 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12811
12812         * ext/gnomevfs/gstgnomevfssrc.c:
12813           Add docs about icydemux usage in connection with gnomevfssrc
12814
12815         * ext/libvisual/visual.c:
12816         * ext/ogg/gstoggaviparse.c:
12817         * ext/ogg/gstoggdemux.c:
12818         * ext/ogg/gstoggmux.c:
12819         * ext/ogg/gstoggparse.c:
12820         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12821         * gst-libs/gst/audio/gstaudiosink.c:
12822         * gst-libs/gst/audio/gstaudiosrc.c:
12823         * gst/audiorate/gstaudiorate.c:
12824           More G_OBJECT macro fixing.
12825
12826         * gst/audiotestsrc/gstaudiotestsrc.h:
12827           Fix wrong info in header due to copy & paste
12828
12829 2006-09-15  Wim Taymans  <wim@fluendo.com>
12830
12831         * gst-libs/gst/audio/gstbaseaudiosink.c:
12832         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12833         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12834         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12835         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12836         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12837         Do the delay calculation in the source/sink base classes as this is
12838         specific for the capture/playback mode.
12839         Try to fixate a bit better, like round depth up to a multiple of 8
12840         bigger than width.
12841         Handle underruns correctly by marking DISCONT on buffers and adjusting
12842         timestamps to handle the gap.
12843         Set offset/offset_end correctly on buffers.
12844
12845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12846         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12847         (gst_ring_buffer_read):
12848         Remove resync and underrun recovery from the ringbuffer.
12849         Fix ringbuffer read code on under/overrun.
12850
12851 2006-09-15  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12854         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12855         (queue_threshold_reached), (gst_play_base_bin_set_property),
12856         (gst_play_base_bin_get_property):
12857         * gst/playback/gstplaybasebin.h:
12858         Don't use a 0 low watermark when buffering, it is catching starvation
12859         way too late. Instead, use a 3 second queue with 30 and 95
12860         percent low/high watermarks. 
12861         Added queue-min-threshold property to configure low watermark.
12862         Use new _buffering message API.
12863         Make queue_threshold variable big enough to store a uint64 time value.
12864         API: playbin::queue-min-threshold property.
12865
12866 2006-09-15  Wim Taymans  <wim@fluendo.com>
12867
12868         * configure.ac:
12869         We require 0.10.10.1 now because of _wait_preroll().
12870
12871         * gst-libs/gst/audio/gstbaseaudiosink.c:
12872         (gst_base_audio_sink_render):
12873         Use gst_base_sink_wait_preroll().
12874
12875 2006-09-15  Wim Taymans  <wim@fluendo.com>
12876
12877         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12878         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12879         Use DEBUG_OBJECT more.
12880
12881 === release 0.10.10 ===
12882
12883 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12884
12885         patch by: Michael Smith <msmith at fluendo dot com>
12886
12887         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12888         (gst_multi_fd_sink_client_queue_buffer),
12889         (gst_multi_fd_sink_new_client):
12890         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12891         (multifdsink_suite):
12892           Fix implementation of sync-method 'next-keyframe'
12893           Closes #354594
12894
12895 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12896
12897         patch by: Wim Taymans <wim at fluendo dot com>
12898
12899         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12900         This patch removes the RANDOM flag that was incorrectly introduced with
12901         revision 1.91.  Fixes #354590
12902
12903 2006-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12904
12905         * tests/check/Makefile.am:
12906           Random variation in Makefile line to see if it makes the
12907           gen64-base-full bot any happier.
12908
12909 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12910
12911         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12912           Disable test that fails at the moment (killed after timeout).
12913
12914 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12915
12916         Patch by: James Livingston  <doclivingston at gmail.com>
12917
12918         * tests/check/Makefile.am:
12919         * tests/check/pipelines/.cvsignore:
12920         * tests/check/pipelines/oggmux.c: (get_page_codec),
12921         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12922         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12923         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12924         (test_theora_vorbis), (oggmux_suite):
12925           Add simple unit test for oggmux from #337026 with checking for the
12926           EOS flags disabled for the time being.
12927
12928 2006-09-04  Wim Taymans  <wim@fluendo.com>
12929
12930         patch by: Alessandro Dessina <alessandro nnva org>
12931
12932         * ext/ogg/gstoggmux.c:
12933         Add cmml caps to oggmux. Fixes #353912
12934
12935 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12936
12937         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12938           Returning a return value often helps. In this case, we
12939           don't need the return value anyway, so just get rid of it.
12940           Should make build bots much happier.
12941
12942 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12943
12944         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12945         (paint_get_structure), (gst_video_test_src_get_size),
12946         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12947         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12948         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12949         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12950         * gst/videotestsrc/videotestsrc.h:
12951           Add support for AYUV and the various RGBA formats. Initialise
12952           fields of paintinfo structs allocated on the stack.
12953
12954         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12955         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12956         (check_rgb_buf), (videotestsrc_suite):
12957           Add unit tests for videotestsrc's RGB output.
12958
12959 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12960
12961         * gst/videotestsrc/gstvideotestsrc.c:
12962         (gst_video_test_src_pattern_get_type),
12963         (gst_video_test_src_set_pattern):
12964         * gst/videotestsrc/gstvideotestsrc.h:
12965         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12966         (gst_video_test_src_black), (gst_video_test_src_white),
12967         (gst_video_test_src_red), (gst_video_test_src_green),
12968         (gst_video_test_src_blue):
12969         * gst/videotestsrc/videotestsrc.h:
12970           Add more uni-colour patterns ("white", "red", "green", and "blue").
12971
12972 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12973
12974         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12975           Fix stride for YVYU, should be word-aligned (#353658).
12976
12977 2006-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12978
12979         * gst/adder/gstadder.c: (gst_adder_src_event):
12980           Fix build.
12981
12982 2006-08-31  Edward Hervey  <edward@fluendo.com>
12983
12984         * gst/adder/gstadder.c: (forward_event_func),
12985         (gst_adder_src_event), (gst_adder_collected),
12986         (gst_adder_change_state):
12987         * gst/adder/gstadder.h:
12988         Remember the start position asked in the incoming seeks, so we can
12989         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12990         of assuming it will always be 0).
12991
12992 2006-08-31  Edward Hervey  <edward@fluendo.com>
12993
12994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12995         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12996         (gst_ogg_demux_loop):
12997         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12998
12999 2006-08-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13000
13001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13002         (gst_ffmpegcsp_get_unit_size):
13003           Return FALSE instead of returning a random false unit
13004           size when the format isn't known/supported (even if
13005           this shouldn't happen under normal circumstances).
13006
13007 2006-08-29  Wim Taymans  <wim@fluendo.com>
13008
13009         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13010
13011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13012         (gst_gnome_vfs_src_start):
13013         Try harder to get the size from a uri by using _info_uri() when
13014         _info_from_handle() does not give us enough info. 
13015         Also follow symlinks when getting the size.
13016         Partially Fixes #332864.
13017
13018 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13019
13020         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13021
13022         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13023         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13024         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13025         (gst_alsa_mixer_set_record):
13026         * ext/alsa/gstalsamixertrack.c:
13027         (gst_alsa_mixer_track_update_alsa_capabilities),
13028         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13029         (gst_alsa_mixer_track_update):
13030         * ext/alsa/gstalsamixertrack.h:
13031           Improve and fix mixer track handling, in particular better handling
13032           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13033           separate track objects for tracks that have both capture and playback
13034           volume (and label them differently as well so they're not mistakenly
13035           assumed to be duplicates); classify mixer tracks that only affect
13036           the audible volume of something (rather than the capture volume)
13037           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13038           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13039           (following the meaning documented in the mixer interface header
13040           file); add support for alsa's exclusive cswitch groups; update/sync
13041           state/flags better if mixer settings are changed by another
13042           application. Fixes #336075.
13043
13044 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13045
13046         * gst/playback/gstplaybin.c:
13047           Improve docs: add section about BUFFERING messages sent by playbin.
13048
13049 2006-08-29  Michael Smith  <msmith@fluendo.com>
13050
13051         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13052         (gst_vorbis_enc_buffer_check_discontinuous),
13053         (gst_vorbis_enc_chain):
13054           Ignore explicit DISCONT marked on buffers (which is often spurious,
13055           particularly when using multiple segments), in favour of solely
13056           using the timestamps/durations.
13057
13058 2006-08-29  Edward Hervey  <edward@fluendo.com>
13059
13060         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13061         Don't rely on incoming buffers offset anymore, since it is completely
13062         broken when using multiple segments.
13063         Instead convert the incoming buffers timestamp to running time, and
13064         then convert that value to the offsets.
13065         Also inform GstSegment of the last outputted stop position, which is
13066         needed if we received several segments with an unknown stop value.
13067
13068 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13069
13070         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13071           fix buffer unreffing on a header push failure
13072
13073 2006-08-28  Wim Taymans  <wim@fluendo.com>
13074
13075         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13076         (gst_audio_rate_chain):
13077         Make the metadata of the buffer writable before changing its
13078         flags.
13079
13080 2006-08-28  Wim Taymans  <wim@fluendo.com>
13081
13082         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13083         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13084         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13085         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13086         Fix audiorate some more.
13087         Reset and resync counters on flush and READY.
13088         Handle the DISCONT flag correctly.
13089         Use GstSegment to track position.
13090         Fail when not negotiated.
13091         Fixes #353234.
13092
13093 2006-08-25  Michael Smith  <msmith@fluendo.com>
13094
13095         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13096           Fix spelling.
13097           Remove accidently included debug line.
13098
13099 2006-08-25  Wim Taymans  <wim@fluendo.com>
13100
13101         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13102         Small cleanups.
13103         If a buffer is received with no caps, make the buffer metadata
13104         writable and set the caps, making sure that we don't screw up the
13105         refcounts.
13106
13107 2006-08-25  Michael Smith  <msmith@fluendo.com>
13108
13109         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13110         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13111           Fix memory leaks and misleading debug messages, add a couple of
13112           comments.
13113
13114         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13115         (gst_multi_fd_sink_render):
13116           Do not use gst_buffer_make_writable() in a basesink render method,
13117           as it may incorrectly unref the buffer. Instead, use convoluted
13118           dance to avoid copying the buffer except when we need to.
13119
13120 2006-08-25  Michael Smith  <msmith@fluendo.com>
13121
13122         * ext/vorbis/vorbisenc.c:
13123         (gst_vorbis_enc_buffer_check_discontinuous):
13124           Allow very small discontinuities in the timestamps. These we can't
13125           do anything useful with anyway (because vorbis's timestamps have
13126           only sample granularity), and are commonly produced by elements with
13127           minor bugs. Allow up to 1/2 a sample out.
13128           Fixes #351742.
13129
13130 2006-08-24  Wim Taymans  <wim@fluendo.com>
13131
13132         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13133         (play_scrub_toggle_cb), (main):
13134         Add a checkbox to enable play scrubbing. Makes it possible to disable
13135         normal scrubbing.
13136
13137 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13138
13139         * tests/check/elements/.cvsignore:
13140           make buildbot happy
13141
13142 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13143
13144         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13145         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13146         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13147         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13148         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13149         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13150         (gst_ogm_text_parse_strip_trailing_zeroes),
13151         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13152         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13153           Refactor ogm parse, do better input checking, misc. clean-ups.
13154           Cache incoming events and push them once the source pad has
13155           been created. Don't pass unterminated strings to sscanf().
13156           Strip trailing zeroes from subtitle text output, since they
13157           are not valid UTF-8. Don't push vorbiscomment packets on
13158           the subtitle text pad. Output perfect streams if possible.
13159
13160 2006-08-23  Wim Taymans  <wim@fluendo.com>
13161
13162         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13163         Waits for tasks to settle down so that we clean up correctly for 
13164         valgrind.
13165
13166 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13167
13168         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13169           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13170           actually return return value in taglists_are_equal.
13171
13172 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13173
13174         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13175           Fix crash due to broken bitstream parsing on x86-64: can't make
13176           any assumptions about sizeof(struct) due to alignment/packing
13177           differences on different architectures. Fixes #351790.
13178
13179 2006-08-22  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13182         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13183         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13184         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13185         (gst_riff_parse_info):
13186         Protect public functions against bad input.
13187         Do some cleanups.
13188         Fix documentation.
13189
13190 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13191
13192         * gst-libs/gst/riff/riff-ids.h:
13193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13194           Add voxware audio IDs (even if we can't play it) (#351795).
13195
13196 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13197
13198         * gst-libs/gst/riff/riff-media.c:
13199         (gst_riff_create_video_template_caps),
13200         (gst_riff_create_audio_template_caps),
13201         (gst_riff_create_iavs_template_caps):
13202           Const-ify some arrays and use G_N_ELEMENTS instead
13203           of wasting oodles of RAM on terminator bits.
13204
13205 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13206
13207         * gst-libs/gst/tag/gstvorbistag.c:
13208         (gst_tag_list_to_vorbiscomment_buffer):
13209         * tests/check/libs/tag.c: (GST_START_TEST):
13210           And the same for _to_vorbiscomment_buffer(): allow
13211           id_data_len == 0 for speex.
13212
13213 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13214
13215         * configure.ac:
13216         * docs/plugins/Makefile.am:
13217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13219         * docs/plugins/inspect/plugin-gdp.xml:
13220         * gst/gdp/Makefile.am:
13221         * tests/check/Makefile.am:
13222           Move GDP plugin to -base from -bad.  Closes #347783.
13223
13224 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13225
13226         * gst-libs/gst/tag/gstvorbistag.c:
13227         (gst_tag_list_from_vorbiscomment_buffer):
13228           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13229           Also add some checks to make sure we don't memcmp() beyond the end of
13230           vorbiscomment buffer if the ID to check for is larger than the buffer.
13231
13232         * tests/check/libs/tag.c: (GST_START_TEST):
13233           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13234
13235 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13236
13237         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13238         (gst_vorbis_enc_set_metadata):
13239           Use vorbis comment utility functions from libgsttag
13240           instead of re-inventing the wheel (partially fixes #347091).
13241
13242 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13243
13244         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13245         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13246         as some that won't.
13247
13248 2006-08-21  Wim Taymans  <wim@fluendo.com>
13249
13250         * docs/libs/Makefile.am:
13251         * docs/libs/gst-plugins-base-libs-sections.txt:
13252         * docs/libs/gst-plugins-base-libs.types:
13253         Don't try to GObject scan the netbuffer as it's not a GObject.
13254         Fixes #351308.
13255
13256         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13257         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13258         Document GstNetBuffer.
13259
13260 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13261
13262         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13263         (audioconvert_suite):
13264           Add testcase for caps-size-explosion
13265
13266 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13267
13268         * gst/audioconvert/gstaudioconvert.c:
13269         (gst_audio_convert_get_unit_size), (set_structure_widths):
13270           Lower debug, use g_assert in _get_unit_size
13271
13272         * gst/audioresample/gstaudioresample.c:
13273         (audioresample_get_unit_size):
13274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13275         (gst_ffmpegcsp_get_unit_size):
13276         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13277           use g_assert in _get_unit_size
13278
13279 2006-08-18  Wim Taymans  <wim@fluendo.com>
13280
13281         * docs/libs/gst-plugins-base-libs-sections.txt:
13282         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13283         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13284         (gst_rtp_buffer_get_payload_buffer):
13285         * gst-libs/gst/rtp/gstrtpbuffer.h:
13286         Document GstRTPBuffer.
13287         Added function to efficiently strip payload headers.
13288         API: gst_rtp_buffer_get_payload_subbuffer()
13289
13290 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13291
13292         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13293         (gst_tag_to_vorbis_comments):
13294           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13295           tags and deserialise them properly as well (#347091).
13296           Add some more gtk-doc blurbs and also some g_return_if_fail().
13297
13298         * tests/check/libs/tag.c: (GST_START_TEST),
13299         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13300           More tests.
13301
13302 2006-08-17  Wim Taymans  <wim@fluendo.com>
13303
13304         * ext/ogg/Makefile.am:
13305         * ext/ogg/gstogg.c: (plugin_init):
13306         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13307         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13308         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13309         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13310         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13311         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13312         Added ogg-in-avi parser element. Fixes #140139.
13313
13314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13315         Fixed a bug in oggdemux debug code.
13316
13317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13318         (gst_riff_create_audio_template_caps):
13319         Recognise Ogg in the AVI extensible wave format.
13320
13321 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13322
13323         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13324           Make buffer durations add up (duration should be next_ts-ts for
13325           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13326           from CVS.
13327
13328         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13329         (test_buffer_timestamps), (cddabasesrc_suite):
13330           Add unit test for the above.
13331
13332         * tests/check/Makefile.am:
13333           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13334           to see what happens.
13335
13336 2006-08-16  Wim Taymans  <wim@fluendo.com>
13337
13338         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13339         (gst_alsasink_open):
13340         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13341         (gst_alsasrc_open):
13342         Avoid setting and using a NULL device name.
13343         Print more info when we fail to open a device.
13344
13345 2006-08-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13346
13347         * docs/libs/gst-plugins-base-libs-sections.txt:
13348         * gst-libs/gst/tag/tag.h:
13349         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13350           API: add gst_tag_parse_extended_comment() (#351426).
13351
13352         * tests/check/Makefile.am:
13353         * tests/check/libs/.cvsignore:
13354         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13355           Add unit test for gst_tag_parse_extended_comment().
13356
13357 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13358
13359         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13361           Fix leak (#351502).
13362
13363 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13364
13365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13367         * docs/plugins/gst-plugins-base-plugins.args:
13368         * gst/playback/gstplaybin.c:
13369           Document playbin.
13370           
13371         * docs/plugins/inspect/plugin-adder.xml:
13372         * docs/plugins/inspect/plugin-alsa.xml:
13373         * docs/plugins/inspect/plugin-audioconvert.xml:
13374         * docs/plugins/inspect/plugin-audiorate.xml:
13375         * docs/plugins/inspect/plugin-audioresample.xml:
13376         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13377         * docs/plugins/inspect/plugin-cdparanoia.xml:
13378         * docs/plugins/inspect/plugin-decodebin.xml:
13379         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13380         * docs/plugins/inspect/plugin-gnomevfs.xml:
13381         * docs/plugins/inspect/plugin-ogg.xml:
13382         * docs/plugins/inspect/plugin-pango.xml:
13383         * docs/plugins/inspect/plugin-playbin.xml:
13384         * docs/plugins/inspect/plugin-subparse.xml:
13385         * docs/plugins/inspect/plugin-tcp.xml:
13386         * docs/plugins/inspect/plugin-theora.xml:
13387         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13388         * docs/plugins/inspect/plugin-video4linux.xml:
13389         * docs/plugins/inspect/plugin-videorate.xml:
13390         * docs/plugins/inspect/plugin-videoscale.xml:
13391         * docs/plugins/inspect/plugin-videotestsrc.xml:
13392         * docs/plugins/inspect/plugin-volume.xml:
13393         * docs/plugins/inspect/plugin-vorbis.xml:
13394         * docs/plugins/inspect/plugin-ximagesink.xml:
13395         * docs/plugins/inspect/plugin-xvimagesink.xml:
13396           Update to CVS version.
13397
13398 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13399
13400         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13401         (gst_play_bin_set_property), (gst_play_bin_get_property),
13402         (value_list_append_structure_list),
13403         (gst_play_bin_handle_redirect_message),
13404         (gst_play_bin_handle_message):
13405           API: GstPlayBin::connection-speed
13406           Add "connection-speed" property; re-order redirect messages with
13407           multiple redirect locations depending on the minimum bitrate if
13408           that information is available and a connection speed is set
13409           (#350399).
13410
13411 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13412
13413         * gst/playback/gstplaybin.c:
13414           Update max volume to the same value that the volume element uses.
13415
13416 2006-08-14  Wim Taymans  <wim@fluendo.com>
13417
13418         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13419         Less uglyness..
13420
13421 2006-08-14  Wim Taymans  <wim@fluendo.com>
13422
13423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13424         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13425         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13426         Add some more debug info.
13427         Don't crash when a seek failed.
13428         Actually return the result of the seek instead of TRUE.
13429         Ignore multiple BOS pages with the same serial so that we don't create
13430         the same stream multiple times.
13431         Post an error when we fail to do the initial seek.
13432
13433 2006-08-13  Wim Taymans  <wim@fluendo.com>
13434
13435         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13436         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13437         Small code cleanup.
13438
13439         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13440         (gst_alsa_mixer_new):
13441         Remove hack that always set the device to hw:0*.
13442         Properly find the card name for whatever device was configured.
13443         Do some better debugging.
13444         Fixes #350784.
13445
13446         * ext/alsa/gstalsamixerelement.c:
13447         (gst_alsa_mixer_element_set_property),
13448         (gst_alsa_mixer_element_change_state):
13449         Cleanups.
13450         Handle setting of a NULL device name better.
13451
13452 2006-08-11  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/adder/gstadder.c:
13455         Don't clip float values. Fixes #350900.
13456
13457 2006-08-11  Andy Wingo  <wingo@pobox.com>
13458
13459         * gst/tcp/gsttcp.c: Really fix the build?
13460
13461         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13462         fixes the build.
13463
13464 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13465
13466         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13467           Float caps shouldn't have a "signed" field.
13468
13469 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13470
13471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13472           Implement SEEKING query in its most basic form, so that we can
13473           at least check if we're seekable or not (#350655).
13474
13475 2006-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13476
13477         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13478           The checks here are not even close to anything that would
13479           justify MAXIMUM probability, lowering to POSSIBLE until someone
13480           fixes the checks (case at hand: quicktime redirection files
13481           might start with 00 00 01 XX and pass the checks here just
13482           fine, see #350399).
13483
13484 2006-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13485
13486         Patch by: Sjoerd Simons  <sjoerd at luon net>
13487
13488         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13489           Better detection for multipart/x-mixed-replace: accept leading
13490           whitespaces before the boundary marker as well (as our very own
13491           multipartmux used to produce) (#349068).
13492
13493 2006-08-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13494
13495         Patch by: Young-Ho Cha  <ganadist at chollian net>
13496
13497         * gst-libs/gst/riff/riff-ids.h:
13498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13499         (gst_riff_create_audio_template_caps):
13500           Detect DTS audio streams (#350157).
13501
13502 2006-08-05  Andy Wingo  <wingo@pobox.com>
13503
13504         * ext/theora/gsttheoraparse.h:
13505         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13506         (theora_parse_dispose, theora_parse_set_property)
13507         (theora_parse_get_property, theora_parse_munge_granulepos)
13508         (theora_parse_push_buffer, theora_parse_change_state):
13509         API: GstTheoraParse::synchronization-points
13510         Add a property 'synchronization-points' to fix badly synchronized oggs.
13511
13512 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13513
13514         * tests/check/Makefile.am:
13515         * tests/check/libs/.cvsignore:
13516         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13517         (fixed_caps_have_channel_positions), (GST_START_TEST),
13518         (audio_suite), (main):
13519           Add a few tests for the channel position stuff in libgstaudio.
13520
13521 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13522
13523         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13524         (gst_alsa_detect_channels):
13525         * ext/alsa/gstalsasink.c:
13526           Add support for cards that (only) do more than 8 channels,
13527           like the Delta 44 (#345188).
13528
13529         * gst-libs/gst/audio/multichannel.c:
13530         (gst_audio_check_channel_positions):
13531         * gst-libs/gst/audio/multichannel.h:
13532           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13533           unspecified channel position and cannot be combined with any
13534           of the other audio channel positions; adjust position layout
13535           checks accordingly (#345188).
13536
13537 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13538
13539         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13540           Recognise ancient RealAudio files (see #349779).
13541
13542 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13543
13544         Patch by: Jens Granseuer  <jensgr at gmx net>
13545
13546         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13547           Add typefinder for Interplay's MVE format (#348973).
13548
13549 2006-08-02  Wim Taymans  <wim@fluendo.com>
13550
13551         Patch by: Marcel Moreaux <marcelm at luon dot net>
13552
13553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13554         (gst_base_rtp_depayload_add_to_queue):
13555         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13556         Handle RTP sequence number rollover.
13557         Disable jitterbuffer by default.
13558
13559 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13560
13561         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13562         (audioresample_set_caps):
13563         Don't leak references to the incoming caps. Clean them up when
13564         stopping.
13565
13566         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13567         (gst_video_scale_finalize):
13568         Don't leak our temporary pixel buffer.
13569
13570         * tests/check/Makefile.am:
13571         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13572         (GST_START_TEST), (simple_launch_lines_suite):
13573
13574         Fix leaks and re-enable the test for valgrind checking.
13575
13576 2006-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13577
13578         Patch by: Sjoerd Simons  <sjoerd at luon net>
13579
13580         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13581         (plugin_init):
13582           Add typefind function for multipart/x-mixed-replace (#348916).
13583
13584 2006-07-28  Wim Taymans  <wim@fluendo.com>
13585
13586         * gst/adder/gstadder.c: (gst_adder_setcaps),
13587         (gst_adder_query_duration):
13588         Fix leak in duration query.
13589         Reflow some docs and notes.
13590
13591 2006-07-28  Michael Smith  <msmith@fluendo.com>
13592
13593         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13594         (vorbisenc_suite):
13595           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13596           aspect of it.
13597
13598 2006-07-28  Michael Smith  <msmith@fluendo.com>
13599
13600         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13601         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13602         (gst_vorbis_enc_push_buffer),
13603         (gst_vorbis_enc_buffer_check_discontinuous),
13604         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13605         * ext/vorbis/vorbisenc.h:
13606           Handle discontinuities in the input vorbis stream correctly,
13607           so that the output is properly timestamped (and has good granulepos
13608           values). Needs some oggmux fixes too.
13609
13610 2006-07-27  Wim Taymans  <wim@fluendo.com>
13611
13612         patch by: Kai Vehmanen <kv2004 eca cx>
13613
13614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13615         (gst_base_rtp_depayload_chain),
13616         (gst_base_rtp_depayload_handle_sink_event),
13617         (gst_base_rtp_depayload_change_state):
13618         Don't send multiple newsegments with different formats.
13619         Fixes #348677.
13620
13621 2006-07-26  Wim Taymans  <wim@fluendo.com>
13622
13623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13624         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13625         Make seeking in ogg more accurate again by doing the more correct
13626         granuletime to stream time conversion.
13627
13628 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13629
13630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13631         (gst_multi_fd_sink_new_client):
13632           debug a little more understandably
13633           do not use goto as a substitute for break, especially if
13634           break is also being used
13635
13636 2006-07-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13637
13638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13639         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13640           Remove GLib-2.6 compatibility cruft.
13641
13642 2006-07-24  Wim Taymans  <wim@fluendo.com>
13643
13644         * gst-libs/gst/audio/gstbaseaudiosink.c:
13645         (gst_base_audio_sink_render):
13646         Don't try to align a sample to an unknown value.
13647
13648 2006-07-24  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst-libs/gst/audio/gstbaseaudiosink.c:
13651         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13652         When the audio clock is slaved to another clock, never try to align
13653         samples but trust the rate interpolation algorithm.
13654
13655 2006-07-24  Wim Taymans  <wim@fluendo.com>
13656
13657         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13658         Don't try to calculate silence samples, base class does this much
13659         better now.
13660
13661         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13662         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13663         (gst_ring_buffer_acquire):
13664         Calculate silence samples correctly.
13665
13666         * gst-libs/gst/audio/gstringbuffer.h:
13667         Add _CAST macro.
13668
13669 2006-07-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13670
13671         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13672           Limit search for the first markup tag to the first few kB of
13673           the file. If we don't find one there, it's highly unlikely that
13674           this is an XML(-ish) file.
13675
13676 2006-07-21  Andy Wingo  <wingo@pobox.com>
13677
13678         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13679         test to the one in vorbisenc. Also commented out.
13680
13681         * tests/check/pipelines/vorbisenc.c: 
13682         (test_discontinuity): New test, commented out until Mike lands
13683         some elite vorbisenc patches.
13684
13685         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13686         Bufferstraw was actually factored out of these tests. Now we share
13687         code yay.
13688
13689         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13690         for bufferstraw addition to gstcheck.
13691
13692 2006-07-21  Wim Taymans  <wim@fluendo.com>
13693
13694         * ext/theora/theoradec.c: (clip_buffer):
13695         Better clipping.
13696
13697 2006-07-21  Wim Taymans  <wim@fluendo.com>
13698
13699         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13700         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13701         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13702         Fix leak.
13703         Avoid type casting when we can.
13704
13705         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13706         Fix mem leak.
13707
13708 2006-07-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13709
13710         * ext/alsa/gstalsamixerelement.c:
13711         (gst_alsa_mixer_element_change_state):
13712           Make state change fail if the specified device can't be opened
13713           for some reason.
13714
13715 2006-07-20  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13718         (cb_newpad), (main):
13719         Example of a small audio/video player using decodebin.
13720
13721 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13722
13723         * gst-libs/gst/riff/riff-ids.h:
13724           Add 'fact' chunk id
13725
13726 2006-07-19  Wim Taymans  <wim@fluendo.com>
13727
13728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13729         (gst_base_rtp_depayload_chain),
13730         (gst_base_rtp_depayload_change_state):
13731         Don't assert when not negotiated but post a meaningfull 
13732         error message. Fixes #347918.
13733
13734         * gst-libs/gst/rtp/gstbasertppayload.c:
13735         Add comment about better default MTU size.
13736
13737         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13738         Small cleanups, start docs.
13739
13740 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13741
13742         Patch by: Martin Szulecki
13743
13744         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13745           If "device-name" is requested and the device is not
13746           open, try to temporarily open it to obtain this
13747           information (#342494).
13748
13749 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13750
13751         * gst-libs/gst/tag/gstid3tag.c:
13752           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13753
13754         * gst-libs/gst/tag/gsttageditingprivate.h:
13755         * gst-libs/gst/tag/gstvorbistag.c:
13756           Some more random const-ifications.
13757
13758 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13759
13760         * gst-libs/gst/riff/riff-ids.h:
13761         * gst-libs/gst/riff/riff-media.c:
13762         (gst_riff_create_video_template_caps):
13763           Add more FOURCCs (sort list to make stuff easier to find),
13764           add comment what those 16 bytes in struct _gst_riff_strh according to
13765           one avi-dumper are
13766
13767 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13768
13769         * gst-libs/gst/audio/multichannel.c:
13770         (gst_audio_check_channel_positions),
13771         (gst_audio_fixate_channel_positions):
13772           Const-ify two arrays.
13773
13774 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13775
13776         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13777           Fix typo, so that alsasink also advertises 8 channels
13778           if that's supported (tags: can, worms, open, alsa, ph34r).
13779
13780 2006-07-17  Wim Taymans  <wim@fluendo.com>
13781
13782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13783         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13784         *sigh*, when is the compiler going to warn when the comments
13785         are out-of-sync with the code.. Refix case of busted theora
13786         headers with 0 granule pos.
13787
13788 2006-07-14  Wim Taymans  <wim@fluendo.com>
13789
13790         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13791         (gst_base_rtp_depayload_wait),
13792         (gst_base_rtp_depayload_change_state),
13793         (gst_base_rtp_depayload_set_property),
13794         (gst_base_rtp_depayload_get_property):
13795         Fix 99% cpu load by waiting for absolute times on the
13796         clock. Fixes #347300.
13797
13798 2006-07-14  Andy Wingo  <wingo@pobox.com>
13799
13800         * ext/theora/gsttheoraparse.h: 
13801         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13802         (theora_parse_push_headers, theora_parse_clear_queue)
13803         (theora_parse_drain_queue_prematurely, )
13804         (theora_parse_sink_event, theora_parse_change_state): Queue events
13805         until we initialized our state, like in vorbisparse.
13806
13807         * ext/vorbis/vorbisparse.h: 
13808         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13809         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13810         (vorbis_parse_drain_queue_prematurely, )
13811         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13812         until we have initialized our state. Fixes seeking after an
13813         initial pad block.
13814
13815 2006-07-14  Andy Wingo  <wingo@pobox.com>
13816
13817         Patch by: Iain Holmes <iaingnome@gmail.com>
13818         
13819         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13820
13821 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13822
13823         * configure.ac:
13824         Bump nano back to CVS
13825
13826 === release 0.10.9 ===
13827
13828 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13829
13830         * configure.ac:
13831           releasing 0.10.9, "I walk the line"
13832
13833 2006-07-14  Michael Smith  <msmith@fluendo.com>
13834
13835         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13836           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13837           (commonly happens when running this test under valgrind) when trying
13838           to remove the buffer probe.
13839
13840 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13841
13842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13843         Fix missing g_unlock from the previous commit
13844
13845 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13846
13847         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13848         (gst_ximagesink_change_state):
13849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13850         (gst_xvimagesink_change_state):
13851         Implement a locking order to ensure we always take the object lock
13852         before the x_lock and never vice-versa.
13853
13854 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13855
13856         * gst/playback/gstdecodebin.c: (find_compatibles):
13857         Fix a caps leak when linking (#347304)
13858
13859         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13860         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13861         (gst_ximagesink_change_state):
13862         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13863         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13865         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13866         Don't leak shared memory resources. Use the object lock to protect
13867         against the xcontext disappearing while returning a buffer from the
13868         pipeline. (#347304)
13869
13870 2006-07-12  Edward Hervey  <edward@fluendo.com>
13871
13872         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13873         (vorbis_handle_comment_packet):
13874         gst_tag_list_merge() returns a new object. Take that into account when
13875         using it. This avoids memleak.
13876         Revert previous commit which is not needed.
13877
13878 2006-07-12  Edward Hervey  <edward@fluendo.com>
13879
13880         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13881         Reset the decoder in finalize so that all fields get cleared.
13882
13883 2006-07-12  Wim Taymans  <wim@fluendo.com>
13884
13885         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13886         (gst_base_audio_src_set_clock),
13887         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13888         Don't try to post an error message when setting the clock fails
13889         as this can happen when adding an element to a bin which will then
13890         deadlock. Fixes #347296.
13891
13892 2006-07-12  Edward Hervey  <edward@fluendo.com>
13893
13894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13895         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13896         (vorbis_handle_type_packet):
13897         Post tag messages on the bus even if we're not initialized.
13898         If we're not initialized, we still postpone the event pushing of tags.
13899
13900 2006-07-12  Wim Taymans  <wim@fluendo.com>
13901
13902         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13903         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13904         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13905         Revert last two changes that broke the freeze.
13906
13907 2006-07-12  Wim Taymans  <wim@fluendo.com>
13908
13909         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13910         basesink calculates silence sample correctly for us.
13911
13912 2006-07-12  Wim Taymans  <wim@fluendo.com>
13913
13914         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13915         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13916         Calculate correct silence samples so we don't fill our ringbuffer
13917         with noise.
13918
13919 2006-07-12  Edward Hervey  <edward@fluendo.com>
13920
13921         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13922         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13923         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13924         * ext/vorbis/vorbisdec.h:
13925         Delay sending events (newsegment, tags) until the decoder is properly
13926         initialized.
13927         Fixes #347295
13928
13929 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13930
13931         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13932         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13933           Patch from #347221 adding a test for audioconvert
13934           channel remappings.
13935
13936 2006-07-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13937
13938         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13939         (gst_ssa_parse_parse_line):
13940           Don't include the terminating NUL in the buffer size,
13941           it's only there for extra paranoia (would add random
13942           '*' characters at the end of each subtitle since the
13943           terminator itself is not valid UTF-8 technically).
13944           Also fix indenting after boilerplate macro.
13945
13946 2006-07-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13947
13948         * gst/playback/gstdecodebin.c: (close_pad_link):
13949           Also emit 'unknown-type' signal (which should really be
13950           called unhandled-type) if we found potential decoders/demuxers
13951           in the registry but none of them worked in the end (as in the
13952           case where the plugins don't exist any longer but are still
13953           listed in the registry). Fixes #329798.
13954
13955 2006-07-08  Andy Wingo  <wingo@pobox.com>
13956
13957         * theoraparse.c (theora_parse_push_buffer)
13958         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13959         Add some more debugging. Fix granulepos reconstruction in the face
13960         of discontinuities.
13961
13962 2006-07-06  Wim Taymans  <wim@fluendo.com>
13963
13964         * gst-libs/gst/audio/gstbaseaudiosink.c:
13965         (gst_base_audio_sink_class_init),
13966         (gst_base_audio_sink_provide_clock):
13967         Use gobject_class instead of G_OBJECT_CLASS (klass)
13968
13969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13970         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13971         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13972         (gst_base_audio_src_get_time),
13973         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13974         (gst_base_audio_src_create_ringbuffer):
13975         Fix latency and buffer-time constants and properties ala basesink.
13976         Implement pull based scheduling. Fixes #346527.
13977         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13978         one segment.
13979         Refuse slaving to another clock instead of silently not working.
13980         Only provide a clock when we are actually able to do so.
13981         Various small cleanups and compiler hints.
13982
13983 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13984
13985         Patch by: Lutz Mueller <lutz at topfrose de>
13986
13987         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13988         (plugin_init):
13989           Add typefinding for text/html (#346581).
13990
13991 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13992
13993         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13994         (xml_check_first_element), (xml_type_find), (smil_type_find):
13995           Fix SMIL typefinding, make xml_check_first_element() more
13996           useful.
13997
13998 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13999
14000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14001         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14002         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14003         * gst/playback/gstplaybasebin.h:
14004           Protect list of elements with a subtitle-encoding property and
14005           the subtitle encoding member itself with a lock of their own
14006           instead of using the object lock. This prevents a dead-lock in
14007           the element-remove callback in some circumstances when shutting
14008           down playbin.
14009
14010 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14011
14012         * win32/common/libgsttag.def:
14013         Export some new functions.
14014         * win32/vs6/libgstogg.dsp:
14015         Add a link to libgsttag-0.10.lib.
14016
14017 2006-07-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14018
14019         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14020           Some const-ification.
14021
14022 2006-07-04  Wim Taymans  <wim@fluendo.com>
14023
14024         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14025         Improve checking if we are dealing with a stream. Added some
14026         more uris that need buffering.
14027
14028 2006-07-03  Edward Hervey  <edward@fluendo.com>
14029
14030         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14031         Remove unused variable.
14032
14033 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * Makefile.am:
14036           include lcov.mak
14037         * configure.ac:
14038           add GCOV_LIBS to GST_LIBS
14039
14040 2006-07-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14041
14042         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14043
14044         * ext/alsa/gstalsasrc.c:
14045           Add 32 bps to template caps and increase channels range
14046           from [1,2] to [1,MAX]. See #346326.
14047
14048 2006-06-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14049
14050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14051           Recognise 'WMVA' video codec fourcc (#345879).
14052           
14053 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14054          
14055         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14056           Fixed nasty memory leak
14057
14058 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14059
14060         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14061         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14062           fix logging
14063
14064 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14065
14066         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14067         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14068         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14069         Protect remove_fakesink using a mutex, so that we don't try and
14070         remove the fakesink simultaneously from multiple threads.
14071
14072         When going from READY to PAUSED, restore the fakesink, so that
14073         it is there when decodebin gets reused.
14074
14075 2006-06-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14076
14077         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14079         * gst-libs/gst/rtp/gstbasertppayload.c:
14080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14081         * gst/tcp/gstmultifdsink.c:
14082         * gst/tcp/gsttcpclientsink.c:
14083         * gst/tcp/gsttcpclientsrc.c:
14084         * gst/tcp/gsttcpserversink.c:
14085         * gst/tcp/gsttcpserversrc.c:
14086         * gst/videorate/gstvideorate.c:
14087         * gst/videotestsrc/gstvideotestsrc.c:
14088         * sys/v4l/gstv4ljpegsrc.c:
14089         * sys/v4l/gstv4lmjpegsink.c:
14090         * sys/v4l/gstv4lsrc.c:
14091         * tests/examples/seek/scrubby.c:
14092         * tests/examples/seek/seek.c:
14093           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14094
14095 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14096
14097         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14098           Second field in GEnumValue shouldn't be a description,
14099           but a stringified version of the enum value.
14100
14101 2006-06-22  Wim Taymans  <wim@fluendo.com>
14102
14103         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14104         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14105         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14106         Avoid type checking in buffer casts.
14107         Avoid caps copy in buffer_alloc when we can.
14108         Use pad_peer_accept.
14109
14110 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14111
14112         * gst-libs/gst/tag/tag.h:
14113           Oops, make that 'Since: 0.10.9'.
14114
14115 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14116
14117         * docs/libs/gst-plugins-base-libs-sections.txt:
14118         * gst-libs/gst/tag/tag.h:
14119         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14120         (gst_tag_image_type_get_type):
14121           API: add GstTagImageType enum to describe images contained
14122           in image tags (#345641).
14123
14124 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14125
14126         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14127           Fix warnings with gst-inspect: "buffers-min" property
14128           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14129           typo in property description.
14130
14131 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14132
14133         Patch by: Cody Russell <bratsche at gnome org>
14134
14135         * gst/audioresample/gstaudioresample.c:
14136         (gst_audioresample_class_init):
14137         * gst/playback/gststreamselector.c:
14138         (gst_stream_selector_class_init):
14139         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14140         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14141         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14142         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14143         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14144         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14145         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14146         * gst/videotestsrc/gstvideotestsrc.c:
14147         (gst_video_test_src_class_init):
14148         * gst/volume/gstvolume.c: (gst_volume_class_init):
14149           Avoid unnecessary class cast check in class_init
14150           functions (#337747).
14151
14152 2006-06-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14153
14154         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14155         (gst_text_overlay_video_chain):
14156           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14157           and doesn't validate its input either (and neither did
14158           textoverlay it seems). Let's do that then and fix #345206.
14159
14160 2006-06-19  Wim Taymans  <wim@fluendo.com>
14161
14162         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14163         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14164         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14165         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14166         (find_syncframe), (find_limits), (assign_value),
14167         (count_burst_unit), (gst_multi_fd_sink_new_client),
14168         (gst_multi_fd_sink_handle_client_write),
14169         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14170         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14171         (gst_multi_fd_sink_change_state):
14172         * gst/tcp/gstmultifdsink.h:
14173         Added shiny new burst-on-connect methods.
14174         Add properties to control the minimal amount of data queued.
14175         Small cleanups.
14176         API: bytes-min property
14177         API: time-min property
14178         API: buffers-min property
14179         API: burst-unit property
14180         API: burst-value property
14181         API: add-full signal
14182
14183         * gst/tcp/gsttcp-marshal.list:
14184         Added new marshaller code for the new signal.
14185
14186         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14187         (multifdsink_suite):
14188         Added testcases for new burst methods.
14189
14190 2006-06-19  Edward Hervey  <edward@fluendo.com>
14191
14192         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14193         Implement clipping for accurate seeking.
14194         Closes #345225
14195
14196 2006-06-19  Wim Taymans  <wim@fluendo.com>
14197
14198         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14199
14200         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14201         (gst_video_scale_transform):
14202         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14203
14204 2006-06-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14205
14206         * configure.ac:
14207           Fix --disable-external (can't set conditionals conditionally,
14208           #343602).
14209
14210 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14211
14212         * tests/check/elements/audioresample.c: (test_reuse),
14213         (audioresample_suite):
14214           Add test case for bug #342789 fixed below.
14215
14216 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14217
14218         * gst/audioresample/gstaudioresample.c:
14219         (gst_audioresample_class_init), (gst_audioresample_init),
14220         (audioresample_start), (audioresample_stop),
14221         (gst_audioresample_set_property), (gst_audioresample_get_property):
14222           Implement GstBaseTransform::start and ::stop so that audioresample
14223           can clear its internal state properly and be reused instead of
14224           causing non-negotiated errors with playbin under some circumstances
14225           (#342789).
14226
14227         * tests/check/elements/audioresample.c: (setup_audioresample),
14228         (cleanup_audioresample):
14229           Need to set element state here so that ::start and ::stop are
14230           called.
14231
14232 2006-06-16  Wim Taymans  <wim@fluendo.com>
14233
14234         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14235
14236         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14237         Parse extra data better, apparently it's right behind
14238         the normal strf header size. Fixes #343500.
14239
14240 2006-06-16  Wim Taymans  <wim@fluendo.com>
14241
14242         * ext/alsa/gstalsasink.c: (set_hwparams):
14243         If we fail to set the buffer_time and period_time alsa
14244         parameters, post a warning and leave alsa select a 
14245         default instead of failing. Fixes #342085
14246
14247 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14248
14249         * docs/libs/gst-plugins-base-libs-sections.txt:
14250         * gst-libs/gst/cdda/gstcddabasesrc.h:
14251           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14252           out in the header file and shouldn't be listed in the docs.
14253
14254         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14255           Must dereference pointer to fourcc in the debug statement.
14256
14257 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14258
14259         * docs/libs/Makefile.am:
14260         * docs/libs/gst-plugins-base-libs-docs.sgml:
14261         * docs/libs/gst-plugins-base-libs-sections.txt:
14262         * docs/libs/gst-plugins-base-libs.types:
14263         add remaining symbols into correct setions
14264         
14265         * gst-libs/gst/audio/gstringbuffer.c:
14266         fix incomplete docs
14267         
14268         * gst-libs/gst/audio/gstringbuffer.h:
14269         comment out not yet implemented function
14270         
14271         
14272         * gst-libs/gst/floatcast/floatcast.h:
14273         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14274         add short descriptions
14275         
14276         
14277         * gst-libs/gst/interfaces/propertyprobe.c:
14278         fix return value docs   
14279         
14280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14281         simplify debug logging
14282         
14283         * gst-libs/gst/riff/riff-read.h:
14284         sync function prototype and docs
14285         
14286         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14287         remove left over symbol
14288
14289 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14290
14291         * autogen.sh:
14292         * configure.ac:
14293         * docs/Makefile.am:
14294           Use GST_PLUGIN_DOCS macro in configure.ac, add
14295           --enable-plugin-docs default to autogen.sh and use
14296           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14297
14298 2006-06-15  Wim Taymans  <wim@fluendo.com>
14299
14300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14301         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14302         (gst_ogg_demux_loop):
14303         Combine GstFlowReturn from the source pads to give a
14304         meaningfull result to the upstream peer or to stop the
14305         processing task in case of errors.
14306
14307 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14308
14309         * gst/playback/gststreaminfo.c: (cb_probe):
14310           Try GST_TAG_CODEC as fallback when extracting the
14311           codec name; more debug info.
14312
14313 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14314
14315         * ext/ogg/Makefile.am:
14316         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14317           Extract language tags from ogm subtitle streams, so that
14318           the subtitle menu choices are labelled correctly in
14319           Totem (fixes #344708).
14320
14321 2006-06-14  Wim Taymans  <wim@fluendo.com>
14322
14323         Patch by: Alessandro Decina <alessandro at nnva dot org>
14324
14325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14326         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14327         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14328         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14329         Fix various leaks. Fixes #343699.
14330         Add x-smoke mime type.
14331
14332 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14333
14334         * gst-libs/gst/riff/riff-ids.h:
14335           Add IDs for 'bext' chunks (see #343837).
14336
14337 2006-06-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14338
14339         Patch by: Young-Ho Cha  <ganadist at chollian net>
14340
14341         * gst/subparse/samiparse.c: (sami_context_pop_state),
14342         (handle_start_font), (end_sami_element):
14343           Honour font face tags in SAMI subtitles (#344503).
14344
14345 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14346
14347         * po/POTFILES.in:
14348           add missing files containing translatable strings
14349
14350 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14351
14352         * docs/libs/tmpl/.cvsignore:
14353           we don't want those *.sgml files in CVS either
14354
14355 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14356
14357         * docs/libs/.cvsignore:
14358         * tests/check/elements/.cvsignore:
14359         * tests/check/libs/.cvsignore:
14360           ignore more
14361
14362 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14363
14364         * docs/libs/Makefile.am:
14365           also commiting the changed Makefile.am (added more libs to the
14366           doc-build)
14367
14368 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14369
14370         * docs/libs/gst-plugins-base-libs-docs.sgml:
14371         * docs/libs/gst-plugins-base-libs-sections.txt:
14372         * docs/libs/gst-plugins-base-libs.types:
14373           first batch of reordering things, add index & hierarchy
14374
14375 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14376
14377         * configure.ac:
14378           use GST_PKG_CHECK_MODULES, cleans up output
14379
14380 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14381
14382         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14383           Add support for burn:// URIs (#343385); const-ify things a bit,
14384           use G_N_ELEMENTS instead of hard-coded array size.
14385
14386 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14387
14388         Patch by: Young-Ho Cha  <ganadist at chollian net>
14389
14390         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14391           Fix up broken entities before passing them to libxml *sigh*.
14392           (#343303).
14393           
14394 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14395
14396         * configure.ac:
14397           back to TRUNK
14398
14399 === release 0.10.8 ===
14400
14401 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14402
14403         * configure.ac:
14404           releasing 0.10.8, "Moar gij ziet mij nie"
14405
14406 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14407
14408         * configure.ac:
14409         * po/af.po:
14410         * po/az.po:
14411         * po/cs.po:
14412         * po/en_GB.po:
14413         * po/hu.po:
14414         * po/it.po:
14415         * po/nb.po:
14416         * po/nl.po:
14417         * po/or.po:
14418         * po/sq.po:
14419         * po/sr.po:
14420         * po/sv.po:
14421         * po/uk.po:
14422         * po/vi.po:
14423         * win32/common/config.h:
14424           0.10.7.2 prerelease
14425
14426 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14427
14428         * docs/libs/tmpl/gstaudio.sgml:
14429         * docs/libs/tmpl/gstcolorbalance.sgml:
14430         * docs/libs/tmpl/gstmixer.sgml:
14431         * docs/libs/tmpl/gstringbuffer.sgml:
14432         * docs/libs/tmpl/gsttuner.sgml:
14433         * docs/libs/tmpl/gstxoverlay.sgml:
14434         * gst-libs/gst/audio/audio.c:
14435         * gst-libs/gst/audio/gstringbuffer.c:
14436         * gst-libs/gst/interfaces/colorbalance.c:
14437         * gst-libs/gst/interfaces/mixer.c:
14438         * gst-libs/gst/interfaces/tuner.c:
14439         * gst-libs/gst/interfaces/xoverlay.c:
14440           move last template doc snippets to source code and delete them
14441
14442 2006-06-06  Michael Smith  <msmith@fluendo.com>
14443
14444         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14445         (theora_parse_drain_queue):
14446           Mark DELTA_UNIT on non-keyframes.
14447
14448 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14449
14450         * gst-libs/gst/audio/gstbaseaudiosink.c:
14451         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14452         * gst-libs/gst/audio/gstbaseaudiosink.h:
14453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14454         (gst_ring_buffer_samples_done):
14455         * gst-libs/gst/audio/gstringbuffer.h:
14456         Document better the fact that latency_time and buffer_time are values
14457         stored in microseconds, and not the usual GStreamer nanoseconds.
14458         Change the variables (compatibly) that store them from GstClockTime 
14459         to guint64 to make it more clear that they're not storing clock times.
14460         Also, remove the bogus property description that says the user can
14461         specify -1 to get the default value, since that's never been the case.
14462
14463         When computing the default segment size for the ring buffer, make it
14464         an integer number of samples.
14465
14466         When the sub-class indicates a delay greater than the number of
14467         samples we've written return 0 from the audio sink get_time method.
14468
14469 2006-06-02  Michael Smith  <msmith@fluendo.com>
14470
14471         * tests/check/elements/audioconvert.c: (set_channel_positions),
14472         (get_float_mc_caps), (get_int_mc_caps):
14473         * tests/check/elements/audioresample.c:
14474         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14475         * tests/check/elements/videorate.c:
14476         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14477         * tests/check/elements/volume.c:
14478         * tests/check/elements/vorbisdec.c:
14479         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14480           Don't busy-wait in tests; this was causing test timeouts very
14481           frequently when running under valgrind.
14482
14483 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14484
14485         * gst/tcp/README:
14486         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14487         (gst_multi_fd_sink_remove_client_link),
14488         (gst_multi_fd_sink_client_queue_caps),
14489         (gst_multi_fd_sink_client_queue_buffer),
14490         (gst_multi_fd_sink_handle_client_write),
14491         (gst_multi_fd_sink_render):
14492         * gst/tcp/gstmultifdsink.h:
14493           make multifdsink properly deal with streamheader:
14494           - streamheader is taken from caps
14495           - buffers marked with IN_CAPS are not sent
14496           - streamheaders are sent, on connection, from the caps of the
14497             buffer where the client gets positioned to
14498           - further streamheader changes are done every time the client
14499             will receive a buffer with different caps
14500         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14501         (gst_multifdsink_create_streamheader):
14502           add tests for this
14503
14504 2006-06-02  Michael Smith  <msmith@fluendo.com>
14505
14506         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14507           Reinstate limit on channel count. Vorbis does not define the meaning
14508           of > 6 channels, so they're just independent channels. Gstreamer
14509           currently has no mechanism to represent N independent channels.
14510
14511 2006-06-02  Michael Smith  <msmith@fluendo.com>
14512
14513         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14514           Don't arbitrarily restrict channel counts and rate in vorbis.
14515           In terms of effects likely on real-world files, this fixes 96kHz
14516           playback of vorbis.
14517
14518 2006-06-02  Michael Smith  <msmith@fluendo.com>
14519
14520         * gst/audioconvert/audioconvert.c: (float):
14521           More correct float->int conversion.
14522
14523 2006-06-02  Michael Smith  <msmith@fluendo.com>
14524
14525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14526           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14527           value. Fixes g-critical on trying to play back ogg containing
14528           unknown codec.
14529
14530 2006-06-02  Wim Taymans  <wim@fluendo.com>
14531
14532         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14533         (setup_source):
14534         * gst/playback/gstplaybasebin.h:
14535         Make the subtitle detection work from any thread so we don't
14536         deadlock. Fixes #343397.
14537
14538 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14539
14540         * gst/volume/Makefile.am:
14541           Seriously, it's not *that* hard to get compilation right.  Even
14542           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14543
14544 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14545
14546         * gst/volume/gstvolume.c: (volume_choose_func),
14547         (volume_update_real_volume), (gst_volume_class_init),
14548         (gst_volume_init), (volume_process_float), (volume_process_int16),
14549         (volume_process_int16_clamp), (volume_set_caps),
14550         (volume_transform_ip), (plugin_init):
14551         * gst/volume/gstvolume.h:
14552         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14553         another property desc., remove unused param from process function
14554         
14555         * tests/check/elements/volume.c: (volume_suite):
14556         reactivate the passthrough test
14557
14558 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14559
14560         * ext/alsa/gstalsamixerelement.h:
14561         * ext/alsa/gstalsamixeroptions.h:
14562         * ext/alsa/gstalsamixertrack.h:
14563         * ext/gnomevfs/gstgnomevfssink.h:
14564         * ext/gnomevfs/gstgnomevfssrc.h:
14565         * ext/theora/gsttheoradec.h:
14566         * ext/theora/gsttheoraenc.h:
14567         * ext/theora/gsttheoraparse.h:
14568         * ext/vorbis/vorbisparse.h:
14569         * gst-libs/gst/audio/gstaudioclock.h:
14570         * gst-libs/gst/audio/gstaudiofilter.h:
14571         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14572         * gst/audioconvert/gstaudioconvert.h:
14573         * gst/audioresample/gstaudioresample.h:
14574         * gst/audiotestsrc/gstaudiotestsrc.h:
14575         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14576         * gst/playback/gststreamselector.h:
14577         * gst/tcp/gstmultifdsink.h:
14578         * gst/tcp/gsttcpclientsink.h:
14579         * gst/tcp/gsttcpclientsrc.h:
14580         * gst/tcp/gsttcpserversink.h:
14581         * gst/tcp/gsttcpserversrc.h:
14582         * gst/videorate/gstvideorate.h:
14583         * gst/videoscale/gstvideoscale.h:
14584         * gst/videotestsrc/gstvideotestsrc.h:
14585         * gst/volume/gstvolume.h:
14586         * sys/v4l/gstv4ljpegsrc.h:
14587         * sys/v4l/gstv4lmjpegsink.h:
14588         * sys/v4l/gstv4lmjpegsrc.h:
14589         * sys/v4l/gstv4lsrc.h:
14590         * sys/ximage/ximagesink.h:
14591         * sys/xvimage/xvimagesink.h:
14592         * tests/old/testsuite/alsa/sinesrc.h:
14593         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14594
14595 2006-05-31  Wim Taymans  <wim@fluendo.com>
14596
14597         * ext/libvisual/visual.c: (gst_visual_reset),
14598         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14599         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14600         Handle DISCONT.
14601         Use running time before doing QoS.
14602         Handle mono too.
14603
14604 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14605
14606         * docs/libs/Makefile.am:
14607           set a magic variable to indicate we know the docs are incomplete
14608
14609 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14610
14611         * win32/common/libgstvideo.def:
14612           export gst_video_calculate_display_ratio
14613         * win32/vs6/libgstvideoscale.dsp:
14614           add link to libgstvideo-0.10.lib
14615
14616 2006-05-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14617
14618         * gst/playback/gstplaybasebin.c: (gen_source_element):
14619           Throw a more comprehensible error for rtsp:// URIs (rather
14620           than erroring out with a negotiation error later on) until
14621           we fix playbin to handle rtspsrc etc.
14622
14623 2006-05-30  Wim Taymans  <wim@fluendo.com>
14624
14625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14626         (gst_text_overlay_text_event):
14627         Added some FIXMEs.
14628
14629 2006-05-30  Wim Taymans  <wim@fluendo.com>
14630
14631         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14632         (gst_adder_request_new_pad), (gst_adder_release_pad):
14633         * gst/adder/gstadder.h:
14634         Implement release_request_pad.
14635         Make padcounter atomic.
14636
14637         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14638         Added check for release_pad in adder.
14639
14640 2006-05-30  Wim Taymans  <wim@fluendo.com>
14641
14642         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14643         Fix build again.
14644
14645 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14646
14647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14648         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14649         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14650         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14651         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14652         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14653         (gst_ogg_demux_bisect_forward_serialno),
14654         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14655         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14656           add more debugging
14657           clean up printf formats for granulepos and serialno
14658
14659 2006-05-30  Michael Smith  <msmith@fluendo.com>
14660
14661         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14662         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14663         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14664         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14665         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14666         * ext/vorbis/vorbisenc.h:
14667           Multi-channel caps negotiation, so we can do proper multichannel
14668           vorbis encoding, negotiated through audioconvert.
14669
14670 2006-05-30  Wim Taymans  <wim@fluendo.com>
14671
14672         * tests/check/elements/adder.c: (test_event_message_received),
14673         (test_play_twice_message_received), (GST_START_TEST),
14674         (adder_suite):
14675         Added check to show that #339935 is fixed with ongoing
14676         adder and collectpads fixes.
14677
14678 2006-05-29  Wim Taymans  <wim@fluendo.com>
14679
14680         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14681         Don't leak pad name.
14682
14683 2006-05-29  Wim Taymans  <wim@fluendo.com>
14684
14685         * gst/adder/gstadder.c: (gst_adder_query_duration),
14686         (forward_event_func), (forward_event), (gst_adder_src_event):
14687         Fix adder seeking.
14688         Make query/seeking code threadsafe.
14689
14690         * tests/check/Makefile.am:
14691         * tests/check/elements/adder.c: (test_event_message_received),
14692         (GST_START_TEST), (test_play_twice_message_received):
14693         Fix adder test case.
14694
14695 2006-05-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14696
14697         Patch by: Young-Ho Cha  <ganadist at chollian net>
14698
14699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14700         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14701         (set_encoding_element), (decodebin_element_added_cb),
14702         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14703         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14704         * gst/playback/gstplaybasebin.h:
14705           Add 'subtitle-encoding' property to playbin, so applications can
14706           force a subtitle encoding for non-UTF8 subtitles (#342268).
14707
14708         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14709         (gst_sub_parse_set_property):
14710           Rename recently-added 'encoding' property to 'subtitle-encoding'
14711           (so it can be proxied by playbin/decodebin in a generic way
14712           with less danger of false positives).
14713
14714 2006-05-29  Michael Smith  <msmith@fluendo.com>
14715
14716         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14717         (append_with_other_format), (set_structure_widths),
14718         (gst_audio_convert_transform_caps):
14719           Patch from #341562: give more specific audio caps in get_caps, so
14720           that basetransform  can make better decisions on what caps to
14721           negotiate.
14722
14723 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14724
14725         * tests/check/elements/volume.c:
14726         make it compile again
14727
14728 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14729
14730         * tests/check/elements/volume.c: (volume_suite):
14731         disable test until #343196 gets resolved
14732
14733 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14734
14735         * gst/adder/gstadder.c: (gst_adder_get_type):
14736         Make it easier to copy&paste
14737         
14738         * gst/volume/Makefile.am:
14739         * gst/volume/gstvolume.c: (volume_update_real_volume),
14740         (gst_volume_set_volume), (gst_volume_set_mute),
14741         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14742         (volume_transform_ip), (volume_update_mute),
14743         (volume_update_volume):
14744         * gst/volume/gstvolume.h:
14745         Add own debug category, move duplicate code to helper function, fix
14746         property texts, add more comments and prepare ffor liboil-goodness
14747         
14748         * tests/check/Makefile.am:
14749         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14750         add test for mute and passtrough case, be a bit more verbose to track
14751         failure
14752         
14753         * tests/check/generic/states.c: (GST_START_TEST):
14754         catch elements that fail to instantiate
14755
14756 2006-05-28  Edward Hervey  <edward@fluendo.com>
14757
14758         * tests/check/pipelines/simple-launch-lines.c:
14759         * tests/check/pipelines/theoraenc.c:
14760         * tests/check/pipelines/vorbisenc.c:
14761         Comment out tests using parse_launch() if core was built without
14762         parsing capabilities.
14763
14764 2006-05-27  Edward Hervey  <edward@fluendo.com>
14765
14766         * tests/check/Makefile.am:
14767         Extra bonus points for whoever explains to ensonic that you are meant
14768         to test unit tests thoroughly before commiting them, especially if
14769         you know it's going to break.
14770         De-activated element/adder tests.
14771
14772 2006-05-27  Edward Hervey  <edward@fluendo.com>
14773
14774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14775         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14776         Marking caps conversion issues as GST_WARNING is way too verbose,
14777         Moving them to GST_LOG.
14778
14779 2006-05-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14780
14781         * README:
14782           Replace current README (containing the release notes from
14783           some 0.9.x version) with a proper README taken from the core.
14784
14785 2006-05-26  Wim Taymans  <wim@fluendo.com>
14786
14787         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14788         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14789         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14790         (vorbis_dec_change_state):
14791         Small cleanups.
14792         Add some FIXMEs
14793         Clip output samples to segment boundaries.
14794
14795 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14796
14797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14798         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14799         Improve the errors produced on bad output, including some human
14800         readable description strings.
14801         Handle the (theoretical for ximagesink) case where the XServer 
14802         has a different idea about the size required for a particular 
14803         frame and gives us too small a memory allocation.
14804
14805 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14806
14807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14808         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14809         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14810         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14811         Improve the errors produced on bad output, including some human 
14812         readable description strings.
14813         Handle RGB Xv formats properly by transforming them into our 
14814         big-endian caps description.
14815         Use gst_caps_truncate to ensure that we never try and choose a
14816         non-fixed caps in buffer_alloc.
14817         Handle the case where the XServer has a different idea about the size
14818         required for a particular frame and gives us too small a memory
14819         allocation.
14820         Use -1 to indicate 'no image format', because 0 is a valid XServer
14821         image format number.
14822         Put RGB Xv formats at the end of the caps, so that we always prefer
14823         YUV format frames.
14824         Iterate the available Xv Encodings to determine the maximum width and
14825         height, and then return that in our caps.
14826         (Closes #315312, #337544)
14827
14828 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14829
14830         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14831         When there is only one unfinished pad and it receives an event that
14832         doesn't match our requirements, we need to set alldone=FALSE so that
14833         the fakesink is not removed yet.
14834
14835 2006-05-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14836
14837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14838           Use gst_type_find_helper_for_buffer() to find the type
14839           of stream from the first packet.
14840
14841         * configure.ac:
14842           Bump requirements to core CVS (needed for vorbis
14843           typefinding to work).
14844
14845 2006-05-24  Edward Hervey  <edward@fluendo.com>
14846
14847         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14848         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14849         contain.  Else they play perfectly fine with qtdemux.
14850
14851 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14852
14853         * ext/theora/theoradec.c:
14854         * ext/theora/theoraenc.c:
14855         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14856         * gst/audiorate/gstaudiorate.c:
14857           make more debug catagories static
14858         
14859         * tests/check/Makefile.am:
14860         * tests/check/elements/adder.c: (message_received),
14861         (test_event_message_received), (GST_START_TEST),
14862         (test_play_twice_message_received), (adder_suite):
14863           added test case for using element twice, extra bonus points for anyone
14864           who can make these test run reliably
14865
14866 2006-05-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14867
14868         * ext/theora/theoradec.c: (theora_dec_chain):
14869           Make work with time-stamped input buffers that do not
14870           have a granulepos in BUFFER_OFFSET_END (like theora
14871           buffers coming from matroskademux). Fixes #342448.
14872
14873 2006-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14874
14875         Patch by: Peter Kjellerstedt  <pkj at axis com>
14876
14877         * gst/tcp/Makefile.am:
14878           fdstresstest doesn't need Gtk+, fix compilation if 
14879           gtk is not available (#342566).
14880
14881 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14882          
14883         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14884           80 line columns
14885           Removed redundant floor()
14886
14887 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14888
14889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14890           On second thought, just skip JUNK chunks automatically, so
14891           the caller doesn't have to handle this. Fixes #342345.
14892           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14893           not GST_FLOW_ERROR.
14894
14895 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14896
14897         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14898           Don't bail out on JUNK chunks with a size of 0 (would try to
14899           pull_range 0 bytes before, which sources don't like too much).
14900           See #342345.
14901
14902 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14903
14904         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14906         Use the gstutil scaling function to preserve 64 bits while calculating
14907         output width and height from the display-aspect-ratio. (A continuation
14908         of #341542)
14909
14910 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14911
14912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14913         (gst_xvimagesink_buffer_alloc):
14914         * sys/xvimage/xvimagesink.h:
14915         When performing buffer allocations, remember the caps and image format
14916         we return so that if the same caps are asked for next time we can
14917         return them immediately without doing any caps intersections.
14918
14919 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14920          
14921         * gst-libs/gst/rtp/README:
14922           Some new documentation
14923         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14924           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14925         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14926         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14927           New RTP audio base payloader class. Supports frame or sample based
14928           codecs.  Not enabled in Makefile.am until approved.
14929
14930 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14931
14932         * tests/check/elements/alsa.c: (test_device_property_probe):
14933           Fix test case: don't try to free NULL GValueArray when there
14934           are no devices.
14935
14936 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14937
14938         * tests/check/Makefile.am:
14939         * tests/check/elements/alsa.c: (test_device_property_probe),
14940         (alsa_suite), (main):
14941           Add simple test that runs a device property probe on alsasrc,
14942           alsasink and alsamixer. Disable valgrind check for now (too
14943           many leaks in libasound, and valgrind ignored my suppressions
14944           additions).
14945
14946 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14947
14948         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14949         (gst_alsa_device_property_probe_probe_property),
14950         (gst_alsa_device_property_probe_needs_probe),
14951         (gst_alsa_device_property_probe_get_values),
14952         (gst_alsa_type_add_device_property_probe_interface):
14953         * ext/alsa/gstalsadeviceprobe.h:
14954         * ext/alsa/gstalsamixerelement.c:
14955         (gst_alsa_mixer_element_init_interfaces):
14956         * ext/alsa/gstalsamixerelement.h:
14957           Clean up and simplify alsa device probing. Make it actually work
14958           for multiple classes. Don't cache results any longer.
14959
14960         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14961         (gst_alsasink_init):
14962         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14963         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14964         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14965           Make alsasink and alsasrc implement the GstPropertyProbe interface
14966           for device probing (#342181).
14967           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14968
14969 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14970
14971         * gst/subparse/samiparse.c: (handle_start_font):
14972           Don't ignore return value of strtol (++compiler_happiness).
14973
14974 2006-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14975
14976         Patch by: Young-Ho Cha  <ganadist chollian net>
14977
14978         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14979         (gst_sub_parse_class_init), (gst_sub_parse_init),
14980         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14981         (convert_encoding):
14982         * gst/subparse/gstsubparse.h:
14983           Add 'encoding' property (#341681).
14984
14985         * gst/subparse/samiparse.c: (characters_sami):
14986           Output is pango markup, so we need to escape text
14987           between tags (#342143).
14988
14989 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14990
14991         * gst-libs/gst/audio/multichannel.c:
14992         (gst_audio_check_channel_positions):
14993           It's okay to have caps with channels=1 and a channel position
14994           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14995           (deinterleavers might want to keep the position in the caps,
14996           so that they can be re-interleaved again properly later).
14997           Leave check for unexpected 2-channel layouts intact for now.
14998
14999 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15000
15001         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15002         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15003         basesrc can do its job correctly.
15004
15005 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15006
15007         * ext/alsa/Makefile.am:
15008         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15009         (gst_alsa_detect_formats), (get_channel_free_structure),
15010         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15011         (gst_alsa_probe_supported_formats):
15012         * ext/alsa/gstalsa.h:
15013         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15014           Refactor and improve caps probing code: probe signedness
15015           when we probe the supported formats/widths; set endianness
15016           to the one we actually probed for (ie. cpu endianness).
15017           
15018         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15019         (gst_alsasrc_close):
15020         * ext/alsa/gstalsasrc.h:
15021           Implement caps probing for alsasrc.
15022
15023 2006-05-15  Wim Taymans  <wim@fluendo.com>
15024
15025         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15026         (theora_dec_src_query), (theora_dec_src_event),
15027         (theora_dec_sink_event), (theora_handle_comment_packet),
15028         (theora_handle_data_packet), (theora_dec_change_state):
15029         Cleanups, add some G_LIKELY.
15030         Use segment helpers instead of our own wrong code.
15031         Clear queued buffers on seek and READY.
15032
15033         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15034         (vorbis_dec_convert), (vorbis_dec_src_query),
15035         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15036         (vorbis_handle_comment_packet), (vorbis_dec_push),
15037         (vorbis_handle_data_packet), (vorbis_dec_chain),
15038         (vorbis_dec_change_state):
15039         * ext/vorbis/vorbisdec.h:
15040         Remove old useless packetno variable.
15041         Do position query properly.
15042         Add some G_LIKELY.
15043         Do cleanup of queued buffers in new helper function
15044         and use it.
15045
15046 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15047
15048         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15049           Query supported sample rates. Fixes #341732.
15050
15051 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15052
15053         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15054         (gst_decode_bin_change_state): Make decodebin reusable
15055         when going from PAUSE_TO_READY and then back to PAUSED.
15056         Fixes #331678.
15057
15058 2006-05-15  Wim Taymans  <wim@fluendo.com>
15059
15060         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15061         (vorbis_dec_convert), (vorbis_dec_src_query),
15062         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15063         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15064         (vorbis_dec_clean_queued), (vorbis_dec_push),
15065         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15066         Cleanups. Use refcounting and DEBUG_OBJECT.
15067         Reset segment on flush, use code methods instead of our
15068         own wrong version.
15069         Fix potential memleak.
15070
15071 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15072
15073         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15074         (gst_alsasink_init):
15075         * ext/alsa/gstalsasink.h:
15076           Don't leak allocated snd_output_t structure if there's
15077           more than one alsasink instance at a time (#341873).
15078           Also fix GObject macros in header file.
15079           
15080 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15081
15082         * gst/subparse/gstsubparse.c:
15083         (gst_sub_parse_data_format_autodetect):
15084           Don't use libxml functions in the typefinding code.
15085
15086 2006-05-15  Wim Taymans  <wim@fluendo.com>
15087
15088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15089         Fix seeking performance in the case where a non-header 
15090         packet has a 0 granulepos (busted theora case). 
15091         Fixes #341719
15092         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15093          the first place, you limelight stealer you)
15094
15095 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15096
15097         * gst/subparse/gstsubparse.c:
15098         (gst_sub_parse_data_format_autodetect):
15099           Improve SAMI typefinding: handle case where there are
15100           whitespaces or newlines in front of the first <SAMI>
15101           tag (#169936).
15102
15103 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15104
15105         * configure.ac:
15106           Build video4linux plugin even if there's no XVIDEO, just
15107           without implementing the GstXOverlay interface (#334002).
15108          
15109 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15110
15111         * configure.ac:
15112         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15113         (plugin_init):
15114           Add tentative support for libvisual-0.4 (#336881).
15115
15116 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15117
15118         Patch by: Young-Ho Cha <ganadist at chollian net>
15119
15120         * gst/subparse/samiparse.c: (handle_start_font):
15121           Need to map "silver" colour explicitly (#169936).
15122
15123 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15124
15125         Patch by: Young-Ho Cha  <ganadist at chollian net>
15126
15127         * gst/subparse/Makefile.am:
15128         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15129         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15130         (gst_sub_parse_format_autodetect), (feed_textbuf),
15131         (gst_subparse_type_find), (plugin_init):
15132         * gst/subparse/gstsubparse.h:
15133         * gst/subparse/samiparse.c:
15134         * gst/subparse/samiparse.h:
15135           Add support for SAMI subtitles (#169936).
15136
15137 2006-05-14  Michael Smith  <msmith@fluendo.com>
15138
15139         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15140           Fix #341696: crash when mixing L+R+C to mono or stereo.
15141         * tests/check/Makefile.am:
15142         * tests/check/elements/audioconvert.c: (set_channel_positions),
15143         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15144         (audioconvert_suite):
15145           Add test for the above, including some generic framework bits for
15146           testing multichannel things.
15147
15148 === release 0.10.7 ===
15149
15150 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15151
15152         * configure.ac:
15153           releasing 0.10.7, "Leave the gun"
15154
15155 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15156
15157         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15159         Fix the build.
15160
15161 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15162
15163         * docs/libs/gst-plugins-base-libs-docs.sgml:
15164         * docs/libs/gst-plugins-base-libs-sections.txt:
15165         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15166         * gst-libs/gst/video/video.h:
15167         * gst/videoscale/Makefile.am:
15168         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15170         * tests/check/Makefile.am:
15171         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15172         (main):
15173           Fix integer overflow problem with pixel-aspect-ratio calculations
15174           in videoscale and xvimagesink (#341542)
15175
15176 2006-05-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15177
15178         * gst-libs/gst/tag/gstid3tag.c:
15179           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15180
15181 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15182
15183         * win32/MANIFEST:
15184           update win32 files listing
15185
15186 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15187
15188         patch by: Sjoerd Simons (sjoerd@luon.net)
15189
15190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15191         (group_create), (group_destroy), (add_stream),
15192         (gst_play_base_bin_get_property),
15193         (gst_play_base_bin_get_streaminfo_value_array):
15194         * gst/playback/gstplaybasebin.h:
15195           API: GstPlayBaseBin::stream-info-value-array property
15196           use a more bindings-friendly way of exposing streaminfo
15197           using a GValueArray.  Tested in ipython.
15198           Closes #341114
15199
15200 2006-05-11  Wim Taymans  <wim@fluendo.com>
15201
15202         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15203         (queue_underrun_cb), (queue_filled_cb):
15204         Also catch queue underruns but don't do anything yet.
15205         Refactor and comment queue enlarging code a bit.
15206
15207         * gst/playback/gstplaybasebin.c: (queue_overrun),
15208         (queue_threshold_reached), (queue_out_of_data),
15209         (gen_preroll_element):
15210         If a queue over/underruns check that we don't create nasty
15211         deadlocks when the min-threshold is not reached but the
15212         max-bytes is. In those cases disable max-bytes when we
15213         know that the queue is fed timed data.
15214         Add more comments.
15215
15216 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15217
15218         * gst/playback/gstplaybin.c: (gen_audio_element):
15219           Make playbin automatically plug an 'audioresample'
15220           element before the audio sink as well. This solves
15221           problems with sinks that only accept a very specific
15222           sample rate, like esdsink (e.g. #340379).
15223
15224 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15225
15226         * gst/playback/gstplaybasebin.c: (gen_source_element):
15227           Make http sources send special headers so that we receive
15228           icecast metadata if the http stream is an icecast stream
15229           (otherwise the server will just ignore them). This also
15230           means that from now on users will need the 'icydemux'
15231           element from gst-plugins-good installed if they want to
15232           listen to icecast radio streams. (#341432, #333657).
15233
15234 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15235
15236         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15237         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15238           remove stupid example from docs - it should come with a simple
15239           C program instead.
15240           Clean up/fix docs
15241         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15242         (fail_if_can_read), (GST_START_TEST),
15243         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15244           add a test for changing streamheader which exposes a bug in
15245           multifdsink
15246
15247 2006-05-11  Michael Smith  <msmith@fluendo.com>
15248
15249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15250         (gst_gnome_vfs_src_received_headers_callback):
15251         * ext/gnomevfs/gstgnomevfssrc.h:
15252           Don't set icy-caps unless we have a sane interval value. Move
15253           interval to a local variable; we never use it outside this function.
15254
15255 2006-05-11  Wim Taymans  <wim@fluendo.com>
15256
15257         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15259         Register special buffer types along with the objects so
15260         that they are not registered at runtime from N different
15261         streaming threads since they are not threadsafe.
15262
15263 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15264
15265         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15266         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15267           add two more tests, one doing streamheader
15268
15269 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15270
15271         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15272           clean up the bufqueue when shutting down
15273         * tests/check/Makefile.am:
15274         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15275         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15276         (main):
15277           add a test for the leak that was just fixed
15278
15279 2006-05-10  Wim Taymans  <wim@fluendo.com>
15280
15281         * gst/adder/gstadder.c: (gst_adder_setcaps),
15282         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15283         (gst_adder_src_event), (gst_adder_sink_event),
15284         (gst_adder_class_init), (gst_adder_finalize),
15285         (gst_adder_request_new_pad), (gst_adder_collected):
15286         * gst/adder/gstadder.h:
15287         Updated some docs. Added comments and FIXMEs all over the place.
15288         Improve debugging info.
15289         Fix leak on finalize by not calling the parent.
15290         Implement duration query.
15291         Make event forwarding threadsafe.
15292         Correctly send NEWSEGMENT at start and after flush.
15293         Handle EOS correctly.
15294         Post error when not negotiated.
15295
15296         * tests/check/elements/adder.c: (GST_START_TEST):
15297         Added FIXME in the test.
15298
15299 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15300
15301         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15302         (gst_text_overlay_halign_get_type),
15303         (gst_text_overlay_wrap_mode_get_type):
15304         * ext/theora/theoradec.c: (theora_handle_type_packet),
15305         (theora_handle_data_packet):
15306         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15307         (theora_enc_sink_setcaps), (theora_enc_chain):
15308         * gst-libs/gst/cdda/gstcddabasesrc.c:
15309         (gst_cdda_base_src_mode_get_type):
15310         * gst/audiotestsrc/gstaudiotestsrc.c:
15311         (gst_audiostestsrc_wave_get_type):
15312         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15313         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15314         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15315         (gst_sync_method_get_type), (gst_unit_type_get_type),
15316         (gst_client_status_get_type):
15317         * gst/videoscale/gstvideoscale.c:
15318         (gst_video_scale_method_get_type):
15319         * gst/videotestsrc/gstvideotestsrc.c:
15320         (gst_video_test_src_pattern_get_type):
15321         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15322         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15323         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15324         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15325         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15326         (paint_setup_RGB565), (paint_setup_xRGB1555):
15327           Const-ify GEnumValue and GFlagsValue arrays. Use
15328           GST_ROUND_UP_* macros instead of home-made ones.
15329
15330 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15331
15332         * configure.ac:
15333           Require core CVS for the new newsegment stuff.
15334
15335 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15336
15337         Patch by: Sjoerd Simons  <sjoerd at luon net>
15338
15339         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15340           Register nick for enum value (#341160).
15341
15342 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15343
15344         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15345         (plugin_init):
15346          backout typefind patch #340375
15347          
15348         * tests/check/elements/adder.c: (message_received),
15349         (GST_START_TEST), (adder_suite):
15350           redo, signal-handling of test
15351
15352 2006-05-09  Wim Taymans  <wim@fluendo.com>
15353
15354         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15355         (gst_adder_collected):
15356         * gst/adder/gstadder.h:
15357         Remove bogus segment merging and forwarding, we don't
15358         care about timestamps anyway and we just produce a
15359         continuous stream. 
15360         Also create a nice NEWSEGMENT event when we start.
15361         Use _scale_int some more.
15362
15363 2006-05-09  Edward Hervey  <edward@fluendo.com>
15364
15365         * tests/icles/stress-xoverlay.c:
15366         Fix if core was built without parsing support.
15367
15368 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15369
15370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15371           Add SEDG (Samsung MPEG-4) fourcc.
15372
15373 2006-05-09  Edward Hervey  <edward@fluendo.com>
15374
15375         * tests/icles/stress-xoverlay.c:
15376         * tests/examples/volume/volume.c:
15377         Fix if core was built without parsing support.
15378
15379         * tests/examples/seek/seek.c:
15380         Disable the parse_launch example if core was built without parsing
15381         support.
15382
15383 2006-05-08  Edward Hervey  <edward@fluendo.com>
15384
15385         * autogen.sh: (CONFIGURE_DEF_OPT): 
15386         libtoolize on Darwin/MacOSX is called glibtoolize
15387
15388 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15389
15390         * tests/check/Makefile.am:
15391         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15392           Disable the adder test, until the build-slaves posses the kindness to 
15393           either like it or to give valid reason for not doing so 
15394
15395 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15396
15397         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15398         (adder_suite):
15399           Shuffle NULL state change around and raise timeout more
15400
15401 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15402
15403         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15404         (mp4_type_find), (plugin_init):
15405           Add typefind to distinguish between "audio/x-m4a" and new type
15406           "video/mp4". Fixes #340375
15407
15408         * tests/check/elements/adder.c: (adder_suite):
15409           Raise timeout to make buildbot happy
15410
15411 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15412
15413         * gst/adder/gstadder.c: (gst_adder_sink_event),
15414         (gst_adder_request_new_pad), (gst_adder_change_state):
15415         * gst/adder/gstadder.h:
15416         * tests/check/Makefile.am:
15417         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15418         (adder_suite), (main):
15419           Add sink-event handling to adder. It tries to merge incomming
15420           newsegment-events. Added test to check if segment_done is comming
15421           through. Fixes #340060
15422
15423 2006-05-05  Andy Wingo  <wingo@pobox.com>
15424
15425         * ext/theora/theoraparse.c (gst_theora_parse_init)
15426         (theora_parse_src_convert, theora_parse_src_query):
15427         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15428         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15429         query functions on the source pads of the theora and vorbis parse
15430         elements. Fixes position querying when doing a remux.
15431
15432 2006-05-05  Michael Smith  <msmith@fluendo.com>
15433
15434         * ext/theora/theoraparse.c: (parse_granulepos),
15435         (theora_parse_drain_queue_prematurely),
15436         (theora_parse_queue_buffer), (theora_parse_sink_event):
15437           Fix flushing.
15438           Fix invalid granulepos outputs when starting with a non-keyframe.
15439
15440 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15441
15442         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15443         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15444         Rearrange MPEG system stream detection, fixing some memleaks in the
15445         process.
15446         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15447         they clean up their data correctly.
15448         Remove unused ogganx caps and move the 'is_annodex' check to inside
15449         the 'is_ogg' if statement.
15450
15451 2006-05-05  Wim Taymans  <wim@fluendo.com>
15452
15453         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15454         Properly remove ghostpads. Fixes #340392
15455
15456 2006-05-04  David Schleef  <ds@schleef.org>
15457
15458         * gst/typefind/gsttypefindfunctions.c:
15459
15460 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15461
15462         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15463         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15464
15465         When typefinding an MP3 in push-based mode, don't penalise the
15466         probability down to 74% when we found 5 valid frames just because we
15467         can't peek the end of the file.
15468
15469         Make the probability for detecting MPEG Transport Streams based on the
15470         number of sequential headers we successfully detected.
15471
15472 2006-05-03  Wim Taymans  <wim@fluendo.com>
15473
15474         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15475         (vorbis_dec_push), (vorbis_dec_chain):
15476         Still produce an error when we receive an empty packet.
15477
15478 2006-05-03  Wim Taymans  <wim@fluendo.com>
15479
15480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15481         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15482         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15483         Mark buffers with DISCONT after seek and after activating new
15484         chains.
15485
15486         * ext/theora/gsttheoradec.h:
15487         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15488         (theora_get_query_types), (theora_dec_sink_event),
15489         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15490         (theora_dec_change_state):
15491         Fix frame counter.
15492         Detect and mark DISCONT buffers.
15493
15494         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15495         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15496         (vorbis_dec_change_state):
15497         * ext/vorbis/vorbisdec.h:
15498         Use GstSegment.
15499         Detect and mark DISCONT buffers.
15500         Don't crash on 0 sized buffers.
15501
15502 2006-05-03  Wim Taymans  <wim@fluendo.com>
15503
15504         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15505         (volume_transform_ip):
15506         Increase "volume" property to 10.0. Fixes #340369.
15507         Set the process function to NULL when capsnego fails so that
15508         we properly error out.
15509
15510 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15511
15512         * gst/playback/gstplaybin.c: (add_sink):
15513         * gst/playback/test.c: (main):
15514         * gst/playback/test5.c: (dump_element_stats):
15515         * gst/playback/test6.c: (main):
15516           free caps using gst_caps_unref, don't leak caps-strings
15517
15518 2006-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15519
15520         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15521         (plugin_init):
15522           Refine musepack typefinding a bit. Return MAXIMUM
15523           probability when we detect stream version 7 to make
15524           sure the mpeg audio typefinder doesn't trump us.
15525
15526 2006-04-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15527
15528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15529           Protect against unexpected NULL strf_data buffer.
15530
15531 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15532
15533         * tests/check/elements/audioconvert.c: (verify_convert),
15534         (GST_START_TEST):
15535           interpret the out[] buffer in the order the bytes are actually
15536           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15537           Other tests should use BYTE_ORDER since the array is filled in
15538           with actual values
15539
15540 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15541
15542         * tests/check/elements/audioconvert.c: (verify_convert),
15543         (GST_START_TEST):
15544           when a test fails, give an indication of which it is
15545
15546 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15547
15548         * gst-libs/gst/cdda/gstcddabasesrc.c:
15549           compile fix; strtol() needs <stdlib.h>
15550
15551 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15552
15553         * ext/alsa/gstalsamixerelement.c:
15554         * ext/alsa/gstalsasrc.c:
15555         * ext/cdparanoia/gstcdparanoiasrc.c:
15556         * ext/gnomevfs/gstgnomevfssink.c:
15557         * ext/gnomevfs/gstgnomevfssrc.c:
15558         * ext/ogg/gstoggdemux.c:
15559         * ext/ogg/gstoggmux.c:
15560         * ext/ogg/gstoggparse.c:
15561         * ext/ogg/gstogmparse.c:
15562         * ext/pango/gstclockoverlay.c:
15563         * ext/pango/gsttextoverlay.c:
15564         * ext/pango/gsttextrender.c:
15565         * ext/pango/gsttimeoverlay.c:
15566         * ext/theora/theoradec.c:
15567         * ext/theora/theoraenc.c:
15568         * ext/vorbis/vorbisdec.c:
15569         * ext/vorbis/vorbisenc.c:
15570         * gst-libs/gst/audio/gstaudiofilter.c:
15571         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15572         * gst/audioconvert/gstaudioconvert.c:
15573         * gst/audiorate/gstaudiorate.c:
15574         * gst/audioresample/gstaudioresample.c:
15575         * gst/audiotestsrc/gstaudiotestsrc.c:
15576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15577         * gst/playback/gstdecodebin.c:
15578         * gst/playback/gstplaybin.c:
15579         * gst/playback/gststreamselector.c:
15580         * gst/subparse/gstsubparse.c:
15581         * gst/tcp/gstmultifdsink.c:
15582         * gst/tcp/gsttcpclientsink.c:
15583         * gst/tcp/gsttcpclientsrc.c:
15584         * gst/tcp/gsttcpserversink.c:
15585         * gst/tcp/gsttcpserversrc.c:
15586         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15587         * gst/videorate/gstvideorate.c:
15588         * gst/videoscale/gstvideoscale.c:
15589         * gst/videotestsrc/gstvideotestsrc.c:
15590         * gst/volume/gstvolume.c:
15591         * sys/v4l/gstv4ljpegsrc.c:
15592         * sys/v4l/gstv4lmjpegsink.c:
15593         * sys/v4l/gstv4lmjpegsrc.c:
15594         * sys/v4l/gstv4lsrc.c:
15595         * sys/ximage/ximagesink.c:
15596         * sys/xvimage/xvimagesink.c:
15597         * tests/check/libs/cddabasesrc.c:
15598           make GstElementDetails const
15599
15600 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15601
15602         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15603         (gst_adder_init):
15604           send events from src-pad to all sink-pads fixes #338657
15605
15606 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15607
15608         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15609         (alsasink_parse_spec):
15610           query width capabilities from alsa, fixes #338919
15611
15612 2006-04-28  Wim Taymans  <wim@fluendo.com>
15613
15614         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15615         (gst_multi_fd_sink_remove_client_link):
15616         * gst/tcp/gstmultifdsink.h:
15617         Fix race condition in multifdsink that can lead to spurious 
15618         duplicate clients. this patch adds a new signal that is fired when
15619         multifdsink has removed all references to the fd.
15620         Fixes #339574.
15621         Updated documentation.
15622         API: client-fd-removed signal added
15623
15624 2006-04-28  Michael Smith  <msmith@fluendo.com>
15625
15626         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15627           When asking g_value_array_new to prealloc elements, we may as well
15628           ask for the right number of elements.
15629
15630 2006-04-28  Wim Taymans  <wim@fluendo.com>
15631
15632         * gst-libs/gst/audio/gstbaseaudiosink.c:
15633         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15634         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15635         patch to make timestamp checking more tollerant to rounding 
15636         errors given that real discontinuities are to be marked on
15637         buffers. Fixes some asf files and #338778.
15638         Also avoid some crashers when we receive an event in the 
15639         NULL state.
15640
15641 2006-04-28  Michael Smith  <msmith@fluendo.com>
15642
15643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15644         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15645         (gst_gnome_vfs_src_get_property),
15646         (gst_gnome_vfs_src_send_additional_headers_callback),
15647         (gst_gnome_vfs_src_received_headers_callback),
15648         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15649         (gst_gnome_vfs_src_stop):
15650         * ext/gnomevfs/gstgnomevfssrc.h:
15651           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15652           proper shared support within icydemux.
15653
15654 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15655
15656         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15657         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15658           fix up docs
15659           fix a leak when no caps negotiated
15660           fix counting of input frames
15661         * tests/check/elements/.cvsignore:
15662         * tests/check/elements/videorate.c: (assert_videorate_stats),
15663         (GST_START_TEST), (videorate_suite):
15664           add tests for these
15665
15666 2006-04-28  Wim Taymans  <wim@fluendo.com>
15667
15668         * gst-libs/gst/audio/gstringbuffer.c:
15669         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15670         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15671         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15672         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15673         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15674         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15675         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15676         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15677         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15678         Check arguments passed to public functions instead of
15679         crashing.
15680
15681 2006-04-28  Wim Taymans  <wim@fluendo.com>
15682
15683         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15684         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15685         GstBaseAudioSrc must be live or it does not work.
15686
15687         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15688         Don't set live to TRUE as this is the default in the parentclass.
15689
15690 2006-04-28  Wim Taymans  <wim@fluendo.com>
15691
15692         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15693         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15694         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15695         fixation cases better. Fixes #338991
15696
15697 2006-04-28  Wim Taymans  <wim@fluendo.com>
15698
15699         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15700         Handle 0/1 framerate correctly Fixes #331901.
15701
15702 2006-04-28  Wim Taymans  <wim@fluendo.com>
15703
15704         * tests/check/elements/audioconvert.c: (get_float_caps),
15705         (GST_START_TEST), (audioconvert_suite):
15706         Added check for correct clipping when doing float samples
15707         in audioconvert.
15708
15709 2006-04-28  Wim Taymans  <wim@fluendo.com>
15710
15711         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15712         (gst_video_rate_chain):
15713         Print more debugging info.
15714
15715 2006-04-28  Wim Taymans  <wim@fluendo.com>
15716
15717         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15718         (resample_set_state_from_caps):
15719         Add support for other formats audioresample can handle such as
15720         32 bits in and float and 64 bits float. Fixes #301759
15721
15722 2006-04-28  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst/audioconvert/audioconvert.c: (float):
15725         correctly clip float samples > 1.0. Fixes #338718
15726
15727 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15728
15729         Patch by: Young-Ho Cha  <ganadist at chollian net>
15730
15731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15732         (gst_text_overlay_render_text):
15733           Don't strip newlines from the text. Also, center lines
15734           within multi-line paragraphs (#339405).
15735
15736 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15737
15738         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15739           Fix wavpack typefinding to work in more cases (don't peek
15740           for chunks of multiple hundred kBs at once, but process
15741           things step-by-step in smaller units). Fixes #339786.
15742
15743 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15744
15745         * configure.ac:
15746           back to HEAD
15747
15748 === release 0.10.6 ===
15749
15750 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15751
15752         * configure.ac:
15753           releasing 0.10.6, "Chao"
15754
15755 2006-04-26  David Schleef  <ds@schleef.org>
15756
15757         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15758           Fixes #338897.
15759
15760 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15761
15762         * configure.ac:
15763         * win32/common/config.h:
15764           new prerelease
15765
15766 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         patch by: Wim Taymans
15769
15770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15771         (gst_ogg_demux_perform_seek):
15772           make sure correct newsegments are sent, so that the decoder
15773           and the demuxer agree on timestamps.  Fixes playback of a lot
15774           of Ogg files that do not start from 0.  Fixes #339833.
15775
15776 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15777
15778         Patch by: Edward Hervey  <edward@fluendo.com>
15779
15780         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15781         * tests/check/Makefile.am:
15782         * tests/check/elements/videorate.c: (assert_videorate_stats),
15783         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15784         (videorate_suite), (main):
15785           Fix an infinite loop if frames are passed in with wrongly ordered
15786           timestamps.  Fixes #339013.
15787
15788 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15789
15790         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15791
15792         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15793           fix typefinding on some ISO files.  Fixes #339212.
15794
15795 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15796
15797         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15798
15799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15800           add another H264 fourcc.  Fixes #339047.
15801
15802 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         Patch by: Jan Schmidt
15805
15806         * gst/playback/gststreamselector.c:
15807         (gst_stream_selector_bufferalloc):
15808           Restore old StreamSelector behaviour.
15809           Fixes #338419.
15810
15811 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         * configure.ac:
15814         * win32/common/config.h:
15815           prerelease
15816
15817 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15818
15819         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15820
15821         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15822         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15823           Fix some memory leaks: on finalize, free buffers left in the queue
15824           before destroying the queue; in _push(), unref rtp_buf even if
15825           the process vfunc returned a NULL buffer as output buffer (#337548);
15826           demote some recuring debug messages to LOG level.
15827
15828 2006-04-11  Wim Taymans  <wim@fluendo.com>
15829
15830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15831         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15832         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15833         (gst_ogg_demux_loop):
15834         More cleanups.
15835         Respect segment stop when emiting EOS or SEGMENT_DONE.
15836         Fixes (#337945).
15837
15838 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15839
15840         * gst/playback/gststreamselector.c:
15841         (gst_stream_selector_get_property):
15842           Don't leak pad name.
15843
15844 2006-04-10  Michael Smith  <msmith@fluendo.com>
15845
15846         * tests/check/Makefile.am:
15847         * tests/check/gst-plugins-base.supp:
15848           Suppress an old libtheora bug (fixed in more recent versions), so 
15849           that FC4 buildslaves can pass.
15850
15851 2006-04-10  Wim Taymans  <wim@fluendo.com>
15852
15853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15854         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15855         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15856         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15857         (gst_ogg_demux_loop):
15858         Don't leak events.
15859         Remember what error we got when finding chains, if we
15860         were shutdown, that would not be an error.
15861
15862 2006-04-10  Wim Taymans  <wim@fluendo.com>
15863
15864         * gst-libs/gst/audio/gstbaseaudiosink.c:
15865         (gst_base_audio_sink_event):
15866         Starting the ringbuffer when we did not acquire it can cause
15867         a deadlock, is pointless and causes nasty things for
15868         subclasses. 
15869         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15870
15871 2006-04-10  Wim Taymans  <wim@fluendo.com>
15872
15873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15874         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15875         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15876         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15877         (gst_ogg_demux_deactivate_current_chain),
15878         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15879         (gst_ogg_demux_bisect_forward_serialno),
15880         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15881         Add some more debugging.
15882
15883 2006-04-10  Wim Taymans  <wim@fluendo.com>
15884
15885         * ext/theora/theoradec.c: (theora_dec_src_event),
15886         (theora_handle_data_packet):
15887         Some more debug info.
15888
15889         * tests/examples/seek/seek.c: (start_seek), (main):
15890         Print element messages too.
15891
15892 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15893
15894         * gst/audioresample/debug.h:
15895           replace debug macros with variable number of parameters
15896           by a simple alias to gstreamer standard debug macros 
15897          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15898           supported by MSVC 6.0 and 7.1)
15899         * gst/audioresample/resample.h:
15900           define M_PI and rint for WIN32
15901         * win32/common/libgstaudio.def:
15902         * win32/common/libgstriff.def:
15903         * win32/common/libgsttag.def:
15904         * win32/common/libgstvideo.def:
15905           add new exported functions
15906         * win32/vs6:
15907           update project files
15908
15909 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15910
15911         * ext/alsa/gstalsamixeroptions.c:
15912         (gst_alsa_mixer_options_class_init):
15913         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15916         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15917         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15918         * gst-libs/gst/audio/gstaudiofilter.c:
15919         (gst_audio_filter_class_init):
15920         * gst-libs/gst/audio/gstaudiosink.c:
15921         (gst_audioringbuffer_class_init):
15922         * gst-libs/gst/audio/gstaudiosrc.c:
15923         (gst_audioringbuffer_class_init):
15924         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15925         * gst-libs/gst/interfaces/colorbalancechannel.c:
15926         (gst_color_balance_channel_class_init):
15927         * gst-libs/gst/interfaces/mixeroptions.c:
15928         (gst_mixer_options_class_init):
15929         * gst-libs/gst/interfaces/mixertrack.c:
15930         (gst_mixer_track_class_init):
15931         * gst-libs/gst/interfaces/tunerchannel.c:
15932         (gst_tuner_channel_class_init):
15933         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15934         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15935         (gst_netbuffer_class_init):
15936         * gst-libs/gst/rtp/gstbasertppayload.c:
15937         (gst_basertppayload_class_init):
15938         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15940         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15941         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15942         * gst/playback/gststreamselector.c:
15943         (gst_stream_selector_class_init):
15944         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15945         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15946         * sys/v4l/gstv4lcolorbalance.c:
15947         (gst_v4l_color_balance_channel_class_init):
15948         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15949         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15950         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15951         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15952         (gst_v4l_tuner_norm_class_init):
15953         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15955         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15956         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15957
15958 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15959
15960         * ext/pango/gsttextrender.h:
15961         * gst-libs/gst/audio/gstaudiosink.h:
15962         * gst-libs/gst/audio/gstaudiosrc.h:
15963         * gst-libs/gst/audio/gstbaseaudiosink.h:
15964         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15965         * gst-libs/gst/audio/gstringbuffer.h:
15966         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15967         * gst-libs/gst/rtp/gstbasertppayload.h:
15968         * gst-libs/gst/video/gstvideofilter.h:
15969         * gst-libs/gst/video/gstvideosink.h:
15970         * gst/playback/gstplaybasebin.h:
15971         * gst/tcp/gstmultifdsink.h:
15972         * sys/v4l/gstv4lelement.h:
15973         Fix broken GObject macros
15974
15975 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15976
15977         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15978         More debug to trace why my USB headset is not working with gst
15979
15980 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15981
15982         * gst/playback/gstplaybasebin.c: (group_destroy):
15983         Clean up our group elements properly in the case where it never 
15984         got committed - it still got added unconditionally to the bin.
15985
15986 2006-04-07  Wim Taymans  <wim@fluendo.com>
15987
15988         * ext/theora/theoradec.c: (theora_dec_sink_event),
15989         (theora_handle_data_packet), (theora_dec_chain):
15990         Unref unhandled events.
15991         Protect against empty buffers.
15992         Perform QoS on running time.
15993
15994 2006-04-07  Michael Smith  <msmith@fluendo.com>
15995
15996         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15997         (gst_vorbis_enc_chain):
15998           Remove leaks from vorbisenc.
15999           Mostly minor changes, the only significant one is that now the
16000           buffers we set as 'streamheader' on the caps are copies of the
16001           original buffers, to avoid circular refcounting problems.
16002
16003 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16004
16005         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16006           Don't remove our mute-probe if someone else already did so.
16007           Don't set a 2nd one if there is already one pending on the pad.
16008
16009         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16010         (do_playbin_seek):
16011           When a seek fails, ensure that playbin is still set back to playing.
16012           
16013         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16014         (mpeg_ts_type_find), (plugin_init):
16015           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16016
16017 2006-04-06  Andy Wingo  <wingo@pobox.com>
16018
16019         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16020         (gst_video_rate_init): Caps-related parameters should not be reset
16021         by a flush -- move their inits to the instance init function.
16022         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16023         is not OK, just return the result.
16024
16025         * gst/audiotestsrc/gstaudiotestsrc.c
16026         (gst_audio_test_src_class_init)
16027         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16028         broken by Stefan's commit on 24 March.
16029
16030         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16031         buffers being pushed out. Fixes oggmux ! multifdsink.
16032
16033 2006-04-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16034
16035         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16036         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16037         * ext/vorbis/vorbisdec.h:
16038         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16039         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16040         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16041         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16042         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16043         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16044         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16045         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16046         (gst_vorbis_enc_buffer_from_packet),
16047         (gst_vorbis_enc_buffer_from_header_packet),
16048         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16049         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16050         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16051         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16052         (gst_vorbis_enc_change_state):
16053         * ext/vorbis/vorbisenc.h:
16054           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16055           vorbisenc adhere to the official nomenclature; use boilerplate
16056           macro.
16057
16058 2006-04-04  Andy Wingo  <wingo@pobox.com>
16059
16060         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16061         Whoops, fix bug introduced. Bad hacker!
16062         
16063         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16064         Properly handle the case where you get EOS before any buffers are
16065         received. Use gst_buffer_make_metadata_writable where appropriate.
16066
16067         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16068         is often negative -- make it signed so as not to wrap around.
16069         Fixes segfaults introduced on 9 March.
16070
16071 2006-04-03  Wim Taymans  <wim@fluendo.com>
16072
16073         * ext/theora/gsttheoradec.h:
16074         * ext/theora/theoradec.c: (theora_dec_src_event):
16075         Don't try to store a gdouble in a gboolean.
16076         Small cleanups.
16077
16078 2006-04-03  Michael Smith  <msmith@fluendo.com>
16079
16080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16081           Oggmux sucks.
16082           Make it suck slightly less by writing out the final page.
16083           Still can't encode a vorbis-in-ogg file correctly, though.
16084
16085 2006-04-03  Andy Wingo  <wingo@pobox.com>
16086
16087         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16088         a g_print.
16089
16090         * ext/theora/theora.c (plugin_init): Register theoraparse.
16091
16092         * ext/theora/gsttheoraparse.h: 
16093         * ext/theora/theoraparse.c: New files implementing a theora
16094         parser. Now we can properly remux ogg/theora+vorbis, yay.
16095
16096         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16097
16098 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16099
16100         * gst/audiotestsrc/gstaudiotestsrc.c:
16101           Fixed the sample pipeline (see #323798)
16102
16103 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16104
16105         * configure.ac:
16106         * win32/common/config.h:
16107         * win32/common/config.h.in:
16108           use AS_VERSION and AS_NANO
16109           more cleanups
16110
16111 2006-03-31  Andy Wingo  <wingo@pobox.com>
16112
16113         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16114         uninitialized variable return that would happen.
16115         
16116         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16117         uninitialized variable return that would never happen.
16118
16119         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16120         (vorbis_parse_sink_event): Add an event function to flush our
16121         state on a seek, and to drain buffers on a premature EOS.
16122         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16123         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16124         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16125         (vorbis_parse_drain_queue): Queue up buffers until we can set
16126         their timestamps and granulepos values.
16127
16128         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16129         and keep track of data needed for deriving granulepos and
16130         timestamps for buffers.
16131
16132 2006-03-29  Wim Taymans  <wim@fluendo.com>
16133
16134         Patch by: j^ <j at bootlab dot org>
16135
16136         * ext/alsa/gstalsamixerelement.c:
16137         (gst_alsa_mixer_element_class_init):
16138         * ext/alsa/gstalsasink.c:
16139         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16140         * ext/ogg/gstoggdemux.c:
16141         * ext/ogg/gstoggmux.c:
16142         * ext/ogg/gstoggparse.c:
16143         * ext/pango/gstclockoverlay.c:
16144         * ext/pango/gsttextoverlay.c:
16145         * ext/pango/gsttextrender.c:
16146         * ext/pango/gsttimeoverlay.c:
16147         * ext/theora/theoradec.c:
16148         * ext/theora/theoraenc.c:
16149         * ext/vorbis/vorbisdec.c:
16150         * ext/vorbis/vorbisenc.c:
16151         * gst/audioconvert/gstaudioconvert.c:
16152         * gst/subparse/gstsubparse.c:
16153         * gst/tcp/gstmultifdsink.c:
16154         * gst/tcp/gsttcpclientsink.c:
16155         * gst/tcp/gsttcpclientsrc.c:
16156         * gst/tcp/gsttcpserversink.c:
16157         * gst/tcp/gsttcpserversrc.c:
16158           better/unified long descriptions
16159           Fixes #336477
16160
16161 2006-03-29  Wim Taymans  <wim@fluendo.com>
16162
16163         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16164         (stop_seek):
16165         Don't let double and triple clicks mess up our state.
16166
16167 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16168
16169         * gst/playback/gstplaybin.c: (gen_video_element),
16170         (gen_text_element), (gen_audio_element), (gen_vis_element):
16171           Error out gracefully when we can't create any of the usual
16172           conversion elements for some reason. Also, don't try to
16173           create an audioscale (sic) element that's not used anyway.
16174
16175 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16176
16177         * gst/playback/gstplaybasebin.c: (setup_source):
16178           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16179           element for a particular protocol, that's confusing for users.
16180           Instead, post a RESOURCE_FAILED error, so that our own error
16181           message is actually shown in totem etc. (#336303).
16182
16183 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16184
16185         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16186
16187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16188         (gst_gnome_vfs_src_get_icy_metadata):
16189           Fix some minor memory leaks (#336194).
16190
16191 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16192
16193         * ext/gnomevfs/gstgnomevfs.c:
16194         (gst_gnome_vfs_location_to_uri_string):
16195         * ext/gnomevfs/gstgnomevfs.h:
16196         * ext/gnomevfs/gstgnomevfssink.c:
16197         (gst_gnome_vfs_sink_set_property):
16198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16199           Make gnomevfssink accept filenames as well as URIs for the
16200           "location" property, just like gnomevfssrc does (and
16201           filesrc/filesink do) (#336190).
16202
16203 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16204
16205         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16206           set to NULL before unreffing, fixes a valgrind leak.
16207           Why was this not triggering the error that an object needs to
16208           be NULL before unreffing ?
16209         * win32/common/config.h:
16210           update
16211
16212 2006-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16213
16214         * gst/subparse/gstsubparse.c: (convert_encoding),
16215         (gst_sub_parse_change_state):
16216         * gst/subparse/gstsubparse.h:
16217           Text subtitle files may or may not be UTF-8. If it's not, we
16218           don't really want to see '?' characters in place of non-ASCII
16219           characters like accented characters. So let's assume the input
16220           is UTF-8 until we come across text that is clearly not. If it's
16221           not UTF-8, we don't really know what it is, so try the following:
16222           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16223           is set; if not, check (b) if the current locale encoding is
16224           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16225           the current locale encoding is UTF-8 and the environment variable
16226           was not set to any particular encoding. Not perfect, but better
16227           than nothing (and better than before, I think) (fixes #172848).
16228
16229 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16230
16231         * configure.ac:
16232           update core requirement to 0.10.4.1 because of async_playback
16233           vmethod on GstBaseSink
16234
16235 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16236
16237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16238         * gst/adder/gstadder.c: (gst_adder_init):
16239         use DEBUG_FUNCPTR for collectpads
16240
16241 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16242
16243         * docs/plugins/Makefile.am:
16244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16246         * ext/cdparanoia/gstcdparanoiasrc.c:
16247         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16248         (gst_gnome_vfs_sink_class_init):
16249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16251         * ext/ogg/gstoggmux.c:
16252         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16253         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16254         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16255         * ext/pango/gsttextoverlay.c:
16256         * ext/pango/gsttextrender.c:
16257         * ext/theora/theoradec.c:
16258         * ext/theora/theoraenc.c:
16259         * ext/vorbis/vorbisdec.c:
16260         * ext/vorbis/vorbisenc.c:
16261         * gst-libs/gst/audio/gstaudiofilter.c:
16262         (gst_audio_filter_base_init):
16263         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16264         (gst_audio_filter_template_base_init):
16265         * gst/adder/gstadder.c: (gst_adder_get_type):
16266         * gst/adder/gstadder.h:
16267         * gst/audioconvert/gstaudioconvert.c:
16268         * gst/audiotestsrc/gstaudiotestsrc.c:
16269         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16270         (gst_audio_test_src_create):
16271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16272         * gst/playback/gstdecodebin.c:
16273         * gst/playback/gstplaybin.c:
16274         * gst/playback/gststreamselector.c:
16275         (gst_stream_selector_base_init):
16276         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16277         * gst/volume/gstvolume.c:
16278         * sys/v4l/gstv4lmjpegsink.c:
16279         * sys/v4l/gstv4lmjpegsrc.c:
16280         * tests/check/libs/cddabasesrc.c:
16281         * tests/old/examples/gob/gst-identity2.gob:
16282           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16283           define GstElementDetails at the top
16284
16285 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16286
16287         * win32/common/libgstinterfaces.def:
16288         Add a lot of export functions for gst-python
16289         * win32/vs6/libgstinterfaces.dsp:
16290         Add a missing include folder in the project configuration
16291         
16292 2006-03-23  Wim Taymans  <wim@fluendo.com>
16293
16294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16295         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16296         (gst_base_audio_src_change_state):
16297         Fix audio sources, forgot to make the ringbuffer
16298         startable...
16299
16300 2006-03-23  Wim Taymans  <wim@fluendo.com>
16301
16302         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16303         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16304         (gst_base_audio_src_change_state):
16305         unparent instead of unref the ringbuffer.
16306
16307 2006-03-23  Wim Taymans  <wim@fluendo.com>
16308
16309         * gst-libs/gst/audio/gstbaseaudiosink.c:
16310         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16311         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16312         Implement new async_play vmethod to start slaving and allow
16313         playback start in case of async PLAY state changes. 
16314
16315         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16316         Enable QoS with new method in base class.
16317
16318 2006-03-23  Wim Taymans  <wim@fluendo.com>
16319
16320         Patch by: Julien MOUTTE <julien at moutte dot net>
16321
16322         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16323         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16324         Partially handle 0 framerate, only EOS after the first frame
16325         is missing.
16326
16327 2006-03-23  Wim Taymans  <wim@fluendo.com>
16328
16329         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16330
16331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16332         (gst_riff_create_video_template_caps):
16333         * gst/ffmpegcolorspace/avcodec.h:
16334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16335         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16336         (gst_ffmpegcsp_avpicture_fill):
16337         * gst/ffmpegcolorspace/imgconvert.c:
16338         Patch for support of YVU9 AVI files (#334822)
16339
16340 2006-03-22  Edward Hervey  <edward@fluendo.com>
16341
16342         * docs/design/design-decodebin.txt:
16343         Added design document for new decodebin
16344         (Target Caps): text/x-pango-markup is also a default target caps.
16345
16346 2006-03-22  Wim Taymans  <wim@fluendo.com>
16347
16348         * gst-libs/gst/audio/gstbaseaudiosink.c:
16349         (gst_base_audio_sink_dispose):
16350         Since we _parent the ringbuffer, we also need to
16351         _unparent instead of a plain _unref.
16352
16353 2006-03-22  Wim Taymans  <wim@fluendo.com>
16354
16355         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16356         (stop_seek), (scrub_toggle_cb), (main):
16357         Add scrub checkbox.
16358
16359 2006-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16360
16361         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16362         (gst_ogg_parse_chain):
16363           Fix very inefficient usage of linked lists (#335365).
16364
16365 2006-03-21  Edward Hervey  <edward@fluendo.com>
16366
16367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16368         * gst/playback/gstplaybin.c: (handoff):
16369         * gst/playback/gststreamselector.c:
16370         (gst_stream_selector_set_property):
16371         gcc 4.1 unreferenced pointer fixes.
16372         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16374         gst_buffer_ref() now takes a GstBuffer*.
16375
16376 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16377
16378         * sys/xvimage/xvimagesink.c:
16379         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16380         by Jan Schmidt.
16381
16382 2006-03-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16383
16384         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16385         (id3v1_type_find), (apetag_type_find), (plugin_init):
16386           Can't do tag preferences via probability, as tags would then
16387           lose against types that are recognised with MAXIMUM probability
16388           (like .wav); so let all tag typefinders return MAXIMUM themselves
16389           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16390           that we can prefer APE to ID3v1 (fixes #335028).
16391           
16392 2006-03-17  Wim Taymans  <wim@fluendo.com>
16393
16394         * gst-libs/gst/audio/gstbaseaudiosink.c:
16395         (gst_base_audio_sink_change_state):
16396         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16397         (gst_ring_buffer_may_start):
16398         * gst-libs/gst/audio/gstringbuffer.h:
16399         Only start playback if we are playing.
16400         should fix #330748.
16401
16402 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16403
16404         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16405         * win32/common/config.h:
16406           Revert accidental commits to these files.
16407
16408 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16409
16410         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16411
16412         * tests/Makefile.am:
16413           Don't try to build tests in tests/icles if we
16414           don't have X (#323852)
16415
16416 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16417
16418         * gst-libs/gst/tag/gstid3tag.c:
16419           Add TXXX frame identifiers for replaygain stuff as used
16420           by some taggers (see #323721).
16421
16422 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16423
16424         * gst/playback/gststreamselector.c:
16425         (gst_stream_selector_set_property),
16426         (gst_stream_selector_bufferalloc):
16427           Preserve the existing buggy streamselector behaviour by performing
16428           a fallback buffer allocation when downstream isn't linked yet.
16429           This should really be fixed in playbin by blocking pads until it's
16430           linked them.
16431           Also, use gst_pad_alloc_buffer instead of
16432           gst_pad_alloc_buffer_and_set.
16433
16434 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16435
16436         * gst-libs/gst/tag/gstid3tag.c:
16437           Don't crash on unknown ID3v2 TXXX frames.
16438           
16439 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16440
16441         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16442           Chain up to the parent finalize method.
16443           Add 32-bit sample size to the template caps.
16444
16445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16446         (gst_riff_create_video_template_caps):
16447           Add the fourcc that the VMWare codec uses.
16448           
16449         * gst/playback/gststreamselector.c:
16450         (gst_stream_selector_set_property),
16451         (gst_stream_selector_bufferalloc),
16452         (gst_stream_selector_request_new_pad):
16453           For the active pad, forward buffer-alloc requests, otherwise
16454           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16455           having to memcpy every frame when used by playbin.
16456
16457         * gst/tcp/gstmultifdsink.c:
16458         (gst_multi_fd_sink_handle_client_write):
16459           Get negotiated caps from the sink pad, rather than the sink
16460           pad's peer.
16461
16462 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16463
16464         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16465         
16466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16467           Don't forget to set src->callbacks_pushed to FALSE again when
16468           popping them, otherwise re-activation in a different mode won't
16469           work (#334620).
16470
16471 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16472
16473         Patch by: Sebastien Moutte  <sebastien moutte net>
16474
16475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16476         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16477         (gst_ffmpeg_smpfmt_to_caps):
16478           Replace __VA_ARGS__ caps creation macros with varargs functions.
16479           Makes things compile on MSVC (#320765), looks nicer, and we can
16480           tell the compiler to check for the NULL terminator.
16481
16482 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16483
16484         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16485
16486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16487           Make sure the buffer we copy into is really always big
16488           enough, this time for real (#333488).
16489           
16490 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16491
16492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16493           Add support for 24bpp DIB (#305279).
16494
16495 2006-03-14  Wim Taymans  <wim@fluendo.com>
16496
16497         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16498         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16500         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16501         (gst_video_scale_init), (gst_video_scale_src_event):
16502         Re-enable QoS after the release.
16503         Rework videoscale to use the base class src_event handler.
16504
16505 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16506
16507         * configure.ac:
16508           back to CVS.
16509
16510 === release 0.10.5 ===
16511
16512 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16513
16514         * configure.ac:
16515           releasing 0.10.5, "Net"
16516
16517 2006-03-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16518
16519         * docs/plugins/Makefile.am:
16520           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16521           
16522 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16523
16524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16525         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16526         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16527           Add cdparanoiasrc to docs.
16528
16529         * gst-libs/gst/cdda/gstcddabasesrc.c:
16530           More GstCddaBaseSrc docs.
16531
16532 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16533
16534         * docs/libs/gst-plugins-base-libs-sections.txt:
16535         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16536         * gst-libs/gst/tag/tag.h:
16537           API: libgsttag: new method gst_tag_from_id3_user_tag().
16538
16539 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16540
16541         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16542           NULL-terminate array of mpeg4 video file extensions.
16543           Fixes crash on PPC (#334226).
16544
16545 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16546
16547         * ext/gnomevfs/gstgnomevfssrc.c:
16548         (gst_gnome_vfs_src_check_get_range):
16549           gnome_vfs_uri_is_local() alone is not a good indicator
16550           whether we can operate in pull-mode with a specific URI,
16551           as it returns FALSE for file:// URIs that point to an
16552           NFS-mounted path. Be more conservative here: whitelist
16553           local files, blacklist http URIs and use the old
16554           mechanism for anything else (fixes #334216).
16555
16556 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16557
16558         * configure.ac:
16559           back to trunk
16560
16561 === release 0.10.4 ===
16562
16563 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16564
16565         * configure.ac:
16566           releasing 0.10.4, "Power"
16567
16568 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16569
16570         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16571         Disable max-lateness by setting it to -1 for now, so that 
16572         we can bed QoS stuff in thoroughly between now and the next
16573         release.
16574
16575 2006-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16576
16577         Patch by: Fabrizio Gennari
16578
16579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16580           Make sure we don't read beyond the palette buffer in case of
16581           broken or manipulated files (#333488)
16582
16583 2006-03-10  Edward Hervey  <edward@fluendo.com>
16584
16585         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16586         Fix for variable not initialized.
16587
16588 2006-03-09  Wim Taymans  <wim@fluendo.com>
16589
16590         * ext/libvisual/visual.c: (gst_visual_get_type),
16591         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16592         (gst_visual_chain):
16593         Small cleanups.
16594
16595         * ext/theora/gsttheoradec.h:
16596         * ext/theora/theoradec.c: (gst_theora_dec_init),
16597         (gst_theora_dec_reset), (_theora_granule_time),
16598         (theora_dec_src_convert), (theora_dec_sink_convert),
16599         (theora_dec_src_query), (theora_dec_src_event),
16600         (theora_dec_sink_event), (theora_handle_comment_packet),
16601         (theora_handle_header_packet), (theora_dec_push),
16602         (theora_handle_data_packet), (theora_dec_chain),
16603         (theora_dec_change_state):
16604         Add simple QoS.
16605
16606 2006-03-09  Wim Taymans  <wim@fluendo.com>
16607
16608         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16609         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16610         Some cleanups.
16611
16612 2006-03-09  Wim Taymans  <wim@fluendo.com>
16613
16614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16615         Don't try to activate NULL chains.
16616
16617 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16618
16619         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16620           Fix invalid memory access to region before peek'd data (#332964).
16621
16622 2006-03-09  Wim Taymans  <wim@fluendo.com>
16623
16624         Patch by: Christophe Fergeau
16625
16626         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16627         * ext/pango/gsttextrender.c: (gst_text_render_init):
16628         * gst/adder/gstadder.c: (gst_adder_init):
16629         Don't leak padtemplates, closes #333510.
16630
16631 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16632
16633         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16634           Fix invalid memory access: make sure string passed to
16635           regexec() is NUL-termianted.
16636
16637 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16638
16639         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16640         (mp3_type_find):
16641           Refactor mpeg/audio typefinding to make it more maintainable
16642           and easier to fine-tune. Make probing into middle of the file
16643           work properly (fixes #333900, also see #152688).
16644
16645 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16646
16647         * gst/typefind/gsttypefindfunctions.c:
16648         (utf8_type_find_have_valid_utf8_at_offset):
16649           Remove part from previous commit that was bogus:
16650           g_utf8_validate() does in fact not accept embedded
16651           zeroes, so we don't need to check for those (thanks
16652           to Mike for the hint).
16653
16654 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16655
16656         * gst/typefind/gsttypefindfunctions.c:
16657         (utf8_type_find_count_embedded_zeroes),
16658         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16659           Make plain/text typefinder more conservative: firstly, check
16660           for embedded zeroes, which are perfectly valid UTF-8 characters,
16661           but also a fairly good sign that something is not a plain text
16662           file; secondly, probe into the middle of the file if possible.
16663           If we can't probe into the middle, limit the probability value
16664           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16665
16666 2006-03-08  Michael Smith  <msmith@fluendo.com>
16667
16668         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16669           Make typefind function name for mpeg4 video unique.
16670
16671 2006-03-08  Wim Taymans  <wim@fluendo.com>
16672
16673         * ext/libvisual/visual.c: (gst_visual_init),
16674         (gst_visual_clear_actors), (gst_visual_dispose),
16675         (gst_visual_reset), (gst_visual_src_setcaps),
16676         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16677         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16678         (gst_visual_chain), (gst_visual_change_state):
16679         Cleanups, post nice errors.
16680         Handle sink and src events.
16681         Implement simple QoS.
16682
16683         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16684         Use new basesink methods to configure max-lateness.
16685         Small doc update.
16686
16687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16688         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16689         Debug statement cleanups.
16690
16691         * gst/volume/gstvolume.c: (gst_volume_class_init):
16692         Simple cleanup.
16693
16694 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16695
16696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16697         (gst_text_overlay_init), (gst_text_overlay_set_property),
16698         (gst_text_overlay_get_property):
16699           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16700           as string type properties, but mark them deprecated. Add
16701           'halignment' and 'valignment' properties that use enums
16702           instead of strings.
16703
16704 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16705
16706         Patch by: Fabrizio Gennari
16707
16708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16709           Allow palettes with less than 256 colours in AVI files
16710           (#333488)
16711
16712 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16713
16714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16715         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16716         pad. We were releasing the queued text buffer when we should keep
16717         it until video pad gets EOS or discard the text buffer because it's
16718         too old. That was eating the last subtitle buffer. Add some more
16719         debug.
16720
16721 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16722
16723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16724         (gst_text_overlay_video_chain):
16725           Fix invalid memory access (we can't access a buffer after it's been
16726           pushed downstream without taking a reference); fix memory leak (if
16727           there's no text to render, bail out before allocating stuff).
16728
16729 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16730
16731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16732         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16733         * ext/pango/gsttextoverlay.h:
16734           If input is plain text, escape it before passing it to
16735           pango_layout_set_markup().
16736
16737 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16738
16739         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16740           Don't ignore flow return from gst_pad_push().
16741
16742 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16743
16744         Patch by: Fabrizio Gennari
16745
16746         * ext/libvisual/visual.c: (gst_visual_getcaps),
16747         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16750         (gst_vorbisenc_convert_sink):
16751         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16752         (gst_audio_duration_from_pad_buffer):
16753         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16754         (gst_audio_filter_chain):
16755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16756         (gst_base_rtp_depayload_setcaps):
16757         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16758         (gst_video_get_size):
16759         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16760           Don't leak references returned by gst_pad_get_parent()
16761           (#333663)
16762
16763 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16764
16765         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16766           change location param details
16767         * gst/volume/gstvolume.c: (plugin_init):
16768           correct plugin description
16769
16770 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16771
16772         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16773         (gst_gnome_vfs_src_check_get_range):
16774           Override GstBaseSrc::check_get_range() in order to avoid opening
16775           the resource just to check whether we can operate in pull-mode or
16776           not - we can predict that pretty well from the URI alone. Should
16777           fix problems with last.fm (#331690). (Requires latest core CVS).
16778
16779 2006-03-06  Wim Taymans  <wim@fluendo.com>
16780
16781         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16782         (gst_video_sink_class_init):
16783         Throw away frames that are later than 20 ms.
16784
16785 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16786
16787         Patch by: Fabrizio Gennari
16788
16789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16790           Set depth on WMA caps (#333545)
16791
16792 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16793
16794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16795         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16796           put Theora BOS pages before others.  This hardcodes
16797           the Ogg/Theora I profile, but hey.
16798
16799 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16800
16801         * ext/ogg/README:
16802           updated with some examples
16803         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16804         (granulepos_add), (theora_buffer_from_packet):
16805         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16806         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16807         (gst_vorbisenc_chain):
16808           implement strategy from ext/ogg/README
16809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16810         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16811         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16812         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16813           Fix muxer so that oggz-validate is happy with all streams;
16814           except for no eos mark, and the BOS page ordering
16815         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16816         (check_buffer_granulepos):
16817         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16818           update tests to check for OFFSET being set as requested
16819           fixed type of granulepos, it's not a ClockTime
16820
16821 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16822
16823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16824         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16825         Check that the xvimage we are creating has a correct size
16826         before returning it. (#314897)
16827
16828 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16829
16830         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16831           Give id3 and ape tag typefinders a rank slightly higher
16832           than PRIMARY to ensure they're always run before any of
16833           the other typefinders (in particular wav and mp3) (#324186).
16834
16835 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16836
16837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16838           Add support for '3IVD' fourcc (#333403).
16839
16840 2006-03-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16841
16842         * configure.ac:
16843           Bump requirements to GStreamer CVS for the new error enum.
16844
16845         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16846           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16847           space left on the device (fixes #333352).
16848
16849 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16850
16851         * win32/vs6:
16852           add a project file for libgstvolume
16853           update the workspace
16854
16855 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16856
16857         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16858         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16859         (GST_START_TEST):
16860           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16861           Set IN_CAPS on header buffers
16862
16863 2006-03-02  Wim Taymans  <wim@fluendo.com>
16864
16865         * docs/plugins/Makefile.am:
16866         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16867         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16868         Add audioresample to docs.
16869
16870         * gst/audioconvert/gstaudioconvert.c:
16871         Add revision date.
16872
16873         * gst/audioresample/gstaudioresample.c:
16874         (gst_audioresample_base_init), (gst_audioresample_class_init),
16875         (gst_audioresample_init), (gst_audioresample_dispose),
16876         (audioresample_get_unit_size), (audioresample_transform_caps),
16877         (resample_set_state_from_caps), (audioresample_transform_size),
16878         (audioresample_set_caps), (audioresample_event),
16879         (audioresample_do_output), (audioresample_transform),
16880         (audioresample_pushthrough), (gst_audioresample_set_property),
16881         (gst_audioresample_get_property), (plugin_init):
16882         * gst/audioresample/gstaudioresample.h:
16883         Added docs.
16884         Small code cleanups.
16885
16886 2006-03-02  Wim Taymans  <wim@fluendo.com>
16887
16888         * docs/plugins/Makefile.am:
16889         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16890         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16891         Added videoscale to docs.
16892
16893         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16894         (gst_video_rate_swap_prev), (gst_video_rate_event),
16895         (gst_video_rate_chain):
16896         Fix typo in docs.
16897
16898         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16899         (gst_video_scale_init), (gst_video_scale_prepare_size),
16900         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16901         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16902         * gst/videoscale/gstvideoscale.h:
16903         Added docs, examples.
16904         Some code cleanups.
16905         Post errors instead of g_warning.
16906
16907 2006-03-02  Wim Taymans  <wim@fluendo.com>
16908
16909         * docs/libs/gst-plugins-base-libs-docs.sgml:
16910         * docs/libs/gst-plugins-base-libs-sections.txt:
16911         * docs/libs/gst-plugins-base-libs.types:
16912         * docs/plugins/Makefile.am:
16913         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16914         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16915         Added some more docs to libs and plugins.
16916
16917         * gst-libs/gst/audio/gstringbuffer.c:
16918         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16919         * gst-libs/gst/audio/gstringbuffer.h:
16920         Document ringbuffer some more.
16921
16922         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16923         (gst_video_rate_setcaps), (gst_video_rate_reset),
16924         (gst_video_rate_init), (gst_video_rate_flush_prev),
16925         (gst_video_rate_swap_prev), (gst_video_rate_event),
16926         (gst_video_rate_chain), (gst_video_rate_change_state):
16927         * gst/videorate/gstvideorate.h:
16928         Fix videorate to use segments.
16929         Make it work with 0/1 framerates (closes #331903)
16930         Handle EOS correctly.
16931         Added docs.
16932
16933 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16934
16935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16936         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16937         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16938           In state change function, first chain up to parent class,
16939           then handle downwards state change stuff. Remove some
16940           commented out cruft from 0.8 code.
16941
16942 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16943
16944         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16945         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16946         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16947         (gst_ogm_parse_chain):
16948           Don't remove/re-add source pad if the new caps are the same as
16949           the old caps anyway (#333042). When removing source pad, don't
16950           unref it afterwards - we didn't ref it when adding. Sprinkle some
16951           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16952           after using gst_pad_get_parent(). Return downstream flow return
16953           value in chain function.
16954
16955 2006-03-02  Wim Taymans  <wim@fluendo.com>
16956
16957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16958         * docs/plugins/gst-plugins-base-plugins.args:
16959         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16960         * docs/plugins/gst-plugins-base-plugins.interfaces:
16961         * docs/plugins/gst-plugins-base-plugins.signals:
16962         Fix hierarchy, added some more elements to the docs.
16963
16964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16965         (gst_ffmpegcsp_get_type):
16966         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16967         Fix docs for ffmpegcolorspace.
16968
16969 2006-03-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16970
16971         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16972         (apetag_type_find), (ape_type_find), (plugin_init):
16973           Some typefinding fine-tuning:
16974           - rank ID3/APE tags in order of preference via probabilities, so that
16975             ID3v2 > APEv2 > APEv1 > ID3v1.
16976           - three or four bytes don't really justify MAXIMUM probability,
16977             change those to 'very likely' (musepack and monkeysaudio).
16978
16979 2006-03-01  Wim Taymans  <wim@fluendo.com>
16980
16981         * docs/plugins/Makefile.am:
16982         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16983         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16984         * ext/alsa/gstalsamixer.c:
16985         * ext/alsa/gstalsamixer.h:
16986         * ext/alsa/gstalsamixerelement.c:
16987         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16988         * ext/alsa/gstalsamixerelement.h:
16989         * ext/alsa/gstalsasink.c:
16990         * ext/alsa/gstalsasink.h:
16991         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16992         (gst_alsasrc_init):
16993         * ext/alsa/gstalsasrc.h:
16994         Added alsa docs.
16995         Small code cleanups.
16996
16997 2006-03-01  Wim Taymans  <wim@fluendo.com>
16998
16999         * ext/theora/Makefile.am:
17000         Dist new header too,
17001
17002 2006-03-01  Wim Taymans  <wim@fluendo.com>
17003
17004         * docs/plugins/Makefile.am:
17005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17007         * ext/gnomevfs/gstgnomevfssink.h:
17008         * ext/gnomevfs/gstgnomevfssrc.h:
17009         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17010         * ext/vorbis/vorbisdec.h:
17011         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17012         * ext/vorbis/vorbisenc.h:
17013         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17014         (vorbis_parse_chain), (vorbis_parse_change_state):
17015         * ext/vorbis/vorbisparse.h:
17016         * gst/audioconvert/gstaudioconvert.h:
17017         * gst/tcp/gsttcpserversink.h:
17018         * gst/videotestsrc/gstvideotestsrc.c:
17019         * gst/videotestsrc/gstvideotestsrc.h:
17020         * gst/volume/gstvolume.c:
17021         * gst/volume/gstvolume.h:
17022         Fix some more docs.
17023         Added docs for vorbisdec and vorbisparse.
17024         Fix vorbisparse.
17025
17026 2006-03-01  Wim Taymans  <wim@fluendo.com>
17027
17028         * docs/plugins/Makefile.am:
17029         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17030         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17031         * ext/pango/gstclockoverlay.h:
17032         * ext/pango/gsttextoverlay.h:
17033         * ext/pango/gsttextrender.h:
17034         * ext/pango/gsttimeoverlay.h:
17035         * ext/theora/gsttheoradec.h:
17036         * ext/theora/gsttheoraenc.h:
17037         * ext/theora/theoradec.c:
17038         * ext/theora/theoraenc.c:
17039         * gst/audioconvert/gstaudioconvert.h:
17040         * gst/audiotestsrc/gstaudiotestsrc.h:
17041         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17042         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17043         * gst/tcp/gstmultifdsink.h:
17044         Updated/added documentation.
17045
17046         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17047         (gst_text_overlay_halign_get_type),
17048         (gst_text_overlay_wrap_mode_get_type),
17049         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17050         (gst_text_overlay_init), (gst_text_overlay_set_property),
17051         (gst_text_overlay_get_property):
17052         Fix up properties to be enums instead of string to make bindings,
17053         introspection and automatic GUI creation possible.
17054         Add getters for the properties.
17055
17056 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17057
17058         * gst/audiotestsrc/gstaudiotestsrc.c:
17059           added defines of M_PI and M_PI_2
17060         * gst/ffmpegcolorspace/avcodec.h:
17061           removed #include "stdint.h" for win32 as _stdint.h is 
17062           autogenerated to win32/common
17063         * win32/common/libgstaudio.def:
17064         * win32/common/libgsttag.def:
17065           added some exports
17066         * win32/vs6:
17067           some project files bugs corrected
17068         * win32/vs7:
17069           project files are reset to the default vs7 configuration 
17070           (they link to msvcr71.dll using default optimizations)
17071           
17072 2006-02-28  Wim Taymans  <wim@fluendo.com>
17073
17074         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17075         Fix some docs.
17076
17077 2006-02-28  Edward Hervey  <edward@fluendo.com>
17078
17079         * ext/alsa/gstalsasrc.c:
17080         Set proper class on the ElementDetails:
17081         Source/Audio instead of Src/Audio/
17082
17083 2006-02-28  Edward Hervey  <edward@fluendo.com>
17084
17085         * gst/videoscale/vs_scanline.c:
17086         (vs_scanline_resample_nearest_RGBA):
17087         Revert optimization in videoscale. It should go in liboil and have
17088         an appropriate liboil function.
17089
17090 2006-02-28  Wim Taymans  <wim@fluendo.com>
17091
17092         * gst-libs/gst/audio/gstbaseaudiosink.c:
17093         (gst_base_audio_sink_provide_clock):
17094         Don't try to provide a clock in the NULL state.
17095
17096 2006-02-28  Wim Taymans  <wim@fluendo.com>
17097
17098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17099         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17100         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17101         (gst_ogg_demux_deactivate_current_chain),
17102         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17103         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17104         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17105         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17106         Use GstSegment infrastructure to remove duplicated code
17107         and handle more seek cases correctly.
17108
17109 2006-02-28  Wim Taymans  <wim@fluendo.com>
17110
17111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17112         (gst_ffmpegcsp_transform):
17113         Don't ignore return code from ffmpeg convert function.
17114
17115         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17116         Split out some long statements to ease debugging.
17117
17118 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17119
17120         * ext/libvisual/visual.c: (gst_visual_init),
17121         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17122         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17123         being able to renegotiate the size. Instead, use the negotiation
17124         algorithm from the goom plugin to pick an initial output caps. 
17125
17126         Also, allow theoretical libvisual plugins that might support non-GL 
17127         output even if they also do GL.
17128
17129 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17130
17131         * ext/libvisual/visual.c: (gst_visual_init),
17132         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17133         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17134         possible negotiation issues.
17135
17136 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17137
17138         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17139
17140 2006-02-24  Michael Smith  <msmith@fluendo.com>
17141
17142         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17143         (cmml_type_find), (plugin_init):
17144           Fix CMML type find function to not require a specific minor version
17145           of the CMML header.
17146
17147           Add an MPEG4 video elementary stream typefind function.
17148
17149 2006-02-04  Michael Smith  <msmith@fluendo.com>
17150
17151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17152         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17153         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17155         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17156         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17157           Annodex support in ogg demuxer. Doesn't do very much without the
17158           other annodex patches (to come).
17159
17160 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17161
17162         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17163
17164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17165           Pick up palette for MS video v1 (#327028)
17166
17167 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17168
17169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17170         (gst_ffmpegcsp_caps_remove_format_info),
17171         (gst_ffmpegcsp_get_unit_size):
17172           The 'palette_data' field from incoming RGB caps shouldn't be
17173           proxied on outgoing YUV caps; also, restrict unit size
17174           adjustment in case of paletted data only to the unit that
17175           actually has a palette. Fixes #330711.
17176
17177 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17178
17179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17180         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17181         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17182         (gst_ffmpegcsp_get_unit_size):
17183           Plug some memory leaks.
17184
17185 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17186
17187         * sys/ximage/Makefile.am:
17188         * sys/xvimage/Makefile.am:
17189           Add some _CFLAGS and _LIBS that seem to be missing
17190           and/or required for Cygwin (see #317048).
17191
17192 2006-02-22  Wim Taymans  <wim@fluendo.com>
17193
17194         * ext/alsa/gstalsasrc.c:
17195         Fix description as pointed out by caugier.
17196
17197 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17198
17199         Reviewed by : Edward Hervey  <edward@fluendo.com>
17200
17201         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17202         (qt_type_find):
17203         Better 3gp typefinding (#331526).
17204
17205 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17206
17207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17208           Don't send EOS event here, the base class will send one for us.
17209
17210         * gst/playback/gstplaybasebin.c: (prepare_output):
17211           Subpictures without video stream aren't allowed either.
17212         
17213         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17214           Fix debug statement copy'n'paste-o.
17215
17216 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17217
17218         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17219           Fix issues with mixer keeping state when muting/unmuting
17220           and when changing the volume whilst muted (see #331763
17221           and #331765).
17222
17223 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17224
17225         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17226         (parse_subrip), (gst_sub_parse_format_autodetect):
17227           Set right caps given that we send escaped text. Also,
17228           honour <i></i>, <b></b> and <u></u> markers that can be found
17229           in .srt files (fixes #310202).
17230
17231 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17232
17233         * gst-libs/gst/audio/mixerutils.c:
17234         (element_factory_rank_compare_func):
17235           Make order in which elements are tried more determinable.
17236
17237 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17238
17239         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17240         (remove_element_chain), (cleanup_decodebin),
17241         (gst_decode_bin_change_state): Make decodebin reusable by
17242         fixing remove_element_chain first and then introduce a
17243         cleaner in state change to ->NULL. (Closes #331678)
17244
17245 2006-02-19  Wim Taymans  <wim@fluendo.com>
17246
17247         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17248         use 0666 mask when creating files so umask gets applied
17249         correctly. Fixes #331295.
17250
17251 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17252
17253         * gst/subparse/Makefile.am:
17254         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17255         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17256         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17257         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17258         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17259         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17260         * gst/subparse/gstssaparse.h:
17261         * gst/subparse/gstsubparse.c: (plugin_init):
17262           Add very basic parser for SSA subtitle streams (as often
17263           found in matroska files).
17264
17265 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17266
17267         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17268           That should be text/x-pango-markup, not text/x-pango-layout.
17269
17270 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17271
17272         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17273         Polishing.
17274
17275 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17276
17277         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17278         (gst_text_overlay_finalize), (gst_text_overlay_init),
17279         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17280         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17281         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17282         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17283         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17284         Fix state change deadlock.
17285
17286 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17287
17288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17289         (gst_text_overlay_finalize), (gst_text_overlay_init),
17290         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17291         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17292         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17293         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17294         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17295         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17296         and subtitles files.
17297
17298 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17299
17300         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17301         should be considered as raw.
17302
17303 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17304
17305         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17306         (cb_probe):
17307         * gst/playback/gststreaminfo.h: Introduce language informations.
17308
17309 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17310
17311         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17312         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17313         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17314         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17315         Set shared memory segments to be deleted as soon as we have attached,
17316         that way they get cleaned up automatically if we crash.
17317
17318 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17319
17320         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17321         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17322         functions are called with lock held.
17323
17324 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17325
17326         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17327         (gst_text_overlay_finalize), (gst_text_overlay_init),
17328         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17329         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17330         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17331         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17332         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17333         (gst_text_overlay_change_state): Refactoring of textoverlay
17334         without collectpads. This now supports sparse subtitles coming
17335         from a demuxer instead of a sub file. Seeking is still broken 
17336         though. Need to discuss with wtay some more on how to handle
17337         seeking correctly.
17338         * ext/pango/gsttextoverlay.h:
17339         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17340         subtitles coming from the demuxer.
17341
17342 2006-02-17  Wim Taymans  <wim@fluendo.com>
17343
17344         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17345         (gst_vorbisenc_convert_sink):
17346         Use some more scaling functions.
17347
17348 2006-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17349
17350         * ext/cdparanoia/gstcdparanoiasrc.c:
17351         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17352         (gst_cd_paranoia_paranoia_callback),
17353         (gst_cd_paranoia_src_signal_is_being_watched),
17354         (gst_cd_paranoia_src_read_sector):
17355         * ext/cdparanoia/gstcdparanoiasrc.h:
17356           Add back 'transport-error' and 'uncorrected-error' signals and
17357           make them actually be fired when bad stuff happens (#319340).
17358
17359 2006-02-17  Wim Taymans  <wim@fluendo.com>
17360
17361         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17362         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17363         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17364         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17365         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17366         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17367         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17368         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17369         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17370         (gst_ring_buffer_clear):
17371         Small cleanups.
17372         Added some G_LIKELY.
17373
17374 2006-02-17  Wim Taymans  <wim@fluendo.com>
17375
17376         * gst-libs/gst/audio/TODO:
17377         Update TODO
17378
17379         * gst-libs/gst/audio/gstbaseaudiosink.c:
17380         (gst_base_audio_sink_get_offset):
17381         When trying to play samples ASAP and we don't have a
17382         previous sample, try to play at position 0 instead of
17383         an invalid position.
17384
17385 2006-02-17  Wim Taymans  <wim@fluendo.com>
17386
17387         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17388         (gst_alsasink_reset):
17389         Also release lock when we get an error in _reset();
17390         fix an error message.
17391
17392 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17393
17394         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17395         (gst_alsasink_init), (get_channel_free_structure),
17396         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17397         (gst_alsasink_close):
17398         * ext/alsa/gstalsasink.h:
17399           Add support for more than 2 channels (#326720).
17400
17401 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17402
17403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17404           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17405           with 4 or 6 channels, assume a default channel layout to make things
17406           work (not sure there's anything else we can do in those cases).
17407
17408 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17409
17410         * gst-libs/gst/audio/multichannel.c:
17411           Minor docs fix.
17412
17413         * gst-libs/gst/riff/Makefile.am:
17414         * gst-libs/gst/riff/riff-ids.h:
17415         * gst-libs/gst/riff/riff-media.c:
17416         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17417           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17418           channels and a channel layout map.
17419           
17420 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17421
17422         Reviewed by Edward Hervey  <edward@fluendo.com>
17423
17424         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17425         C-level optimization of the RGBA nearest neighbour function.
17426         Eventually this might end up in liboil with vectorized versions.
17427
17428 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17429
17430         * gst-libs/gst/audio/multichannel.c:
17431         (gst_audio_get_channel_positions):
17432           When we have more than 2 channels, but no channel layout is
17433           specified in the caps, return some default channel layout
17434           to the caller and warn about about a possibly buggy element
17435           (could be buggy filtercaps as well of course) (#317038).
17436
17437 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17438
17439         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17440           Add gst-libs/gst/cdda to list of lib search paths.
17441
17442 2006-02-15  Andy Wingo  <wingo@pobox.com>
17443
17444         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17445         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17446         to the Lord Jesus that I do not have to touch the ogg muxer ever
17447         again.
17448
17449 2006-02-15  Edward Hervey  <edward@fluendo.com>
17450
17451         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17452         quicktime movie files can also contain 'uuid' atoms.
17453
17454 2006-02-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17455
17456         * gst/audioconvert/plugin.c: (plugin_init):
17457           Register the GstAudioChannelPosition enum type with the type
17458           system in the plugin_init function, so that it is known before
17459           any element actually makes use of multi-channel stuff. This is
17460           required for example if one wants to be able to deserialise/use
17461           a caps string with channel positions before any pipeline has
17462           been setup and started, like with gst-launch.
17463
17464 2006-02-14  Wim Taymans  <wim@fluendo.com>
17465
17466         * gst-libs/gst/audio/gstringbuffer.c:
17467         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17468         (gst_ring_buffer_samples_done), (wait_segment),
17469         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17470         Add some compiler G_(UN_)LIKELY help.
17471         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17472         make sure they can exit their functions. Should fix #330748
17473
17474 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17475
17476         * Makefile.am:
17477         * configure.ac:
17478         * win32/MANIFEST:
17479         * win32/common/_stdint.h:
17480           Windows does not have long long; copy the generated _stdint.h
17481         * win32/common/interfaces-enumtypes.c:
17482         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17483         (gst_mixer_track_flags_get_type),
17484         (gst_tuner_channel_flags_get_type):
17485         * win32/common/multichannel-enumtypes.c:
17486         (gst_audio_channel_position_get_type):
17487           update
17488
17489 2006-02-13  Wim Taymans  <wim@fluendo.com>
17490
17491         * gst-libs/gst/audio/gstbaseaudiosink.c:
17492         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17493         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17494         Always sync on first sample we receive when starting.
17495
17496 2006-02-13  Wim Taymans  <wim@fluendo.com>
17497
17498         * gst/playback/gstplaybin.c: (gen_vis_element):
17499         Update vis bin docs.
17500         Move queue after tee so we don't queue video buffers but
17501         audio samples instead. Fixes problems where the video queue
17502         is filled and the audio queue empty.
17503
17504 2006-02-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17505
17506         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17507           No need to push an EOS event here, GstBaseSrc will do that for us
17508           when we return FLOW_UNEXPECTED.
17509           
17510 2006-02-12  Wim Taymans  <wim@fluendo.com>
17511
17512         * gst-libs/gst/audio/gstbaseaudiosink.c:
17513         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17514         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17515         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17516         Use scale functions when possible.
17517         Fix error messages.
17518         Free clockid when after waiting for EOS.
17519         Use G_(UN_)LIKLY when it makes sense.
17520         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17521
17522 2006-02-12  Edward Hervey  <edward@fluendo.com>
17523
17524         * gst/playback/gstplaybasebin.c: (prepare_output): 
17525         Remove stray semi-colon (fixes #330888).
17526
17527 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17528
17529         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17531         Fix up the XShm call testing so that we catch errors, and don't
17532         cause new ones by attempting to detach from a segment we failed
17533         to attach to. Fixes #312439.
17534
17535 2006-02-10  Edward Hervey  <edward@fluendo.com>
17536
17537         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17538         Added flv file typefind (video/x-flv).
17539
17540 2006-02-10  Edward Hervey  <edward@fluendo.com>
17541
17542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17543         (gst_riff_create_video_template_caps):
17544         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17545         Also added the caps to the default set of riff video caps.
17546
17547 2006-02-09  Andy Wingo  <wingo@pobox.com>
17548
17549         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17550         time and the end time of the last packet in the page.
17551         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17552         on the pages in our queue, set the duration as well. Reflow a
17553         debug statement.
17554         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17555         Fixes bad muxing order.
17556
17557 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17558
17559         * gst-libs/gst/rtp/gstbasertppayload.c:
17560         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17561           update seqnum before setting it on the packet; this makes sure
17562           that the timestamp and seqnum properties match after pushing
17563           a buffer
17564
17565 2006-02-09  Andy Wingo  <wingo@pobox.com>
17566
17567         * gst-libs/gst/audio/gstringbuffer.c
17568         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17569         overflow after 13.5 hours of recording. Kapow!
17570
17571         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17572         the buffer size -- we don't care about underrun/overrun reporting
17573         right now, just need to return a useful value.
17574
17575 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17576
17577         * configure.ac:
17578           Back to CVS
17579
17580 === release 0.10.3 ===
17581
17582 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17583
17584         * configure.ac:
17585           releasing 0.10.3, "Under Pressure"
17586
17587 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17588
17589         * configure.ac:
17590         Drat. Bump libtool version number for new API.
17591         Prelease 0.10.2.3 (of 0.10.3)
17592
17593 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17594
17595         * configure.ac:
17596         * win32/common/config.h:
17597         0.10.2.2 prerelease (of 0.10.3).
17598
17599 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17600
17601         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17602           Revert Andy's newsegment change pending a more correct
17603           fix.
17604
17605 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17608         (qt_type_find), (plugin_init):
17609           detect more files as 3gp
17610           group and reorder the iso file formats
17611
17612 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17613
17614         * ext/vorbis/vorbis.c: (plugin_init):
17615           Register musicbrainz tags, so apps don't have to.
17616
17617 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17618
17619         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17620         (gst_tag_to_vorbis_tag):
17621           Make sure we called gst_tag_register_musicbrainz_tags()
17622           before possibly mapping a vorbiscomment string from/to a
17623           musicbrainz tag.
17624
17625 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17626
17627         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17628           In case we can't find the required number of consecutive
17629           mpeg audio frames to positively identify an MPEG audio
17630           stream, check if there's at least a valid mpeg audio
17631           frame right at offset 0 and if so suggest mpeg/audio
17632           caps with a very low probability (#153004).
17633
17634 2006-02-07  Andy Wingo  <wingo@pobox.com>
17635
17636         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17637         a TIME segment if we get timestamped buffers. Requires recent
17638         fixes in core to work properly.
17639
17640 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17641
17642         * gst/playback/gstplaybasebin.c: (prepare_output):
17643           Don't print the URI as part of the error message, it
17644           makes error dialogs look rather ugly, especially if
17645           the URI is very long or has characters in it that
17646           need escaping.
17647
17648 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17649
17650         * gst/playback/gstplaybasebin.c: (prepare_output):
17651           Error out if we have only text or subtitles, but nothing
17652           else. Also error out if we have subtitles but no video
17653           stream.
17654
17655 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17656
17657         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17658           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17659           Post an error message on the bus when we encounter an
17660           error, which will hopefully be more meaningful than the
17661           'Internal Flow Error' message users get to see if we
17662           just return GST_FLOW_ERROR.
17663
17664 2006-02-07  Andy Wingo  <wingo@pobox.com>
17665
17666         * configure.ac (GST_MAJORMINOR): Update core version req to
17667         0.10.2.2, for the collectpads API addition (#330244).
17668
17669 2006-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17670
17671         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17672           Return FALSE from plugin_init() when GnomeVFS can't
17673           be initialised for some reason (#328423).
17674
17675 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17676
17677         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17678         Stick to seeking theory until i find the bug.
17679         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17680
17681 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17682
17683         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17684         (theora_enc_finalize), (theora_enc_sink_setcaps),
17685         (theora_set_header_on_caps), (theora_enc_chain),
17686         (theora_enc_change_state):
17687         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17688           Make theoraenc and the tests leak free. Like, really.
17689
17690 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17691
17692         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17693         (theora_enc_finalize), (theora_enc_sink_setcaps):
17694           Add a finalize method to ensure we clean up state even if
17695           someone omitted the state change back to NULL.
17696
17697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17698         (gst_vorbisenc_chain):
17699           Free some more leaked bits.
17700
17701         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17702         (stop_pipeline):
17703           Wait for state changes to happen if they're ASYNC.
17704
17705           This ought to teach those fancy pants buildbots a lesson.
17706
17707 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17708
17709         * gst-libs/gst/tag/gstid3tag.c:
17710           Add mapping for ID3 International Standard Recording Code
17711           tag "TSRC"
17712
17713 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17714
17715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17716           Don't leak tag names.
17717
17718 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17719
17720         * docs/libs/gst-plugins-base-libs-docs.sgml:
17721         * docs/libs/gst-plugins-base-libs-sections.txt:
17722         * gst-libs/gst/tag/gstid3tag.c:
17723         * gst-libs/gst/tag/gstvorbistag.c:
17724         * gst-libs/gst/tag/tags.c:
17725           Split libgsttag docs into multiple sections.
17726
17727 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17728
17729         * docs/libs/Makefile.am:
17730         * docs/libs/gst-plugins-base-libs-docs.sgml:
17731         * docs/libs/gst-plugins-base-libs-sections.txt:
17732         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17733         * gst-libs/gst/tag/gstvorbistag.c:
17734         * gst-libs/gst/tag/tag.h:
17735         * gst-libs/gst/tag/tags.c:
17736           Add libgsttag to the docs.
17737
17738 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17739
17740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17741         (gst_text_overlay_init), (gst_text_overlay_src_event),
17742         (gst_text_overlay_collected): Fix clockoverlay.
17743
17744 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17745
17746         * docs/libs/compiling.sgml:
17747           Fix typo: it's pkg-config, not pkg-gconfig
17748
17749         * docs/libs/gst-plugins-base-libs-docs.sgml:
17750         * docs/libs/gst-plugins-base-libs-sections.txt:
17751         * docs/libs/tmpl/gstgconf.sgml:
17752           There is no libgstgconf in 0.10, remove it
17753           from the docs.
17754
17755 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17756
17757         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17758         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17759         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17760         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17761         (gst_sub_parse_class_init), (gst_sub_parse_init),
17762         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17763         (parse_mpsub), (parser_state_init), (handle_buffer),
17764         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17765         * gst/subparse/gstsubparse.h: Introduce seeking code.
17766
17767 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17768
17769         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17770           Add comment about LANGUAGE tag inconsistency (we want
17771           ISO-639-1, but extract three-letter identifiers?)
17772
17773         * po/POTFILES.in:
17774           Add two translatable files.
17775
17776 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17777
17778         * gst-libs/gst/tag/Makefile.am:
17779         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17780         * gst-libs/gst/tag/tag.h:
17781         * gst-libs/gst/tag/tags.c:
17782         (gst_tag_register_musicbrainz_tags_internal),
17783         (gst_tag_register_musicbrainz_tags):
17784           Forward-port some tags stuff from the 0.8 branch. This is
17785           mostly the addition of musicbrainz tags and their mapping
17786           to vorbistags, and a vorbistag mapping of the language tag.
17787
17788 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17789
17790         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17791         refactoring.
17792
17793 2006-02-04  David Schleef  <ds@schleef.org>
17794
17795         * ext/ogg/gstoggmux.c:
17796         * gst/typefind/gsttypefindfunctions.c:
17797           Add Dirac typefinding and add dirac format to oggmux.
17798
17799 2006-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17800
17801         * gst/playback/gstdecodebin.c: (try_to_link_1):
17802           Don't put essential function call into
17803           g_return_*() macro, otherwise it'll all be
17804           replaced by NOOPs when compiling with
17805           G_DISABLE_CHECKS defined.
17806
17807 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17808
17809         * ext/ogg/gstoggdemux.c:
17810         * ext/ogg/gstoggparse.c:
17811         * gst/tcp/gsttcpserversink.c:
17812         * sys/v4l/v4lsrc_calls.c:
17813         * sys/v4l/v4lsrc_calls.h:
17814         Just make it compile with --disable-gst-debug.
17815
17816 2006-02-03  Wim Taymans  <wim@fluendo.com>
17817
17818         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17819         (gst_alsasink_class_init), (gst_alsasink_init),
17820         (gst_alsasink_write), (gst_alsasink_reset):
17821         * ext/alsa/gstalsasink.h:
17822         Add lock to protect alsa calls.
17823         Implement reset to flush samples ASAP, does not work
17824         with dmix though.
17825
17826 2006-02-02  Wim Taymans  <wim@fluendo.com>
17827
17828         * gst-libs/gst/audio/gstbaseaudiosink.c:
17829         (gst_base_audio_sink_provide_clock):
17830         Ugh.. getting late I guess...
17831
17832 2006-02-02  Wim Taymans  <wim@fluendo.com>
17833
17834         * gst-libs/gst/audio/gstbaseaudiosink.c:
17835         (gst_base_audio_sink_provide_clock),
17836         (gst_base_audio_sink_set_property),
17837         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17838         Don't try to provide a clock when we are not negotiated since
17839         we might not be able to make it run.
17840
17841 2006-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17842
17843         * gst/playback/gstdecodebin.c: (try_to_link_1):
17844           Unlinking two source pads is ... hard.
17845
17846 2006-02-02  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst-libs/gst/audio/TODO:
17849         Updated.
17850
17851         * gst-libs/gst/audio/gstbaseaudiosink.c:
17852         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17853         On EOS, wait till the last sample is played before posting EOS.
17854
17855 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17856
17857         Patch by: Kai Vehmanen
17858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17859           Adds ability to enable newsegment bypass by setting queue_delay to
17860           zero. Also avoid thread being started if queue_delay is zero.
17861
17862 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17863
17864         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17865           Make test work again by connecting fakesinks to each decoded pad,
17866           which makes the pipeline wait until each fakesink has a buffer
17867           queued before going to PAUSED state. At that point we know the
17868           decodebin pads are negotiated.
17869
17870 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17871
17872         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17873         (gst_cdda_base_src_handle_event):
17874         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17875           Pass unhandled queries to the parent class's query function.
17876
17877 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17878
17879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17880         (gst_ogg_pad_src_query):
17881         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17882         * ext/theora/theoradec.c: (theora_dec_src_query),
17883         (theora_dec_sink_query):
17884         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17885         (vorbis_dec_sink_query):
17886         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17887         (gst_vorbisenc_sink_query):
17888         * gst/adder/gstadder.c: (gst_adder_query):
17889           Pass unhandled queries upstream instead of just
17890           dropping them (#326447). Also, fix supported
17891           query types list for some elements.
17892
17893 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17894
17895         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17896         (paris_type_find), (ilbc_type_find), (plugin_init):
17897           Fix typefinding for audio/x-au, audio/x-paris and
17898           audio/iLBC-sh. We cannot use the START_WITH macros
17899           here, because there can only be one typefind factory
17900           with the same name (caps), so the second one would
17901           replace the first one and the first one would never
17902           be called when doing typefinding (see #161712).
17903           
17904
17905 2006-01-31  Wim Taymans  <wim@fluendo.com>
17906
17907         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17908         (vorbis_handle_header_packet), (vorbis_dec_push),
17909         (vorbis_handle_data_packet):
17910         Use scale_int when we can, add some more scaling.
17911         Check packettype before parsing it.
17912
17913 2006-01-31  Wim Taymans  <wim@fluendo.com>
17914
17915         * ext/theora/theoradec.c: (_theora_granule_time),
17916         (theora_dec_src_convert), (theora_dec_sink_convert):
17917         Call right _scale functions.
17918         Use parameter instead of some other random value.
17919
17920 2006-01-31  Wim Taymans  <wim@fluendo.com>
17921
17922         * ext/theora/theoradec.c: (_theora_granule_frame),
17923         (_theora_granule_time), (_inc_granulepos),
17924         (theora_dec_src_convert), (theora_dec_sink_convert),
17925         (theora_handle_type_packet), (theora_handle_data_packet),
17926         (theora_dec_chain):
17927         Use higher precision timestamps calculation.
17928         Convert some other conversions to _scale.
17929
17930 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17931
17932         * gst/audiotestsrc/gstaudiotestsrc.c:
17933         (gst_audio_test_src_create_sine_table), (plugin_init):
17934         * gst/volume/gstvolume.c: (plugin_init):
17935           initialize gst_controller before using
17936
17937 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17938
17939         * tests/check/pipelines/theoraenc.c:
17940         * tests/check/pipelines/vorbisenc.c:
17941         Define constant using G_GINT64_CONSTANT to avoid errors when
17942         passing it around - otherwise it gets truncated to 32 bits.
17943
17944         Fixes failing tests.
17945
17946 2006-01-31  Andy Wingo  <wingo@pobox.com>
17947
17948         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17949         caps being set doesn't have a framerate value. Basically a stopgap
17950         measure.
17951
17952         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17953         technically correct enough to put into core though.
17954         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17955         DURATION. Fixes theoraenc ! oggmux.
17956
17957         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17958         fraction, not double.
17959
17960 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17961
17962         * win32/vs7:
17963         add vs7 project files created by Sergey Scobich
17964
17965 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17966
17967         * win32/vs8:
17968         add vs8 project files created by Sergey Scobich
17969         
17970 2006-01-30  Andy Wingo  <wingo@pobox.com>
17971
17972         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17973         timestamp + duration, not just timestamp -- ogg pages should be
17974         ordered by stop time. Necessary fix given the change in vorbis
17975         timestamps.
17976
17977         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17978         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17979         (granulepos_add): New function, handles the messiness of adjusting
17980         granulepos values.
17981         (theora_buffer_from_packet):
17982         (theora_enc_chain):
17983         (theora_enc_sink_event): Use granulepos_add, not +.
17984
17985         * tests/check/pipelines/theoraenc.c
17986         (check_buffer_granulepos_from_starttime): Just check the frame
17987         count, not the actual granulepos -- we can't dictate to the
17988         encoder when it should be placing keyframes.
17989
17990 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17991
17992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17993           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17994           play an http:// stream from a server that's not serving
17995
17996 2006-01-30  Andy Wingo  <wingo@pobox.com>
17997
17998         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17999         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18000         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18001         available.
18002
18003         * ext/theora/gsttheoraenc.h:
18004         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18005         although theoraenc was timestamping correctly. Added handling of
18006         streams that start with nonzero timestamps.
18007
18008         * tests/check/Makefile.am:
18009         * tests/check/pipelines/theoraenc.c: New file, basically does same
18010         tests as vorbisenc.
18011
18012         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18013
18014 2006-01-30  Wim Taymans  <wim@fluendo.com>
18015
18016         * gst-libs/gst/audio/gstaudiosink.c:
18017         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18018         (gst_audioringbuffer_pause):
18019         Implement pause that does not wait for completion.
18020
18021         * gst-libs/gst/audio/gstbaseaudiosink.c:
18022         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18023         Don't drop buffers when going to PAUSED but perform preroll on
18024         remaining samples now that core base class supports this.
18025
18026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18027         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18028         (gst_ring_buffer_commit):
18029         Pause should not signal waiters.
18030         Implement return value of _commit correctly.
18031
18032 2006-01-30  Andy Wingo  <wingo@pobox.com>
18033
18034         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18035
18036         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18037         updated to timestamp from the first sample, not the last.
18038         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18039         special care of granulepos and timestamp for header packets.
18040         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18041         when the first buffer has a nonzero timestamp.
18042
18043         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18044         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18045         case when the first audio buffer we get has a nonzero timestamp.
18046         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18047         properly timestamp vorbis buffers with the time of the first
18048         sample, not the last.
18049         
18050         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18051         vorbis_granule_time_copy -- now it takes the granule/subgranule
18052         offset into account.
18053
18054         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18055         timestamps, durations, and granulepos on buffers produced by
18056         vorbisenc.
18057
18058 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18059
18060         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18061         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18062           Patch from Eric Jonas to support conversions to/from UYVY 
18063           (Fixes: #324626)
18064
18065 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18066
18067         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18068         (setup_subtitle), (setup_source), (set_active_source):
18069         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18070         (gen_text_element), (gen_audio_element), (gen_vis_element),
18071         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18072
18073 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18074
18075         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18076         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18077                 use gst_guint64_to_gdouble to be compliant with vs6
18078         * gst/playback/gstdecodebin.c: (try_to_link_1)
18079         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18080                 use G_GINT64_CONSTANT for int64 constants
18081         * win32/common/libgstinterfaces.def:
18082                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18083         * win32/vs6:
18084                 update and add new project files
18085                 
18086 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18087
18088         * Makefile.am:
18089         * win32/MANIFEST:
18090         * win32/common/interfaces-enumtypes.c:
18091         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18092         (gst_mixer_track_flags_get_type),
18093         (gst_tuner_channel_flags_get_type):
18094         * win32/common/interfaces-enumtypes.h:
18095         * win32/common/multichannel-enumtypes.c:
18096         (gst_audio_channel_position_get_type):
18097         * win32/common/multichannel-enumtypes.h:
18098           add a win32-update rule like in core, and copy over enumtypes files
18099
18100 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18101
18102         * win32/MANIFEST:
18103         * win32/common/config.h:
18104         * win32/common/config.h.in:
18105           add config files just like in core
18106
18107 2006-01-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18108
18109         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18110           Make gcc-4.1 happy (part of #327357).
18111
18112 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18113
18114         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18115         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18116         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18117         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18118         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18119         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18120           Update all error messages.  All of them should either use
18121           the default translated message, or actually provide a
18122           translatable string.
18123           Make the string for channel count problems meaningful.
18124
18125 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18126
18127         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18128           check for and throw RESOURCE_BUSY
18129
18130 2006-01-27  David Schleef  <ds@schleef.org>
18131
18132         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18133           checked in this change -- it requires liboil features not
18134           in 0.3.6.  Revert parts.
18135
18136 2006-01-27  David Schleef  <ds@schleef.org>
18137
18138         * REQUIREMENTS:
18139         * configure.ac: update liboil requirement to 0.3.6
18140         * gst/videoscale/Makefile.am:
18141         * gst/videoscale/vs_scanline.c: liboilify
18142
18143 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18144
18145         * ext/libvisual/visual.c: (get_buffer):
18146           When pad_alloc returns a GstFlowReturn other
18147           than GST_FLOW_OK, make sure it is passed upstream.
18148
18149 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18150
18151         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18152         (gst_alsasink_class_init):
18153           Free the device name string.
18154
18155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18156         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18157         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18158           Don't remove a pad from the collectpads structure until it
18159           is released - it's a request pad, and may receive data again
18160           if the element gets moved back to PLAYING state.
18161
18162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18163           Ensure we turn on double buffering on the Xv port, and
18164           set the colour key to something dark and mysterious that
18165           isn't black.
18166
18167 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18168
18169         * ext/alsa/gstalsaplugin.c: (plugin_init):
18170         * ext/cdparanoia/gstcdparanoiasrc.c:
18171         (gst_cd_paranoia_src_base_init), (plugin_init):
18172         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18174           - a library should not call setlocale. see "Libraries" node in
18175             gettext manual
18176           - make sure all plugins that use translation do bindtextdomain
18177             to point to the localedir
18178         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18179         (setup_sinks), (plugin_init):
18180           all this, and check for NULL when creating sinks
18181
18182 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18183
18184         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18185         (plugin_init): Make typefinding of subtitles work again.
18186
18187 2006-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18188
18189         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18190         (mp3_type_frame_length_from_header), (mp3_type_find),
18191         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18192         (plugin_init):
18193           Backport a bunch of typefinding fixes from the 0.8 branch.
18194           Also, improve wavpack typefinding: if we can't peek the
18195           entire wavpack block, try to parse the bits we can get and
18196           see if we find what we're looking for in those.
18197
18198 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18199
18200         * sys/ximage/ximagesink.c:
18201         (gst_ximagesink_calculate_pixel_aspect_ratio):
18202         * sys/xvimage/xvimagesink.c:
18203         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18204         more cases of pixel aspect ratio.
18205
18206 2006-01-26  Edward Hervey  <edward@fluendo.com>
18207
18208         * gst/playback/gstdecodebin.c: (pad_probe):
18209         Also consider the flush-start and tag events as unblockers
18210         for the pad probes.
18211
18212 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18213
18214         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18215         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18216         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18217         On the fly visualisation switch, works disabling, enabling as
18218         well but it won't be able to enable vis in a playbin that was
18219         created with no visualisation.
18220
18221 2006-01-25  Wim Taymans  <wim@fluendo.com>
18222
18223         * gst-libs/gst/audio/gstbaseaudiosink.c:
18224         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18225         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18226         resume after pause.
18227
18228 2006-01-25  Wim Taymans  <wim@fluendo.com>
18229
18230         * gst-libs/gst/audio/gstbaseaudiosink.c:
18231         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18232         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18233         Improve debugging.
18234         Post error when caps cannot be parsed.
18235         Resync on discontinuity in the stream.
18236         Clip samples to segment boundaries.
18237         return WRONG_STATE sooner when we are flushing.
18238
18239         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18240         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18241         Make audiosrc operate in TIME.
18242         Set TIMESTAMP and DURATION on buffers.
18243
18244 2006-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18245
18246         * tests/examples/seek/seek.c: (main):
18247           Output tag messages as well.
18248
18249 2006-01-23  Edward Hervey  <edward@fluendo.com>
18250
18251         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18252         (free_pad_probes), (remove_fakesink), (pad_probe),
18253         (close_pad_link), (gst_decode_bin_change_state):
18254         Replace GstPadBlockCallback with pad probes that detect
18255         first buffer AND eos before removing fakesink.
18256         Fixes hang with demuxers doing EOS while pre-rolling.
18257         Solves #328279
18258
18259 2006-01-23  Andy Wingo  <wingo@pobox.com>
18260
18261         * ext/alsa/gstalsasink.c:
18262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18263         (gst_base_rtp_depayload_setcaps),
18264         (gst_base_rtp_depayload_add_to_queue),
18265         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18266         
18267         Patch by: Jens Granseuer <jensgr at gmx dot net>
18268
18269 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18270
18271         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18272         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18273         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18274         frames. We might get a frame destroyed after changing state to
18275         NULL, adding a safety check on xcontext.
18276
18277 2006-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18278
18279         * gst-libs/gst/interfaces/xoverlay.c:
18280           Fix prepare-xwindow-id code example in the docs - we need to
18281           ignore all messages that aren't element messages as well.
18282           
18283 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18284
18285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18286           I think one day i'll completely undestand how caps negotiation
18287           is supposed to work. This refactoring handles buffer_alloc
18288           called with caps we can't handle. We definitely don't want a
18289           set_caps with those caps, so we define and allocate a buffer
18290           we would like to receive.
18291
18292 2006-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18293
18294         * gst/playback/gstplaybasebin.c: (setup_source):
18295           Free iterator when done.
18296
18297 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18298
18299         * gst-libs/gst/audio/gstbaseaudiosink.c:
18300         (gst_base_audio_sink_render):
18301           Fix playback of non-synchronised streams by assuming a rate
18302           of 1.0 instead of a random one.
18303
18304           Makes this work again:
18305
18306           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18307           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18308           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18309           audioresample ! alsasink
18310
18311 === release 0.10.2 ===
18312
18313 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18314
18315         * configure.ac:
18316           releasing 0.10.2, "Then the devil is six"
18317
18318 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18319
18320         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18321         * gst/playback/gststreamselector.c:
18322         (gst_stream_selector_set_property):
18323           Comment out broken code that connects to the state-changed signal.
18324           At this point, changing current stream selection is broken, but 
18325           stuff like gst-launch playbin current-audio=1 works and filters
18326           to the chosen stream.
18327
18328 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18331           Fix #327216 (null dereference in vorbisdec)
18332
18333 2006-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18334
18335         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18336           Post taglist actually on bus instead of just freeing it
18337           (fixes #327114 and totem bug #327080).
18338
18339         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18340           Use gst_element_found_tags_for_pad(), so that the tags
18341           are sent downstream as an event as well.
18342
18343 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18344
18345         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18346         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18347         (gst_ximagesink_buffer_alloc):
18348         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18349         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18350         (gst_xvimagesink_buffer_alloc):
18351           move all regularly occurring messages to GST_LOG level
18352           add some more object logs
18353
18354 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18355
18356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18357           fix a silly segfault
18358
18359 2006-01-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18360
18361         * docs/libs/gst-plugins-base-libs-docs.sgml:
18362         * docs/libs/gst-plugins-base-libs-sections.txt:
18363         * gst-libs/gst/audio/mixerutils.c:
18364         * gst-libs/gst/audio/mixerutils.h:
18365           Add docs for mixerutils stuff.
18366
18367 2006-01-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18368
18369         * gst/playback/gstplaybasebin.c: (setup_source):
18370           Fix playback for sources that emit raw audio or
18371           raw video streams (e.g.: cd audio sources) (#325984).
18372
18373 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18374
18375         * gst-libs/gst/audio/mixerutils.c:
18376         (gst_audio_mixer_filter_do_filter):
18377           actually save the element we create
18378
18379 2006-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18380
18381         * gst-libs/gst/cdda/gstcddabasesrc.c:
18382         (gst_cdda_base_src_handle_track_seek):
18383           No need to post a tag message on the bus when seeking
18384           within the same track, only post it when the current
18385           track changes.
18386
18387 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18388
18389         * gst/playback/gstplaybasebin.c: (group_destroy),
18390         (probe_triggered), (new_decoded_pad), (mute_group_type),
18391         (set_active_source):
18392         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18393         * gst/playback/gststreamselector.c:
18394         (gst_stream_selector_base_init),
18395         (gst_stream_selector_set_property),
18396         (gst_stream_selector_request_new_pad):
18397           Reenable stream selection. These mechanisms need a complete overhaul
18398           in the face of 0.8->0.10 changes though.
18399
18400 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18401
18402         * ext/ogg/gstoggdemux.c:
18403           Change the pad template to src_%d to match the pads that 
18404           are created from it. decodebin needs this information in order
18405           to decide that oggdemux is capable of producing multiple pads
18406           (and hence needs queues inserted).
18407
18408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18409         (gst_ogg_mux_collected):
18410           Make debug output more useful by using GST_PTR_FORMAT.
18411
18412 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18413
18414         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18415
18416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18417           Set depth and width for alaw/mulaw (fixes #326601).
18418
18419 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18420
18421         * tests/icles/Makefile.am:
18422           don't build the tests if we don't have the libs
18423
18424 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18425
18426         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18427         (gst_cd_paranoia_paranoia_callback):
18428           Don't try to free NULL pointers.
18429
18430 2006-01-10  Edward Hervey  <edward@fluendo.com>
18431
18432         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18433         (gst_audio_rate_change_state), (plugin_init):
18434         Add debugging category.
18435         Fix type issues.
18436         Add case for incoming buffers without valid offset/offset_end.
18437
18438 2006-01-10  Michael Smith  <msmith@fluendo.com>
18439
18440         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18441           Don't leak GCond in audio sources.
18442
18443 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18444
18445         * gst/playback/gstplaybin.c: (gen_audio_element):
18446           Don't leak an autoaudiosink/alsasink when we generate
18447           a new audio element. (old code, I guess)
18448
18449 2006-01-10  Michael Smith  <msmith@fluendo.com>
18450
18451         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18452           Support float audio in audiorate.
18453           Use width rather than depth for selecting sample width.
18454
18455 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18456
18457         * gst/videotestsrc/videotestsrc.h:
18458           Use GLib types here (that way we don't have to include the
18459           generated _stdint.h header, which makes life easier for win32
18460           folks that don't use autotools for the build) (#325990, patch
18461           by: Sergey Scobich).
18462
18463 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18464
18465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18466         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18467         (gst_ring_buffer_pause), (wait_segment):
18468         * gst-libs/gst/audio/gstringbuffer.h:
18469           Name (private) union, makes Forte compiler happy (this time
18470           for real) (#324900).
18471
18472 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18473
18474         * gst-libs/gst/audio/Makefile.am:
18475           Link against libgstinterfaces, needed for mixer
18476           and property probe stuff.
18477
18478 2006-01-09  Edward Hervey  <edward@fluendo.com>
18479
18480         * gst-libs/gst/Makefile.am:
18481
18482 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18483
18484         * gst-libs/gst/audio/Makefile.am:
18485         * gst-libs/gst/audio/mixerutils.c:
18486         (gst_audio_mixer_filter_do_filter),
18487         (gst_audio_mixer_filter_check_element),
18488         (gst_audio_mixer_filter_probe_feature),
18489         (element_factory_rank_compare_func),
18490         (gst_audio_default_registry_mixer_filter):
18491         * gst-libs/gst/audio/mixerutils.h:
18492           Add gst_audio_default_registry_mixer_filter() utility
18493           function.
18494
18495 2006-01-03  Michael Smith  <msmith@fluendo.com>
18496
18497         * gst/audioresample/resample.h:
18498           As before, but for o_buf
18499
18500 2006-01-03  Michael Smith  <msmith@fluendo.com>
18501
18502         * gst/audioresample/resample.h:
18503           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18504           since we do arithmetic on it.
18505
18506 2006-01-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18507
18508         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18509         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18510         (gst_ring_buffer_pause), (wait_segment):
18511         * gst-libs/gst/audio/gstringbuffer.h:
18512           Sun's Forte compiler doesn't seem to like anonymous structs,
18513           so use same setup as in GstBaseSrc (fixes #324900).
18514
18515 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18516
18517         * configure.ac:
18518         * gst/volume/Makefile.am:
18519         * gst/volume/demo.c:
18520           move old example to tests/examples/volume/volune.c
18521         * tests/examples/Makefile.am:
18522         * tests/examples/seek/seek.c: (main):
18523           change window-close event from "delete-event" to "destroy"
18524         * tests/examples/volume/Makefile.am:
18525         * tests/examples/volume/volume.c: (value_changed_callback),
18526         (setup_gui), (message_received), (eos_message_received), (main):
18527           fix event handling and bus usage
18528
18529 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18530
18531         * gst/audiotestsrc/gstaudiotestsrc.c:
18532         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18533         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18534         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18535         (gst_audio_test_src_create_square),
18536         (gst_audio_test_src_create_saw),
18537         (gst_audio_test_src_create_triangle),
18538         (gst_audio_test_src_create_silence),
18539         (gst_audio_test_src_create_white_noise),
18540         (gst_audio_test_src_create_pink_noise),
18541         (gst_audio_test_src_init_sine_table),
18542         (gst_audio_test_src_create_sine_table),
18543         (gst_audio_test_src_change_wave),
18544         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18545         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18546         * gst/audiotestsrc/gstaudiotestsrc.h:
18547           update to basesrc changes, implement segmented seeking and eos
18548           handling, add a 'sine-tab' waveform for performance critical playback
18549
18550 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18551
18552         * po/POTFILES.in:
18553           ... and this time the other modified file that I missed last time.
18554
18555 2005-12-29  Michael Smith  <msmith@fluendo.com>
18556
18557         * gst/playback/gstdecodebin.c: (new_pad):
18558           Fix non-C89 variable declaration not at the start of a block. Should
18559           help some compilers.
18560
18561 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18562
18563         * tests/check/Makefile.am:
18564           And now fix 'make distcheck' (builddir != srcdir)
18565
18566 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18567
18568         * configure.ac:
18569         * ext/cdparanoia/Makefile.am:
18570         * ext/cdparanoia/gstcdparanoia.c:
18571         * ext/cdparanoia/gstcdparanoia.h:
18572         * ext/cdparanoia/gstcdparanoiasrc.c:
18573         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18574         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18575         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18576         (gst_cd_paranoia_paranoia_callback),
18577         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18578         (gst_cd_paranoia_src_set_property),
18579         (gst_cd_paranoia_src_get_property), (plugin_init):
18580         * ext/cdparanoia/gstcdparanoiasrc.h:
18581           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18582           plugin again (there are still fixes required to playbin to make
18583           cdda:// uris work there).
18584
18585 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18586
18587         * tests/check/Makefile.am:
18588           Fix test case compilation.
18589
18590 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18591
18592         * gst-libs/gst/cdda/gstcddabasesrc.c:
18593         (gst_cdda_base_src_update_duration),
18594         (gst_cdda_base_src_calculate_cddb_id):
18595           An integer is not a string. Fix access to uninitialised variable.
18596
18597         * tests/check/Makefile.am:
18598           Add cddabasesrc unit test; also actually enable the vorbis test.
18599
18600         * tests/check/generic/states.c:
18601           Blacklist new cd audio elements as well.
18602
18603         * tests/check/libs/cddabasesrc.c:
18604           Unit test for GstCddaBaseSrc (discid calculation mostly).
18605
18606 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18607
18608         * docs/libs/Makefile.am:
18609         * docs/libs/gst-plugins-base-libs-docs.sgml:
18610         * docs/libs/gst-plugins-base-libs-sections.txt:
18611         * docs/libs/gst-plugins-base-libs.types:
18612           Add docs for libgstcdda/GstCddaBaseSrc.
18613
18614         * gst-libs/gst/interfaces/mixertrack.h:
18615           Do one struct member per line with a semicolon at the end, that way
18616           even gtk-doc might parse it without complaining.
18617
18618 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18619
18620         * configure.ac:
18621         * gst-libs/gst/Makefile.am:
18622         * gst-libs/gst/cdda/Makefile.am:
18623         * gst-libs/gst/cdda/base64.c:
18624         * gst-libs/gst/cdda/base64.h:
18625         * gst-libs/gst/cdda/gstcddabasesrc.c:
18626         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18627         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18628         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18629         (gst_cdda_base_src_get_property),
18630         (gst_cdda_base_src_get_track_from_sector),
18631         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18632         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18633         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18634         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18635         (gst_cdda_base_src_uri_get_protocols),
18636         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18637         (gst_cdda_base_src_uri_handler_init),
18638         (gst_cdda_base_src_setup_interfaces),
18639         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18640         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18641         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18642         (gst_cdda_base_src_add_tags),
18643         (gst_cdda_base_src_add_index_associations),
18644         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18645         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18646         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18647         (gst_cdda_base_src_create):
18648         * gst-libs/gst/cdda/gstcddabasesrc.h:
18649         * gst-libs/gst/cdda/sha1.c:
18650         * gst-libs/gst/cdda/sha1.h:
18651           Add new libgstcdda with GstCddaBaseSrc class.
18652
18653 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18654
18655         * ext/gnomevfs/gstgnomevfssink.h:
18656           Use GstBaseSinkClass as parent_class member for class struct, not
18657           GstBaseSink.
18658
18659 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18660
18661         Patch by: Michael Benes
18662
18663         * gst/videotestsrc/gstvideotestsrc.c:
18664         (gst_video_test_src_class_init), (gst_video_test_src_start):
18665           Add start method to reset running time and number of frames sent
18666           when starting up (fixes #324696)
18667
18668 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18669
18670         * docs/plugins/Makefile.am:
18671         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18672         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18673         * docs/plugins/gst-plugins-base-plugins.args:
18674         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18675         * docs/plugins/gst-plugins-base-plugins.signals:
18676           Add docs stuff for gnomevfssrc and gnomevfssink.
18677
18678         * ext/gnomevfs/gstgnomevfssrc.c:
18679           Fix example pipeline in gtk-doc blurb.
18680
18681 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18682
18683         * ext/gnomevfs/Makefile.am:
18684         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18685         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18686         (gst_gnome_vfs_handle_get_type), (plugin_init):
18687         * ext/gnomevfs/gstgnomevfs.h:
18688         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18689         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18690         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18691         (gst_gnome_vfs_sink_set_property),
18692         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18693         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18694         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18695         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18696         (gst_gnome_vfs_sink_uri_get_type),
18697         (gst_gnome_vfs_sink_uri_get_protocols),
18698         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18699         (gst_gnome_vfs_sink_uri_handler_init):
18700         * ext/gnomevfs/gstgnomevfssink.h:
18701           Port gnomevfssink; add gtk-doc blurb.
18702
18703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18704         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18705         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18706         (gst_gnome_vfs_src_uri_get_type),
18707         (gst_gnome_vfs_src_uri_get_protocols),
18708         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18709         (gst_gnome_vfs_src_uri_handler_init),
18710         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18711         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18712         (gst_gnome_vfs_src_send_additional_headers_callback),
18713         (gst_gnome_vfs_src_received_headers_callback),
18714         (gst_gnome_vfs_src_push_callbacks),
18715         (gst_gnome_vfs_src_pop_callbacks),
18716         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18717         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18718         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18719         * ext/gnomevfs/gstgnomevfssrc.h:
18720           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18721           file; add gtk-doc blurb with example pipelines.
18722
18723 === release 0.10.1 ===
18724
18725 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18726
18727         * configure.ac:
18728           releasing 0.10.1, "Dobro Dedek"
18729
18730 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18731
18732         * gst/typefind/gsttypefindfunctions.c:
18733         iLBC30 and iLBC20 added to typefind.
18734
18735 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18736
18737         * gst-libs/gst/audio/gstbaseaudiosink.c:
18738         (gst_base_audio_sink_class_init):
18739         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18740         (gst_base_audio_src_class_init):
18741           update strings, values are in microseconds
18742           change the default sink buffer time to something that is smaller
18743           (to help software volume mixing have a slightly lower delay) but
18744           still be acceptable on Wim's laptop
18745
18746 2005-12-20  Edward Hervey  <edward@fluendo.com>
18747
18748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18749         Made a quack, forgot to add DUCK to the riff video template.
18750
18751 2005-12-19  Edward Hervey  <edward@fluendo.com>
18752
18753         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18754         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18755         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18756         (gst_ogm_parse_chain):
18757         Make sure pads are initialized correctly.
18758         * gst-libs/gst/riff/riff-ids.h:
18759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18760         (gst_riff_create_video_template_caps):
18761         Add a whole bunch of FOURCC <=> MimeType.
18762         Extend the riff video pad template to support the newly added fourcc.
18763
18764 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18765
18766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18767         (gst_ogg_demux_activate_chain):
18768           Extra debug output when activating/deactivating chains.
18769
18770         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18771         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18772         (unlinked):
18773           Remove a queue from our list when it becomes unlinked.
18774           Don't add queues to elements in class 'Demux' if they
18775           can only produce one pad 
18776
18777 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18778
18779         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18780         (gst_video_sink_get_type): Add a debug category.
18781
18782 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18783
18784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18785         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18786           Handle downstream newsegment by sending our own newsegment before the
18787           next buffer to be released. (#323900)
18788
18789 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18790
18791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18792         (gst_base_rtp_depayload_set_gst_timestamp):
18793           add queue delay to new segment as well (as opposed to just the first
18794           buffer). (bug #322347)
18795
18796 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18797
18798         * ext/libvisual/visual.c: (make_valid_name):
18799           change some char* into char[]
18800         * gst/audiotestsrc/gstaudiotestsrc.c:
18801         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18802         (gst_audio_test_src_create):
18803         * gst/audiotestsrc/gstaudiotestsrc.h:
18804           prepare to handle EOS and SEGMENT_DONE
18805
18806 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18807
18808         * tests/check/generic/states.c: (GST_START_TEST):
18809           Blacklist cdparanoia element in state test.
18810
18811 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18812
18813           Patch by: Benjamin Pineau
18814
18815         * gst/tcp/gsttcp.c:
18816         * gst/tcp/gsttcpclientsink.c:
18817         * gst/tcp/gsttcpserversink.c:
18818         * gst/tcp/gsttcpserversrc.c:
18819           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18820
18821 2005-12-15  Michael Smith  <msmith@fluendo.com>
18822
18823         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18824         (gst_video_rate_chain):
18825           Fix timestamping for videorate when the first buffer it sees has a
18826           non-zero timestamp. Fix some misleading debug output.
18827
18828 2005-12-15  Michael Smith  <msmith@fluendo.com>
18829
18830         * gst/audioresample/gstaudioresample.c:
18831           Don't leak all input buffers to audioresample.
18832
18833 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18834
18835         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18836           Don't operate on empty text buffers. Strip newlines and
18837           tabs only from the end of the text, but leave them intact
18838           in the middle. Fix typo in gtk-doc description.
18839
18840 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18841
18842         * gst/playback/gstplaybasebin.c:
18843         * gst/playback/gstplaybin.c: (handoff):
18844           Make sure the video frame buffer we return to apps via the
18845           "frame" property always has caps set on it. Modify
18846           _gst_gvalue_set_object() macro to handle NULL objects
18847           gracefully too.
18848
18849 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18850
18851         * gst/audiotestsrc/gstaudiotestsrc.c:
18852         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18853         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18854         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18855         (gst_audio_test_src_create):
18856         * gst/audiotestsrc/gstaudiotestsrc.h:
18857         Adjust to some recent api changes and add wtays new cool seeking
18858         capabillities
18859
18860 2005-12-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18861
18862         * ext/alsa/Makefile.am:
18863         * ext/alsa/gstalsadeviceprobe.c:
18864         * ext/alsa/gstalsadeviceprobe.h:
18865           Helper functions to add device probing via the GstPropertyProbe
18866           interface to a class.
18867
18868         * ext/alsa/gstalsamixer.h:
18869           Comment out GST_ALSA_MIXER, it returns a struct that's not
18870           used.
18871
18872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18873           Add some debug info. 
18874
18875         * ext/alsa/gstalsamixerelement.c:
18876         (gst_alsa_mixer_element_interface_supported),
18877         (gst_implements_interface_init),
18878         (gst_alsa_mixer_element_init_interfaces),
18879         (gst_alsa_mixer_element_class_init),
18880         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18881         (gst_alsa_mixer_element_set_property),
18882         (gst_alsa_mixer_element_get_property),
18883         (gst_alsa_mixer_element_change_state):
18884         * ext/alsa/gstalsamixerelement.h:
18885           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18886           for device handling (gnome-volume-control will need that).
18887
18888 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18889
18890         * ext/Makefile.am: fix cdparanoia entry
18891         * gst-plugins-base.spec.in: add cdparanoia
18892
18893 2005-12-12  Michael Smith  <msmith@fluendo.com>
18894
18895         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18896           Use the correct function to free list of typefind factories.
18897
18898 2005-12-12  Wim Taymans  <wim@fluendo.com>
18899
18900         * gst/videotestsrc/gstvideotestsrc.c:
18901         (gst_video_test_src_class_init), (gst_video_test_src_init),
18902         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18903         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18904         (gst_video_test_src_create):
18905         * gst/videotestsrc/gstvideotestsrc.h:
18906         Implement seeking in videotestsrc.
18907         Small cleanups.
18908
18909 2005-12-12  Wim Taymans  <wim@fluendo.com>
18910
18911         * ext/cdparanoia/Makefile.am:
18912         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18913         (gst_paranoia_endian_get_type), (_do_init),
18914         (cdparanoia_class_init), (cdparanoia_init),
18915         (cdparanoia_set_property), (cdparanoia_get_property),
18916         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18917         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18918         (cdparanoia_convert), (cdparanoia_get_query_types),
18919         (cdparanoia_query), (cdparanoia_set_index),
18920         (cdparanoia_uri_set_uri):
18921         * ext/cdparanoia/gstcdparanoia.h:
18922         Partially ported cdparanoia now that basesrc can support a
18923         plugin like this..
18924
18925 2005-12-12  Wim Taymans  <wim@fluendo.com>
18926
18927         * tests/examples/seek/scrubby.c: (main):
18928         Set higher priority for bus events so they don't get reordered with
18929         gtk gui events.
18930
18931         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18932         (flush_toggle_cb), (main):
18933         Added checkbox to disable flushing seeks. 
18934         Disable scrubbing when doing non flushing seeks.
18935
18936 2005-12-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18937
18938         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18939         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18940         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18941         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18942           Implement some sort of event handling that doesn't rely on
18943           g_return_if_fail; make sure we always push the last chunk of an 
18944           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18945           state change function; remove some old cruft. Seeking is still
18946           rather unlikely to work though.
18947
18948         * tools/.cvsignore:
18949           Ignore more.
18950
18951 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18952
18953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18954         Fixed a leak of the current image reference when cleaning up.
18955         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18956
18957 2005-12-09  Michael Smith  <msmith@fluendo.com>
18958
18959         * tools/Makefile.am:
18960         * tools/gst-launch-ext-m.m:
18961           Remove gst-launch-ext. It doesn't work, and is no longer
18962           particularly useful.
18963
18964 2005-12-08  Luca Ognibene  <luogni@tin.it>
18965
18966         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18967           don't pass random values to ogmparse convert function.
18968           Make seeking possible in the exile1.ogm file.
18969
18970 2005-12-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18971
18972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18973         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18974           Work around refcount problem with g_value_set_object() that occur
18975           if the core has been compiled against GLib-2.6 (g_value_set_object()
18976           will only g_object_ref() the element, but the caller will
18977           gst_object_unref() it and bad things will happen due to the way
18978           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18979           totem for people on FC4 using Thomas's 0.10 RPMs.
18980           
18981 2005-12-07  Edward Hervey  <edward@fluendo.com>
18982
18983         Time to welcome ogm to 0.10 :)
18984         
18985         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18986         (gst_ogg_pad_typefind):
18987         Oggdemux can now properly typefind elements with dynamic pads.
18988         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18989         Properly set caps on src pad, and set caps on outgoing buffers.
18990
18991 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * ext/alsa/gstalsamixer.h:
18994         * ext/alsa/gstalsamixerelement.h:
18995         * ext/alsa/gstalsamixeroptions.h:
18996         * ext/alsa/gstalsamixertrack.h:
18997         * ext/alsa/gstalsasink.c:
18998         * ext/alsa/gstalsasink.h:
18999         * ext/alsa/gstalsasrc.c:
19000         * ext/alsa/gstalsasrc.h:
19001         * ext/cdparanoia/gstcdparanoia.h:
19002         * ext/gnomevfs/gstgnomevfsuri.h:
19003         * ext/ogg/gstoggdemux.c:
19004         * ext/ogg/gstoggmux.c:
19005         * ext/pango/gsttextoverlay.h:
19006         * ext/theora/theoradec.c:
19007         * ext/theora/theoraenc.c:
19008         * ext/vorbis/vorbisdec.h:
19009         * ext/vorbis/vorbisenc.c:
19010         * ext/vorbis/vorbisenc.h:
19011         * ext/vorbis/vorbisparse.h:
19012         * gst-libs/gst/audio/gstaudioclock.h:
19013         * gst-libs/gst/audio/gstaudiosink.c:
19014         * gst-libs/gst/audio/gstaudiosink.h:
19015         * gst-libs/gst/audio/gstaudiosrc.c:
19016         * gst-libs/gst/audio/gstaudiosrc.h:
19017         * gst-libs/gst/audio/gstbaseaudiosink.c:
19018         * gst-libs/gst/audio/gstbaseaudiosink.h:
19019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19020         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19021         * gst-libs/gst/audio/gstringbuffer.h:
19022         * gst-libs/gst/audio/multichannel.h:
19023         * gst-libs/gst/floatcast/floatcast.h:
19024         * gst-libs/gst/interfaces/colorbalance.c:
19025         * gst-libs/gst/interfaces/colorbalance.h:
19026         * gst-libs/gst/interfaces/colorbalancechannel.h:
19027         * gst-libs/gst/interfaces/mixer.h:
19028         * gst-libs/gst/interfaces/mixeroptions.h:
19029         * gst-libs/gst/interfaces/mixertrack.h:
19030         * gst-libs/gst/interfaces/navigation.h:
19031         * gst-libs/gst/interfaces/propertyprobe.h:
19032         * gst-libs/gst/interfaces/tuner.h:
19033         * gst-libs/gst/interfaces/tunerchannel.h:
19034         * gst-libs/gst/interfaces/tunernorm.h:
19035         * gst-libs/gst/interfaces/xoverlay.h:
19036         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19037         * gst-libs/gst/riff/riff-ids.h:
19038         * gst-libs/gst/riff/riff-media.h:
19039         * gst-libs/gst/riff/riff-read.h:
19040         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19041         * gst-libs/gst/rtp/gstbasertppayload.c:
19042         * gst-libs/gst/rtp/gstbasertppayload.h:
19043         * gst-libs/gst/rtp/gstrtpbuffer.c:
19044         * gst-libs/gst/rtp/gstrtpbuffer.h:
19045         * gst-libs/gst/tag/gsttageditingprivate.h:
19046         * gst-libs/gst/tag/gstvorbistag.c:
19047         (gst_tag_list_from_vorbiscomment_buffer):
19048         * gst-libs/gst/tag/tag.h:
19049         * gst-libs/gst/video/video.h:
19050         * gst/adder/gstadder.c:
19051         * gst/adder/gstadder.h:
19052         * gst/audioconvert/audioconvert.c:
19053         * gst/audioconvert/audioconvert.h:
19054         * gst/audioconvert/gstaudioconvert.c:
19055         * gst/audioconvert/gstchannelmix.c:
19056         * gst/audioconvert/gstchannelmix.h:
19057         * gst/audiorate/gstaudiorate.c:
19058         * gst/audioresample/buffer.h:
19059         * gst/audioresample/functable.h:
19060         * gst/audioresample/gstaudioresample.c:
19061         * gst/audioresample/resample.h:
19062         * gst/ffmpegcolorspace/avcodec.h:
19063         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19064         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19065         * gst/ffmpegcolorspace/imgconvert.c:
19066         * gst/ffmpegcolorspace/imgconvert_template.h:
19067         * gst/playback/gstdecodebin.c:
19068         * gst/playback/gstplaybasebin.h:
19069         * gst/playback/gstplaybin.c:
19070         * gst/playback/gststreaminfo.h:
19071         * gst/tcp/gstfdset.c:
19072         * gst/tcp/gstfdset.h:
19073         * gst/tcp/gstmultifdsink.c:
19074         * gst/tcp/gstmultifdsink.h:
19075         * gst/tcp/gsttcp.h:
19076         * gst/tcp/gsttcpclientsrc.c:
19077         * gst/tcp/gsttcpclientsrc.h:
19078         * gst/tcp/gsttcpplugin.h:
19079         * gst/tcp/gsttcpserversink.c:
19080         * gst/tcp/gsttcpserversrc.c:
19081         * gst/typefind/gsttypefindfunctions.c:
19082         * gst/videorate/gstvideorate.c:
19083         * gst/videotestsrc/gstvideotestsrc.h:
19084         * gst/videotestsrc/videotestsrc.h:
19085         * sys/v4l/gstv4lcolorbalance.h:
19086         * sys/v4l/gstv4ltuner.h:
19087         * sys/v4l/gstv4lxoverlay.h:
19088         * sys/v4l/v4l_calls.h:
19089         * sys/v4l/videodev_mjpeg.h:
19090         * tests/check/elements/audioconvert.c:
19091         * tests/check/elements/audioresample.c:
19092         * tests/check/elements/audiotestsrc.c:
19093         * tests/check/elements/videotestsrc.c:
19094         * tests/check/elements/volume.c:
19095         * tests/examples/seek/scrubby.c:
19096         * tests/examples/seek/seek.c:
19097           expand tabs
19098
19099 === release 0.10.0 ===
19100
19101 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19102
19103         * configure.ac:
19104           releasing 0.10.0, "Mont-d'or"
19105
19106 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19107
19108         * tests/examples/seek/Makefile.am:
19109         Build fix for when gtk is not available.
19110
19111 2005-12-05  Andy Wingo  <wingo@pobox.com>
19112
19113         * ext/libvisual/visual.c: (get_buffer):
19114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19115         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19116         * ext/theora/theoradec.c: (theora_handle_data_packet):
19117         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19118         (theora_enc_chain):
19119         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19120         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19121         Update for alloc_buffer changes.
19122
19123 2005-12-05  Andy Wingo  <wingo@pobox.com>
19124
19125         patch by: Kai Vehmanen <kv2004 eca cx>
19126         
19127         * gst-libs/gst/rtp/gstbasertpdepayload.c
19128         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19129
19130 2005-12-04  Andy Wingo  <wingo@pobox.com>
19131
19132         patch by: Sebastien Cote <sebas642 yahoo ca>
19133         
19134         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19135         Fixes #319172.
19136
19137 2005-12-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19138
19139         * docs/plugins/Makefile.am:
19140         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19142         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19143         * ext/pango/gstclockoverlay.c:
19144         * ext/pango/gsttextoverlay.c: 
19145         * ext/pango/gsttextrender.c:
19146         * ext/pango/gsttimeoverlay.c:
19147           Add gtk-doc blurbs to pango elements.
19148
19149 2005-12-02  Wim Taymans  <wim@fluendo.com>
19150
19151         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19152         * gst/audioresample/buffer.h:
19153         * gst/audioresample/gstaudioresample.c:
19154         * gst/audioresample/gstaudioresample.h:
19155         * gst/audioresample/resample.c: (resample_input_flush),
19156         (resample_input_pushthrough), (resample_input_eos),
19157         (resample_get_output_size_for_input),
19158         (resample_get_input_size_for_output), (resample_get_output_size),
19159         (resample_get_output_data):
19160         * gst/audioresample/resample.h:
19161         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19162         Fix audioresample, seek torture, new segments, reverse negotiation
19163         etc.. work fine.
19164
19165 2005-12-02  Wim Taymans  <wim@fluendo.com>
19166
19167         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19168         Small cleanups.
19169
19170 2005-12-02  Wim Taymans  <wim@fluendo.com>
19171
19172         * gst/audioconvert/gstaudioconvert.c:
19173         (gst_audio_convert_transform):
19174         Post errors.
19175
19176 === release 0.9.7 ===
19177
19178 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19179
19180         * configure.ac:
19181           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19182
19183 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19184
19185         * Makefile.am:
19186         * po/hu.po:
19187         * win32/MANIFEST:
19188         * win32/gst.sln:
19189           add win32 MANIFEST file
19190           do something to the hungarian translation
19191
19192 2005-12-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19193
19194         * ext/Makefile.am:
19195           Add $(PANGO_DIR) to SUBDIRS
19196
19197         * ext/pango/gstclockoverlay.c:
19198         * ext/pango/gsttimeoverlay.c:
19199           Fix and improve element descriptions.
19200
19201 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19202
19203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19204         * docs/plugins/inspect/plugin-libvisual.xml:
19205         * docs/plugins/inspect/plugin-pango.xml:
19206           add pango plugin to docs
19207
19208 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19209
19210         * configure.ac:
19211         * ext/Makefile.am:
19212           moved pango to base
19213
19214 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19215
19216         * configure.ac:
19217         * tests/Makefile.am:
19218         * tests/icles/.cvsignore:
19219         * tests/icles/Makefile.am:
19220         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19221         (close_display), (resize_window), (move_window), (create_window),
19222         (terminate_playback), (pause_playback), (start_playback), (main):
19223           add stress test for xoverlay from Julien
19224
19225 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19226
19227         * docs/libs/tmpl/gstcolorbalance.sgml:
19228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19229         * gst-libs/gst/rtp/gstbasertppayload.c:
19230         * gst-libs/gst/rtp/gstrtpbuffer.c:
19231         * gst-libs/gst/rtp/gstrtpbuffer.h:
19232           Do burger's rename for rtp payloaders and depayloaders
19233
19234 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19235
19236         * win32/:
19237           add Visual Studio 6 build files
19238
19239 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19240
19241         * docs/libs/gst-plugins-base-libs-docs.sgml:
19242         * docs/libs/gst-plugins-base-libs-sections.txt:
19243         * docs/libs/tmpl/gstaudio.sgml:
19244         * docs/libs/tmpl/gstringbuffer.sgml:
19245         * gst-libs/gst/interfaces/xoverlay.c:
19246         * gst-libs/gst/video/gstvideofilter.c:
19247         * gst-libs/gst/video/gstvideosink.c:
19248           update documentation
19249
19250 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19251
19252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19253         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19254         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19255         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19256         (gst_multi_fd_sink_get_stats),
19257         (gst_multi_fd_sink_remove_client_link),
19258         (gst_multi_fd_sink_handle_client_read),
19259         (gst_multi_fd_sink_client_queue_data),
19260         (gst_multi_fd_sink_client_queue_caps),
19261         (gst_multi_fd_sink_client_queue_buffer),
19262         (gst_multi_fd_sink_new_client),
19263         (gst_multi_fd_sink_handle_client_write),
19264         (gst_multi_fd_sink_recover_client),
19265         (gst_multi_fd_sink_queue_buffer),
19266         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19267         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19268         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19269         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19270         * gst/tcp/gstmultifdsink.h:
19271         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19272         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19273         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19274         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19275         (gst_tcp_client_sink_set_property),
19276         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19277         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19278         * gst/tcp/gsttcpclientsink.h:
19279         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19280         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19281         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19282         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19283         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19284         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19285         * gst/tcp/gsttcpclientsrc.h:
19286         * gst/tcp/gsttcpplugin.c: (plugin_init):
19287         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19288         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19289         (gst_tcp_server_sink_finalize),
19290         (gst_tcp_server_sink_handle_server_read),
19291         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19292         (gst_tcp_server_sink_set_property),
19293         (gst_tcp_server_sink_get_property),
19294         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19295         * gst/tcp/gsttcpserversink.h:
19296         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19297         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19298         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19299         (gst_tcp_server_src_set_property),
19300         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19301         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19302         * gst/tcp/gsttcpserversrc.h:
19303           more borgifying
19304
19305 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19306
19307         * docs/plugins/Makefile.am:
19308         * docs/plugins/gst-plugins-base-plugins.args:
19309         * docs/plugins/inspect/plugin-libvisual.xml:
19310         * gst/audioconvert/plugin.h:
19311         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19312         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19313         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19314         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19315         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19316         (plugin_init):
19317         * gst/audiotestsrc/gstaudiotestsrc.c:
19318         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19319         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19320         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19321         (gst_audio_test_src_get_query_types),
19322         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19323         (gst_audio_test_src_create_square),
19324         (gst_audio_test_src_create_saw),
19325         (gst_audio_test_src_create_triangle),
19326         (gst_audio_test_src_create_silence),
19327         (gst_audio_test_src_create_white_noise),
19328         (gst_audio_test_src_init_pink_noise),
19329         (gst_audio_test_src_generate_pink_noise_value),
19330         (gst_audio_test_src_create_pink_noise),
19331         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19332         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19333         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19334         (plugin_init):
19335         * gst/audiotestsrc/gstaudiotestsrc.h:
19336         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19337         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19338         (gst_sub_parse_init), (gst_sub_parse_formats),
19339         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19340         (convert_encoding), (get_next_line),
19341         (gst_sub_parse_data_format_autodetect),
19342         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19343         (gst_sub_parse_loop), (gst_sub_parse_chain),
19344         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19345         (plugin_init):
19346         * gst/subparse/gstsubparse.h:
19347         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19348         (gst_video_rate_base_init), (gst_video_rate_class_init),
19349         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19350         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19351         (gst_video_rate_init), (gst_video_rate_event),
19352         (gst_video_rate_chain), (gst_video_rate_set_property),
19353         (gst_video_rate_get_property), (gst_video_rate_change_state),
19354         (plugin_init):
19355         * gst/videoscale/gstvideoscale.c:
19356         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19357         (gst_video_scale_src_template_factory),
19358         (gst_video_scale_sink_template_factory),
19359         (gst_video_scale_get_type), (gst_video_scale_base_init),
19360         (gst_video_scale_class_init), (gst_video_scale_init),
19361         (gst_video_scale_set_property), (gst_video_scale_get_property),
19362         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19363         (gst_video_scale_prepare_size), (parse_caps),
19364         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19365         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19366         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19367         (plugin_init):
19368         * gst/videoscale/gstvideoscale.h:
19369         * gst/videotestsrc/gstvideotestsrc.c:
19370         (gst_video_test_src_pattern_get_type),
19371         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19372         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19373         (gst_video_test_src_set_pattern),
19374         (gst_video_test_src_set_property),
19375         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19376         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19377         (gst_video_test_src_event), (gst_video_test_src_get_times),
19378         (gst_video_test_src_create), (plugin_init):
19379         * gst/videotestsrc/gstvideotestsrc.h:
19380         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19381         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19382         (gst_video_test_src_black):
19383         * gst/videotestsrc/videotestsrc.h:
19384           borgify further
19385           clean up docs a little
19386
19387 2005-11-30  Wim Taymans  <wim@fluendo.com>
19388
19389         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19390         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19391         (gst_basertppayload_event), (gst_basertppayload_push),
19392         (gst_basertppayload_change_state):
19393         * gst-libs/gst/rtp/gstbasertppayload.h:
19394         closed #320644.
19395
19396 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19397
19398         * docs/libs/gst-plugins-base-libs-docs.sgml:
19399         * docs/libs/gst-plugins-base-libs-sections.txt:
19400         * gst-libs/gst/video/gstvideofilter.c:
19401         * gst-libs/gst/video/gstvideosink.c:
19402         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19403
19404 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19405
19406         * LICENSE:
19407           move
19408         * po/af.po:
19409         * po/az.po:
19410         * po/cs.po:
19411         * po/en_GB.po:
19412         * po/hu.po:
19413         * po/it.po:
19414         * po/nb.po:
19415         * po/nl.po:
19416         * po/or.po:
19417         * po/sq.po:
19418         * po/sr.po:
19419         * po/sv.po:
19420         * po/uk.po:
19421         * po/vi.po:
19422         * Makefile.am:
19423           update
19424         * scripts/autoplugins.sh:
19425           remove
19426
19427 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19428
19429         * Makefile.am:
19430         * configure.ac:
19431         * examples/Makefile.am:
19432         * examples/capsfilter/Makefile.am:
19433         * examples/capsfilter/capsfilter1.c:
19434         * examples/gob/Makefile.am:
19435         * examples/gob/gst-identity2.gob:
19436         * examples/indexing/.cvsignore:
19437         * examples/indexing/Makefile.am:
19438         * examples/indexing/indexmpeg.c:
19439         * examples/seeking/.cvsignore:
19440         * examples/seeking/Makefile.am:
19441         * examples/seeking/cdparanoia.c:
19442         * examples/seeking/cdplayer.c:
19443         * examples/seeking/chained.c:
19444         * examples/seeking/scrubby.c:
19445         * examples/seeking/seek.c:
19446         * examples/stats/Makefile.am:
19447         * examples/stats/mp2ogg.c:
19448         * examples/switch/.cvsignore:
19449         * examples/switch/Makefile.am:
19450         * examples/switch/switcher.c:
19451         * tests/Makefile.am:
19452         * tests/check/generic/.cvsignore:
19453         * tests/check/pipelines/.cvsignore:
19454         * tests/examples/Makefile.am:
19455         * tests/examples/seek/Makefile.am:
19456           reorganize stuff under tests/
19457
19458 2005-11-30  Edward Hervey  <edward@fluendo.com>
19459
19460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19461         Go away you stupid GstStaticPadTemplate memleak.
19462
19463 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19464
19465         * gst-libs/gst/net/Makefile.am:
19466         * gst-libs/gst/net/README:
19467         * gst-libs/gst/net/gstnetbuffer.c:
19468         * gst-libs/gst/net/gstnetbuffer.h:
19469           this was moved to "netbuffer"
19470
19471 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19472
19473         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19474         (gst_video_filter_class_init), (gst_video_filter_init):
19475         * gst-libs/gst/video/gstvideofilter.h:
19476           borgify name to bring in line with other classes
19477
19478 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19479
19480         * gst/audioscale/.cvsignore:
19481         * gst/audioscale/Makefile.am:
19482         * gst/audioscale/README:
19483         * gst/audioscale/audioscale.vcproj:
19484         * gst/audioscale/dtof.c:
19485         * gst/audioscale/dtos.c:
19486         * gst/audioscale/functable.c:
19487         * gst/audioscale/gstaudioscale.c:
19488         * gst/audioscale/gstaudioscale.h:
19489         * gst/audioscale/private.h:
19490         * gst/audioscale/resample.c:
19491         * gst/audioscale/resample.h:
19492         * gst/audioscale/test.c:
19493           remove
19494
19495 2005-11-30  Edward Hervey  <edward@fluendo.com>
19496
19497         * gst-libs/gst/netbuffer/Makefile.am:
19498         really, really tired
19499
19500 2005-11-30  Edward Hervey  <edward@fluendo.com>
19501
19502         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19503         Update for new GstTypeFindFactory _register()
19504
19505 2005-11-30  Edward Hervey  <edward@fluendo.com>
19506
19507         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19508         Let's not override libgstnet from core for no reason...
19509         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19510         Ok, maybe not so quick next time.
19511
19512 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19513
19514         * configure.ac:
19515         * gst-libs/gst/Makefile.am:
19516           moved gst-libs/gst/net to netbuffer through CVS surgery
19517           remove old directory
19518           updating build to accomodate
19519           (#322257)
19520
19521 2005-11-29  Andy Wingo  <wingo@pobox.com>
19522
19523         * pkgconfig/gstreamer-plugins-base.pc.in:
19524         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19525         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19526         (#322257).
19527
19528 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19529
19530         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19531         3rd time's the charm. Correct ref-counting for discarded buffers.
19532
19533 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19534
19535         * gst/playback/gststreamselector.c:
19536         (gst_stream_selector_class_init),
19537         (gst_stream_selector_set_property),
19538         (gst_stream_selector_get_property),
19539         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19540         Fix ref-counting
19541
19542 2005-11-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19543
19544         * gst/subparse/gstsubparse.c: (feed_textbuf):
19545           Don't access already unref'ed buffer.
19546
19547 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19548
19549         * gst/playback/gststreamselector.c:
19550         (gst_stream_selector_class_init), (gst_stream_selector_init),
19551         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19552         (gst_stream_selector_get_property),
19553         (gst_stream_selector_get_linked_pad),
19554         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19555         * gst/playback/gststreamselector.h:
19556         Add the active-pad property for playbin to use shortly. Ignore buffers
19557         from any other pad, returning GST_FLOW_NOT_LINKED
19558
19559 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19560
19561         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19562         patch from bug #322704 (Alessandro Decina).
19563
19564 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * gst-libs/gst/audio/Makefile.am:
19567           folded audiofilter into the audio library
19568
19569 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19570
19571         * gst/videoscale/gstvideoscale.h:
19572         * gst/videoscale/gstvideoscale.c:
19573           remove unimplemented scale methods
19574
19575 2005-11-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19576
19577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19578           Don't leak caps.
19579
19580 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19581
19582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19583         (gst_ximagesink_setcaps):
19584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19585         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19586         happens (only visible on ximagesink but bug is in xv too) set_caps was
19587         destroying the internal x[v]image used to memcpy non locally alloced
19588         buffers so that it got renewed on next _chain. The issue is that 
19589         _expose will try to put that image as it reffed it in _put.
19590         Using gst_buffer_unref instead of destroy fixes it !
19591
19592 2005-11-28  Edward Hervey  <edward@fluendo.com>
19593
19594         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19595         (try_to_link_1), (queue_filled_cb):
19596         Better use of the queues. Start with a small size queue and only increase
19597         the size of the queues when the other queues are empty.
19598
19599 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * gst-libs/gst/video/Makefile.am:
19602           compile in copied-over videofilter into the video library
19603         * gst-libs/gst/video/videosink.h:
19604           rename the header to gstvideosink.h since it's a base GstObject class
19605         * sys/ximage/ximagesink.h:
19606         * sys/xvimage/xvimagesink.h:
19607           use the new header
19608
19609 2005-11-28  Wim Taymans  <wim@fluendo.com>
19610
19611         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19612         * gst/playback/gstplaybasebin.h:
19613         Prepare to handle errors betters.
19614
19615         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19616         Set sinks to PAUSED first before adding and linking them so that
19617         we don't interrupt dataflow.
19618
19619 2005-11-28  Wim Taymans  <wim@fluendo.com>
19620
19621         * gst-libs/gst/audio/TODO:
19622         Updated TODO
19623
19624         * gst-libs/gst/audio/gstaudiosink.c:
19625         (gst_audioringbuffer_open_device),
19626         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19627         (gst_audioringbuffer_release):
19628         Small cleanups.
19629
19630         * gst-libs/gst/audio/gstbaseaudiosink.c:
19631         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19632         (gst_base_audio_sink_change_state):
19633         Slave to the master clock when going to PLAYING and unslave when
19634         going to PAUSED.
19635
19636         * gst-libs/gst/audio/gstringbuffer.c:
19637         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19638         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19639         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19640         (gst_ring_buffer_clear_all), (wait_segment),
19641         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19642         (gst_ring_buffer_advance):
19643         * gst-libs/gst/audio/gstringbuffer.h:
19644         Add some docs and cleanups.
19645
19646 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19647
19648         * sys/xvimage/xvimagesink.c:
19649         (gst_xvimagesink_navigation_send_event): Fix navigation events
19650         coordinates translation with pixel aspect ratios.
19651
19652 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19653
19654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19655         Use calculated video geometry from _setcaps instead of buffer
19656         caps to respect pixel aspect ratio. (fixes #322388)
19657
19658 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19659
19660         * docs/libs/tmpl/gstcolorbalance.sgml:
19661         * docs/libs/tmpl/gstmixer.sgml:
19662         * docs/libs/tmpl/gstxoverlay.sgml:
19663         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19664         interface.
19665
19666 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19667
19668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19669         Refuse to create an XvImage if we can't find the format.
19670
19671 2005-11-28  Edward Hervey  <edward@fluendo.com>
19672
19673         * gst-libs/gst/riff/riff-media.c:
19674         (gst_riff_create_audio_template_caps):
19675         Add ATRAC3 to the list of riff-possible audio caps.
19676         I know we still don't have a plugin for atrac3, but it's saner to output
19677         that than a cryptic mimetype.
19678
19679 2005-11-27  Edward Hervey  <edward@fluendo.com>
19680
19681         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19682         Don't try to create a zero-sized subbuffer.
19683
19684 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19685
19686         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19687         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19688         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19689         (gst_ximagesink_expose): Fixed a tricky race.
19690         * sys/ximage/ximagesink.h:
19691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19692         (gst_xvimagesink_expose): Fixed a tricky race.
19693         * sys/xvimage/xvimagesink.h:
19694
19695 2005-11-27  Edward Hervey  <edward@fluendo.com>
19696
19697         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19698         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19699         Remove unused properties, and add queues between demuxers and decoders
19700         so that a lot more files can preroll properly.
19701
19702 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19703
19704         * gst-libs/gst/net/Makefile.am:
19705         * gst-libs/gst/rtp/Makefile.am:
19706         * gst-libs/gst/tag/Makefile.am:
19707           remove silly include
19708         * gst/tags/Makefile.am:
19709         * gst/tags/gsttagediting.c:
19710         * gst/tags/gsttageditingprivate.h:
19711         * gst/tags/tagedit.vcproj:
19712           remove directory, is as good as empty
19713
19714 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19715
19716         * configure.ac:
19717           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19718         * gst-libs/Makefile.am:
19719         * gst-libs/gst/audio/Makefile.am:
19720         * gst-libs/gst/interfaces/Makefile.am:
19721         * gst-libs/gst/net/Makefile.am:
19722         * gst-libs/gst/riff/Makefile.am:
19723         * gst-libs/gst/rtp/Makefile.am:
19724         * gst-libs/gst/tag/Makefile.am:
19725         * gst-libs/gst/video/Makefile.am:
19726           and use them
19727
19728 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19729
19730         * docs/libs/tmpl/gstcolorbalance.sgml:
19731         * docs/libs/tmpl/gstmixer.sgml:
19732         * docs/libs/tmpl/gstxoverlay.sgml:
19733         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19734         * sys/ximage/ximagesink.h:
19735         * sys/xvimage/xvimagesink.h: More and more documentation.
19736
19737 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19738
19739         * docs/libs/gst-plugins-base-libs-docs.sgml:
19740         * docs/libs/gst-plugins-base-libs-sections.txt:
19741         * docs/libs/tmpl/gstcolorbalance.sgml:
19742         * docs/libs/tmpl/gstmixer.sgml:
19743         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19744         to documentation.
19745
19746 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19747
19748         * docs/plugins/Makefile.am:
19749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19751         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19752
19753 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19754
19755         * docs/plugins/Makefile.am:
19756         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19757         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19758         * docs/plugins/inspect/plugin-adder.xml:
19759         * docs/plugins/inspect/plugin-alsa.xml:
19760         * docs/plugins/inspect/plugin-audioconvert.xml:
19761         * docs/plugins/inspect/plugin-audiorate.xml:
19762         * docs/plugins/inspect/plugin-audioresample.xml:
19763         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19764         * docs/plugins/inspect/plugin-decodebin.xml:
19765         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19766         * docs/plugins/inspect/plugin-gnomevfs.xml:
19767         * docs/plugins/inspect/plugin-ogg.xml:
19768         * docs/plugins/inspect/plugin-playbin.xml:
19769         * docs/plugins/inspect/plugin-subparse.xml:
19770         * docs/plugins/inspect/plugin-tcp.xml:
19771         * docs/plugins/inspect/plugin-theora.xml:
19772         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19773         * docs/plugins/inspect/plugin-video4linux.xml:
19774         * docs/plugins/inspect/plugin-videorate.xml:
19775         * docs/plugins/inspect/plugin-videoscale.xml:
19776         * docs/plugins/inspect/plugin-videotestsrc.xml:
19777         * docs/plugins/inspect/plugin-volume.xml:
19778         * docs/plugins/inspect/plugin-vorbis.xml:
19779         * docs/plugins/inspect/plugin-ximagesink.xml:
19780         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19781         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19782
19783 2005-11-26  Edward Hervey  <edward@fluendo.com>
19784
19785         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19786         Properly return GstFlowReturn from gst_pad_push in chain functions.
19787
19788 2005-11-25  Michael Smith  <msmith@fluendo.com>
19789
19790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19791         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19792         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19793         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19794           Handle various conditions better when we don't understand a stream.
19795           Removes a heap of CRITICALs on ogg streams containing unknown data.
19796
19797 2005-11-24  Andy Wingo  <wingo@pobox.com>
19798
19799         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19800         Be threadsafe.
19801
19802 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19803
19804         * configure.ac: back to HEAD
19805
19806 === release 0.9.6 ===
19807
19808 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19809
19810         * configure.ac:
19811           releasing 0.9.6, "White Eight"
19812
19813 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19814
19815         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19816         * docs/plugins/inspect/plugin-sine.xml:
19817           remove sinesrc some more
19818
19819 2005-11-23  Wim Taymans  <wim@fluendo.com>
19820
19821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19822         If we are reading too slowly, jump forward in the ringbuffer
19823         instead of blocking.
19824
19825 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19826
19827         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19828         (gst_visual_chain):
19829         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19830         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19831         (gst_videorate_chain):
19832         * gst/videotestsrc/gstvideotestsrc.c:
19833         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19834         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19835         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19836         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19838         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19839           Updates for API changes
19840
19841 2005-11-23  Wim Taymans  <wim@fluendo.com>
19842
19843         * gst-libs/gst/audio/gstbaseaudiosink.c:
19844         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19845         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19846         Fix for calibration API change.
19847
19848 2005-11-23  Michael Smith <msmith@fluendo.com>
19849
19850         * gst-libs/gst/audio/multichannel.c:
19851         (gst_audio_get_channel_positions),
19852         (gst_audio_set_channel_positions),
19853         (gst_audio_set_structure_channel_positions_list),
19854         (gst_audio_fixate_channel_positions):
19855           Use gst_value_array_*() functions on value arrays, not
19856           gst_value_list_*().
19857
19858 2005-11-23  Edward Hervey  <edward@fluendo.com>
19859
19860         * autogen.sh:
19861         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19862         Fixes autogen
19863
19864 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19865
19866         * check/Makefile.am:
19867         * check/elements/videotestsrc.c: (setup_videotestsrc),
19868         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19869         (main):
19870           add a test for videotestsrc
19871
19872 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19873
19874         * gst/sine/.cvsignore:
19875         * gst/sine/Makefile.am:
19876         * gst/sine/gstsinesrc.c:
19877         * gst/sine/gstsinesrc.h:
19878         * gst/sine/sinesrc.vcproj:
19879           and remove sinesrc from the repository.  Closes #321446
19880
19881 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19882
19883         * configure.ac:
19884         * gst-plugins-base.spec.in:
19885           remove sinesrc from the build
19886
19887 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19888
19889         * check/Makefile.am:
19890         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19891         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19892         (main):
19893           add a test for audiotestsrc, testing all waves.  Even seems
19894           leak-free at first glance, nice job Stefan
19895
19896 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19897
19898         * po/af.po:
19899         * po/az.po:
19900         * po/cs.po:
19901         * po/en_GB.po:
19902         * po/hu.po:
19903         * po/it.po:
19904         * po/nb.po:
19905         * po/nl.po:
19906         * po/or.po:
19907         * po/sq.po:
19908         * po/sr.po:
19909         * po/sv.po:
19910         * po/uk.po:
19911         * po/vi.po:
19912           Translation string updates
19913
19914         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19915         (gst_v4lsrc_set_caps):
19916         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19917         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19918         * sys/v4l/v4lsrc_calls.h:
19919           Improve v4lsrc, by making it work again.
19920
19921 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19922
19923         * ext/libvisual/visual.c: (gst_visual_chain):
19924           Fix the fps calculations.
19925
19926         * gst/ffmpegcolorspace/avcodec.h:
19927           Move structure element for clarity
19928
19929         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19930         * gst-libs/gst/interfaces/tunernorm.h:
19931         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19934         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19935         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19936         (gst_v4lmjpegsrc_getcaps):
19937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19938         (gst_v4lsrc_set_caps):
19939         * sys/v4l/gstv4lsrc.h:
19940         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19941         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19942         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19943         * sys/v4l/v4lsrc_calls.h:
19944           Fractional framerates...
19945
19946 2005-11-22  Wim Taymans  <wim@fluendo.com>
19947
19948         * gst-libs/gst/audio/gstbaseaudiosink.c:
19949         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19950         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19951         And we provide a clock by default, of course...
19952
19953 2005-11-22  Wim Taymans  <wim@fluendo.com>
19954
19955         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19956         This clock can be slaved to a master clock now.
19957
19958         * gst-libs/gst/audio/gstbaseaudiosink.c:
19959         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19960         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19961         (gst_base_audio_sink_set_clock),
19962         (gst_base_audio_sink_set_property),
19963         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19964         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19965         * gst-libs/gst/audio/gstbaseaudiosink.h:
19966         Handle slaving the internal clock to the clock selected in the
19967         pipeline.
19968         Add property to make the basesink not provide a clock.
19969
19970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19971         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19972         (gst_base_rtp_depayload_wait):
19973         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19974         We can use the clock in GstElement, no need to store it ourselves.
19975
19976 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19977
19978         * docs/libs/tmpl/gstaudio.sgml:
19979           update
19980         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19981         (gst_paranoia_endian_get_type):
19982         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19983         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19984         * gst/audiotestsrc/gstaudiotestsrc.c:
19985         (gst_audiostestsrc_wave_get_type):
19986         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19987         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19988         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19989         (gst_sync_method_get_type), (gst_unit_type_get_type),
19990         (gst_client_status_get_type), (gst_multifdsink_class_init),
19991         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19992         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19993         (gst_multifdsink_get_property):
19994         * gst/tcp/gstmultifdsink.h:
19995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19996         * gst/videotestsrc/gstvideotestsrc.c:
19997         (gst_videotestsrc_pattern_get_type):
19998           remove deprecated properties
19999           fix up enums to correctly have short lowercase dashed nicks
20000
20001 2005-11-22  Michael Smith <msmith@fluendo.com>
20002
20003         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20005           Add underscore.
20006
20007 2005-11-22  Michael Smith <msmith@fluendo.com>
20008
20009         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20010         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20011           Use utility method for scaling clocktime for fractional framerates.
20012
20013 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20014
20015         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20016         (gst_visual_chain):
20017         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20018         * ext/theora/theoradec.c: (theora_handle_type_packet):
20019         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20020         (theora_enc_chain):
20021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20022         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20023         * gst-libs/gst/video/video.h:
20024         * gst/ffmpegcolorspace/avcodec.h:
20025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20026         (gst_ffmpeg_caps_to_pixfmt):
20027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20028         (gst_ffmpegcsp_set_caps):
20029         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20030         (gst_videorate_setcaps), (gst_videorate_blank_data),
20031         (gst_videorate_chain):
20032         * gst/videotestsrc/gstvideotestsrc.c:
20033         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20034         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20035         (gst_videotestsrc_event), (gst_videotestsrc_create):
20036         * gst/videotestsrc/gstvideotestsrc.h:
20037         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20038         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20039         (gst_ximagesink_get_times), (gst_ximagesink_init):
20040         * sys/ximage/ximagesink.h:
20041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20042         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20043         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20044         * sys/xvimage/xvimagesink.h:
20045           Convert elements to use fractions for their framerate.
20046           V4L elements to come later tonight.
20047
20048 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * gst-libs/gst/audio/audio.c:
20051         * gst-libs/gst/audio/audio.h:
20052           remove some deprecated functions
20053
20054 2005-11-22  Andy Wingo  <wingo@pobox.com>
20055
20056         * Update for gst_tag_setter API changes.
20057
20058 2005-11-22  Andy Wingo  <wingo@pobox.com>
20059
20060         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20061         (gst_ogg_demux_perform_seek):
20062         * ext/theora/theoradec.c (theora_dec_sink_event):
20063         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20064         update-funcnames.
20065
20066 2005-11-22  Wim Taymans  <wim@fluendo.com>
20067
20068         * examples/seeking/seek.c: (main):
20069         Give higher priority to bus signals than the gtk events
20070         to fix a race condition in the segment looping.
20071
20072 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20073
20074         * ext/theora/Makefile.am:
20075         * ext/vorbis/Makefile.am:
20076         * gst-libs/gst/tag/Makefile.am:
20077         * gst-plugins-base.spec.in:
20078           Rename libgsttagedit to libgsttag (#322117).
20079
20080 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20081
20082         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20084           Call gst_x_overlay_prepare_xwindow_id() to give applications
20085           a final chance to set their own xwindow id before the video
20086           sink creates its own window.
20087
20088 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20089
20090         * sys/xvimage/xvimagesink.c:
20091         (gst_xvimagesink_navigation_send_event): Handle navigation
20092         events correcly with borders if applicable.
20093
20094 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20095
20096         Patch by: Luca Ognibene
20097
20098         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20099         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20101         (gst_ffmpegcsp_caps_remove_format_info):
20102         * gst/ffmpegcolorspace/imgconvert.c:
20103         * gst/ffmpegcolorspace/imgconvert_template.h:
20104           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20105           #318353); use gst_structure_has_name().
20106
20107 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20108
20109         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20110         (gst_ximagesink_class_init): Add debug macros on functions.
20111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20112         (gst_xvimagesink_xwindow_draw_borders),
20113         (gst_xvimagesink_xvimage_put),
20114         (gst_xvimagesink_xwindow_update_geometry),
20115         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20116         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20117         (gst_xvimagesink_xcontext_clear),
20118         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20119         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20120         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20121         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20122         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20123         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20124         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20125         expose while being PAUSED, out of data flow navigation events, etc..
20126
20127 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20128
20129         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20130         * gst-libs/gst/audio/audio.h:
20131           fix prototype - wondering why the test worked regardless
20132
20133 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20134
20135         * check/Makefile.am:
20136         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20137         * gst-libs/gst/audio/audio.h:
20138           add a method that returns a proper GstClockTime
20139
20140 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20141
20142         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20143         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20144         * gst-libs/gst/interfaces/xoverlay.h:
20145           Remove everything having to do with the desired size; add 
20146           gst_x_overlay_prepare_xwindow_id() function; remove the
20147           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20148           post a message on the bus instead (#321816).
20149
20150         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20152         (gst_xvimagesink_xoverlay_init):
20153           Remove desired size stuff (#321816).
20154
20155 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20156
20157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20158         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20159         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20160           Terminate vararg functions with NULL instead of 0 to 
20161           make gcc4 happy.
20162
20163 2005-11-21  Andy Wingo  <wingo@pobox.com>
20164
20165         patch by: Sebastien Cote <sebas642@yahoo.ca>
20166         
20167         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20168         * gst-libs/gst/rtp/gstrtpbuffer.c
20169         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20170
20171 2005-11-21  Andy Wingo  <wingo@pobox.com>
20172
20173         * gst/playback/gstplaybin.c (gen_audio_element) 
20174         (gen_video_element): Use the new MISSING_PLUGIN core error
20175         category. Closes #320060.
20176
20177         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20178         * gst/videorate/gstvideorate.c (gst_videorate_event):
20179         * ext/theora/theoradec.c (theora_dec_sink_event): 
20180         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20181         stream lock.
20182
20183         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20184         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20185         stream lock changes.
20186
20187 2005-11-21  Wim Taymans  <wim@fluendo.com>
20188
20189         * gst-libs/gst/audio/gstbaseaudiosink.c:
20190         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20191         (gst_base_audio_sink_provide_clock),
20192         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20193         (gst_base_audio_sink_change_state):
20194         * gst/audioresample/gstaudioresample.c:
20195         Segment update fix.
20196
20197 2005-11-21  Andy Wingo  <wingo@pobox.com>
20198
20199         * *.h:
20200         * *.c: Ran scripts/update-macros. Oh yes.
20201
20202 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20203
20204         * sys/ximage/Makefile.am:
20205         * sys/ximage/ximage.c:
20206           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20207           remove your old libgstximage.* manually if necessary).
20208
20209 2005-11-21  Michael Smith <msmith@fluendo.com>
20210
20211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20212           Minimal fix for bug #320200: set the min/max bitrate in the correct
20213           units. A better fix would be to upgrade to the RATEMANAGE2
20214           interface, rather than using the deprecated interface used here, but
20215           that would require an update in our libvorbis dependency (to 1.1),
20216           which is probably undesirable.
20217
20218 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20219
20220         * ext/libvisual/visual.c: (get_buffer):
20221         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20222         (gst_base_audio_src_fixate):
20223         * gst/audioconvert/gstaudioconvert.c:
20224         (gst_audio_convert_fixate_caps):
20225         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20226         * gst/audiotestsrc/gstaudiotestsrc.c:
20227         (gst_audiotestsrc_src_fixate):
20228         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20229         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20230         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20231         * gst/videotestsrc/gstvideotestsrc.c:
20232         (gst_videotestsrc_src_fixate):
20233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20235           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20236           (#322027)
20237
20238
20239 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20240
20241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20242         (gst_riff_create_iavs_caps):
20243         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20244         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20245         (gst_riff_parse_info):
20246         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20249           Fixes for GST_FOURCC_FORMAT API change.
20250
20251 2005-11-21  Andy Wingo  <wingo@pobox.com>
20252
20253         patch by: Alessandro Dessina <alessandro nnva org>
20254
20255         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20256         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20257         (gst_ogg_parse_chain):
20258         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20259         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20260         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20261         gst_value_list calls on arrays. Fixes #321962.
20262
20263 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20264
20265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20266         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20267         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20268         * gst/adder/gstadder.c: (gst_adder_init),
20269         (gst_adder_request_new_pad), (gst_adder_collected),
20270         (gst_adder_change_state):
20271           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20272           API change.
20273
20274 2005-11-21  Michael Smith <msmith@fluendo.com>
20275
20276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20277         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20278           Properly handle pad_push return values.
20279
20280 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20281
20282         * gst-libs/gst/tag/Makefile.am:
20283         * gst-libs/gst/tag/gstvorbistag.c:
20284         (gst_tag_list_to_vorbiscomment_buffer):
20285           Remove obsolete vorbistag element and debug category.
20286
20287         * gst/playback/gstplaybasebin.c: (check_queue):
20288           Don't divide by 0 when queue-threshold is 0.
20289
20290         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20291           Don't modify an existing pixel-aspect-ratio if we fail to read
20292           a new one.
20293
20294 2005-11-20  Wim Taymans  <wim@fluendo.com>
20295
20296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20297         (gst_vorbisenc_push_packet):
20298         GST_PAD_IS_USABLE is gone, use the return value of
20299         the push or pad_alloc_buffer instead.
20300
20301 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20302
20303         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20304         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20305         (gst_ximagesink_ximage_destroy),
20306         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20307         (gst_ximagesink_xwindow_new),
20308         (gst_ximagesink_xwindow_update_geometry),
20309         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20310         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20311         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20312         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20313         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20314         (gst_ximagesink_navigation_send_event),
20315         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20316         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20317         (gst_ximagesink_finalize), (gst_ximagesink_init),
20318         (gst_ximagesink_class_init):
20319         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20320         This new version brings correct software scaling, non flickering
20321         window while resizing, pixel aspect ratio handling, usage of
20322         hardware buffer pools, out of data flow event thread for 
20323         navigation and handling of expose events even when being PAUSED,
20324         a new property to keep video aspect ratio when resizing, etc...
20325
20326 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20327
20328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20329         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20330         handling of PAR.
20331
20332 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20333
20334         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20335         Unsetting IS_SINK flag from the fakesink, so decodebin
20336         never behaves as a sink.
20337
20338 2005-11-17  Wim Taymans  <wim@fluendo.com>
20339
20340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20341         (gst_base_audio_src_change_state):
20342         Fix the audiosrc base class again, we did not unflush.
20343
20344 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20345
20346         * examples/seeking/seek.c: (make_dv_pipeline),
20347         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20348         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20349         to ogg/vorbis/theora pipeline.
20350
20351 2005-11-17  Wim Taymans  <wim@fluendo.com>
20352
20353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20354         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20355         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20356         Fix EOS on multiple streams.
20357         More debugging.
20358
20359 2005-11-16  Wim Taymans  <wim@fluendo.com>
20360
20361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20362         (gst_ogg_demux_perform_seek):
20363         Segment done must include stream time.
20364
20365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20366         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20367         (gst_ogg_mux_change_state):
20368         Fix ogg muxer again.
20369
20370 2005-11-16  Wim Taymans  <wim@fluendo.com>
20371
20372         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20373         Fix compile again.
20374
20375 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20376
20377         * ext/libvisual/visual.c: (gst_visual_init):
20378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20379         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20380         (gst_ogg_parse_chain):
20381         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20382         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20383         * ext/theora/theoradec.c: (gst_theora_dec_init):
20384         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20386         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20387         * gst/adder/gstadder.c: (gst_adder_class_init),
20388         (gst_adder_dispose):
20389         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20390         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20391         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20392           Fix a whole set of pad template leaks
20393
20394 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20395
20396         * check/generic/states.c: (GST_START_TEST):
20397           fix the test so that it only checks for elements that are part of
20398           this source module
20399
20400 2005-11-16  Michael Smith <msmith@fluendo.com>
20401
20402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20403         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20404         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20405         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20406         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20407         (gst_ogg_mux_change_state):
20408           Fix leaking collectpads.
20409
20410 2005-11-16  Edward Hervey  <edward@fluendo.com>
20411
20412         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20413         (gst_videorate_event), (gst_videorate_chain):
20414         Handle segment seeks
20415
20416 2005-11-16  Wim Taymans  <wim@fluendo.com>
20417
20418         * gst-libs/gst/audio/gstbaseaudiosink.c:
20419         (gst_base_audio_sink_provide_clock),
20420         (gst_base_audio_sink_change_state):
20421         Set ringbuffer to non-flushing when going to PAUSED, set to
20422         flushing again when going to READY.
20423
20424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20425         (gst_ring_buffer_stop):
20426         Start in flushing mode by default.
20427         Don't set flushing in the _stop method, let the app call
20428         this explicitly.
20429
20430 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20431
20432         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20433         * gst-libs/gst/video/videosink.h: Add helper function needed
20434         for video sinks.
20435
20436 2005-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20437
20438         * gst/videoscale/gstvideoscale.c:
20439         (gst_videoscale_handle_src_event):
20440           Don't leak reference to pad parent.
20441
20442 2005-11-16  Wim Taymans  <wim@fluendo.com>
20443
20444         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20445         Set ringbuffer to flushing when stopping so that we don't
20446         block on wait_segment anymore and livelock.
20447
20448 2005-11-16  Wim Taymans  <wim@fluendo.com>
20449
20450         * examples/seeking/seek.c: (send_event), (do_seek),
20451         (loop_toggle_cb), (segment_done), (main):
20452         Added looping checkbox.
20453
20454 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20455
20456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20457         (gst_ogg_demux_init):
20458         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20459         (gst_vorbis_dec_init):
20460           revert unrefs, they don't pass make check
20461
20462 2005-11-15  Johan Dahlin  <johan@gnome.org>
20463
20464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20465         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20466         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20467         (gst_vorbis_dec_init):
20468         Fix pad template leaks. 
20469
20470 2005-11-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20471
20472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20473           Make state change function thread safe.
20474
20475 2005-11-15  Edward Hervey  <edward@fluendo.com>
20476
20477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20478         (gst_ogg_demux_class_init):
20479         Implement GstElement::send_event, so we can send seek events
20480         in GST_STATE_READY
20481
20482 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20483
20484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20485         Discovered how to take away flickering while resizing the
20486         window. Please don't put that in ximagesink, refactoring in
20487         progress.
20488
20489 2005-11-14  Michael Smith <msmith@fluendo.com>
20490
20491         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20492         (gst_multifdsink_render):
20493           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20494
20495 2005-11-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20496
20497         * gst/playback/gstplaybin.c: (gen_audio_element):
20498           Use autoaudiosink, it tends to be more widely available than
20499           autoaudiiosink.
20500           
20501 2005-11-14  Andy Wingo  <wingo@pobox.com>
20502
20503         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20504         as well if it is available. Fixes #316442.
20505
20506 2005-11-14  Michael Smith <msmith@fluendo.com>
20507
20508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20509         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20510         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20511         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20512         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20513         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20515         (gst_vorbisenc_change_state):
20516           Fix a small memory leak in vorbisenc.
20517           Fix large memory leaks in oggmux, also fix lots of state change
20518           bugs in oggmux.
20519
20520 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * gst/videotestsrc/gstvideotestsrc.c:
20523         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20524         (gst_videotestsrc_src_fixate):
20525           move fixation to a fixate function
20526           remove negotiate function, basesrc's is good enough
20527           fixes a bug for check when using the element alone
20528
20529 2005-11-13  Edward Hervey  <edward@fluendo.com>
20530
20531         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20532         (key_toggle_cb), (main):
20533         Added checkboxes for adding/removing the accurate and key_unit seek
20534         flags.
20535
20536 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20537
20538         * configure.ac: back to HEAD
20539
20540 === release 0.9.5 ===
20541
20542 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20543
20544         * configure.ac:
20545           releasing 0.9.5, "No No Kia"
20546
20547 2005-11-11  Edward Hervey  <edward@fluendo.com>
20548
20549         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20550         Added parse-launch syntax seeking mode for the seeking example.
20551         This should help stress-test even more cases.
20552         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20553
20554 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20555
20556         * sys/xvimage/xvimagesink.c:
20557         (gst_xvimagesink_navigation_send_event):
20558           Check whether peer pad exists before sending navigation events
20559           to it.
20560
20561 2005-11-11  Michael Smith <msmith@fluendo.com>
20562
20563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20564         (gst_vorbisenc_buffer_from_packet):
20565         * ext/vorbis/vorbisenc.h:
20566           Set duration on encoded buffers. This allows oggmux's
20567           max_page_delay parameter to actually work.
20568
20569 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20570
20571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20572         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20573         (gst_ffmpegcsp_avpicture_fill):
20574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20575         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20576           Make palettes work again (see #132341). Use our own macros
20577           for rounding up.
20578
20579 2005-11-10  Andy Wingo  <wingo@pobox.com>
20580
20581         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20582         string doober.
20583
20584 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20585
20586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20587         (gst_ffmpegcsp_transform_caps):
20588           Prefer passthrough in transform_caps
20589
20590 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20591
20592         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20593           check for ALSA errors properly, instead of relying on ALSA's
20594           error strings to serve to the user.
20595
20596 2005-11-10  Wim Taymans  <wim@fluendo.com>
20597
20598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20599         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20600         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20601         Modernise the seek code.
20602
20603 2005-11-10  Michael Smith <msmith@fluendo.com>
20604         
20605         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20606         (setup_substreams), (set_active_source):
20607           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20608           trying to go to NULL if we failed to read a file.
20609
20610 2005-11-10  Wim Taymans  <wim@fluendo.com>
20611
20612         * gst/audiotestsrc/gstaudiotestsrc.c:
20613         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20614         (gst_audiotestsrc_create):
20615         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20616         (gst_sinesrc_get_times), (gst_sinesrc_create):
20617         * gst/videotestsrc/gstvideotestsrc.c:
20618         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20619         (gst_videotestsrc_create):
20620         The base class can now sync for us.
20621
20622 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20623
20624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20625           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20626           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20627           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20628           format=(fourcc)I420" ! xvimagesink
20629
20630 2005-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20631
20632         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20633         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20634         (gst_sinesrc_newsegment):
20635           Send newsegment event in TIME format, set duration if
20636           num-buffers is set, fix duration querying.
20637
20638 2005-11-10  Michael Smith <msmith@fluendo.com>
20639
20640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20641         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20642         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20643         (gst_ogg_mux_collected):
20644          Fix EOS handling, partially. Now forwarding an EOS event once we have
20645          EOS on all pads works correctly. However, we still don't properly set
20646          EOS on the actual ogg stream pages.
20647
20648 2005-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20649
20650         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20651           Set elements to NULL state before disposing of them.
20652
20653 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20654
20655         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20656
20657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20658         (gst_base_rtp_depayload_init),
20659         (gst_base_rtp_depayload_set_gst_timestamp):
20660         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20661           We need to send a newsegment event for each instance, not
20662           just for the first instance of this class (get rid of
20663           static variable in function). (#321011).
20664           
20665 2005-11-08  Michael Smith <msmith@fluendo.com>
20666
20667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20668         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20669         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20670         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20671           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20672           This makes us mux things correctly according to the ogg muxing
20673           rules. Still not handling EOS correctly right now, though.
20674
20675 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20676
20677         * gst/audioconvert/gstaudioconvert.c:
20678           Fix typo in docs. 
20679
20680 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20681
20682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20683         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20684           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20685           creating a new chain; should fix live streaming. Also
20686           add more debug output and fix a typo.
20687
20688 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20689
20690         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20691
20692         * gst/volume/gstvolume.c: (volume_set_caps):
20693           Fix compilation on Solaris with Forte. (#320923)
20694
20695 2005-11-08  Wim Taymans  <wim@fluendo.com>
20696
20697         * gst-libs/gst/audio/gstbaseaudiosink.c:
20698         (gst_base_audio_sink_render):
20699         No need to do a typecheck.
20700
20701 2005-11-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20702
20703         * ext/alsa/gstalsa.h:
20704           We register a debug category, so let's use it.
20705
20706 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20707
20708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20709         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20710         Fixed a small problem.
20711
20712 2005-11-04  Wim Taymans  <wim@fluendo.com>
20713
20714         * examples/seeking/Makefile.am:
20715         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20716         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20717         (make_playerbin_pipeline), (format_value), (update_scale),
20718         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20719         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20720         (print_usage), (main):
20721         Added app for playback speed testing.
20722
20723         * examples/seeking/seek.c: (dynamic_link),
20724         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20725         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20726         (message_received), (main):
20727         Updated seek example.
20728
20729 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20730
20731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20732         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20733         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20734         (gst_base_rtp_depayload_set_clock):
20735         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20736         Don't sleep on the bench (system clock) when you have a nice 
20737         comfortable bed (Gstreamer clock) to sleep on.
20738
20739 2005-11-03  Wim Taymans  <wim@fluendo.com>
20740
20741         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20742         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20743         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20744         Handle the case where a pad_block failed.
20745
20746 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20747
20748         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20749
20750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20751         (gst_base_rtp_depayload_add_to_queue),
20752         (gst_base_rtp_depayload_push),
20753         (gst_base_rtp_depayload_set_gst_timestamp),
20754         (gst_base_rtp_depayload_queue_release):
20755           Fixes some bugs in the depayloader's queuing/de-queueing code.
20756
20757 2005-10-31  Michael Smith <msmith@fluendo.com>
20758
20759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20760         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20761         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20762           Patch from Alessandro Decina <alessandro@nnva.org>.
20763           Make oggdemux only find the final time in a chain, not per-pad,
20764           since the per-pad information can be very expensive to locate, and
20765           it isn't used anywhere. This makes reading a file containing
20766           OggSkeleton reasonably fast.
20767           Also, make chain finding work when there are logical bitstreams that
20768           can't be decoded. Fixes #319110.
20769
20770 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20771
20772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20773         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20774         (gst_base_rtp_depayload_chain),
20775         (gst_base_rtp_depayload_add_to_queue),
20776         (gst_base_rtp_depayload_push),
20777         (gst_base_rtp_depayload_set_gst_timestamp),
20778         (gst_base_rtp_depayload_queue_release),
20779         (gst_base_rtp_depayload_start_thread),
20780         (gst_base_rtp_depayload_set_property),
20781         (gst_base_rtp_depayload_get_property):
20782         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20783         Some random fixes, to fullfill the desires of thomas.
20784
20785 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20786
20787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20788         (gst_base_rtp_depayload_add_to_queue),
20789         (gst_base_rtp_depayload_push):
20790         Fixed the queueing algorithm.
20791
20792 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20793
20794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20795         (gst_base_rtp_depayload_push):
20796         A small fix
20797
20798 2005-10-31  Wim Taymans  <wim@fluendo.com>
20799
20800         * gst-libs/gst/audio/gstringbuffer.h:
20801         Don't break ABI.
20802
20803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20804         (gst_ffmpeg_caps_to_pixfmt):
20805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20806         (gst_ffmpegcsp_set_caps):
20807         Some more comments.
20808         Handle missing required caps fields better.
20809
20810 2005-10-31  Wim Taymans  <wim@fluendo.com>
20811
20812         * gst-libs/gst/audio/gstbaseaudiosink.c:
20813         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20814         (gst_base_audio_sink_render):
20815         * gst-libs/gst/audio/gstringbuffer.c:
20816         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20817         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20818         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20819         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20820         (gst_ring_buffer_read):
20821         * gst-libs/gst/audio/gstringbuffer.h:
20822         Add flushing mode to the ringbuffer so that it in all cases does
20823         not try to handle more audio. This makes sure it does not try to
20824         block anymore when flushing and fixes a livelock.
20825
20826 2005-10-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20827
20828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20829         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20830         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20831           Explicitly check for -1 values before doing a conversion
20832           and always map them to -1. (#315545)
20833
20834 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20835
20836         * gst/playback/gstplaybin.c: (gen_video_element):
20837           first try autovideosink, then xvimagesink, then error out
20838         * po/POTFILES.in:
20839           add translatable file
20840         * po/af.po:
20841         * po/az.po:
20842         * po/cs.po:
20843         * po/en_GB.po:
20844         * po/hu.po:
20845         * po/it.po:
20846         * po/nb.po:
20847         * po/nl.po:
20848         * po/or.po:
20849         * po/sq.po:
20850         * po/sr.po:
20851         * po/sv.po:
20852         * po/uk.po:
20853         * po/vi.po:
20854           update translations
20855
20856 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20857
20858         * gst-libs/gst/rtp/gstbasedepayload.c:
20859         * gst-libs/gst/rtp/gstbasedepayload.h:
20860           Minor cleanups
20861
20862 2005-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20863
20864         * gst/playback/.cvsignore:
20865         * gst/playback/decodetest.c:
20866         * gst/playback/test3.c:
20867           Port these two tests as well.
20868
20869 2005-10-27  Wim Taymans  <wim@fluendo.com>
20870
20871         * ext/theora/theoradec.c: (theora_dec_src_query),
20872         (theora_dec_sink_event):
20873         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20874         (theora_enc_change_state):
20875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20876         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20877         Take proper locks when handling events.
20878
20879 2005-10-27  Wim Taymans  <wim@fluendo.com>
20880
20881         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20882         (gst_adder_change_state):
20883         Fix timestamps and fix deadlock when stopping the collectpads.
20884
20885 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20886
20887         * gst-libs/gst/rtp/gstrtpbuffer.h:
20888         Declaring the payload types as strings too so that they can be used
20889         in the padtemplate inialization.
20890
20891 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20892
20893         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20894
20895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20896         (gst_base_rtp_depayload_class_init):
20897         Fixes a small but nasty bug. The derived elements no longer segfaults
20898         on finalization.
20899
20900 2005-10-26  Michael Smith <msmith@fluendo.com>
20901
20902         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20903           When clearing an audioconvert context, set tmpbufsize to zero, so
20904           we'll allocate it again later if required.
20905           This fixes audioconvert re-negotiating formats, which previously
20906           segfaulted with a NULL destination buffer.
20907
20908 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20909
20910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20911         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20912         (gst_base_rtp_depayload_set_gst_timestamp),
20913         (gst_base_rtp_depayload_queue_release):
20914         Fixed a smalll memleak.
20915
20916 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20918         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20919         (gst_base_rtp_depayload_finalize),
20920         (gst_base_rtp_depayload_setcaps),
20921         (gst_base_rtp_depayload_add_to_queue),
20922         (gst_base_rtp_depayload_push),
20923         (gst_base_rtp_depayload_set_gst_timestamp),
20924         (gst_base_rtp_depayload_queue_release),
20925         (gst_base_rtp_depayload_thread),
20926         (gst_base_rtp_depayload_change_state):
20927         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20928         Changed the C++ comments to C comments
20929
20930 2005-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20931
20932         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20933         * gst/tcp/gsttcpclientsrc.h:
20934         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20935         * gst/tcp/gsttcpserversrc.h:
20936           Remove unused 'curoffset' structure member.
20937
20938 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20939
20940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20941         (gst_base_rtp_depayload_base_init),
20942         (gst_base_rtp_depayload_finalize):
20943         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20944         * gst-libs/gst/rtp/gstbasertppayload.h:
20945           The pad-template on the sinkpad should be set by the derived classes.
20946           Also added some useful macros.
20947
20948 2005-10-24  Wim Taymans  <wim@fluendo.com>
20949
20950         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20951         Correctly flush decoder samples even if we could not
20952         copy them to an output buffer. Fixes #319618.
20953
20954 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20955
20956         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20958         the caps against our xcontext caps.
20959
20960 2005-10-24  Wim Taymans  <wim@fluendo.com>
20961
20962         * gst-libs/gst/audio/gstbaseaudiosink.c:
20963         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20964         Remove g_print
20965         Use sync property from baseclass to disable sync.
20966
20967 2005-10-24  Wim Taymans  <wim@fluendo.com>
20968
20969         * gst-libs/gst/audio/gstbaseaudiosink.c:
20970         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20971         Buffers with no timestamps get aligned with previous buffers or
20972         on underrun, played ASAP.
20973
20974 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20975
20976         * gst-libs/gst/video/video.h:
20977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20978         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20980         here comes my change on caps for framerate and geometry range.
20981         We are now accepting 1 to MAXINT for width and height, and from
20982         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20983         to be blended correctly in videomixer.
20984
20985 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * configure.ac:
20988           back to HEAD
20989
20990 === release 0.9.4 ===
20991
20992 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20993
20994         * NEWS:
20995         * RELEASE:
20996         * configure.ac:
20997           releasing 0.9.4, "Velociraptor"
20998
20999 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21000
21001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21002         * po/POTFILES.in:
21003           STOPPED -> FAILED
21004
21005 2005-10-21  Wim Taymans  <wim@fluendo.com>
21006
21007         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21008         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21009         (pad_blocked), (close_pad_link), (new_pad):
21010         Don't try to remove elements twice.
21011
21012 2005-10-21  Wim Taymans  <wim@fluendo.com>
21013
21014         * ext/theora/theoradec.c: (theora_dec_src_query),
21015         (theora_dec_sink_event):
21016         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21017         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21018         (vorbis_handle_data_packet):
21019         * ext/vorbis/vorbisdec.h:
21020         Fix old naming.
21021
21022         * gst-libs/gst/audio/gstbaseaudiosink.c:
21023         (gst_base_audio_sink_render):
21024         Don't try to sync on buffers without a timestamp.
21025
21026 2005-10-21  Wim Taymans  <wim@fluendo.com>
21027
21028         * ext/theora/theoradec.c: (theora_dec_src_query),
21029         (theora_dec_sink_event):
21030         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21031         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21032         (vorbis_handle_data_packet):
21033         * ext/vorbis/vorbisdec.h:
21034         Fix old naming.
21035
21036 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21037
21038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21039         (gst_vorbisenc_src_query):
21040           Implement position and duration queries.
21041
21042         * gst/playback/test3.c: (update_scale), (main):
21043           Fix for async state changes and print nicer output.
21044
21045 2005-10-20  Wim Taymans  <wim@fluendo.com>
21046
21047         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21048         (dump_element_stats), (main):
21049         * gst/playback/test6.c: (main):
21050         Fix tests again
21051
21052 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21053
21054         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21055         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21056           Don't use functions for position queries when handling
21057           duration queries.
21058
21059 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21060
21061         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21062         (vorbis_handle_data_packet), (vorbis_dec_chain),
21063         (vorbis_dec_change_state):
21064         * ext/vorbis/vorbisdec.h:
21065           Vorbis streams can be embedded in other container formats
21066           than ogg, container formats where the demuxer might set 
21067           timestamps on encoded vorbis buffers instead of those silly 
21068           granulepos thingies. In short: make vorbisdec handle 
21069           timestamps on incoming buffers as well.
21070
21071 2005-10-20  Wim Taymans  <wim@fluendo.com>
21072
21073         * gst/playback/gstplaybasebin.c: (group_destroy),
21074         (gst_play_base_bin_change_state):
21075         Fix leak.
21076         Handle case where playbasebin is now ASYNC because
21077         decodebin is.
21078
21079 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21080
21081         * gst/audioconvert/Makefile.am:
21082         * gst/audioconvert/bufferframesconvert.c:
21083         * gst/audioconvert/plugin.c: (plugin_init):
21084         * gst/audioconvert/plugin.h:
21085           And bye bye buffer-frames-convert
21086
21087 2005-10-19  Wim Taymans  <wim@fluendo.com>
21088
21089         * check/elements/audioconvert.c:
21090         * docs/libs/tmpl/gstaudio.sgml:
21091         * docs/libs/tmpl/gstcolorbalance.sgml:
21092         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21093         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21094         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21095         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21096         * gst-libs/gst/audio/audio.h:
21097         * gst/audioconvert/audioconvert.h:
21098         * gst/audioconvert/gstaudioconvert.c:
21099         (gst_audio_convert_parse_caps):
21100         * gst/volume/gstvolume.c:
21101         Bye bye buffer-frames.
21102
21103 2005-10-19  Wim Taymans  <wim@fluendo.com>
21104
21105         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21106         (query_positions_elems), (query_positions_pads), (update_scale),
21107         (do_seek), (set_update_scale), (message_received), (main):
21108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21109         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21110         (gst_ogg_demux_loop):
21111         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21112         * ext/theora/theoradec.c: (theora_dec_src_query),
21113         (theora_dec_sink_event):
21114         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21115         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21116         * gst/adder/gstadder.c: (gst_adder_query):
21117         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21118         * gst/playback/test3.c: (update_scale):
21119         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21120         (dump_element_stats), (main):
21121         * gst/playback/test6.c: (main):
21122         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21123         Query API update.
21124
21125 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21126
21127         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21128         (xml_check_first_element), (xml_type_find), (smil_type_find),
21129         (plugin_init):
21130           Add typefinding for SMIL and for generic XML. Based on patch by
21131           Akos Maroy (#308663).
21132
21133 2005-10-18  Wim Taymans  <wim@fluendo.com>
21134
21135         * gst/playback/Makefile.am:
21136         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21137         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21138         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21139         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21140         (gst_decode_bin_change_state):
21141         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21142         (gst_play_bin_send_event_to_sink):
21143         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21144         (dump_element_stats), (main):
21145         * gst/playback/test6.c: (main):
21146         Make playbin async, it'll commit state to paused when all streams
21147         are detected.
21148         Remove ugly hack.
21149         Added test6.c to show async behaviour.
21150
21151 2005-10-18  Wim Taymans  <wim@fluendo.com>
21152
21153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21155         Fix for segment-start/stop API change.
21156
21157 2005-10-18  Wim Taymans  <wim@fluendo.com>
21158
21159         * check/Makefile.am:
21160         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21161         (main):
21162         Add future test for clock selection.
21163
21164 2005-10-18  Wim Taymans  <wim@fluendo.com>
21165
21166         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21167         (gst_alsasink_close):
21168         Set handle to NULL.
21169
21170         * gst-libs/gst/audio/gstringbuffer.c:
21171         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21172         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21173         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21174         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21175         (gst_ring_buffer_read):
21176         More debug info.
21177
21178 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21179
21180         * gst/audiotestsrc/Makefile.am:
21181         * gst/sine/Makefile.am:
21182         * gst/volume/Makefile.am:
21183           fix broken build of controllerized plugins
21184
21185 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21186
21187         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21188
21189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21190         (gst_riff_create_video_template_caps):
21191           Add support for Indeo-3 (IV32).
21192
21193 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21194
21195         * configure.ac:
21196           rewrite
21197
21198 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21199
21200         * gst-libs/gst/video/video.c: (gst_video_get_size):
21201         * gst/audiotestsrc/gstaudiotestsrc.c:
21202           doc updates
21203
21204 2005-10-17  Andy Wingo  <wingo@pobox.com>
21205
21206         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21207         with the collectpads change.
21208         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21209
21210         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21211
21212         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21213
21214         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21215         alloc_buffer flow return to callers.
21216         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21217         change. Fix some memleaks in theoraenc.
21218
21219         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21220         in strange circumstance.
21221
21222 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21223
21224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21225         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21226         from caps, let's use the caps...
21227
21228 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21229
21230         * configure.ac:
21231           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21232
21233 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21234
21235         * gst-libs/gst/interfaces/Makefile.am:
21236           fix silly typo
21237
21238 2005-10-16  Andy Wingo  <wingo@pobox.com>
21239
21240         * gst/playback/gstdecodebin.c
21241         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21242         function!
21243         (try_to_link_1): Increase kraziness level.
21244
21245 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21246
21247         * configure.ac:
21248           restructure like the core one
21249         * gst-libs/gst/audio/Makefile.am:
21250         * gst-libs/gst/interfaces/Makefile.am:
21251         * gst-libs/gst/net/Makefile.am:
21252         * gst-libs/gst/riff/Makefile.am:
21253         * gst-libs/gst/rtp/Makefile.am:
21254         * gst-libs/gst/tag/Makefile.am:
21255         * gst-libs/gst/video/Makefile.am:
21256           use correct linker flags, now the libs are properly versioned
21257         * check/elements/audioconvert.c: (verify_convert):
21258         * ext/alsa/gstalsaplugin.c:
21259         * ext/cdparanoia/gstcdparanoia.c:
21260         * ext/gnomevfs/gstgnomevfs.c:
21261         * ext/libvisual/visual.c:
21262         * ext/ogg/gstogg.c:
21263         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21264         * ext/theora/theora.c:
21265         * ext/vorbis/vorbis.c:
21266         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21267         * gst-libs/gst/tag/gsttagediting.c:
21268         * gst-libs/gst/video/video.c:
21269         * gst/adder/gstadder.c:
21270         * gst/audioconvert/plugin.c:
21271         * gst/audiorate/gstaudiorate.c:
21272         * gst/audioresample/gstaudioresample.c:
21273         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21274         * gst/audioscale/gstaudioscale.c:
21275         * gst/audioscale/resample.c:
21276         * gst/audiotestsrc/gstaudiotestsrc.c:
21277         * gst/ffmpegcolorspace/gstffmpeg.c:
21278         * gst/playback/gstdecodebin.c: (close_pad_link):
21279         * gst/playback/gstplaybin.c: (gen_video_element),
21280         (gen_audio_element):
21281         * gst/sine/gstsinesrc.c:
21282         * gst/subparse/gstsubparse.c:
21283         * gst/tags/gsttagediting.c:
21284         * gst/tcp/gsttcpplugin.c:
21285         * gst/typefind/gsttypefindfunctions.c:
21286         * gst/videorate/gstvideorate.c:
21287         * gst/videoscale/gstvideoscale.c:
21288         * gst/videotestsrc/gstvideotestsrc.c:
21289         * gst/volume/gstvolume.c:
21290         * sys/v4l/gstv4l.c:
21291         * sys/ximage/ximage.c:
21292         * sys/xvimage/xvimagesink.c:
21293           fix up defines
21294
21295 2005-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21296
21297         * ext/vorbis/vorbisenc.c:
21298         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21299         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21300         (gst_tag_to_vorbis_comments):
21301           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21302
21303 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21304
21305         * examples/stats/mp2ogg.c:
21306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21307           typo fixes
21308
21309 2005-10-13  Michael Smith <msmith@fluendo.com>
21310
21311         * ext/ogg/gstoggmux.c:
21312           Use magic glib macros to define constants as 64 bit, to ensure
21313           appropriate vararg passing.
21314
21315 2005-10-13  Michael Smith <msmith@fluendo.com>
21316
21317         * ext/ogg/gstoggmux.c:
21318         * gst/audioconvert/audioconvert.c: (float):
21319           Don't use LL suffix, as it's not portable, and neither of these
21320           uses required it anyway.
21321
21322 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21323
21324         * examples/indexing/indexmpeg.c: (main):
21325         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21326         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21327         (cdparanoia_convert), (cdparanoia_query):
21328         * ext/cdparanoia/gstcdparanoia.h:
21329         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21330         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21331         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21334         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21335         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21336         (gst_multifdsink_render), (gst_multifdsink_start),
21337         (gst_multifdsink_stop):
21338         * gst/tcp/gstmultifdsink.h:
21339         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21340         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21341         (gst_tcpclientsink_stop):
21342         * gst/tcp/gsttcpclientsink.h:
21343         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21344         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21345         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21346         * gst/tcp/gsttcpclientsrc.h:
21347         * gst/tcp/gsttcpserversink.h:
21348         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21349         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21350         (gst_tcpserversrc_stop):
21351         * gst/tcp/gsttcpserversrc.h:
21352         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21353         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21354         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21355           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21356           moved bitshift from macro to enum definition
21357
21358 2005-10-12  Wim Taymans  <wim@fluendo.com>
21359
21360         * examples/seeking/Makefile.am:
21361         Oops.
21362
21363 2005-10-12  Wim Taymans  <wim@fluendo.com>
21364
21365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21366         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21367         Don't assert on normal stuff.
21368
21369         * gst/playback/gstplaybin.c: (do_playbin_seek):
21370         API fix.
21371
21372 2005-10-12  Wim Taymans  <wim@fluendo.com>
21373
21374         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21375         * examples/seeking/Makefile.am:
21376         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21377         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21378         (do_seek), (set_update_scale), (message_received), (main):
21379         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21380         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21381         Update for _get_state() API change.
21382
21383 2005-10-11  Wim Taymans  <wim@fluendo.com>
21384
21385         * gst-libs/gst/audio/gstbaseaudiosink.c:
21386         (gst_base_audio_sink_render):
21387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21388         (gst_base_audio_src_create):
21389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21390         (gst_ring_buffer_read):
21391         Cleanups.
21392         Commit and read from ringbuffer in samples rather than bytes.
21393
21394 2005-10-11  Wim Taymans  <wim@fluendo.com>
21395
21396         * gst-libs/gst/audio/gstbaseaudiosink.c:
21397         (gst_base_audio_sink_render):
21398         Respect segment rate and accum when scheduling samples.
21399
21400 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21401
21402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21403         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21404         EOS correctly, that needs more work.
21405
21406 2005-10-11  Wim Taymans  <wim@fluendo.com>
21407
21408         * check/generic/states.c: (GST_START_TEST):
21409         remove old property.
21410
21411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21412         (gst_ogg_demux_perform_seek):
21413         * ext/theora/theoradec.c: (theora_dec_sink_event):
21414         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21415         (vorbis_handle_data_packet):
21416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21417         (gst_base_rtp_depayload_set_gst_timestamp):
21418         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21419         Update for newsegment API change.
21420
21421 2005-10-11  Michael Smith <msmith@fluendo.com>
21422
21423         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21424         (do_playbin_seek), (gst_play_bin_send_event):
21425           Override send_event differently, so that we can takes bits of
21426           functionality from GstPipeline (special handling for seeks,
21427           including pausing/resuming, and resetting stream time) and still get
21428           the appropriate behaviour of only forwarding event to a single sink,
21429           rather than all of them.
21430           Unfortunately requires a lot of code duplication, but the
21431           alternatives are equally ugly in the end.
21432
21433 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         * check/elements/audioconvert.c: (setup_audioconvert),
21436         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21437         (GST_START_TEST), (audioconvert_suite):
21438           clean up tests a little, fix some leaks.
21439
21440 2005-10-10  Wim Taymans  <wim@fluendo.com>
21441
21442         * ext/alsa/gstalsasink.c:
21443         Also allow unsigned int.
21444
21445         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21446         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21447         Small cleanup
21448
21449 2005-10-10  Wim Taymans  <wim@fluendo.com>
21450
21451         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21452         Small update, use API as stated in design docs.
21453
21454         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21455         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21456         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21457         (message_received), (main):
21458         Updated seek example for GOption. Some usability improvements.
21459
21460 2005-10-10  Wim Taymans  <wim@fluendo.com>
21461
21462         * gst/audioconvert/audioconvert.h:
21463         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21464         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21465         Alloc temp storage somewhere else where we can do it more
21466         portable.
21467
21468 2005-10-10  Wim Taymans  <wim@fluendo.com>
21469
21470         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21471         (gst_tcpserversrc_start):
21472         Don't block in accept while doing the state change, move
21473         to poll and make cancellable.
21474
21475 2005-10-09  Philippe Khalaf <burger@speedy.org>
21476
21477         * gst-libs/gst/rtp/rtpbasedepayload.c:
21478         Set timestamp and add queue delay to timestamp
21479         * gst-libs/gst/rtp/rtpbuffer.h:
21480         Set correct payload type for h263
21481
21482 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21483
21484         * gst/audiotestsrc/gstaudiotestsrc.c:
21485         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21486         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21487         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21488         (gst_audiotestsrc_create_triangle),
21489         (gst_audiotestsrc_create_silence),
21490         (gst_audiotestsrc_create_white_noise),
21491         (gst_audiotestsrc_init_pink_noise),
21492         (gst_audiotestsrc_generate_pink_noise_value),
21493         (gst_audiotestsrc_create_pink_noise),
21494         (gst_audiotestsrc_change_wave):
21495         * gst/audiotestsrc/gstaudiotestsrc.h:
21496           fixed typo, added pink noise
21497
21498 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21499
21500         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21501         (plugin_init):
21502           Add wavpack and spc typefind functions from 0.8 branch.
21503
21504 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21505
21506         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21507         (ar_type_find), (msdos_type_find), (plugin_init):
21508           Add typefind functions for tar archives, ar archives,
21509           RAR archives, and msdos-executables (dlls, exe, etc.).
21510           Some of those would be wrongly identified as mpeg
21511           streams of some sort before (#315550).
21512
21513 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21514
21515         * configure.ac:
21516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21517         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21518         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21519         * gst/audiotestsrc/Makefile.am:
21520         * gst/audiotestsrc/gstaudiotestsrc.c:
21521         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21522         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21523         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21524         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21525         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21526         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21527         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21528         (gst_audiotestsrc_create_silence),
21529         (gst_audiotestsrc_create_white_noise),
21530         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21531         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21532         (gst_audiotestsrc_start), (plugin_init):
21533         * gst/audiotestsrc/gstaudiotestsrc.h:
21534           add new plugin and element
21535         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21536           use gobject_class
21537
21538 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21539
21540         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21541         (gst_adder_init), (gst_adder_request_new_pad),
21542         (gst_adder_change_state):
21543           Add query function to source pad, so adder reports the correct
21544           time/sample position when queried (#315457); fix state change
21545           function; use GST_DEBUG_FUNCPTR() for pad functions.
21546
21547 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21548
21549         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21550           Fix leaks in typefind registration
21551           Clean up the gratuitous commenting and whitespacing a little
21552
21553 2005-10-08  Wim Taymans  <wim@fluendo.com>
21554
21555         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21556         Only actually wait for the thread to be stopped if it's 
21557         running.
21558
21559 2005-10-08  Wim Taymans  <wim@fluendo.com>
21560
21561         * gst-libs/gst/audio/gstbaseaudiosink.c:
21562         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21563         If we receive EOS we can start playback of what we had.
21564
21565 2005-10-08  Wim Taymans  <wim@fluendo.com>
21566
21567         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21568         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21569         (gst_multifdsink_stop):
21570         Fix crasher when going to NULL multiple times.
21571
21572 2005-10-06  Wim Taymans  <wim@fluendo.com>
21573
21574         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21575         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21576         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21577         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21578         patch from Edgard Lima <edgard.lima@indt.org.br>
21579         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21580
21581 2005-10-06  Wim Taymans  <wim@fluendo.com>
21582
21583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21584         Report the FLOW_RETURN as string in the error message.
21585
21586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21587         Don't assert when clearing an unnegotiated buffer.
21588
21589 2005-10-04  Michael Smith <msmith@fluendo.com>
21590
21591         * gst/playback/gstplaybasebin.c: (group_destroy),
21592         (gen_preroll_element), (remove_groups), (setup_source):
21593         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21594         (setup_sinks), (gst_play_bin_send_event),
21595         (gst_play_bin_change_state):
21596           Set state to NULL before removing from bin. Fix refcounting.
21597
21598 2005-10-04  Michael Smith <msmith@fluendo.com>
21599
21600         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21601           Correct refcounting in send_event() function. Previously was wrong
21602           if the first sink was unable to handle the event.
21603
21604 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21605
21606         * configure.ac:
21607           back to development
21608
21609 === release 0.9.3 ===
21610
21611 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21612
21613         * configure.ac:
21614           Releasing 0.9.3, "De Facto"
21615
21616 2005-10-03  Andy Wingo  <wingo@pobox.com>
21617
21618         * gst/playback/gstdecodebin.c (try_to_link_1)
21619         (remove_element_chain): set element to NULL before removing it.
21620
21621 2005-10-02  Johan Dahlin  <johan@gnome.org>
21622
21623         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21624         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21625         MT safe.
21626
21627 2005-10-02  Andy Wingo  <wingo@pobox.com>
21628
21629         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21630         (gst_ring_buffer_prepare_read): 
21631         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21632         Demote to LOG.
21633
21634 2005-09-29  Wim Taymans  <wim@fluendo.com>
21635
21636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21637         * ext/theora/theoradec.c: (theora_handle_data_packet):
21638         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21639         Propagate error codes from alloc_buffer too.
21640
21641 2005-09-29  Wim Taymans  <wim@fluendo.com>
21642
21643         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21644         We use fixed caps.
21645
21646         * gst/playback/Makefile.am:
21647         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21648         (dump_element_stats), (main):
21649         Added example stream introspection code.
21650
21651 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21652
21653         * gst/adder/gstadder.c: (gst_adder_collected):
21654           fix adder for float elements
21655
21656 2005-09-28  Wim Taymans  <wim@fluendo.com>
21657
21658         * gst-libs/gst/audio/gstbaseaudiosink.c:
21659         (gst_base_audio_sink_class_init),
21660         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21662         (gst_base_audio_src_class_init),
21663         (gst_base_audio_src_provide_clock):
21664         get_clock -> provide_clock
21665
21666 2005-09-28  Andy Wingo  <wingo@pobox.com>
21667
21668         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21669         and unlocking.
21670
21671         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21672         unlocking.
21673
21674         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21675         Actually add the pad template.
21676         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21677
21678         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21679         I'm at it...
21680
21681         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21682         from fdsrc. Get caps in create() instead of start() so it can be
21683         interrupted. Interruption somewhat untested.
21684
21685         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21686         Proper EOS handling.
21687
21688 2005-09-27  Andy Wingo  <wingo@pobox.com>
21689
21690         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21691
21692         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21693
21694         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21695
21696         * gst/tcp/gsttcp.h: 
21697         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21698         out of tcpclientsrc.c. Cancellable.
21699         (gst_tcp_socket_read): Made private, cancellable, with better
21700         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21701         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21702         whole buffer, and better diagnostics.
21703         (gst_tcp_gdp_read_caps): Same.
21704
21705         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21706
21707 2005-09-26  Andy Wingo  <wingo@pobox.com>
21708
21709         * gst/sine/gstsinesrc.h:
21710         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21711         change the 'sync' property to 'is-live' and implement it halfway,
21712         update for controller api change.
21713
21714         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21715         controller api change.
21716
21717 2005-09-24  Wim Taymans  <wim@fluendo.com>
21718
21719         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21720         * gst-libs/gst/audio/gstaudiosink.c:
21721         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21722         (gst_audioringbuffer_stop):
21723         * gst-libs/gst/audio/gstbaseaudiosink.c:
21724         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21725         (gst_base_audio_sink_change_state):
21726         * gst-libs/gst/audio/gstbaseaudiosink.h:
21727         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21728         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21729         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21730         * gst-libs/gst/audio/gstringbuffer.h:
21731         Fix sync again. Moved sample alignment to basesink.
21732
21733 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * docs/plugins/Makefile.am:
21736         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21738         * gst/volume/gstvolume.c:
21739           add/fix docs
21740         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21741         * gst-libs/gst/audio/audio.h:
21742           add conversion macros for frames <-> clocktime
21743
21744 2005-09-23  David Schleef  <ds@schleef.org>
21745
21746         * gst/audioresample/Makefile.am:
21747         * gst/audioresample/debug.h:
21748         * gst/audioresample/gstaudioresample.c:
21749         * gst/audioresample/resample.c: Convert to using gst debugging
21750
21751 2005-09-22  Wim Taymans  <wim@fluendo.com>
21752
21753         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21754         (gst_play_bin_send_event):
21755         Only seek on one sink, the first one that succeeds.
21756
21757 2005-09-22  Michael Smith <msmith@fluendo.com>
21758
21759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21760         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21761         Don't flush encoder state unless we have an initialised encoder.
21762         Clear out encoder state on PAUSED_TO_READY.
21763
21764 2005-09-22  Wim Taymans  <wim@fluendo.com>
21765
21766         * gst-libs/gst/rtp/gstbasertppayload.c:
21767         (gst_basertppayload_class_init), (gst_basertppayload_init),
21768         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21769         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21770         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21771         (gst_basertppayload_set_property),
21772         (gst_basertppayload_get_property),
21773         (gst_basertppayload_change_state):
21774         * gst-libs/gst/rtp/gstbasertppayload.h:
21775         Added max-ptime to control amount of data in the rtp packets.
21776
21777 2005-09-21  Andy Wingo  <wingo@pobox.com>
21778
21779         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21780         thingies.
21781
21782         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21783         can be called multiple times, dogs.
21784
21785 2005-09-21  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst-libs/gst/rtp/gstbasertppayload.c:
21788         (gst_basertppayload_class_init), (gst_basertppayload_init),
21789         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21790         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21791         (gst_basertppayload_push), (gst_basertppayload_get_property),
21792         (gst_basertppayload_change_state):
21793         Allow 0 ssrc too.
21794
21795 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21796
21797         * docs/libs/compiling.sgml:
21798           fixing typos
21799
21800 2005-09-20  Wim Taymans  <wim@fluendo.com>
21801
21802         * gst-libs/gst/rtp/gstbasertppayload.c:
21803         (gst_basertppayload_class_init), (gst_basertppayload_init),
21804         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21805         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21806         (gst_basertppayload_push), (gst_basertppayload_set_property),
21807         (gst_basertppayload_get_property),
21808         (gst_basertppayload_change_state):
21809         * gst-libs/gst/rtp/gstbasertppayload.h:
21810         Added property to configure sequence number offsets.
21811
21812 2005-09-20  Wim Taymans  <wim@fluendo.com>
21813
21814         * gst-libs/gst/rtp/gstbasertppayload.c:
21815         (gst_basertppayload_class_init), (gst_basertppayload_init),
21816         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21817         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21818         (gst_basertppayload_push), (gst_basertppayload_set_property),
21819         (gst_basertppayload_get_property),
21820         (gst_basertppayload_change_state):
21821         * gst-libs/gst/rtp/gstbasertppayload.h:
21822         Make timestamp offset configurable.
21823
21824 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21825
21826         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21827           fix wrong pop/unref
21828
21829 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21830
21831         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21832
21833         * gst-libs/gst/interfaces/propertyprobe.c:
21834         (gst_property_probe_probe_property_name),
21835         (gst_property_probe_needs_probe_name),
21836         (gst_property_probe_get_values_name),
21837         (gst_property_probe_probe_and_get_values_name):
21838           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21839           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21840
21841 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21842
21843         * check/Makefile.am:
21844           have some tests be disabled for valgrinding
21845         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21846         (GST_START_TEST):
21847         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21848           Fix A Leak.  Chain To Parent Finalize.
21849
21850 2005-09-19  Wim Taymans  <wim@fluendo.com>
21851
21852         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21853         Fixed wav pipeline.
21854
21855 2005-09-19  Wim Taymans  <wim@fluendo.com>
21856
21857         * gst-libs/gst/rtp/gstbasertppayload.c:
21858         (gst_basertppayload_class_init), (gst_basertppayload_init),
21859         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21860         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21861         (gst_basertppayload_push), (gst_basertppayload_get_property),
21862         (gst_basertppayload_change_state):
21863         Posting ERROR and WARNING messages is good.
21864
21865 2005-09-19  Wim Taymans  <wim@fluendo.com>
21866
21867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21868         (gst_base_rtp_depayload_add_to_queue),
21869         (gst_base_rtp_depayload_push),
21870         (gst_base_rtp_depayload_set_gst_timestamp),
21871         (gst_base_rtp_depayload_queue_release):
21872         This one was not supposed to go in.
21873
21874 2005-09-19  Wim Taymans  <wim@fluendo.com>
21875
21876         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21877         Fix for bus API.
21878
21879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21880         (gst_base_rtp_depayload_chain),
21881         (gst_base_rtp_depayload_add_to_queue),
21882         (gst_base_rtp_depayload_push),
21883         (gst_base_rtp_depayload_set_gst_timestamp),
21884         (gst_base_rtp_depayload_queue_release):
21885         Some cleanups.
21886
21887         * gst-libs/gst/rtp/gstbasertppayload.c:
21888         (gst_basertppayload_class_init), (gst_basertppayload_init),
21889         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21890         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21891         (gst_basertppayload_get_property),
21892         (gst_basertppayload_change_state):
21893         Added debugging category.
21894
21895 2005-09-18  David Schleef  <ds@schleef.org>
21896
21897         * gst/playback/gstdecodebin.c: free plugin list correctly
21898         * gst/playback/gstplaybin.c: emit warning if autovideosink
21899           and autoaudiosink can't be found (instead of segfaulting)
21900
21901 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21902
21903         * check/elements/audioconvert.c: (GST_START_TEST):
21904           try out 24 bit conversion
21905
21906 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21907
21908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21909         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21910         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21911         * ext/vorbis/vorbisenc.h:
21912           Fix EOS handling.  Still needs a fix in the ogg muxer to
21913           mark the last page as eos.
21914
21915 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21916
21917         * common/gtk-doc-plugins.mak:
21918         * docs/plugins/Makefile.am:
21919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21920         * gst/ffmpegcolorspace/Makefile.am:
21921         * gst/ffmpegcolorspace/avcodec.h:
21922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21923         * gst/tcp/gstmultifdsink.c:
21924           fix up ffmpegcolorspace docs; extract header
21925
21926 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21927
21928         * common/gtk-doc-plugins.mak:
21929         * docs/plugins/Makefile.am:
21930         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21931         * ext/theora/Makefile.am:
21932         * ext/theora/gsttheoraenc.h:
21933         * ext/theora/theoraenc.c:
21934         * ext/vorbis/vorbisenc.c:
21935           pick up signals and args for vorbis; add some docs for vorbis
21936
21937 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21938
21939         * common/gstdoc-scangobj:
21940         * common/gtk-doc-plugins.mak:
21941         * docs/libs/Makefile.am:
21942         * docs/plugins/gst-plugins-base-plugins.args:
21943         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21944         * docs/plugins/gst-plugins-base-plugins.interfaces:
21945         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21946         * docs/plugins/gst-plugins-base-plugins.signals:
21947           only scanobj stuff from our source module.  Not sure yet
21948           if that's correct, given the hierarchy stuff :)
21949
21950 2005-09-15  Wim Taymans  <wim@fluendo.com>
21951
21952         * gst/audioconvert/gstaudioconvert.c:
21953         And enable 24 bits mode as well..
21954
21955 2005-09-15  Wim Taymans  <wim@fluendo.com>
21956
21957         * gst-libs/gst/rtp/Makefile.am:
21958         * gst-libs/gst/rtp/gstbasertppayload.c:
21959         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21960         (gst_basertppayload_class_init), (gst_basertppayload_init),
21961         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21962         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21963         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21964         (gst_basertppayload_set_property),
21965         (gst_basertppayload_get_property),
21966         (gst_basertppayload_change_state):
21967         * gst-libs/gst/rtp/gstbasertppayload.h:
21968         Added rtp payloader base class.
21969
21970 2005-09-15  Andy Wingo  <wingo@pobox.com>
21971
21972         * configure.ac (plugindir): Remove the EOL matcher from the
21973         regexp, as it causes me problems. Libtool? Make? Who knows?
21974
21975 2005-09-14  David Schleef  <ds@schleef.org>
21976
21977         * check/generic/states.c: 
21978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21979         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21980           Fixes for changes in registry API.
21981
21982         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21983           to GST_PLUGIN_LDFLAGS.
21984         * ext/libvisual/visual.c: Make the library shut up.
21985         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21986         * gst-libs/gst/audio/gstaudiofilter.c: same
21987
21988 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         * docs/plugins/Makefile.am:
21991         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21992         * docs/plugins/inspect/plugin-libvisual.xml:
21993         * docs/plugins/tmpl/element-tcpserversink.sgml:
21994         * ext/theora/theoraenc.c:
21995           add libvisual plugin and theoraenc element to docs
21996
21997 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21998
21999         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22000         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22001         * ext/theora/theoraenc.c:
22002           add theoraenc
22003
22004 2005-09-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22005
22006         * gst/audioconvert/Makefile.am:
22007           Audioconvert derives from GstBaseTransform and should
22008           link to the library with our base elements to avoid
22009           unresolved symbols. Makes things work with MinGW (#316160)
22010
22011         * gst/playback/test4.c: (main):
22012           Fix MinGW build problem and use g_usleep() instead of 
22013           sleep() (#316162)
22014
22015 2005-09-12  Wim Taymans  <wim@fluendo.com>
22016
22017         * gst/audioconvert/audioconvert.c: (float),
22018         (audio_convert_prepare_context), (audio_convert_convert):
22019         * gst/audioconvert/audioconvert.h:
22020         Cleanups, speedups, simplifications, added back support
22021         for 24 bits.
22022
22023 2005-09-11  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         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22028         * docs/plugins/tmpl/element-tcpserversink.sgml:
22029         * gst/ffmpegcolorspace/gstffmpeg.c:
22030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22031         * gst/videotestsrc/gstvideotestsrc.c:
22032         * gst/volume/gstvolume.c:
22033           add more elements to the docs
22034
22035 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22036
22037         * check/Makefile.am:
22038         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22039         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22040           Add extra tests for basetransform based components. 
22041           Comment out the test_element_negotiation test until we decide
22042           if it's testing correct behaviour.
22043         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22044         (gst_visual_chain), (gst_visual_change_state):
22045           Slightly more correct but still bogus timestamping.
22046           Fix state change function.
22047         * gst/audioconvert/gstaudioconvert.c:
22048         (gst_audio_convert_class_init):
22049         * gst/audioresample/gstaudioresample.c:
22050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22051         (gst_ffmpegcsp_class_init):
22052         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22053         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22054         (gst_videoscale_prepare_image):
22055         * gst/volume/gstvolume.c: (gst_volume_class_init),
22056         (volume_transform_ip):
22057           Basetransform updates. Enable passthrough modes.
22058         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22059         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22060         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22061           Negotiation fix that allows the window to return to the original
22062           size and renegotiate passthrough upstream. Extra debug output.
22063
22064 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * gst/sine/gstsinesrc.c:
22067         * gst/volume/gstvolume.c:
22068           fix up header include
22069
22070 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22071
22072         * gst-libs/gst/audio/gstbaseaudiosink.c:
22073         (gst_base_audio_sink_render):
22074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22075         * gst/volume/gstvolume.c: (gst_volume_class_init),
22076         (volume_transform):
22077           fixing lost sync, some more debugging
22078
22079 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22080
22081         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22082         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22083         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22084         (gst_xvimagesink_check_xshm_calls):
22085           Fix compilation when XShm is not available.
22086
22087 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22088
22089         * ext/libvisual/visual.c: (gst_visual_dispose),
22090         (gst_visual_getcaps), (gst_visual_src_setcaps),
22091         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22092         (gst_visual_change_state):
22093           Finish fixing up libvisual plugin so that it runs. 
22094
22095 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22096
22097         * ext/vorbis/vorbisenc.c:
22098         * gst-libs/gst/tag/gstvorbistag.c:
22099           gsttaginterface.h -> gsttagsetter.h
22100
22101 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22102
22103         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22104           added another test that failes for me (test is not active by default)
22105
22106 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22107
22108         * configure.ac:
22109           v4l2 is no longer in gst-plugins-base
22110
22111 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22112
22113         * configure.ac:
22114           In the output at the end, don't show the first plugin on the same
22115           line as "Core plug-ins, always built:".
22116           Indent the output as for other plugin categories
22117         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22118           #define that can be used to not use peer buffer_alloc functions for
22119           test purposes.
22120         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22121         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22122         (gst_ximagesink_show_frame):
22123         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22124         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22125         (gst_xvimagesink_show_frame):
22126           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22127           fails gracefully instead of XError aborting or deadlocking.
22128
22129 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22130
22131         * ext/libvisual/Makefile.am:
22132           link against gst-base-libs
22133
22134 2005-09-06  David Schleef  <ds@schleef.org>
22135
22136         * configure.ac: Enable libvisual plugin.
22137         * ext/libvisual/Makefile.am:
22138         * ext/libvisual/visual.c: Fixes to make it compile.
22139
22140 === release 0.9.2 ===
22141
22142 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22143
22144         * NEWS:
22145         * RELEASE:
22146         * configure.ac:
22147         * docs/random/ChangeLog-0.8:
22148           releasing 0.9.2, "Spoon"
22149
22150 2005-09-05  Michael Smith <msmith@fluendo.com>
22151
22152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22153           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22154           that in the vorbisenc element.
22155
22156 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22157
22158         * common/gtk-doc-plugins.mak:
22159         * docs/plugins/Makefile.am:
22160           fix distcheck
22161         * gst/audioresample/resample.c:
22162           fix wrong docstring
22163
22164 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22165
22166         * common/gst-xmlinspect.py:
22167         * common/gtk-doc-plugins.mak:
22168           only inspect plugins for this given package
22169           require gst-python 0.9
22170
22171 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22172
22173         * Makefile.am:
22174         * autogen.sh:
22175         * common/gst-xmlinspect.py:
22176         * configure.ac:
22177         * docs/Makefile.am:
22178         * docs/plugins/inspect/plugin-alsa.xml:
22179         * docs/plugins/inspect/plugin-audioresample.xml:
22180         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22181         * docs/plugins/inspect/plugin-ogg.xml:
22182         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22183         * docs/plugins/tmpl/element-multifdsink.sgml:
22184         * docs/plugins/tmpl/element-tcpserversink.sgml:
22185         * docs/plugins/tmpl/element-vorbisenc.sgml:
22186         * gst-plugins-base.spec.in:
22187           various doc-related updates
22188
22189 2005-08-31  Wim Taymans  <wim@fluendo.com>
22190
22191         * gst-libs/gst/audio/gstbaseaudiosink.c:
22192         (gst_base_audio_sink_render):
22193         Resync if the buffer timestamps drift more than a 10th 
22194         of a second.
22195
22196 2005-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22197
22198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22199         (gst_v4lsrc_get_property):
22200           The 'timestamp-offset' property is registered as an int64, so
22201           let's use g_value_{set|get}_int64() in our setter and getter
22202           functions (makes it work and fixes warnings with gst-inspect).
22203
22204 2005-08-30  Wim Taymans  <wim@fluendo.com>
22205
22206         * check/elements/audioconvert.c: (setup_audioconvert):
22207         * check/elements/audioresample.c: (setup_audioresample):
22208         * check/elements/volume.c: (setup_volume):
22209         Fix checks.
22210
22211 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22212
22213         * common/gtk-doc-plugins.mak:
22214         * common/plugins.xsl:
22215         * docs/plugins/Makefile.am:
22216           make module a param
22217
22218 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22219
22220         * examples/seeking/seek.c: (make_mp3_pipeline),
22221         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22222         (play_cb), (pause_cb), (stop_cb):
22223           update the example
22224
22225 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22226
22227         * gst/volume/gstvolume.c: (gst_volume_class_init),
22228         (volume_transform):
22229           do not update controlled params, if buffer has no timestamp
22230
22231 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22232
22233         * configure.ac:
22234         * gst/sine/Makefile.am:
22235         * gst/volume/Makefile.am:
22236           controllerized elements also need to link against controller-libs ;)
22237
22238 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22239
22240         * docs/libs/tmpl/gstcolorbalance.sgml:
22241         * docs/libs/tmpl/gstgconf.sgml:
22242         * docs/libs/tmpl/gstmixer.sgml:
22243         * docs/libs/tmpl/gstringbuffer.sgml:
22244         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22245         (gst_sinesrc_create):
22246         * gst/volume/gstvolume.c: (gst_volume_class_init),
22247         (volume_transform):
22248           controllerized two audio plugins
22249
22250 2005-08-29  Andy Wingo  <wingo@pobox.com>
22251
22252         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22253         (vorbis_handle_data_packet): Fix some int overflow errors.
22254
22255         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22256         -1.
22257         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22258         valid.
22259         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22260         if it's valid. Fixed streaming-mode playback.
22261
22262         * check/elements/volume.c (cleanup_volume): Fix for running
22263         CK_FORK=no.
22264
22265         * check/elements/audioconvert.c: Convert from native endian, not
22266         little endian.
22267
22268 2005-08-29  Michael Smith <msmith@fluendo.com>
22269
22270         * ext/ogg/Makefile.am:
22271         * ext/ogg/gstogg.c: (plugin_init):
22272         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22273         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22274         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22275         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22276         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22277         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22278         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22279         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22280         Add an ogg parser element.
22281
22282 2005-08-28  Andy Wingo  <wingo@pobox.com>
22283
22284         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22285
22286 2005-08-26  Wim Taymans  <wim@fluendo.com>
22287
22288         * gst/audioconvert/audioconvert.c: (if), (float),
22289         (audio_convert_get_func_index), (check_default),
22290         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22291         (audio_convert_clean_context), (audio_convert_get_sizes),
22292         (audio_convert_convert):
22293         Cleanups.
22294
22295 2005-08-26  Wim Taymans  <wim@fluendo.com>
22296
22297         * gst/audioconvert/audioconvert.c: (if), (float),
22298         (audio_convert_get_func_index), (check_default),
22299         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22300         (audio_convert_clean_context), (audio_convert_get_sizes),
22301         (audio_convert_convert):
22302         More elegant and working temp buffer selection algo.
22303
22304 2005-08-26  Wim Taymans  <wim@fluendo.com>
22305
22306         * gst/audioconvert/audioconvert.c: (if), (float),
22307         (audio_convert_get_func_index), (check_default),
22308         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22309         (audio_convert_clean_context), (audio_convert_get_sizes),
22310         (get_temp_buffer), (audio_convert_convert):
22311         Use realloc else we lose our original data.
22312
22313 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22314
22315         * gst/audioresample/gstaudioresample.c:
22316           use base class' newsegment to properly timestamp
22317
22318 2005-08-26  Wim Taymans  <wim@fluendo.com>
22319
22320         * gst/audioconvert/audioconvert.c: (if), (float),
22321         (audio_convert_get_func_index), (check_default),
22322         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22323         (audio_convert_clean_context), (audio_convert_get_sizes),
22324         (get_temp_buffer), (audio_convert_convert):
22325         * gst/audioconvert/gstaudioconvert.c:
22326         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22327         (gst_audio_convert_transform_caps),
22328         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22329         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22330         Oops, allocate enough space to perform the channel mix.
22331
22332 2005-08-26  Wim Taymans  <wim@fluendo.com>
22333
22334         * gst/audioconvert/Makefile.am:
22335         * gst/audioconvert/audioconvert.c: (if), (float),
22336         (audio_convert_get_func_index), (check_default),
22337         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22338         (audio_convert_clean_context), (audio_convert_get_sizes),
22339         (get_temp_buffer), (audio_convert_convert):
22340         * gst/audioconvert/audioconvert.h:
22341         * gst/audioconvert/gstaudioconvert.c:
22342         (gst_audio_convert_class_init), (gst_audio_convert_init),
22343         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22344         (gst_audio_convert_get_unit_size),
22345         (gst_audio_convert_transform_caps),
22346         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22347         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22348         * gst/audioconvert/gstaudioconvert.h:
22349         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22350         (gst_channel_mix_fill_identical),
22351         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22352         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22353         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22354         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22355         (gst_channel_mix_mix):
22356         * gst/audioconvert/gstchannelmix.h:
22357         Cleanups, librarify a bit, optimize, better negotiation and more.
22358
22359 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22360
22361         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22362         Another from MikeS:
22363         During typefinding, don't support negative offsets
22364         (offsets from the end of the stream) in our typefind->peek() function
22365         - nothing embedded in ogg ever needs them. However, we need to recognise
22366         those requests and reject them, otherwise we return invalid pointers.
22367
22368 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22369
22370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22371         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22372         (vorbisdec_finalize), (vorbis_handle_type_packet):
22373           Big shout-out to MikeS for fixing this giant memory leak.
22374           Huzzah!
22375
22376 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22377
22378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22379         (audio_convert_get_unit_size):
22380           plug some leaks
22381
22382 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22383
22384         * check/Makefile.am:
22385         * check/elements/audioconvert.c: (setup_audioconvert),
22386         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22387         (GST_START_TEST), (audioconvert_suite), (main):
22388           add a test for audioconvert
22389         * gst/audioresample/gstaudioresample.c:
22390         * gst/audioresample/gstaudioresample.h:
22391           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22392           note that for buffers of 1/3 sec this means DURATION(c) is 
22393           one nanosecond more than for a and b
22394
22395 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * check/Makefile.am:
22398         * check/elements/audioresample.c: (setup_audioresample),
22399         (cleanup_audioresample), (fail_unless_perfect_stream),
22400         (test_perfect_stream_instance), (GST_START_TEST),
22401           add a check for audioresample
22402         (audioresample_suite), (main):
22403         * check/elements/volume.c: (GST_START_TEST):
22404           remove unused method
22405         * gst/audioresample/gstaudioresample.c:
22406           set correct buffer parameters since we're changing them
22407         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22408           add some debug
22409
22410 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22411
22412         * gst/audioresample/debug.c:
22413         * gst/audioresample/gstaudioresample.c:
22414           add room for extra overlap samples when asked to transform size
22415           protect against possible mem corruption and check for discrepancies
22416           between written size and outbuffer's size so we can warn for
22417           potential problems
22418         * gst/audioresample/resample.c: (resample_init),
22419         (resample_get_output_size_for_input), (resample_get_output_size),
22420         (resample_set_n_channels), (resample_set_format):
22421           set debug level based on RESAMPLE_DEBUG env var
22422           make sure that get_output_size* returns a whole number of
22423           sample_size
22424           set sample_size each time either channel or format is set
22425         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22426         * gst/audioresample/resample_functable.c:
22427         (resample_scale_functable):
22428         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22429           remove r->sample_size, it's done in resample.c now
22430           add some debugging to the ref implementation
22431           make sure we only give back bytes that are wholes of the sample
22432           size
22433
22434 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22435         * gst/playback/gstplaybasebin.c: (fill_buffer):
22436         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22437
22438 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22439
22440         * gst/volume/gstvolume.c:
22441           made set_caps function static
22442
22443 2005-08-24  Wim Taymans  <wim@fluendo.com>
22444
22445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22446         (gst_vorbisenc_change_state):
22447         Stop leaking taglists.
22448
22449 2005-08-24  Wim Taymans  <wim@fluendo.com>
22450
22451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22452         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22453         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22454         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22455         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22456         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22457         Parse seeking events better.
22458         Unref static caps.
22459         Generate correct newsegment events, fixes seeking in live oggs.
22460
22461         * ext/theora/theoradec.c: (theora_dec_src_query),
22462         (theora_dec_src_event), (theora_dec_src_getcaps),
22463         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22464         Use newsegment values to report correct play time.
22465
22466         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22467         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22468         * ext/vorbis/vorbisdec.h:
22469         Parse and use newsegment values to report correct play time.
22470
22471         * gst-libs/gst/audio/gstbaseaudiosink.c:
22472         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22473         Clear ringbuffer on flush.
22474         Use newsegment values to calculate playback time.
22475
22476         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22478         Basesink does newsegment calculations for us now.
22479
22480 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22481
22482         * check/Makefile.am:
22483         * configure.ac:
22484           add core's plugins to the mix so that playbin works
22485         * check/generic/states.c: (GST_START_TEST):
22486           set a 0 timeout on pipelines, so they don't force the next
22487           state change
22488         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22489         (gst_play_base_bin_change_state):
22490           remove the crappy error handling and do GST error handling
22491
22492 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22493
22494         * check/Makefile.am:
22495         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22496           add same test as to core, it bitches out on playbin atm.
22497
22498 2005-08-24  Wim Taymans  <wim@fluendo.com>
22499
22500         * configure.ac:
22501         Remove audioscale.
22502
22503 2005-08-24  Wim Taymans  <wim@fluendo.com>
22504
22505         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22506         (gst_videoscale_prepare_size), (parse_caps),
22507         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22508         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22509         (gst_videoscale_transform):
22510         * gst/videoscale/gstvideoscale.h:
22511         Refactor, make use of BaseTranform really well.
22512
22513 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22514
22515         * configure.ac:
22516           compile audioresample
22517         * gst/audioresample/Makefile.am:
22518         * gst/audioresample/buffer.c:
22519         * gst/audioresample/functable.c:
22520         * gst/audioresample/gstaudioresample.c:
22521         * gst/audioresample/gstaudioresample.h:
22522         * gst/audioresample/resample.c:
22523         (resample_get_output_size_for_input):
22524         * gst/audioresample/resample.h:
22525         * gst/audioresample/resample_chunk.c:
22526         * gst/audioresample/resample_functable.c:
22527         * gst/audioresample/resample_ref.c:
22528           port to use basetransform; doesn't work in all cases yet
22529
22530 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22531
22532         * gst/audioconvert/gstaudioconvert.c:
22533         (gst_audio_convert_class_init), (gst_audio_convert_init),
22534         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22535         (audio_convert_fixate_caps), (audio_convert_set_caps),
22536         (audio_convert_transform),
22537         (gst_audio_convert_buffer_to_default_format),
22538         (gst_audio_convert_buffer_from_default_format),
22539         (gst_audio_convert_channels):
22540         * gst/audioconvert/gstchannelmix.c:
22541         * gst/audioconvert/gstchannelmix.h:
22542           port to basetransform
22543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22544         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22545         (gst_ffmpegcsp_get_unit_size):
22546         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22547         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22548           fix for basetransform changes
22549
22550 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22551
22552         * check/Makefile.am:
22553           Add CHECK_CFLAGS and LDFLAGS
22554
22555         * gst/playback/gstplaybasebin.c: (fill_buffer):
22556           GST_MESSAGE_SRC became a GObject
22557
22558 2005-08-24  Wim Taymans  <wim@fluendo.com>
22559
22560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22561         (gst_ring_buffer_clear_all):
22562         * gst-libs/gst/audio/gstringbuffer.h:
22563         Added function to clear the ringbuffer.
22564
22565 2005-08-24  Andy Wingo  <wingo@pobox.com>
22566
22567         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22568         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22569         of _open and _close.
22570
22571         * sys/v4l/gstv4lxoverlay.h:
22572         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22573         an Xv connection here, instead of all the time. Make Xv only be
22574         loaded if you axe for it. Kindof a workaround for buggy behaviour
22575         of Xv when using remote xservers (XvQueryExtension would block).
22576         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22577         replace the _open and _close public API. Only start the xv
22578         connection if necessary.
22579         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22580
22581 2005-08-23  David Schleef  <ds@schleef.org>
22582
22583         * gst/audioresample/Makefile.am: Leet audioresampling code
22584         * gst/audioresample/buffer.c:
22585         * gst/audioresample/buffer.h:
22586         * gst/audioresample/debug.c:
22587         * gst/audioresample/debug.h:
22588         * gst/audioresample/functable.c:
22589         * gst/audioresample/functable.h:
22590         * gst/audioresample/gstaudioresample.c:
22591         * gst/audioresample/gstaudioresample.h:
22592         * gst/audioresample/resample.c:
22593         * gst/audioresample/resample.h:
22594         * gst/audioresample/resample_chunk.c:
22595         * gst/audioresample/resample_functable.c:
22596         * gst/audioresample/resample_ref.c:
22597
22598 2005-08-23  Wim Taymans  <wim@fluendo.com>
22599
22600         * examples/seeking/seek.c: (make_vorbis_pipeline),
22601         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22602         Small seek updates.
22603
22604 2005-08-23  Andy Wingo  <wingo@pobox.com>
22605
22606         * gst-libs/gst/audio/gstbaseaudiosrc.c
22607         (gst_base_audio_src_fixate): Only fixate endianness if it is
22608         present in the caps.
22609
22610 2005-08-22  Andy Wingo  <wingo@pobox.com>
22611
22612         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22613         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22614         device-name property.
22615
22616         * gst-libs/gst/audio/gstaudiosrc.h:
22617         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22618         close_device in the ring buffer, like gstaudiosink.
22619
22620         * ext/alsa/gstalsamixer.h:
22621         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22622         macro to implement the interface without much code. Cleanups. 
22623
22624         * ext/alsa/gstalsasrc.h:
22625         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22626         READY.
22627
22628         * ext/alsa/Makefile.am: Add new files.
22629         * ext/alsa/gstalsamixerelement.c: 
22630         * ext/alsa/gstalsamixerelement.c: Split element code out from
22631         mixer code so that alsasrc can be a mixer too.
22632
22633 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22634
22635         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22636         (GST_START_TEST):
22637         * check/elements/vorbisdec.c: (setup_vorbisdec),
22638         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22639         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22640         (vorbis_handle_identification_packet),
22641         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22642         (vorbis_handle_header_packet), (vorbis_dec_push),
22643         (vorbis_dec_chain):
22644           use the setup/teardown methods to save code.  save code is good.
22645
22646 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22647
22648         * check/Makefile.am:
22649           add ext dir for plugins
22650           add vorbisdec test conditionally
22651         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22652         (GST_START_TEST), (volume_suite):
22653           add a test with wrong caps
22654         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22655         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22656           add a vorbisdec test
22657         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22658         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22659           clean up debug output
22660         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22661           yay, fix a segfault/security issue in vorbisdec
22662           gst-launch fakesrc ! vorbisdec wasn't happy
22663         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22664         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22665         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22666         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22667         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22668         (gst_vorbisenc_set_metadata), (get_constraints_string),
22669         (update_start_message), (gst_vorbisenc_setup),
22670         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22671         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22672         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22673         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22674         * ext/vorbis/vorbisenc.h:
22675           march in line
22676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22677         (gst_ffmpegcsp_transform):
22678           have the kow come home
22679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22680           debug my func ptr
22681         * gst/volume/gstvolume.c: (volume_set_caps):
22682           add a debug
22683
22684 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22685
22686         * Makefile.am:
22687         * check/.cvsignore:
22688         * check/Makefile.am:
22689         * check/elements/.cvsignore:
22690         * check/elements/volume.c: (chain_func), (event_func),
22691         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22692         (main):
22693         * configure.ac:
22694           add unit test structure for gst-plugins-base
22695           add a test for volume
22696         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22697         (gst_volume_set_volume), (gst_volume_get_volume),
22698         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22699         (volume_funcfind), (volume_process_float), (volume_process_int16),
22700         (volume_set_caps), (volume_transform), (volume_update_mute),
22701         (volume_update_volume), (volume_set_property),
22702         (volume_get_property):
22703           document a little; use basetransform vmethod _set_caps
22704
22705 2005-08-19  Andy Wingo  <wingo@pobox.com>
22706
22707         * ext/alsa/gstalsamixertrack.h:
22708         * ext/alsa/gstalsamixertrack.c:
22709         * ext/alsa/gstalsamixeroptions.h:
22710         * ext/alsa/gstalsamixeroptions.c:
22711         * ext/alsa/gstalsamixer.h:
22712         * ext/alsa/gstalsamixer.c: Port to 0.9.
22713
22714         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22715         Remove gstalsa.c and alsaclock. No more cruft here.
22716         
22717 2005-08-18  Wim Taymans  <wim@fluendo.com>
22718
22719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22720         (gst_base_rtp_depayload_chain),
22721         (gst_base_rtp_depayload_add_to_queue),
22722         (gst_base_rtp_depayload_push),
22723         (gst_base_rtp_depayload_queue_release):
22724         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22725         Fix for RTPBuffer changes.
22726
22727         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22728         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22729         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22730         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22731         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22732         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22733         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22734         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22735         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22736         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22737         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22738         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22739         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22740         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22741         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22742         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22743         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22744         (gst_rtpbuffer_get_payload):
22745         * gst-libs/gst/rtp/gstrtpbuffer.h:
22746         Don't subclass GstBuffer but add methods and helper functions
22747         to construct and manipulate RTP packets in regular GstBuffers.
22748
22749 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22750
22751         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22752           moved statement below switch
22753         * gst/volume/gstvolume.c: (gst_volume_class_init):
22754           added debug ptr
22755
22756 2005-08-16  Wim Taymans  <wim@fluendo.com>
22757
22758         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22759         (gst_base_audio_src_change_state):
22760         Open and close device in READY<->NULL state change.
22761
22762 2005-08-16  Andy Wingo  <wingo@pobox.com>
22763
22764         * examples/seeking/Makefile.am: Don't compile non-compiling
22765         compiled objects with the compiler.
22766
22767         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22768         elements.
22769
22770 2005-08-12  Philippe Khalaf <burger@speedy.org>
22771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22772         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22773           Made a thread to release the queue.
22774           Removed timestamp conversion for now.
22775
22776 2005-08-10  Philippe Khalaf <burger@speedy.org>
22777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22778         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22779           Added rtp timestamp -> gst timestamp conversion.
22780           Fixed several problems with queue.
22781
22782 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22783
22784         * gst-libs/gst/audio/gstaudioclock.h:
22785         * gst-libs/gst/audio/gstaudiofilter.h:
22786         * gst-libs/gst/audio/gstaudiosink.h:
22787         * gst-libs/gst/audio/gstaudiosrc.h:
22788         * gst-libs/gst/audio/gstbaseaudiosink.h:
22789         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22790         * gst-libs/gst/audio/gstringbuffer.h:
22791         * gst-libs/gst/net/gstnetbuffer.h:
22792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22793         * gst-libs/gst/rtp/gstrtpbuffer.h:
22794           Add padding (you will need to rebuild gst-plugins-base,
22795           gst-plugins and all applications afterwards!)
22796
22797 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22798
22799         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22800         (gst_riff_parse_chunk):
22801           Fix bug in debug message and add some more debug messages.
22802
22803 2005-08-08  Edward Hervey  <edward@fluendo.com>
22804
22805         * gst-libs/gst/riff/riff-media.c:
22806         backported updates since branch
22807
22808 2005-08-08  Andy Wingo  <wingo@pobox.com>
22809
22810         * gst-libs/gst/audio/gstbaseaudiosink.c
22811         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22812         like good elements should. Close on READY->NULL too.
22813
22814         * gst-libs/gst/audio/gstaudiosink.c
22815         (gst_audioringbuffer_open_device,
22816         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22817         (gst_audioringbuffer_release): Updates for new ring buffer API,
22818         hook into the new audio sink api.
22819
22820         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22821         (GstAudioSinkClass.close): Just open and close the device -- no
22822         resource allocation or configuration.
22823         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22824         vmethods, handle device setup and resource allocation.
22825
22826         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22827         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22828         base class API.
22829
22830         * gst-libs/gst/audio/gstringbuffer.h
22831         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22832         New vmethods.
22833
22834         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22835         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22836         New API functions. The device should be opened before acquiring
22837         and closed after releasing.
22838
22839 2005-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22840
22841         * gst-libs/gst/interfaces/mixer.h:
22842           Reset padding to GST_PADDING.
22843
22844 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22845
22846         * gst/playback/gstplaybin.c: (remove_sinks):
22847           Remove visualization from parent explicitely; works around some
22848           apparent refcount issue that I haven't tracked down yet.
22849
22850 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22851
22852         * ext/alsa/gstalsasink.c: (set_hwparams):
22853           Assign debug category, add negotiation debug msgs.
22854
22855 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22856
22857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22858           Fix error code for file-not-found to NOT_FOUND.
22859
22860 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22861
22862         * common/gtk-doc-plugins.mak:
22863         * docs/plugins/Makefile.am:
22864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22866           renamed to actual element names, so much nicer to look at
22867         * docs/plugins/tmpl/gstmultifdsink.sgml:
22868           remove
22869         * docs/plugins/tmpl/multifdsink.sgml:
22870         * docs/plugins/tmpl/tcpserversink.sgml:
22871           add
22872         * ext/alsa/gstalsa.c:
22873         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22874         * ext/ogg/gstoggmux.c:
22875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22876         * gst/playback/gstdecodebin.c:
22877         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22878         * gst/tcp/gsttcpserversink.c:
22879           various fixes and documentation additions
22880
22881 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22882
22883         * common/Makefile.am:
22884         * common/gstdoc-scangobj:
22885         * common/gtk-doc-plugins.mak:
22886         * common/gtk-doc.mak:
22887           add a custom scangobj that uses the registry
22888           add a custom gtk-doc-plugins.mak that uses it
22889           some doc build fixes
22890         * configure.ac:
22891         * docs/Makefile.am:
22892         * docs/plugins/Makefile.am:
22893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22894         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22895         * docs/plugins/gst-plugins-base-plugins.types:
22896         * docs/plugins/tmpl/gstmultifdsink.sgml:
22897           add docs for one element, multifdsink
22898         * gst/adder/gstadder.h:
22899         * gst/volume/gstvolume.h:
22900           don't privatize enum
22901         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22902         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22903         (gst_sync_method_get_type), (gst_client_status_get_type),
22904         (gst_multifdsink_class_init),
22905         (gst_multifdsink_client_queue_buffer),
22906         (gst_multifdsink_handle_client_write):
22907         * gst/tcp/gstmultifdsink.h:
22908         * gst/tcp/gsttcp.h:
22909         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22910         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22911         (gst_tcpclientsink_render):
22912         * gst/tcp/gsttcpclientsink.h:
22913         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22914         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22915         (gst_tcpclientsrc_start):
22916         * gst/tcp/gsttcpclientsrc.h:
22917         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22918         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22919         * gst/tcp/gsttcpserversrc.h:
22920         * gst/typefind/gsttypefindfunctions.c:
22921           remove superfluous Type stuff
22922
22923 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22924
22925         * gst/playback/gstplaybin.c: (gen_video_element):
22926           Enable videoscale.
22927
22928 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22929
22930         * gst-libs/gst/gconf/gconf.c:
22931         * gst-libs/gst/gconf/gconf.h:
22932           Fix some Andy Problem [tm].
22933
22934 2005-08-04  Andy Wingo  <wingo@pobox.com>
22935
22936         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22938         (gst_ffmpegcsp_get_size): Adapt to API changes.
22939
22940         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22941         Implement an in-place do-nothing transform.
22942
22943 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22944
22945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22946         (gst_ximagesink_renegotiate_size):
22947           Do not set new window sizes yet if we prepare a new buffer size
22948           for upstream renegotiation (software scaling) at some point in the
22949           future, because this new size waqs not actually accepted yet. Once
22950           accepted, renegotiation later on will set the new sizes just fine.
22951           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22952           embedding testcase.
22953
22954 2005-08-03  Andy Wingo  <wingo@pobox.com>
22955
22956         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22957         (gst_ximagesink_buffer_alloc): 
22958         Protect the height, width, and desired_caps with the pool_lock.
22959         Fixes videotestsrc ! queue ! ximagesink.
22960
22961 2005-08-02  Edward Hervey  <edward@fluendo.com>
22962
22963         * gst/volume/gstvolume.c:
22964         include left from controller cleanup
22965
22966 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22968           Stop collectpads before calling the parent state
22969           change function on PAUSED->READY.
22970
22971 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22972         * configure.ac:
22973           When testing for X libs, use the X CFlags 
22974         * gst/adder/gstadder.c: (gst_adder_change_state):
22975           Stop the collectpads before calling parent state change function
22976           on PAUSED->READY, otherwise we deadlock deactivating pads.
22977
22978 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22979
22980         * configure.ac:
22981         * docs/libs/tmpl/gstcolorbalance.sgml:
22982         * docs/libs/tmpl/gstmixer.sgml:
22983         * examples/Makefile.am:
22984         * gst/sine/Makefile.am:
22985         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22986         (gst_sinesrc_set_property), (plugin_init):
22987         * gst/sine/gstsinesrc.h:
22988         * gst/volume/Makefile.am:
22989         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22990         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22991         (volume_process_float), (volume_process_int16),
22992         (volume_set_property), (plugin_init):
22993         * gst/volume/gstvolume.h:
22994           deactivate and remove dparams (libgstcontrol)
22995
22996 2005-07-29  Wim Taymans  <wim@fluendo.com>
22997
22998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22999         Convert me to BaseTransform!! help..
23000
23001 2005-07-29  Andy Wingo  <wingo@pobox.com>
23002
23003         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23004         sinks.
23005
23006         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23007         support of both endiannesses.
23008
23009 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23010
23011         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23012           Fix confusing debug message (s/event/query/)
23013
23014 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23015
23016         * gst/videotestsrc/videotestsrc.h:
23017           Use "_stdint.h" instead of <stdint.h>
23018
23019 2005-07-27  Wim Taymans  <wim@fluendo.com>
23020
23021         * ext/vorbis/Makefile.am:
23022         Revert wrong commit.
23023
23024 2005-07-27  Wim Taymans  <wim@fluendo.com>
23025
23026         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23027         More compilation fixen.
23028
23029 2005-07-27  Wim Taymans  <wim@fluendo.com>
23030
23031         * gst-libs/gst/audio/gstbaseaudiosink.c:
23032         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23033         (gst_base_audio_sink_create_ringbuffer),
23034         (gst_base_audio_sink_change_state):
23035         Fix compilation.
23036
23037 2005-07-27  Wim Taymans  <wim@fluendo.com>
23038
23039         * examples/seeking/seek.c: (setup_dynamic_link),
23040         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23041         (query_positions_elems), (query_positions_pads), (do_seek):
23042         Update seek example.
23043
23044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23045         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23046         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23047         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23048         (gst_ogg_demux_handle_event),
23049         (gst_ogg_demux_deactivate_current_chain),
23050         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23051         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23052         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23053         (gst_ogg_demux_loop):
23054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23055         * ext/theora/theoradec.c: (theora_dec_src_event),
23056         (theora_dec_src_getcaps), (theora_dec_sink_event),
23057         (theora_dec_push), (theora_dec_chain):
23058         * ext/vorbis/Makefile.am:
23059         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23060         (vorbis_dec_sink_event), (vorbis_dec_push),
23061         (vorbis_handle_data_packet):
23062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23063         (gst_vorbisenc_chain):
23064         * gst/playback/gststreaminfo.c: (cb_probe):
23065         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23066         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23067         * gst/videoscale/gstvideoscale.c:
23068         (gst_videoscale_handle_src_event):
23069         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23070         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23071         (gst_ximagesink_navigation_send_event):
23072         * sys/xvimage/xvimagesink.c:
23073         (gst_xvimagesink_navigation_send_event):
23074         Various event updates and cleanups
23075
23076 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23077
23078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23079           Fix segfault for I420/YV12.
23080
23081 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23082
23083         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23084           Report bitrate.
23085
23086 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23087
23088         * gst/playback/gstplaybin.c: (gen_video_element),
23089         (gen_audio_element):
23090           Switch to auto*sink elements as default sinks; add volume element
23091           so that volume control in totem works.
23092
23093 2005-07-21  Wim Taymans  <wim@fluendo.com>
23094
23095         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23096         * gst/playback/gstplaybin.c: (setup_sinks),
23097         (gst_play_bin_change_state):
23098         Refcount fix and more comments.
23099
23100 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23101
23102         * sys/ximage/Makefile.am:
23103         * sys/ximage/ximage.c: (plugin_init):
23104         * sys/ximage/ximagesink.c:
23105         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23106         
23107
23108 2005-07-21  Wim Taymans  <wim@fluendo.com>
23109
23110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23111         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23112         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23113         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23114         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23115         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23116         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23117         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23118         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23119         Generate correct disconts for live chained oggs.
23120
23121         * gst-libs/gst/audio/gstbaseaudiosink.c:
23122         (gst_base_audio_sink_render),
23123         (gst_base_audio_sink_create_ringbuffer),
23124         (gst_base_audio_sink_change_state):
23125         Handle discont math correctly.
23126
23127         * gst/playback/gstplaybin.c: (add_sink):
23128         Some small debug cleanup.
23129
23130 2005-07-21  Wim Taymans  <wim@fluendo.com>
23131
23132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23133         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23134         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23135         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23136         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23137         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23138         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23139         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23140         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23141         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23142         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23143         (gst_ogg_demux_change_state), (gst_ogg_print):
23144         Reorganize code to send the right disconts when in streaming
23145         mode.
23146
23147 2005-07-20  Andy Wingo  <wingo@pobox.com>
23148
23149         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23150         fix (?), fixes a seggie mcfalterson (#310894).
23151
23152 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23153
23154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23155         (gst_ogg_mux_set_header_on_caps):
23156         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23158         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23159         * gst-libs/gst/audio/multichannel.c:
23160         (gst_audio_set_channel_positions),
23161         (gst_audio_set_structure_channel_positions_list):
23162         * gst/playback/gstdecodebin.c: (dynamic_create):
23163         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23164         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23165           Fixes for API changes in core.
23166
23167 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23168
23169         * gst/playback/gstplaybasebin.c: (fill_buffer):
23170           Use _new_custom() so we can set custom message types for buffering
23171           messages.
23172
23173 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23174
23175         * configure.ac:
23176         * gst-libs/gst/Makefile.am:
23177         * gst-libs/gst/gconf/.cvsignore:
23178         * gst-libs/gst/gconf/Makefile.am:
23179         * gst-libs/gst/gconf/test-gconf.c:
23180         * pkgconfig/Makefile.am:
23181         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23182         * pkgconfig/gstreamer-gconf.pc.in:
23183           Remove gconf stuff, use gconf elements instead from now on.
23184
23185 2005-07-20  Wim Taymans  <wim@fluendo.com>
23186
23187         * gst-libs/gst/audio/TODO:
23188         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23189         (gst_audio_clock_get_internal_time):
23190         * gst-libs/gst/audio/gstaudioclock.h:
23191         * gst-libs/gst/audio/gstbaseaudiosink.c:
23192         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23193         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23194         (gst_base_audio_sink_render),
23195         (gst_base_audio_sink_create_ringbuffer),
23196         (gst_base_audio_sink_change_state):
23197         Make sure the audio clock always returns an increasing value.
23198
23199 2005-07-19  Andy Wingo  <wingo@pobox.com>
23200
23201         * gst/videotestsrc/: Cleanups.
23202
23203 2005-07-19  Wim Taymans  <wim@fluendo.com>
23204
23205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23206         Better debugging.
23207
23208 2005-07-19  Wim Taymans  <wim@fluendo.com>
23209
23210         * examples/seeking/seek.c: (make_dv_pipeline),
23211         (make_vorbis_theora_pipeline), (query_rates),
23212         (query_positions_elems), (query_positions_pads), (do_seek):
23213         Make correct DV pipeline.
23214
23215 2005-07-18  Andy Wingo  <wingo@pobox.com>
23216
23217         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23218         default. Also because it's the only thing that really works. (This
23219         is used in the GConf elements).
23220         Use AS_LIBTOOL_TAGS.
23221
23222 2005-07-18  Wim Taymans  <wim@fluendo.com>
23223
23224         * gst/playback/gstdecodebin.c: (remove_element_chain):
23225         * gst/playback/gstplaybin.c: (add_sink):
23226         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23227         (gst_stream_info_set_mute):
23228         * gst/playback/gststreamselector.c:
23229         (gst_stream_selector_get_linked_pad),
23230         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23231         More leak and compile fixes.
23232
23233 2005-07-18  Wim Taymans  <wim@fluendo.com>
23234
23235         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23236         (query_rates), (query_positions_elems), (query_positions_pads),
23237         (do_seek), (seek_cb), (stop_seek):
23238         Updated seek example. 
23239
23240         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23241         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23242         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23243         * gst/playback/gstplaybin.c: (add_sink):
23244         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23245         (gst_stream_info_set_mute):
23246         Some refcount leak fixes.
23247
23248 2005-07-16  Wim Taymans  <wim@fluendo.com>
23249
23250         * gst-libs/gst/audio/gstbaseaudiosink.c:
23251         (gst_base_audio_sink_render):
23252         Align samples even if we have roundoff errors in the 
23253         timestamp conversion.
23254
23255 2005-07-16  Wim Taymans  <wim@fluendo.com>
23256
23257         * docs/libs/tmpl/gstringbuffer.sgml:
23258         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23259         (query_rates), (query_positions_elems), (query_positions_pads),
23260         (update_scale), (do_seek):
23261         Updated seek example.
23262
23263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23264         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23265         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23266         (gst_ogg_demux_loop):
23267         Push out correct discont values.
23268
23269         * ext/theora/theoradec.c: (theora_dec_src_convert),
23270         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23271         (theora_dec_sink_event), (theora_handle_type_packet),
23272         (theora_handle_header_packet), (theora_dec_push),
23273         (theora_handle_data_packet), (theora_dec_chain),
23274         (theora_dec_change_state):
23275         Better timestamping.
23276
23277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23278         (vorbis_dec_sink_event), (vorbis_dec_push),
23279         (vorbis_handle_data_packet), (vorbis_dec_chain):
23280         * ext/vorbis/vorbisdec.h:
23281         Better timestamping.
23282
23283         * gst-libs/gst/audio/gstbaseaudiosink.c:
23284         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23285         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23286         Handle syncing on timestamps instead of sample offsets. Make
23287         use of DISCONT values as described in design docs.
23288
23289         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23290         (gst_base_audio_src_get_time):
23291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23292         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23293         (gst_ring_buffer_read):
23294         * gst-libs/gst/audio/gstringbuffer.h:
23295         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23296         (gst_ximagesink_show_frame):
23297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23298         Correcly convert buffer timestamp to stream time.
23299
23300 2005-07-16  Wim Taymans  <wim@fluendo.com>
23301
23302         * gst/audioconvert/gstaudioconvert.c:
23303         (gst_audio_convert_get_buffer):
23304         Timestamp buffers correctly.
23305
23306         * gst/playback/gstplaybin.c: (gen_video_element):
23307         Make internal fakesink silent.
23308
23309 2005-07-15  Wim Taymans  <wim@fluendo.com>
23310
23311         * gst/ffmpegcolorspace/Makefile.am:
23312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23313         (gst_ffmpegcsp_caps_remove_format_info),
23314         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23315         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23316         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23317         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23318         Ported ffmpegcolorspace to basetransform.
23319
23320         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23321         * gst/volume/gstvolume.c: (volume_transform):
23322         Ported to new API.
23323
23324 2005-07-14  Wim Taymans  <wim@fluendo.com>
23325
23326         * gst/videotestsrc/Makefile.am:
23327         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23328         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23329         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23330         (gst_videotestsrc_init), (gst_videotestsrc_event),
23331         (gst_videotestsrc_create), (gst_videotestsrc_start),
23332         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23333         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23334         (gst_videotestsrc_get_property):
23335         * gst/videotestsrc/gstvideotestsrc.h:
23336         Make videotestsrc a pushsrc.
23337
23338 2005-07-14  Wim Taymans  <wim@fluendo.com>
23339
23340         * gst/tcp/gstfdset.c: (gst_fdset_free):
23341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23342         (gst_multifdsink_add), (gst_multifdsink_remove),
23343         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23344         (gst_multifdsink_remove_client_link),
23345         (gst_multifdsink_client_queue_data),
23346         (gst_multifdsink_client_queue_caps),
23347         (gst_multifdsink_client_queue_buffer),
23348         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23349         (gst_multifdsink_stop):
23350         * gst/tcp/gstmultifdsink.h:
23351         0.8 backporting.
23352
23353         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23354         Also draw image when not from a pool.
23355
23356 2005-07-14  Wim Taymans  <wim@fluendo.com>
23357
23358         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23359         (mute_stream), (silence_stream):
23360         Small debug additions.
23361
23362 2005-07-14  Wim Taymans  <wim@fluendo.com>
23363
23364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23365         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23366         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23367         Better error recovery, ignore unconnected pads and
23368         non-fatal errors.
23369
23370 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * docs/libs/tmpl/gstaudio.sgml:
23373         * docs/libs/tmpl/gstcolorbalance.sgml:
23374         * docs/libs/tmpl/gstgconf.sgml:
23375         * docs/libs/tmpl/gstmixer.sgml:
23376         * docs/libs/tmpl/gstringbuffer.sgml:
23377         * docs/libs/tmpl/gsttuner.sgml:
23378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23379         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23380         (gst_tcpclientsrc_class_init):
23381         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23382         (gst_tcpserversrc_class_init):
23383         * sys/v4l/gstv4lelement.c:
23384           more autistic cleanliness in functions/names/defines
23385
23386 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23387
23388         * configure.ac:
23389           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23390           added manually to each Makefile.am so we are sure it goes
23391           *last* and doesn't add -L flags before linking in libs of our
23392           own, like, say, internal .la libs, that then accidentally pick
23393           up the installed copy.
23394         * docs/libs/Makefile.am:
23395         * ext/alsa/Makefile.am:
23396         * ext/cdparanoia/Makefile.am:
23397         * ext/gnomevfs/Makefile.am:
23398         * ext/libvisual/Makefile.am:
23399         * ext/ogg/Makefile.am:
23400         * ext/theora/Makefile.am:
23401         * ext/vorbis/Makefile.am:
23402         * gst-libs/gst/video/Makefile.am:
23403         * gst/adder/Makefile.am:
23404         * gst/audioconvert/Makefile.am:
23405         * gst/audiorate/Makefile.am:
23406         * gst/audioscale/Makefile.am:
23407         * gst/ffmpegcolorspace/Makefile.am:
23408         * gst/playback/Makefile.am:
23409         * gst/sine/Makefile.am:
23410         * gst/subparse/Makefile.am:
23411         * gst/tags/Makefile.am:
23412         * gst/tcp/Makefile.am:
23413         * gst/typefind/Makefile.am:
23414         * gst/videorate/Makefile.am:
23415         * gst/videoscale/Makefile.am:
23416         * gst/videotestsrc/Makefile.am:
23417         * gst/volume/Makefile.am:
23418         * sys/v4l/Makefile.am:
23419         * sys/ximage/Makefile.am:
23420         * sys/xvimage/Makefile.am:
23421           adapt properly to this change. This should make sure that
23422           plugins and libs properly link to the as-yet-uninstalled
23423           copies of stuff like libgstinterfaces and libgstvideo
23424
23425 2005-07-13  Andy Wingo  <wingo@pobox.com>
23426
23427         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23428         (gst_v4lsrc_fixate): Fixate on format as well.
23429
23430         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23431         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23432         buffer points to it.
23433         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23434         rather just doing X calls ourselves. Also fixes a memleak.
23435
23436 2005-07-12  Andy Wingo  <wingo@pobox.com>
23437
23438         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23439         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23440         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23441         TRUE to avoid deadlocks if an element holds on to our buffers.
23442
23443 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23444
23445         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23446         (gst_sinesrc_init), (gst_sinesrc_create),
23447         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23448         (gst_sinesrc_start):
23449         * gst/sine/gstsinesrc.h:
23450           removing num-buffers property before moving it
23451
23452 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23453
23454         * configure.ac:
23455           use overridable ERROR_CFLAGS
23456         * docs/libs/gst-plugins-base-libs.types:
23457         * docs/libs/tmpl/gstringbuffer.sgml:
23458         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23459         (gst_alsasink_class_init):
23460         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23461         (gst_alsasrc_class_init):
23462         * gst-libs/gst/audio/audio.h:
23463         * gst-libs/gst/audio/gstaudioclock.h:
23464         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23465         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23466         (gst_audio_filter_link), (gst_audio_filter_init),
23467         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23468         (gst_audio_filter_get_property),
23469         (gst_audio_filter_class_add_pad_templates):
23470         * gst-libs/gst/audio/gstaudiofilter.h:
23471         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23472         (gst_audio_filter_template_get_type),
23473         (gst_audio_filter_template_base_init),
23474         (gst_audio_filter_template_class_init),
23475         (gst_audio_filter_template_init),
23476         (gst_audio_filter_template_set_property),
23477         (gst_audio_filter_template_get_property), (plugin_init),
23478         (gst_audio_filter_template_setup),
23479         (gst_audio_filter_template_filter),
23480         (gst_audio_filter_template_filter_inplace):
23481         * gst-libs/gst/audio/gstaudiosink.c:
23482         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23483         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23484         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23485         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23486         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23487         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23488         * gst-libs/gst/audio/gstaudiosink.h:
23489         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23490         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23491         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23492         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23493         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23494         (gst_audio_src_class_init), (gst_audio_src_init),
23495         (gst_audio_src_create_ringbuffer):
23496         * gst-libs/gst/audio/gstaudiosrc.h:
23497         * gst-libs/gst/audio/gstbaseaudiosink.c:
23498         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23499         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23500         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23501         (gst_base_audio_sink_set_property),
23502         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23503         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23504         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23505         (gst_base_audio_sink_create_ringbuffer),
23506         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23507         * gst-libs/gst/audio/gstbaseaudiosink.h:
23508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23509         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23510         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23511         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23512         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23513         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23514         (gst_base_audio_src_event), (gst_base_audio_src_create),
23515         (gst_base_audio_src_create_ringbuffer),
23516         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23517         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23518         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23519         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23520         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23521         (gst_ring_buffer_debug_spec_caps),
23522         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23523         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23524         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23525         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23526         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23527         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23528         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23529         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23530         (gst_ring_buffer_clear):
23531         * gst-libs/gst/audio/gstringbuffer.h:
23532         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23533         (gst_video_sink_class_init), (gst_video_sink_get_type):
23534         * gst-libs/gst/video/videosink.h:
23535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23536         (gst_multifdsink_class_init),
23537         (gst_multifdsink_handle_client_write),
23538         (gst_multifdsink_change_state):
23539         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23540         (gst_tcpclientsink_setcaps):
23541         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23542         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23543         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23544         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23545         (gst_ximagesink_send_pending_navigation),
23546         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23547         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23549         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23550         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23551         (gst_xvimagesink_send_pending_navigation),
23552         (gst_xvimagesink_navigation_send_event),
23553         (gst_xvimagesink_set_xwindow_id),
23554         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23555         (gst_xvimagesink_get_type):
23556         more macro splitting
23557
23558 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23559
23560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23561           plug a memleak, allows me to import 1479 albums in one go
23562           in jamboree
23563         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23564         (vorbis_handle_type_packet), (vorbis_dec_chain),
23565         (vorbis_dec_change_state):
23566           fix some format strings
23567
23568 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23569
23570         * docs/libs/tmpl/gstcolorbalance.sgml:
23571         * docs/libs/tmpl/gstmixer.sgml:
23572         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23573         (gst_alsasink_set_property), (gst_alsasink_get_property):
23574         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23575         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23576           add device property
23577
23578 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23579
23580         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23581         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23582         (audiocast_register_listener), (audiocast_thread_run),
23583         (gst_gnomevfssrc_send_additional_headers_callback),
23584         (gst_gnomevfssrc_received_headers_callback),
23585         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23586         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23587         (gst_gnomevfssrc_get_size):
23588           add/clean up debugging
23589         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23590           cleanups
23591
23592 2005-07-07  Andy Wingo  <wingo@pobox.com>
23593
23594         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23595         framerate. Need to get a handle on when exactly this function is
23596         called, tho.
23597
23598         * sys/v4l/v4lsrc_calls.h:
23599         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23600         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23601         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23602
23603         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23604         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23605         v4lelements are sources.
23606
23607         * sys/v4l/gstv4lxoverlay.h:
23608         * sys/v4l/gstv4lxoverlay.c:
23609         * sys/v4l/gstv4ltuner.h:
23610         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23611         
23612         * sys/v4l/gstv4lsrc.h:
23613         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23614         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23615         or something should handle that. Made a live source.
23616
23617         * sys/v4l/gstv4lelement.h:
23618         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23619         signals. Some cleanups.
23620
23621         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23622
23623         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23624         stuff.
23625
23626         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23627         stuff.
23628
23629         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23630
23631 2005-07-07  Wim Taymans  <wim@fluendo.com>
23632
23633         * ext/theora/theoradec.c: (theora_get_query_types),
23634         (theora_dec_src_getcaps), (theora_dec_push):
23635         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23637         Remove deprecated/unused query types.
23638
23639 2005-07-06  Wim Taymans  <wim@fluendo.com>
23640
23641         * ext/alsa/Makefile.am:
23642         * ext/alsa/gstalsaplugin.c: (plugin_init):
23643         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23644         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23645         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23646         (gst_alsasrc_class_init), (gst_alsasrc_init),
23647         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23648         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23649         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23650         (gst_alsasrc_reset):
23651         * ext/alsa/gstalsasrc.h:
23652         * gst-libs/gst/audio/Makefile.am:
23653         * gst-libs/gst/audio/gstaudiosink.c:
23654         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23655         (gst_audioringbuffer_start):
23656         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23657         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23658         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23659         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23660         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23661         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23662         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23663         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23664         * gst-libs/gst/audio/gstaudiosrc.h:
23665         * gst-libs/gst/audio/gstbaseaudiosink.c:
23666         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23667         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23668         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23669         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23670         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23671         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23672         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23673         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23674         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23675         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23676         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23677         (gst_baseaudiosrc_change_state):
23678         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23679         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23680         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23681         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23682         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23683         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23684         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23685         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23686         * gst-libs/gst/audio/gstringbuffer.h:
23687         Added audiosource base classes.
23688         Ported alsasrc, still very basic.
23689
23690 2005-07-06  Wim Taymans  <wim@fluendo.com>
23691
23692         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23693         (theora_dec_push), (theora_handle_data_packet):
23694         Prepare for better timestamp fix later.
23695
23696         * gst/audioconvert/gstaudioconvert.c:
23697         List most accurate caps first
23698
23699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23700         Use proper pad task function.
23701
23702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23703         (gst_xvimagesink_show_frame):
23704         Fix deadlock when alloc failed.
23705
23706 2005-07-05  Andy Wingo  <wingo@pobox.com>
23707
23708         * ext/gnomevfs/gstgnomevfssrc.c:
23709         * gst/sine/gstsinesrc.c:
23710         * gst/tcp/gsttcpserversrc.c:
23711         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23712
23713         * sys/v4l/: Port from 0.8.
23714
23715         * Many files: Null if we got it....
23716
23717 2005-07-05  Andy Wingo  <wingo@pobox.com>
23718
23719         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23720         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23721         Signedness fixes.
23722
23723 2005-07-05  Wim Taymans  <wim@fluendo.com>
23724
23725         * configure.ac:
23726         * gst/tcp/Makefile.am:
23727         * gst/tcp/README:
23728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23729         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23730         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23731         (is_sync_frame), (gst_multifdsink_handle_client_write),
23732         (gst_multifdsink_render), (gst_multifdsink_start),
23733         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23734         * gst/tcp/gstmultifdsink.h:
23735         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23736         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23737         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23738         * gst/tcp/gsttcp.h:
23739         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23740         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23741         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23742         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23743         * gst/tcp/gsttcpclientsink.h:
23744         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23745         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23746         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23747         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23748         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23749         * gst/tcp/gsttcpclientsrc.h:
23750         * gst/tcp/gsttcpplugin.c: (plugin_init):
23751         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23752         * gst/tcp/gsttcpserversink.h:
23753         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23754         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23755         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23756         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23757         (gst_tcpserversrc_stop):
23758         * gst/tcp/gsttcpserversrc.h:
23759         * gst/tcp/gsttcpsink.c:
23760         * gst/tcp/gsttcpsink.h:
23761         * gst/tcp/gsttcpsrc.c:
23762         * gst/tcp/gsttcpsrc.h:
23763         Ported tcp plugins to 0.9. 
23764         
23765
23766 2005-07-05  Andy Wingo  <wingo@pobox.com>
23767
23768         * gst/playback/gstplaybasebin.c (fill_buffer):
23769         message_new_application fixen.
23770
23771         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23772         Style fix.
23773
23774 2005-07-04  Wim Taymans  <wim@fluendo.com>
23775
23776         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23777         Set caps on output buffer.
23778
23779 2005-07-04  Andy Wingo  <wingo@pobox.com>
23780
23781         * ext/gnomevfs/gstgnomevfssrc.c
23782         (gst_gnomevfssrc_received_headers_callback) 
23783         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23784         hopefully.
23785
23786         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23787         No refcount leakage.
23788
23789         * configure.ac: Enable -Werror.
23790         
23791         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23792         * gst/audioconvert/bufferframesconvert.c
23793         (buffer_frames_convert_fixate):
23794         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23795         (gst_audio_convert_fixate):
23796         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23797         (gst_sinesrc_create): Fixate func changes.
23798         
23799         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23800         (gst_ximagesink_buffer_alloc): Unused var.
23801
23802 2005-07-01  Andy Wingo  <wingo@pobox.com>
23803
23804         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23805         getcaps to do explicit caps. Needs to be done in all decoders,
23806         possibly via a base class.
23807
23808         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23809
23810         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23811         caps on the sink pad, just rely on the pad template. Also, setting
23812         ANY caps on a pad is not valid because the caps are not fixed.
23813
23814         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23815         caps on the buffer, and get the width from the desired_caps if
23816         they're set.
23817         (gst_ximagesink_renegotiate_size): Implement via setting the
23818         desired_caps on the ximagesink.
23819         (gst_ximagesink_setcaps): Only reset the width of the player if it
23820         wasn't already set. Not sure if this is right.
23821         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23822
23823         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23824         that the user wants. NULL unless the window has been resized.
23825
23826         * gst/volume/gstvolume.c (volume_transform): Adapt to
23827         basetransform refcount changes.
23828         
23829 2005-07-01  Andy Wingo  <wingo@pobox.com>
23830
23831         * gst/videoscale/gstvideoscale.c:
23832         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23833         from BaseTransform, implements a transform_caps. Removed dead code
23834         including some PAR stuff that was never reached -- should probably
23835         be added back somehow.
23836
23837 2005-07-01  Andy Wingo  <wingo@pobox.com>
23838
23839         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23840         come later.
23841
23842 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23843
23844         * configure.ac:
23845         * docs/libs/Makefile.am:
23846         * docs/libs/gst-plugins-libs.types:
23847         * ext/alsa/Makefile.am:
23848         * ext/alsa/gstalsamixer.h:
23849         * ext/alsa/gstalsamixeroptions.h:
23850         * ext/alsa/gstalsamixertrack.h:
23851         * gst-libs/gst/Makefile.am:
23852         * gst-libs/gst/colorbalance/.cvsignore:
23853         * gst-libs/gst/colorbalance/Makefile.am:
23854         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23855         * gst-libs/gst/colorbalance/colorbalance.c:
23856         * gst-libs/gst/colorbalance/colorbalance.h:
23857         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23858         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23859         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23860         * gst-libs/gst/interfaces/Makefile.am:
23861         * gst-libs/gst/interfaces/colorbalance.c:
23862         (gst_color_balance_class_init):
23863         * gst-libs/gst/interfaces/colorbalance.h:
23864         * gst-libs/gst/interfaces/interfaces-marshal.list:
23865         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23866         * gst-libs/gst/interfaces/mixer.h:
23867         * gst-libs/gst/interfaces/mixeroptions.h:
23868         * gst-libs/gst/interfaces/navigation.c:
23869         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23870         * gst-libs/gst/interfaces/tuner.h:
23871         * gst/volume/Makefile.am:
23872         * gst/volume/gstvolume.c:
23873         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23874         * sys/ximage/Makefile.am:
23875         * sys/ximage/ximagesink.c:
23876         * sys/xvimage/Makefile.am:
23877         * sys/xvimage/xvimagesink.c:
23878           fold in all interfaces into an interfaces dir, preserving CVS
23879           history
23880
23881 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23882
23883         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23884           Fix build after riff changes.
23885
23886 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23887
23888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23889         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23890         (gst_riff_create_video_template_caps),
23891         (gst_riff_create_audio_template_caps),
23892         (gst_riff_create_iavs_template_caps):
23893         * gst-libs/gst/riff/riff-media.h:
23894         * gst-libs/gst/riff/riff-read.h:
23895         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23896           Add gst_riff_init() to initialize the debug category, instead
23897           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23898
23899 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23900
23901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23902           Oops, I shouldn't apply hacks.
23903
23904 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23905
23906         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23907           Remove pad_loop function which doesn't work.
23908
23909 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23910
23911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23912           Send EOS when deactivating.
23913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23914         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23915         (gen_preroll_element), (probe_triggered), (mute_stream),
23916         (silence_stream), (new_decoded_pad), (setup_substreams),
23917         (set_active_source):
23918         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23919         (remove_sinks), (add_sink):
23920         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23921           Change for new probe API.
23922
23923 2005-06-29  Wim Taymans  <wim@fluendo.com>
23924
23925         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23926         * gst-libs/gst/audio/gstbaseaudiosink.c:
23927         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23928         (gst_baseaudiosink_change_state):
23929         * gst-libs/gst/audio/gstbaseaudiosink.h:
23930         * gst-libs/gst/audio/gstringbuffer.c:
23931         (gst_ringbuffer_set_callback):
23932         Fix compilation error.
23933         Ringbuffer starts out as not running.
23934         Free our clock in dispose.
23935         When releasing the ringbuffer we need to renegotiate so
23936         clear the pad caps.
23937
23938 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23939
23940         * autogen.sh:
23941         * configure.ac:
23942         * docs/Makefile.am:
23943         * docs/libs/Makefile.am:
23944         * docs/libs/gst-plugins-libs-docs.sgml:
23945         * docs/libs/gst-plugins-libs-sections.txt:
23946         * docs/libs/gst-plugins-libs.types:
23947         * docs/libs/tmpl/gstaudio.sgml:
23948         * docs/libs/tmpl/gstcolorbalance.sgml:
23949         * docs/libs/tmpl/gstringbuffer.sgml:
23950         * gst-libs/gst/audio/gstringbuffer.c:
23951         (gst_ringbuffer_set_callback):
23952           reinstate gtk-doc docs for plugin libs
23953
23954 2005-06-28  Wim Taymans  <wim@fluendo.com>
23955
23956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23957         (gst_ogg_demux_init):
23958         Removed pad loop function.
23959
23960 2005-06-28  Wim Taymans  <wim@fluendo.com>
23961
23962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23963         If we're building a chain we are not in an error case
23964         when we queue a buffer.
23965
23966 2005-06-28  Andy Wingo  <wingo@pobox.com>
23967
23968         * *.c: Don't cast to GstObject before reffing/unreffing.
23969
23970 2005-06-27  Andy Wingo  <wingo@pobox.com>
23971
23972         * gst/videotestsrc/gstvideotestsrc.c
23973         (gst_videotestsrc_activate_push): Activation API changes.
23974
23975         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23976         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23977         they have refs on the decodebin.
23978
23979         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23980         parent class.
23981         (gst_ogg_pad_typefind): Don't leak a pad ref.
23982         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23983         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23984         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23985
23986 2005-06-27  Edward Hervey  <edward@fluendo.com>
23987
23988         * ext/theora/theoradec.c: (theora_dec_change_state): 
23989         re-arranged call to parent's state change in order to avoid locks (or
23990         worse).
23991
23992 2005-06-26  Edward Hervey  <edward@fluendo.com>
23993
23994         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23995         2nd argument of 'unknow-type' signal is a GstCaps and not a
23996         GstMiniObject
23997
23998 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23999         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24000           Set the worker thread's running flag to TRUE before starting the
24001           thread.
24002         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24003           Catch a failure to add typefind to the bin.
24004
24005 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24006
24007         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24008         (gst_sinesrc_init), (gst_sinesrc_create),
24009         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24010         (gst_sinesrc_start):
24011         * gst/sine/gstsinesrc.h:
24012           add num-buffers and timestamp-offset properties
24013         * gst/videotestsrc/gstvideotestsrc.c:
24014         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24015         (gst_videotestsrc_get_property):
24016           add timestamp-offset property
24017
24018 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24019
24020         * configure.ac: add videorate
24021         * gst-plugins-base.spec.in: add videorate
24022
24023 2005-06-23  Wim Taymans  <wim@fluendo.com>
24024
24025         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24026         (gst_videorate_getcaps), (gst_videorate_setcaps),
24027         (gst_videorate_event), (gst_videorate_chain):
24028         Fixed videorate, fixating an already fixated caps is not
24029         an error.
24030
24031 2005-06-23  Wim Taymans  <wim@fluendo.com>
24032
24033         * ext/ogg/README:
24034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24035         Buffer on caps is not boxed anymore.
24036
24037 2005-06-22  Wim Taymans  <wim@fluendo.com>
24038
24039         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24041         Set buffers on caps as miniobjects and not as boxed.
24042
24043 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24044
24045         * configure.ac:
24046           back to HEAD
24047
24048 === release 0.9.1 ===
24049
24050 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24051
24052         * .cvsignore:
24053         * NEWS:
24054         * README:
24055         * RELEASE:
24056         * configure.ac:
24057         * po/af.po:
24058         * po/az.po:
24059         * po/cs.po:
24060         * po/en_GB.po:
24061         * po/hu.po:
24062         * po/it.po:
24063         * po/nb.po:
24064         * po/nl.po:
24065         * po/or.po:
24066         * po/sq.po:
24067         * po/sr.po:
24068         * po/sv.po:
24069         * po/uk.po:
24070         * po/vi.po:
24071           updates for release
24072
24073 2005-06-09  Andy Wingo  <wingo@pobox.com>
24074
24075         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24076         
24077 2005-06-09  Andy Wingo  <wingo@pobox.com>
24078
24079         * configure.ac:
24080         * gst-libs/gst/Makefile.am:
24081         * gst-libs/gst/net/Makefile.am:
24082         Add gstnet to build.
24083
24084 2005-06-09  Andy Wingo  <wingo@pobox.com>
24085
24086         * gst-libs/gst/gconf/gconf.c:
24087         * gst/playback/test.c:
24088         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24089         fixes.
24090
24091         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24092
24093         * ext/theora/theoraenc.c (theora_enc_chain): 
24094         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24095
24096         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24097         RealPad.
24098
24099 2005-06-02  Wim Taymans  <wim@fluendo.com>
24100
24101         * gst-libs/gst/net/Makefile.am:
24102         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24103         * pkgconfig/gstreamer-libs.pc.in:
24104         Added net stuff, version net lib.
24105
24106 2005-06-02  Wim Taymans  <wim@fluendo.com>
24107
24108         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24109         (query_rates), (query_positions_elems), (query_positions_pads),
24110         (do_seek):
24111         Updated seek example.
24112
24113 2005-06-02  Andy Wingo  <wingo@pobox.com>
24114
24115         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24116         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24117         list.
24118
24119         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24120         remove the typefind, the bin dispose will do it for us. When it's
24121         removed and unreffed, the signal handler will be disconnected,
24122         too.
24123         (unlinked): It's too difficult to disconnect from unlinked
24124         handlers, as they are on pads not elements. Just punt if the pads
24125         aren't grandkids of the bin.
24126
24127 2005-06-02  Wim Taymans  <wim@fluendo.com>
24128
24129         * ext/ogg/README:
24130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24131         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24133         * ext/theora/theoradec.c: (theora_dec_src_query),
24134         (theora_handle_data_packet):
24135         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24136         (theora_enc_chain):
24137         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24138         (vorbis_handle_data_packet):
24139         * gst/audioconvert/bufferframesconvert.c:
24140         (buffer_frames_convert_chain):
24141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24142         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24143         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24144         (gst_ffmpegcsp_chain):
24145         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24146         (gst_videorate_getcaps), (gst_videorate_setcaps),
24147         (gst_videorate_event), (gst_videorate_chain):
24148         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24149         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24150         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24151         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24152         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24153         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24154         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24155         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24156         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24157         Cleanups and buffer alloc.
24158
24159 2005-05-31  Wim Taymans  <wim@fluendo.com>
24160
24161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24162         Don't try to call the delay method when the device is not
24163         opened.
24164
24165 2005-05-31  Wim Taymans  <wim@fluendo.com>
24166
24167         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24168         Get actual segment size and buffer size after opening
24169         the device.
24170
24171 2005-05-30  Wim Taymans  <wim@fluendo.com>
24172
24173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24174         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24175         Also FLUSH upstream, makes the loop function exit faster.
24176         
24177         * ext/theora/theoradec.c: (theora_dec_src_query):
24178         Some more debug info in the query.
24179         
24180         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24181         (gst_ximagesink_setcaps):
24182         Release lock on par error, better error reporting.
24183
24184 2005-05-26  Wim Taymans  <wim@fluendo.com>
24185
24186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24187         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24188         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24189         Clear chains in READY
24190         Queue packets until the chain is activated.
24191
24192 2005-05-25  Wim Taymans  <wim@fluendo.com>
24193
24194         * gst-libs/gst/audio/gstaudiosink.c:
24195         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24196         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24197         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24198         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24199         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24200         (gst_audiosink_create_ringbuffer):
24201         * gst-libs/gst/audio/gstbaseaudiosink.c:
24202         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24203         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24204         (gst_baseaudiosink_set_property), (build_linear_format),
24205         (debug_spec_caps), (debug_spec_buffer),
24206         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24207         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24208         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24209         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24211         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24212         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24213         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24214         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24215         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24216         (wait_segment), (gst_ringbuffer_commit),
24217         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24218         (gst_ringbuffer_clear):
24219         Various small cleanups.
24220
24221         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24222         (gst_audio_convert_change_state):
24223         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24224         No need to take the locks anymore.
24225
24226 2005-05-25  Wim Taymans  <wim@fluendo.com>
24227
24228         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24229         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24230         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24231         (type_found):
24232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24233         (group_destroy), (group_commit), (queue_overrun),
24234         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24235         (mute_stream), (new_decoded_pad), (setup_substreams),
24236         (setup_source), (mute_group_type), (set_active_source),
24237         (gst_play_base_bin_change_state):
24238         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24239         (gen_video_element), (gen_text_element), (gen_audio_element),
24240         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24241         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24242         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24243         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24244         Some playbin cleanups mostly refcounting sloppyness.
24245
24246 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24247
24248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24249           Work with streaming input.
24250
24251 2005-05-25  Wim Taymans  <wim@fluendo.com>
24252
24253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24254         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24255         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24256         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24257         No need to take the STREAM lock anymore.
24258
24259 2005-05-25  Wim Taymans  <wim@fluendo.com>
24260
24261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24262         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24263         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24264         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24265         (gst_ogg_demux_sink_activate):
24266         * ext/theora/theoradec.c: (theora_dec_src_event),
24267         (theora_handle_comment_packet), (theora_dec_chain),
24268         (theora_dec_change_state):
24269         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24270         (vorbis_handle_data_packet), (vorbis_dec_chain),
24271         (vorbis_dec_change_state):
24272         Remove STREAM locks as they are taken in core now.
24273         Never set bogus granulepos on vorbis/theora.
24274         Fix leaks in theoradec tag parsing.
24275
24276 2005-05-25  Wim Taymans  <wim@fluendo.com>
24277
24278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24279         Fix memleaks, GST_BUFFER_DATA() is not freed.
24280
24281 2005-05-25  Wim Taymans  <wim@fluendo.com>
24282
24283         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24284         Open non-blocking, set to blocking mode afterwards to avoid
24285         lockups when audio device is busy.
24286
24287 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24288
24289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24290           This can't be good.
24291
24292 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24293
24294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24295         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24296         (gst_audio_convert_setcaps):
24297           Implement instant setup switching.
24298
24299 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24300
24301         * gst/playback/gstplaybasebin.c: (probe_triggered):
24302           Fix missing unlock.
24303         * gst/playback/gstplaybin.c: (add_sink):
24304           First add, then link (otherwise pad link fails).
24305
24306 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24307
24308         * examples/Makefile.am:
24309         fix buildbot (make distcheck)
24310
24311 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24312
24313         * gst/playback/gstplaybin.c: (gen_vis_element):
24314           Remove some wrong code. Doesn't work yet.
24315
24316 2005-05-19  Wim Taymans  <wim@fluendo.com>
24317
24318         * gst-libs/gst/net/Makefile.am:
24319         * gst-libs/gst/net/README:
24320         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24321         (gst_netbuffer_class_init), (gst_netbuffer_init),
24322         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24323         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24324         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24325         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24326         * gst-libs/gst/net/gstnetbuffer.h:
24327         Added buffer subclass to store extra to/from addresses for
24328         network sources/sinks.
24329
24330 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24331
24332         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24333           Don't lock an unassigned variable.
24334
24335 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24336
24337         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24338           Increase buffer for video, decrease buffer for other media types.
24339         * gst/playback/gstplaybin.c: (gen_video_element),
24340         (gen_audio_element):
24341           Change names for debugging purposes.
24342
24343 2005-05-18  Wim Taymans  <wim@fluendo.com>
24344
24345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24346         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24347         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24348         (gst_ffmpegcsp_chain):
24349         Enable buffer alloc passthrough if the source and dest
24350         formats are the same.
24351
24352 2005-05-17  Wim Taymans  <wim@fluendo.com>
24353
24354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24355         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24356         (gst_ogg_demux_chain_unlocked):
24357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24358         (gst_audio_convert_caps_remove_format_info),
24359         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24360         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24362         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24363         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24364         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24365         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24366         (gst_ffmpegcsp_get_property):
24367         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24368         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24369         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24370         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24371         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24372         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24373         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24374         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24375         Leak fixes in oggdemux.
24376         Some cleanups in audioconvert.
24377         Make passthrough work along with buffer_alloc etc.
24378         Make buffer_alloc and buffer recycling actually work in
24379         xvimagesink.
24380
24381 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24382
24383         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24384           make the compiler happy
24385
24386 2005-05-17  Wim Taymans  <wim@fluendo.com>
24387
24388         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24389         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24390         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24391         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24392         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24393         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24394         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24395         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24396         (gst_xvimagesink_set_xwindow_id):
24397         * sys/xvimage/xvimagesink.h:
24398         Port xvimagesink to new MiniObject.
24399
24400 2005-05-17  Wim Taymans  <wim@fluendo.com>
24401
24402         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24403         (gst_audiofilter_chain):
24404         * gst-libs/gst/audio/gstaudiosink.c:
24405         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24406         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24407         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24408         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24409         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24410         (gst_audiosink_create_ringbuffer):
24411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24412         (gst_audio_convert_caps_remove_format_info),
24413         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24414         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24416         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24417         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24418         Fix passthrough in ffmpegcolorspace.
24419         Fix memset in audiosink on wrong memory.
24420
24421 2005-05-16  David Schleef  <ds@schleef.org>
24422
24423         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24424         to GstMiniObject.
24425
24426 2005-05-16  David Schleef  <ds@schleef.org>
24427
24428         Port from GstData to GstMiniObject.
24429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24431         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24432         (gst_ogg_mux_collected):
24433         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24434         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24435         (theora_handle_data_packet):
24436         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24437         (theora_set_header_on_caps), (theora_enc_chain):
24438         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24439         (vorbis_handle_comment_packet):
24440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24441         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24442         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24443         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24444         * gst/audioconvert/gstaudioconvert.c:
24445         (gst_audio_convert_get_buffer):
24446         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24447         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24448         (mute_stream), (silence_stream):
24449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24450         * gst/volume/gstvolume.c: (volume_transform):
24451         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24452         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24453         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24454         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24455         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24456         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24457         (gst_ximagesink_buffer_alloc):
24458         * sys/ximage/ximagesink.h:
24459
24460 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24461
24462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24463         (fill_buffer), (check_queue), (queue_threshold_reached),
24464         (queue_out_of_data):
24465         * gst/playback/gstplaybasebin.h:
24466           Post buffer-fullness on the bus.
24467
24468 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24469
24470         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24471         (try_to_link_1):
24472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24473         (group_commit), (probe_triggered), (setup_source),
24474         (gst_play_base_bin_change_state):
24475         * gst/playback/gstplaybasebin.h:
24476         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24477         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24478         (gst_play_bin_change_state):
24479           Move setup_output_pads into a virtual function, remove
24480           group-switch (no longer needed) and redirect (handled by bus
24481           now) signals.
24482
24483 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24484
24485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24486         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24487         (get_active_group), (get_building_group), (group_destroy),
24488         (group_commit), (check_queue), (queue_overrun),
24489         (queue_threshold_reached), (queue_out_of_data),
24490         (gen_preroll_element), (remove_groups), (unknown_type),
24491         (add_element_stream), (no_more_pads), (probe_triggered),
24492         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24493         (setup_substreams), (setup_source), (finish_source),
24494         (prepare_output), (muted_group_change_state),
24495         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24496         (gst_play_base_bin_change_state):
24497         * gst/playback/gstplaybasebin.h:
24498         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24499         (gst_play_bin_init), (gst_play_bin_set_property),
24500         (gen_video_element), (gen_text_element), (gen_audio_element),
24501         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24502         (gst_play_bin_change_state):
24503         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24504         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24505         (stream_info_change_state), (gst_stream_info_set_mute),
24506         (gst_stream_info_get_property):
24507         * gst/playback/gststreaminfo.h:
24508         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24509         (gst_stream_selector_get_linked_pad),
24510         (gst_stream_selector_getcaps),
24511         (gst_stream_selector_get_linked_pads),
24512         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24513         * gst/playback/gststreamselector.h:
24514           Rough port of playbin. Needs some more work, but is mostly done,
24515           and uses a few locks in important places, which should make stuff
24516           like chain-switches clean. Still uses GST_STATE() in a few places,
24517           which isn't all that good an idea, subtitles/elements disabled
24518           because no elements to test with and thus probably broken, query
24519           and event handling moved to GstBin, internal thread removed
24520           alltogether because the pipeline does that for us now. Can play
24521           Ogg/Vorbis files. Haven't tested anything else yet.
24522
24523 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24526           Do no-more-pads (needed for autoplugging).
24527
24528 2005-05-10  Andy Wingo  <wingo@pobox.com>
24529
24530         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24531         message to the bus with the tags. Still not sent downstream tho.
24532
24533         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24534         get_parent.
24535         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24536         avoid refcounting hassles.
24537
24538 2005-05-09  Andy Wingo  <wingo@pobox.com>
24539
24540         * gst/volume/Makefile.am:
24541         * gst/volume/demo.c
24542         * gst/volume/gstvolume.h
24543         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24544         basetransform. Probably need an audio filter base class.
24545
24546 2005-05-09  Wim Taymans  <wim@fluendo.com>
24547
24548         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24549         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24550         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24551         (gst_vorbisenc_chain):
24552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24553         (gst_audio_convert_caps_remove_format_info),
24554         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24555         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24556         Make caps writable before writing to it.
24557         Fix negotiation in audioconvert some more.
24558
24559 2005-05-09  Wim Taymans  <wim@fluendo.com>
24560
24561         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24562         (gst_videorate_getcaps), (gst_videorate_setcaps),
24563         (gst_videorate_event), (gst_videorate_chain):
24564         Better negotiation.
24565
24566 2005-05-09  Wim Taymans  <wim@fluendo.com>
24567
24568         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24569         (gst_videorate_getcaps), (gst_videorate_setcaps),
24570         (gst_videorate_blank_data), (gst_videorate_init),
24571         (gst_videorate_event), (gst_videorate_chain),
24572         (gst_videorate_change_state):
24573         Port videorate, do a better job at negotiation while we're at
24574         it.
24575
24576 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24577
24578         * configure.ac:
24579           Disable libvisual
24580
24581         * examples/Makefile.am:
24582         * gst-libs/gst/audio/Makefile.am:
24583         * gst-libs/gst/riff/Makefile.am:
24584         * gst-libs/gst/tag/Makefile.am:
24585         * gst-libs/gst/video/Makefile.am:
24586           Fixups for missing variables.
24587
24588 2005-05-09  Wim Taymans  <wim@fluendo.com>
24589
24590         * examples/seeking/seek.c: (make_theora_pipeline),
24591         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24592         (query_rates), (query_positions_elems), (query_positions_pads),
24593         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24595         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24596         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24597         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24598         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24599         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24600         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24601         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24602         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24603         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24604         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24605         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24606         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24607         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24608         (theora_dec_src_convert), (theora_dec_sink_convert),
24609         (theora_dec_src_query), (theora_dec_sink_query),
24610         (theora_dec_src_event), (theora_dec_sink_event),
24611         (theora_handle_comment_packet), (theora_handle_type_packet),
24612         (theora_handle_header_packet), (theora_handle_data_packet),
24613         (theora_dec_chain):
24614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24615         (vorbis_dec_convert), (vorbis_dec_src_query),
24616         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24617         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24618         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24619         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24621         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24622         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24623         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24624         (gst_play_bin_query):
24625         * gst/playback/test3.c: (update_scale):
24626         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24627         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24628         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24630         (gst_videotestsrc_src_query):
24631         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24632         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24633         (paint_hline_YUV9):
24634         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24635         Port to new query API.
24636         Updated seek.
24637         Cleanups in x[v]imagesink
24638
24639 2005-05-09  Andy Wingo  <wingo@pobox.com>
24640
24641         * ext/alsa/gstalsasink.h:
24642         * ext/gnomevfs/gstgnomevfssrc.c:
24643         (gst_gnomevfssrc_get_icy_metadata):
24644         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24645         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24646         * ext/theora/theoradec.c (theora_dec_src_query)
24647         (theora_dec_src_event, theora_dec_sink_event)
24648         (theora_handle_comment_packet, theora_handle_data_packet):
24649         * ext/theora/theoraenc.c (theora_enc_chain):
24650         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24651         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24652         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24653         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24654         (qt_type_find):
24655         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24656         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24657         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24658         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24659         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24660         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24661         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24662         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24663         (paint_setup_RGB565, paint_setup_xRGB1555):
24664         * gst/videotestsrc/videotestsrc.h:
24665         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24666         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24667         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24668         GCC4 fixes.
24669         
24670         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24671         gst_pad_query_position. Fixes oggdemux.
24672
24673 2005-05-08  David Schleef  <ds@schleef.org>
24674
24675         * configure.ac: Require liboil.
24676         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24677         a few more.
24678         * gst/videotestsrc/videotestsrc.c:
24679         * gst/videotestsrc/videotestsrc.h:
24680
24681 2005-05-06  Wim Taymans  <wim@fluendo.com>
24682
24683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24684         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24685         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24686         Well, unreffing a buffer right before pushing it is asking
24687         for trouble..
24688
24689 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24690
24691         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24692
24693 2005-05-06  Wim Taymans  <wim@fluendo.com>
24694
24695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24696         (gst_audio_convert_caps_remove_format_info),
24697         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24698         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24700         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24701         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24702         * gst/sine/Makefile.am:
24703         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24704         (gst_sinesrc_class_init), (gst_sinesrc_init),
24705         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24706         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24707         (gst_sinesrc_update_freq):
24708         * gst/sine/gstsinesrc.h:
24709         * gst/tcp/gstmultifdsink.c:
24710         * sys/xvimage/xvimagesink.c:
24711         Fixed negotiation wrt _peer_get_caps()
24712         Some cleanups.
24713
24714
24715 2005-05-06  Wim Taymans  <wim@fluendo.com>
24716
24717         * gst-libs/gst/audio/gstaudiosink.c:
24718         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24719         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24720         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24721         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24722         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24723         (gst_audiosink_create_ringbuffer):
24724         * gst-libs/gst/audio/gstbaseaudiosink.c:
24725         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24726         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24727         (gst_baseaudiosink_set_property), (build_linear_format),
24728         (debug_spec_caps), (debug_spec_buffer),
24729         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24730         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24731         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24732         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24733         * gst-libs/gst/audio/gstbaseaudiosink.h:
24734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24735         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24736         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24737         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24738         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24739         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24740         (wait_segment), (gst_ringbuffer_commit),
24741         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24742         (gst_ringbuffer_clear):
24743         * gst-libs/gst/audio/gstringbuffer.h:
24744         Make the base audiosink return an error when there is no
24745         audiobuffer negotiated.
24746
24747 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24748
24749         * ext/Makefile.am:
24750         Disable cdparanoia until someone ports it!
24751
24752 2005-05-06  Wim Taymans  <wim@fluendo.com>
24753
24754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24755         (gst_ogg_demux_sink_activate):
24756         And revert after wingo's revert.. sigh..
24757
24758 2005-05-05  Andy Wingo  <wingo@pobox.com>
24759
24760         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24761         GObject.
24762         * configure.ac: Return audiorate and subparse from the ghetto.
24763         Re-enable -Wall -Werror.
24764         * gst/subparse/gstsubparse.c:
24765         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24766         or chain-based. Cleaned up a bit. Not tested.
24767         
24768 2005-05-05  Christian Schaller <christian@fluendo.com> 
24769
24770         * Makefile.am: remove stuff that is not building
24771         * configure.ac: remove stuff that is not building
24772         * examples/Makefile.am: remove stuff that is not building
24773         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24774         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24775         * sys/Makefile.am: remove stuff that is not building
24776         * testsuite/Makefile.am: remove stuff that is not building
24777
24778 2005-05-05  Andy Wingo  <wingo@pobox.com>
24779
24780         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24781         * gst-libs/gst/tag/gstvorbistag.c:
24782         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24783         * gst/adder/gstadder.h:
24784         * gst/audioconvert/gstchannelmix.c:
24785         (gst_audio_convert_fill_one_other):
24786         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24787         (gst_audiorate_init), (gst_audiorate_chain):
24788         * gst/playback/gstplaybasebin.c: (setup_source):
24789         * gst/playback/test3.c: (update_scale):
24790         Some GCC4 fixes
24791         
24792         * po/af.po:
24793         * po/az.po:
24794         * po/cs.po:
24795         * po/en_GB.po:
24796         * po/hu.po:
24797         * po/it.po:
24798         * po/nb.po:
24799         * po/nl.po:
24800         * po/or.po:
24801         * po/sq.po:
24802         * po/sr.po:
24803         * po/sv.po:
24804         * po/uk.po:
24805         * po/vi.po: Foo
24806
24807 2005-05-05  Wim Taymans  <wim@fluendo.com>
24808
24809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24810         (gst_audio_convert_caps_remove_format_info),
24811         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24812         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24813         * gst/videotestsrc/gstvideotestsrc.c:
24814         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24815         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24816         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24817         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24818         Don't ignore _push() return values.
24819         Make sure no processing is done when shutting down.
24820         Videotestsrc pad activation fix.
24821
24822 2005-05-05  Wim Taymans  <wim@fluendo.com>
24823
24824         * gst/adder/Makefile.am:
24825         * gst/adder/gstadder.c: (gst_adder_setcaps),
24826         (gst_adder_class_init), (gst_adder_init),
24827         (gst_adder_request_new_pad), (gst_adder_collected),
24828         (gst_adder_change_state):
24829         * gst/adder/gstadder.h:
24830         Ported adder as an example of a mixer element using
24831         collect pads. Needs more negotiation work.
24832
24833 2005-05-05  Wim Taymans  <wim@fluendo.com>
24834
24835         * ext/theora/theoradec.c: (_inc_granulepos),
24836         (theora_dec_src_event), (theora_dec_sink_event),
24837         (theora_handle_comment_packet), (theora_handle_type_packet),
24838         (theora_handle_header_packet), (theora_handle_data_packet),
24839         (theora_dec_chain):
24840         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24841         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24842         (theora_push_buffer), (theora_push_packet),
24843         (theora_enc_sink_event), (theora_enc_chain),
24844         (theora_enc_change_state), (theora_enc_set_property),
24845         (theora_enc_get_property):
24846         Added stream lock to decoder so that we can serialize
24847         the discont event.
24848         More theoraenc porting, recover from errors, do clean
24849         shutdown.
24850
24851 2005-05-05  Wim Taymans  <wim@fluendo.com>
24852
24853         * ext/ogg/Makefile.am:
24854         * ext/ogg/README:
24855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24856         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24857         (gst_ogg_print):
24858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24859         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24860         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24861         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24862         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24863         (gst_ogg_mux_change_state):
24864         Ported ogg muxer.
24865
24866 2005-05-05  Wim Taymans  <wim@fluendo.com>
24867
24868         * docs/design-audiosinks.txt:
24869         * gst-libs/gst/audio/TODO:
24870         * gst-libs/gst/audio/gstaudiosink.c:
24871         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24872         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24873         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24874         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24875         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24876         (gst_audiosink_create_ringbuffer):
24877         * gst-libs/gst/audio/gstbaseaudiosink.c:
24878         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24879         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24880         (gst_baseaudiosink_set_property), (build_linear_format),
24881         (debug_spec_caps), (debug_spec_buffer),
24882         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24883         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24884         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24885         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24887         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24888         (gst_ringbuffer_release), (gst_ringbuffer_play),
24889         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24890         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24891         (gst_ringbuffer_set_sample), (wait_segment),
24892         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24893         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24894         More work on the audiosink, mostly debugging and a race in
24895         shutdown.
24896
24897 2005-04-28  Wim Taymans  <wim@fluendo.com>
24898
24899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24900         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24901         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24902         (vorbis_dec_src_query), (vorbis_dec_src_event),
24903         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24904         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24905         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24906         Don't crap out when seeking back to position 0.
24907
24908 2005-04-28  Wim Taymans  <wim@fluendo.com>
24909
24910         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24911         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24912         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24913         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24914         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24915         Make audio sink configurable, use alsasink as default.
24916
24917 2005-04-28  Wim Taymans  <wim@fluendo.com>
24918
24919         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24920         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24921         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24922         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24923         (vorbis_dec_change_state):
24924         * ext/vorbis/vorbisdec.h:
24925         Refactor, use STREAM_LOCK.
24926
24927 2005-04-28  Wim Taymans  <wim@fluendo.com>
24928
24929         * ext/theora/theoradec.c: (_inc_granulepos),
24930         (theora_dec_sink_event), (theora_handle_comment_packet),
24931         (theora_handle_type_packet), (theora_handle_header_packet),
24932         (theora_handle_data_packet), (theora_dec_chain),
24933         (theora_dec_change_state):
24934         Refactor a bit, use STREAM_LOCK.
24935
24936 2005-04-28  Wim Taymans  <wim@fluendo.com>
24937
24938         * ext/alsa/Makefile.am:
24939         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24940         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24941         (gst_alsa_link), (gst_alsa_close_audio):
24942         * ext/alsa/gstalsaplugin.c: (plugin_init):
24943         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24944         (gst_alsasink_dispose), (gst_alsasink_base_init),
24945         (gst_alsasink_class_init), (gst_alsasink_init),
24946         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24947         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24948         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24949         (gst_alsasink_reset):
24950         * ext/alsa/gstalsasink.h:
24951         Implement alsasink with simple open/write/close API. 
24952         Make alsa dir build by disabling compilation of code.
24953
24954 2005-04-28  Wim Taymans  <wim@fluendo.com>
24955
24956         * gst-libs/gst/audio/Makefile.am:
24957         * gst-libs/gst/audio/audio.h:
24958         * gst-libs/gst/audio/audioclock.c:
24959         * gst-libs/gst/audio/audioclock.h:
24960         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24961         (gst_audio_clock_class_init), (gst_audio_clock_init),
24962         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24963         * gst-libs/gst/audio/gstaudioclock.h:
24964         * gst-libs/gst/audio/gstaudiosink.c:
24965         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24966         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24967         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24968         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24969         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24970         (gst_audiosink_create_ringbuffer):
24971         * gst-libs/gst/audio/gstbaseaudiosink.c:
24972         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24973         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24974         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24975         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24976         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24977         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24978         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24979         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24980         * gst-libs/gst/audio/gstbaseaudiosink.h:
24981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24982         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24983         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24984         (gst_ringbuffer_release), (gst_ringbuffer_play),
24985         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24986         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24987         (gst_ringbuffer_set_sample), (wait_segment),
24988         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24989         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24990         * gst-libs/gst/audio/gstringbuffer.h:
24991         Make ringbuffer faster and more simple by removing the locks
24992         in the playback thread.
24993         Add sample accurate playback based on buffer sample offsets.
24994         Make the baseaudiosink provide a clock.
24995         Parse caps in the base class.
24996         Correctly handle seeking, flushing and state changes.
24997
24998 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24999
25000         * configure.ac:
25001         * gst/audioconvert/Makefile.am:
25002         * gst/audioscale/Makefile.am:
25003           Fix part of the build.  Come on guys, autogen didn't even work :)
25004
25005 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25006
25007         * configure.ac:
25008         * gst-libs/gst/Makefile.am:
25009         * gst-libs/gst/media-info/.cvsignore:
25010         * gst-libs/gst/media-info/Makefile.am:
25011         * gst-libs/gst/media-info/README:
25012         * gst-libs/gst/media-info/media-info-priv.c:
25013         * gst-libs/gst/media-info/media-info-priv.h:
25014         * gst-libs/gst/media-info/media-info-test.c:
25015         * gst-libs/gst/media-info/media-info.c:
25016         * gst-libs/gst/media-info/media-info.h:
25017         * gst-libs/gst/media-info/media-info.vcproj:
25018         * pkgconfig/Makefile.am:
25019         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25020         * pkgconfig/gstreamer-media-info.pc.in:
25021           Remove media-info, which is also successed by playbin (see Totem
25022           implementation).
25023
25024 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25025
25026         * configure.ac:
25027         * examples/Makefile.am:
25028         * examples/gstplay/.cvsignore:
25029         * examples/gstplay/Makefile.am:
25030         * examples/gstplay/player.c:
25031         * gst-libs/gst/Makefile.am:
25032         * gst-libs/gst/play/.cvsignore:
25033         * gst-libs/gst/play/Makefile.am:
25034         * gst-libs/gst/play/play.c:
25035         * gst-libs/gst/play/play.h:
25036         * gst-libs/gst/play/play.vcproj:
25037         * pkgconfig/Makefile.am:
25038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25039         * pkgconfig/gstreamer-play.pc.in:
25040           Remove libgstplay, playbin is now the official successor.
25041
25042 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25043
25044         * configure.ac:
25045         * gst-libs/gst/Makefile.am:
25046         * gst-libs/gst/xwindowlistener/Makefile.am:
25047         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25048         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25049           Remove deprecated xwindowlistener (I've moved xwindowlistening
25050           in the v4l/v4l2 plugins over to serverside).
25051
25052 2005-04-25  David Schleef  <ds@schleef.org>
25053
25054         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25055         to examples/dynparams.  Examples do not belong interspersed with
25056         source code.
25057         * examples/dynparams/demo-dparams.c:
25058         * gst/sine/Makefile.am:
25059         * gst/sine/demo-dparams.c:
25060
25061 2005-04-25  David Schleef  <ds@schleef.org>
25062
25063         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25064         * gst-libs/gst/audio/Makefile.am:
25065         * gst-libs/gst/riff/Makefile.am:
25066         * gst-libs/gst/tag/Makefile.am:
25067         * gst-libs/gst/video/Makefile.am:
25068         * gst-libs/gst/xwindowlistener/Makefile.am:
25069
25070         Convert to 0.9 API, seems to work:
25071         * sys/ximage/Makefile.am:
25072         * sys/ximage/ximagesink.c:
25073
25074 2005-04-24  David Schleef  <ds@schleef.org>
25075
25076         Link plugins against libraries:
25077         * ext/alsa/Makefile.am:
25078         * gst/tcp/Makefile.am:
25079
25080         Remove asm code that should be in liboil
25081         * gst/videoscale/Makefile.am:
25082         * gst/videoscale/videoscale_x86_asm.s:
25083
25084         gettext wants these checked in:
25085         * po/af.po:
25086         * po/az.po:
25087         * po/cs.po:
25088         * po/en_GB.po:
25089         * po/hu.po:
25090         * po/it.po:
25091         * po/nb.po:
25092         * po/nl.po:
25093         * po/or.po:
25094         * po/sq.po:
25095         * po/sr.po:
25096         * po/sv.po:
25097         * po/uk.po:
25098         * po/vi.po:
25099
25100 2005-04-24  David Schleef  <ds@schleef.org>
25101
25102         Convert gst_main() to g_main_loop_run()
25103         * gst/playback/decodetest.c: (main):
25104         * gst/playback/test2.c: (main):
25105         * gst/playback/test3.c: (main):
25106         * gst/playback/test4.c: (main):
25107
25108         Link plugins against libraries:
25109         * ext/libvisual/Makefile.am:
25110         * sys/xvimage/Makefile.am:
25111
25112 2005-04-24  David Schleef  <ds@schleef.org>
25113
25114         * configure.ac: Remove idct and resample libs
25115         * gst-libs/gst/Makefile.am: same
25116
25117         Remove usage of gst_library_load():
25118         * ext/alsa/gstalsaplugin.c: (plugin_init):
25119         * ext/libvisual/visual.c: (plugin_init):
25120         * ext/ogg/gstogg.c: (plugin_init):
25121         * ext/theora/theora.c: (plugin_init):
25122         * ext/vorbis/vorbis.c: (plugin_init):
25123         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25124         * gst/audioscale/gstaudioscale.c:
25125         * gst/adder/gstadder.c: (plugin_init):
25126         * gst/audioconvert/plugin.c: (plugin_init):
25127         * sys/ximage/ximagesink.c: (plugin_init):
25128         * sys/xvimage/xvimagesink.c: (plugin_init):
25129         * gst/tcp/gsttcpplugin.c: (plugin_init):
25130
25131         Link plugins against libraries:
25132         * ext/ogg/Makefile.am:
25133         * ext/theora/Makefile.am:
25134         * ext/vorbis/Makefile.am:
25135         * gst/audioconvert/Makefile.am:
25136
25137         Create proper libraries:
25138         * gst-libs/gst/riff/Makefile.am:
25139         * gst-libs/gst/audio/Makefile.am:
25140         * gst-libs/gst/video/Makefile.am:
25141
25142         Move resample library to audioscale plugin directory:
25143         * gst-libs/gst/resample/Makefile.am:
25144         * gst-libs/gst/resample/README:
25145         * gst-libs/gst/resample/dtof.c:
25146         * gst-libs/gst/resample/dtos.c:
25147         * gst-libs/gst/resample/functable.c:
25148         * gst-libs/gst/resample/private.h:
25149         * gst-libs/gst/resample/resample.c:
25150         * gst-libs/gst/resample/resample.h:
25151         * gst-libs/gst/resample/resample.vcproj:
25152         * gst-libs/gst/resample/test.c:
25153         * gst/audioscale/Makefile.am:
25154         * gst/audioscale/README:
25155         * gst/audioscale/dtof.c:
25156         * gst/audioscale/dtos.c:
25157         * gst/audioscale/functable.c:
25158         * gst/audioscale/private.h:
25159         * gst/audioscale/resample.c:
25160         * gst/audioscale/resample.h:
25161         * gst/audioscale/test.c:
25162
25163         Move tagedit library to gst-libs:
25164         * gst-libs/gst/tag/Makefile.am:
25165         * gst-libs/gst/tag/gstid3tag.c:
25166         * gst-libs/gst/tag/gsttagediting.c:
25167         * gst-libs/gst/tag/gsttageditingprivate.h:
25168         * gst-libs/gst/tag/gstvorbistag.c:
25169         * gst/tags/Makefile.am:
25170         * gst/tags/gstid3tag.c:
25171         * gst/tags/gstvorbistag.c:
25172
25173         Fix for core changes:
25174         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25175         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25176         (gst_sinesrc_getrange):
25177
25178 2005-04-23  David Schleef  <ds@schleef.org>
25179
25180         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25181         in gst-plugins in a long time, and properly belongs in liboil.
25182         * gst-libs/gst/idct/Makefile.am:
25183         * gst-libs/gst/idct/README:
25184         * gst-libs/gst/idct/dct.h:
25185         * gst-libs/gst/idct/doieee:
25186         * gst-libs/gst/idct/fastintidct.c:
25187         * gst-libs/gst/idct/floatidct.c:
25188         * gst-libs/gst/idct/idct.c:
25189         * gst-libs/gst/idct/idct.h:
25190         * gst-libs/gst/idct/idtc.vcproj:
25191         * gst-libs/gst/idct/ieeetest.c:
25192         * gst-libs/gst/idct/intidct.c:
25193
25194 2005-04-20  Wim Taymans  <wim@fluendo.com>
25195
25196         * docs/design-audiosinks.txt:
25197         * gst-libs/gst/audio/Makefile.am:
25198         * gst-libs/gst/audio/TODO:
25199         * gst-libs/gst/audio/gstaudiosink.c:
25200         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25201         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25202         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25203         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25204         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25205         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25206         (gst_audiosink_class_init), (gst_audiosink_init),
25207         (gst_audiosink_create_ringbuffer):
25208         * gst-libs/gst/audio/gstaudiosink.h:
25209         * gst-libs/gst/audio/gstbaseaudiosink.c:
25210         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25211         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25212         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25213         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25214         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25215         (gst_baseaudiosink_create_ringbuffer),
25216         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25217         * gst-libs/gst/audio/gstbaseaudiosink.h:
25218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25219         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25220         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25221         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25222         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25223         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25224         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25225         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25226         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25227         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25228         * gst-libs/gst/audio/gstringbuffer.h:
25229         An attempt at a set of audio base classes together with some
25230         design docs.
25231
25232 2005-04-20  Wim Taymans  <wim@fluendo.com>
25233
25234         * gst/audioconvert/Makefile.am:
25235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25236         (gst_audio_convert_caps_remove_format_info),
25237         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25238         (gst_audio_convert_channels):
25239         Link against audio libs.
25240         Fix audio convert plugin.
25241
25242 2005-04-20  Wim Taymans  <wim@fluendo.com>
25243
25244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25245         (gst_ogg_demux_sink_activate):
25246         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25247         (theora_set_header_on_caps), (theora_enc_sink_event),
25248         (theora_enc_chain):
25249         Fix theora encoder.
25250
25251 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25252
25253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25254         * gst/playback/gstdecodebin.c: (find_compatibles):
25255           Work with staticpadtemplates in elementfactories.
25256
25257 2005-04-12  Wim Taymans  <wim@fluendo.com>
25258
25259         * gst/playback/README:
25260         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25261         (compare_ranks), (print_feature), (gst_decode_bin_init),
25262         (dynamic_create), (dynamic_free), (find_compatibles),
25263         (mimetype_is_raw), (close_pad_link), (got_redirect),
25264         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25265         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25266         (gst_decode_bin_change_state):
25267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25268         (gst_play_base_bin_init), (group_destroy), (group_commit),
25269         (check_queue), (queue_overrun), (queue_threshold_reached),
25270         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25271         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25272         (got_redirect), (setup_source), (play_base_eos),
25273         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25274         (gst_play_base_bin_remove_element):
25275         * gst/playback/gstplaybasebin.h:
25276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25277         (gst_play_bin_init), (gst_play_bin_dispose),
25278         (gst_play_bin_set_property), (gen_video_element),
25279         (gen_text_element), (gen_audio_element), (remove_sinks),
25280         (gst_play_bin_send_event):
25281         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25282         (stream_info_change_state), (gst_stream_info_set_mute):
25283         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25284         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25285         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25286         (gst_stream_selector_chain):
25287         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25288         (main):
25289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25290         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25291         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25292         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25293         Raw and crude port of decodebin. 
25294         Make playbin compile.
25295
25296 2005-04-06  Wim Taymans  <wim@fluendo.com>
25297
25298         * ext/gnomevfs/Makefile.am:
25299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25300         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25301         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25302         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25303         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25304         (gst_gnomevfssrc_stop):
25305         * ext/ogg/Makefile.am:
25306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25307         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25308         * ext/theora/Makefile.am:
25309         * ext/theora/theoradec.c: (_inc_granulepos),
25310         (theora_dec_sink_event), (theora_dec_chain):
25311         * ext/vorbis/Makefile.am:
25312         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25313         (vorbis_dec_sink_event), (vorbis_dec_chain):
25314         * gst-libs/gst/audio/Makefile.am:
25315         * sys/xvimage/Makefile.am:
25316         Make gnomevfssrc extend the source base class.
25317         Fix linking against libs in various plugins.
25318
25319 2005-04-06  Andy Wingo  <wingo@pobox.com>
25320
25321         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25322         GST_BASE_LIBS.
25323
25324         * configure.ac: Add check and AC_SUBST for libgstbase.
25325
25326 2005-03-31  Wim Taymans  <wim@fluendo.com>
25327
25328         * examples/seeking/Makefile.am:
25329         * examples/seeking/cdparanoia.c: (main):
25330         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25331         (play_cb), (pause_cb), (stop_cb), (main):
25332         * examples/seeking/playbin.c:
25333         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25334         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25335         (make_sid_pipeline), (make_vorbis_pipeline),
25336         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25337         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25338         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25339         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25340         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25341         (stop_cb), (main):
25342         * examples/seeking/spider_seek.c:
25343         * examples/seeking/vorbisfile.c:
25344         * ext/gnomevfs/Makefile.am:
25345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25347         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25348         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25349         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25350         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25351         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25352         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25353         * ext/ogg/README:
25354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25355         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25356         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25357         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25358         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25359         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25360         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25361         (gst_ogg_demux_factory_filter), (compare_ranks),
25362         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25363         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25364         (gst_ogg_chain_new), (gst_ogg_chain_free),
25365         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25366         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25367         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25368         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25369         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25370         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25371         (gst_ogg_demux_get_prev_page),
25372         (gst_ogg_demux_deactivate_current_chain),
25373         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25374         (gst_ogg_demux_bisect_forward_serialno),
25375         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25376         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25377         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25378         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25379         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25380         (gst_ogg_demux_change_state), (gst_ogg_print):
25381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25382         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25383         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25384         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25385         (gst_ogg_mux_loop):
25386         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25387         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25388         (theora_dec_src_convert), (theora_dec_sink_convert),
25389         (theora_dec_src_query), (theora_dec_src_event),
25390         (theora_dec_sink_event), (theora_dec_chain),
25391         (theora_dec_change_state):
25392         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25393         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25394         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25395         (theora_enc_change_state):
25396         * ext/vorbis/Makefile.am:
25397         * ext/vorbis/oggvorbisenc.c:
25398         * ext/vorbis/oggvorbisenc.h:
25399         * ext/vorbis/vorbis.c: (plugin_init):
25400         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25401         (vorbis_dec_src_query), (vorbis_dec_src_event),
25402         (vorbis_dec_sink_event), (vorbis_dec_chain),
25403         (vorbis_dec_change_state):
25404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25405         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25406         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25407         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25408         (gst_vorbisenc_change_state):
25409         * ext/vorbis/vorbisenc.h:
25410         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25411         * gst-libs/gst/audio/audioclock.c:
25412         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25413         (gst_audiofilter_init), (gst_audiofilter_chain):
25414         * gst-libs/gst/audio/testchannels.c: (main):
25415         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25416         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25417         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25418         (gmip_find_track_streaminfo), (gmip_find_track_format):
25419         * gst-libs/gst/media-info/media-info.c:
25420         (gst_media_info_read_idler):
25421         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25422         (gst_play_get_all_by_interface):
25423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25424         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25425         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25426         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25427         (gst_riff_parse_info):
25428         * gst-libs/gst/riff/riff-read.h:
25429         * gst-libs/gst/riff/riff.c: (plugin_init):
25430         * gst-libs/gst/video/Makefile.am:
25431         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25432         (gst_videosink_class_init), (gst_videosink_get_type):
25433         * gst-libs/gst/video/videosink.h:
25434         * gst/audioconvert/bufferframesconvert.c:
25435         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25436         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25437         * gst/audioconvert/channelmixtest.c: (main):
25438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25439         (gst_audio_convert_chain),
25440         (gst_audio_convert_caps_remove_format_info),
25441         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25442         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25443         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25444         (gst_audio_convert_buffer_to_default_format),
25445         (gst_audio_convert_buffer_from_default_format),
25446         (gst_audio_convert_channels):
25447         * gst/audioconvert/gstchannelmix.h:
25448         * gst/ffmpegcolorspace/avcodec.h:
25449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25450         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25451         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25452         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25453         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25454         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25455         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25456         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25457         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25458         (dv_type_find):
25459         * gst/videotestsrc/gstvideotestsrc.c:
25460         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25461         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25462         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25463         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25464         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25465         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25466         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25468         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25469         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25470         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25471         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25472         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25473         (gst_xvimagesink_navigation_send_event),
25474         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25475         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25476         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25477         * sys/xvimage/xvimagesink.h:
25478         Plugin port to 0.9, ogg/theora playback should work in the seek
25479         example now.
25480         Removed old examples.
25481         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25482         explained in 0.9 TODO doc.
25483
25484
25485 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25486
25487         * autogen.sh:
25488         * configure.ac:
25489         * ext/Makefile.am:
25490         * gst/Makefile.am:
25491         * po/POTFILES.in:
25492         * po/af.po:
25493         * po/az.po:
25494         * po/cs.po:
25495         * po/en_GB.po:
25496         * po/hu.po:
25497         * po/it.po:
25498         * po/nb.po:
25499         * po/nl.po:
25500         * po/or.po:
25501         * po/sq.po:
25502         * po/sr.po:
25503         * po/sv.po:
25504         * po/uk.po:
25505         * po/vi.po:
25506         * sys/Makefile.am:
25507         * testsuite/Makefile.am:
25508           remove a whole bunch of plugins.  This module now contains a set
25509           of free reference plugins/elements as agreed.
25510
25511 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25512
25513         * configure.ac:
25514           hunting season on 0.9 is now OPEN
25515
25516 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25517
25518         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25519           Kick the hell out of gcc for not warning me about a symbol conflict.
25520
25521 2005-02-22  Luca Ognibene  <luogni@tin.it>
25522
25523         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25524
25525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25526           Don't leak caps string (fixes #168134)
25527
25528         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25529         (gst_jpegenc_init), (gst_jpegenc_finalize),
25530         (gst_jpegenc_change_state):
25531           Don't leak line buffers and context struct (fixes #168133).
25532
25533 2005-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25534
25535         * configure.ac:
25536         * ext/dirac/gstdiracdec.cc:
25537         (gst_diracdec_chain):
25538           Since dirac 0.5.0 the framerate in dirac is expressed as a
25539           rational number. Fix build and up requirement to 0.5.0, and
25540           also pass parameters to gst_diracdec_link in the right order
25541           (fixes #167959).
25542
25543 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25544
25545         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25546         * ext/faad/gstfaad.h:
25547         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25548         certain invalid muxed streams, where some packets will contain 
25549         junk after decoder data. Partially fixes #149158.
25550
25551 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25552         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25553           Make sure we only write to writable buffers
25554
25555 2005-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25556
25557         * gst-libs/gst/riff/riff-media.c:
25558         (gst_riff_create_audio_caps_with_data):
25559           Do actually fix invalid RIFF fmt header values for alaw
25560           and mulaw audio instead of just saying so.
25561
25562         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25563           Give gst_riff_create_audio_caps_with_data() a chance to
25564           fix up broken format header fields before extracting any
25565           parameters from the header. (fixes #167633)
25566
25567 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25568
25569         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25570
25571         * gst/audioconvert/bufferframesconvert.c:
25572         (buffer_frames_convert_link):
25573           Don't leak othercaps. (fixes #167878)
25574
25575 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25576
25577         * configure.ac:
25578         * ext/libvisual/visual.c: (gst_visual_srclink),
25579         (gst_visual_change_state):
25580           Support libvisual 0.2.0.
25581
25582 2005-02-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25583
25584         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25585         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25586           Use same rowstrides for I420 as used everywhere else.
25587
25588 2005-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25589
25590         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25591           Declare variables at beginning of block and make gcc-2.95 happy
25592           (fixes # 167482, patch by Gergely Nagy).
25593           
25594         * gst/tcp/gsttcpclientsrc.c:
25595         * gst/tcp/gsttcpclientsrc.h:
25596           Move some includes into the header, so that struct sockaddr_in is
25597           defined when it should be defined on FreeBSD as well (fixes
25598           #167483).
25599           
25600         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25601           Don't pass uninitialised values to setsockopt() here either.
25602
25603 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25604
25605         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25606
25607         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25608           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25609
25610 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25611
25612         * gst/playback/gstplaybin.c: (add_sink):
25613           Invert bin_add/link order to workaround deadlock in opt.
25614
25615 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25616
25617         * gst/modplug/gstmodplug.cc:
25618           Add missing break causing position queries to fail.
25619
25620 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25621
25622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25623           Granpos can apparently be -1, which screws up calculations...
25624
25625 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25626
25627         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25628         (gst_ximagesink_send_pending_navigation),
25629         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25630         (gst_ximagesink_init):
25631         * sys/ximage/ximagesink.h:
25632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25633         (gst_xvimagesink_send_pending_navigation),
25634         (gst_xvimagesink_navigation_send_event),
25635         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25636         * sys/xvimage/xvimagesink.h:
25637           Use a mutex protected list to marshal navigation
25638           events into the stream thread from whichever thread
25639           sends them.
25640
25641 2005-02-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25642
25643         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25644           Display current position and track length; misc. clean-ups.
25645           
25646         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25647         (speed_init), (speed_chain):
25648           Add query function, so that the stream length and current position
25649           get adjusted when queried (note that current position queries may
25650           still be wrong if the audio sink returns values based on buffer
25651           timestamps instead of passing on the query).
25652
25653 2005-02-13  Benjamin Otte  <otte@gnome.org>
25654
25655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25656         (gst_audio_convert_channels):
25657           create channel conversion matrix when linking
25658         * gst/audioconvert/.cvsignore:
25659         * gst/audioconvert/Makefile.am:
25660         * gst/audioconvert/channelmixtest.c: (main):
25661           add (ugly) test that ensures stereo <=> mono conversion works
25662           correctly
25663
25664 2005-02-13  Benjamin Otte  <otte@gnome.org>
25665
25666         * gst/audioconvert/gstchannelmix.h:
25667           include missing header file
25668         * gst/audioconvert/gstchannelmix.c:
25669         (gst_audio_convert_fill_compatible):
25670           use same sign for both channels when converting to/from compatible
25671           channel. Previously used different signs made the signals cancel
25672           each other out and appear like silence. (fixes #167269)
25673
25674 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25675
25676         * gst/ffmpegcolorspace/avcodec.h:
25677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25679         (gst_ffmpegcsp_avpicture_fill):
25680         * gst/ffmpegcolorspace/imgconvert.c:
25681           Convert to and from YV12 (fixes #156379).
25682
25683 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25684
25685         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25686         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25687         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25688         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25689         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25690         methods from chain and negotiation and vice versa (Fixes #166142).
25691         * sys/ximage/ximagesink.h: Add stream_lock.
25692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25693         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25694         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25695         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25696
25697 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25698
25699         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25700           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25701           error message when we can't open the DVD device (when dvdnav_open()
25702           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25703           the above). Send something more useful instead (fixes #167117).
25704
25705 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25706
25707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25708         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25709         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25710         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25711         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25712         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25713         methods from chain and negotiation and vice versa (Fixes #166142).
25714         Fix a possible bug of images in the buffer pool being discarded because
25715         we are looking at the wrong geometry.
25716         * sys/xvimage/xvimagesink.h: Add stream_lock.
25717
25718 2005-02-11  David Schleef  <ds@schleef.org>
25719
25720         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25721         unsigned int. (fixes #167128)
25722
25723 2005-02-11  David Schleef  <ds@schleef.org>
25724
25725         * gst/librfb/Makefile.am: Testing stuff before committing is
25726           for wimps... and people with fast machines.  Fix stupid
25727           mistake.
25728
25729 2005-02-11  David Schleef  <ds@schleef.org>
25730
25731         * configure.ac: Pull in librfb from my CVS tree, because it is
25732           too small and annoying to be separate.  Move rfbsrc plugin
25733           to gst/.
25734         * ext/Makefile.am:
25735         * ext/librfb/Makefile.am:
25736         * ext/librfb/gstrfbsrc.c:
25737         * gst/librfb/Makefile.am:
25738         * gst/librfb/gstrfbsrc.c:
25739         * gst/librfb/rfb.c:
25740         * gst/librfb/rfb.h:
25741         * gst/librfb/rfbbuffer.c:
25742         * gst/librfb/rfbbuffer.h:
25743         * gst/librfb/rfbbytestream.c:
25744         * gst/librfb/rfbbytestream.h:
25745         * gst/librfb/rfbcontext.h:
25746         * gst/librfb/rfbdecoder.c:
25747         * gst/librfb/rfbdecoder.h:
25748         * gst/librfb/rfbutil.h:
25749
25750 2005-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25751
25752         * gst/speed/Makefile.am:
25753         * gst/speed/demo-mp3.c: (main):
25754         * gst/speed/filter.func:
25755         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25756         (speed_class_init), (speed_init), (speed_chain_int16),
25757         (speed_chain_float32), (speed_chain), (speed_set_property),
25758         (speed_get_property), (speed_change_state):
25759         * gst/speed/gstspeed.h:
25760           Fix speed element and make it chain-based (fixes #156467),
25761           and make it handle more than one channel.
25762
25763 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25764
25765         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25766         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25767         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25768         * ext/dts/gstdtsdec.h:
25769           Don't clobber the stack constructing the channels array.
25770           Make the element chain-based. DTS tracks can now be played.
25771           
25772 2005-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25773
25774         * gst-libs/gst/audio/multichannel.h:
25775         * gst-libs/gst/gconf/gconf.h:
25776         * gst-libs/gst/idct/idct.h:
25777         * gst-libs/gst/media-info/media-info-priv.h:
25778         * gst-libs/gst/play/play.h:
25779         * gst-libs/gst/resample/private.h:
25780         * gst-libs/gst/resample/resample.h:
25781         * gst-libs/gst/riff/riff-ids.h:
25782         * gst-libs/gst/video/video.h:
25783         * gst-libs/gst/video/videosink.h:
25784           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25785           missing, so that they work when included from C++ code.
25786
25787 2005-02-09  David Schleef  <ds@schleef.org>
25788
25789         * testsuite/gst-lint: Check for non-statically scoped
25790           parent_class variables.  This won't be a problem once
25791           plugins are loaded with RTLD_LOCAL.
25792
25793 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25794
25795         * ext/mplex/gstmplexibitstream.cc:
25796           gcc madness.
25797
25798 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25799
25800         * ext/ogg/gstogmparse.c:
25801         * gst/debug/gstnavigationtest.c:
25802           Die, thou faulty symbol pollutors (non-static parent_class).
25803
25804 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25805
25806         * ext/mplex/gstmplexibitstream.cc:
25807           Fix event handling (#165525).
25808
25809 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * ext/mikmod/gstmikmod.c:
25812         * gst/modplug/gstmodplug.cc:
25813           Add missing endianness to template (fixes #165509).
25814
25815 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25816
25817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25818           Fix wrong order of reading of optional bytes (#165290).
25819
25820 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25821
25822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25823           Implement FILLER event awareness.
25824
25825 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25826
25827         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25828           Fix track calculations (#166208).
25829
25830 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25831
25832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25833
25834         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25835         * ext/libpng/gstpngenc.c:
25836           Fix byte-order, use proper fixed caps. Fixes #164197.
25837
25838 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25839
25840         * configure.ac:
25841           Add dvdlpcmdec 
25842
25843         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25844         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25845           Don't push buffers if the src pad isn't negotiated yet.
25846           
25847         * gst/audioconvert/gstaudioconvert.c:
25848         (gst_audio_convert_buffer_to_default_format),
25849         (gst_audio_convert_buffer_from_default_format):
25850           Add support for 24-bit width.
25851
25852         * gst/dvdlpcmdec/.cvsignore:
25853         * gst/dvdlpcmdec/Makefile.am:
25854         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25855         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25856         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25857         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25858         (plugin_init):
25859         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25860           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25861           format. Needs support for the channels maps if someone can find 
25862           a DVD LPCM track with > 2 channels.
25863
25864         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25865         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25866         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25867         * gst/mpegstream/gstdvddemux.h:
25868         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25869         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25870         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25871         * gst/mpegstream/gstmpegdemux.h:
25872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25873         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25874         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25875         (gst_mpeg_parse_handle_src_query),
25876         (gst_mpeg_parse_handle_src_event):
25877           Use audio/x-dvd-lpcm for LPCM output.
25878           Add DTS output.
25879
25880 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25881
25882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25883
25884         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25885         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25886           Add BGRA handling (#165736).
25887
25888 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25889
25890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25891
25892         * gst/law/alaw-decode.c: (alawdec_link):
25893         * gst/law/alaw-encode.c: (alawenc_link):
25894         * gst/law/mulaw-decode.c: (mulawdec_link):
25895         * gst/law/mulaw-encode.c: (mulawenc_link):
25896           Fix caps memleaks (#166600).
25897
25898 2005-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25899
25900         * ext/tarkin/mem.h:
25901         * ext/tarkin/wavelet.h:
25902         * ext/tarkin/yuv.h:
25903         * gst/ffmpegcolorspace/avcodec.h:
25904           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25905           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25906
25907 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25908
25909         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25911         (gst_xvimagesink_change_state):
25912           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25913           Xv video (and thereby regenerate Xv colourkey) in clear() so
25914           that PLAY -> READY -> PLAY works (fixes #162504).
25915
25916 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25917
25918         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25919           Switch to list instead of range, since MJPEG-devices really just
25920           support decimations, not any size.
25921
25922 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25923         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25924         (gst_mpeg2dec_reset), (free_all_buffers),
25925         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25926         * ext/mpeg2dec/gstmpeg2dec.h:
25927           The libmpeg2 user-allocated buffer management is awkward, 
25928           to say the least. Hopefully this fixes things.
25929
25930 2005-02-04  Andy Wingo  <wingo@pobox.com>
25931
25932         * gst/audioconvert/bufferframesconvert.c
25933         (buffer_frames_convert_fixate): New function, fixates to 256
25934         frames per buffer by default. (Much better than 1.)
25935         (buffer_frames_convert_init): Set the fixate function for both src
25936         and sink pad.
25937         (buffer_frames_convert_link): After success setting nonfixed caps,
25938         get the negotiated caps so we can know how many buffer-frames it
25939         will be. No idea how this worked at all before.
25940
25941 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25942
25943         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25944         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25945         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25946         (handle_sequence), (handle_picture):
25947         * ext/mpeg2dec/gstmpeg2dec.h:
25948           Rearrange buffer tracking and refcounting and refactor
25949           a little for readability. 
25950
25951 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25952         * sys/v4l/gstv4l.c: (plugin_init):
25953         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25954         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25955         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25956         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25957         * sys/v4l/gstv4ljpegsrc.h:
25958         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25959         * sys/v4l/v4l_calls.h:
25960         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25961         (gst_v4lsrc_get_fps):
25962         * sys/v4l/v4lsrc_calls.h:
25963           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25964           you jpeg inside rgb frames" driver.
25965           Don't error in the v4lsrc link function, just return 
25966           REFUSED.
25967
25968 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25969
25970         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25971         (gst_qcamsrc_open):
25972           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25973
25974 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25975
25976         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25977           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25978
25979 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25980
25981         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25982           Reset negotiated state on PAUSED->READY.
25983
25984 2005-02-02  David Schleef  <ds@schleef.org>
25985
25986         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25987         whereever possible.  (Fixes #165997)
25988         * examples/capsfilter/capsfilter1.c: (main):
25989         * examples/dynparams/filter.c: (create_ui):
25990         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25991         * examples/seeking/chained.c: (main):
25992         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25993         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25994         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25995         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25996         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25997         * examples/switch/switcher.c: (main):
25998         * ext/dv/demo-play.c: (main):
25999         * ext/faad/gstfaad.c: (gst_faad_change_state):
26000         * ext/mad/gstmad.c: (gst_mad_chain):
26001         * ext/smoothwave/demo-osssrc.c: (main):
26002         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26003         (gst_gconf_render_bin_from_description),
26004         (gst_gconf_get_default_audio_sink),
26005         (gst_gconf_get_default_video_sink),
26006         (gst_gconf_get_default_audio_src),
26007         (gst_gconf_get_default_video_src),
26008         (gst_gconf_get_default_visualization_element):
26009         * gst/level/demo.c: (main):
26010         * gst/level/plot.c: (main):
26011         * gst/playback/gstplaybin.c: (gen_video_element),
26012         (gen_audio_element):
26013         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26014         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26015         * gst/sine/demo-dparams.c: (main):
26016         * gst/spectrum/demo-osssrc.c: (main):
26017         * gst/speed/demo-mp3.c: (main):
26018         * gst/volume/demo.c: (main):
26019         * testsuite/embed/embed.c: (main):
26020
26021 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26022
26023         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26024         (gst_tcpclientsink_finalize):
26025         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26026         (gst_tcpclientsrc_finalize):
26027         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26028         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26029         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26030         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26031           Don't leak the hostname when shutting down.
26032           In tcpserversrc, take a copy of the default hostname.
26033
26034 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26035
26036         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26037           Set caps to systemstream=TRUE.
26038
26039 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26040
26041         * testsuite/Makefile.am:
26042           Fix more OSX buildbots.
26043
26044 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26045
26046         * ext/mpeg2dec/gstmpeg2dec.c:
26047           Don't send things to NULL PAD_PEERs
26048
26049         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26050           Copy-on-write the incoming buffer.
26051
26052         * gst/mpegstream/gstdvddemux.h:
26053         * gst/mpegstream/gstmpegclock.h:
26054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26055         (normal_seek), (gst_mpeg_demux_handle_src_event):
26056         * gst/mpegstream/gstmpegdemux.h:
26057         * gst/mpegstream/gstmpegpacketize.h:
26058         * gst/mpegstream/gstmpegparse.c:
26059         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26060         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26061         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26062         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26063         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26064         * gst/mpegstream/gstmpegparse.h:
26065         * gst/mpegstream/gstrfc2250enc.h:
26066           Various changes to the way time is computed that make seeking and
26067           total time estimation much better here.
26068           Use G_BEGIN/END_DECLS instead of __cplusplus
26069
26070         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26071           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26072
26073 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26074
26075         * gst/subparse/gstsubparse.c:
26076           Fix OSX buildbot.
26077
26078 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26079
26080         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26081         (theora_enc_chain), (theora_enc_change_state):
26082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26083         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26084         (gst_vorbisenc_change_state):
26085         * ext/vorbis/vorbisenc.h:
26086           Set granulepos and timestamp correctly for streams not
26087           starting at 0, taking into account the initial delay.
26088
26089 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26090
26091         * gst/mpegstream/gstdvddemux.c:
26092           Add audio/x-dts to audio pad template caps
26093
26094 2005-01-30  David Schleef  <ds@schleef.org>
26095
26096         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26097         (create_context), (gst_polypsink_link): Fix silly endianness
26098         bug.  Add some debugging.  Remove float from caps; it doesn't
26099         work.  Attempt to get remote audio working.
26100
26101 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26104           Add 3IV2 fourcc.
26105
26106 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26109         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26110         (gst_avi_demux_stream_data):
26111         * gst/avi/gstavidemux.h:
26112           Invert DIB images. Fixes #132341.
26113
26114 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26115
26116         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26117         (gst_ffmpegcsp_chain):
26118           D'oh, reference the palette data, not the palette structure.
26119           Fixes color distortion in #132341.
26120
26121 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26122
26123         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26124           PAR can be non-fixed when not provided as argument (#162626).
26125
26126 2005-01-29  David Moore  <dcm@acm.org>
26127
26128         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26129
26130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26131         (gst_qtdemux_loop_header):
26132           Re-apply patch from #142272 that allows non-seekable sources,
26133           re-proposed by Daniel Drake <dsd@gentoo.org>.
26134
26135 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26136
26137         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26138           Use the src template for creating the src pad (#162330).
26139
26140 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * configure.ac:
26143         * ext/musepack/Makefile.am:
26144         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26145         (gst_musepackdec_init), (gst_musepackdec_dispose),
26146         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26147         (gst_musepack_stream_init), (gst_musepackdec_loop),
26148         (gst_musepackdec_change_state):
26149         * ext/musepack/gstmusepackdec.cpp:
26150         * ext/musepack/gstmusepackdec.h:
26151         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26152         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26153         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26154         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26155         * ext/musepack/gstmusepackreader.cpp:
26156         * ext/musepack/gstmusepackreader.h:
26157           Update to 1.1 API (#165446).
26158
26159 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26160
26161         * ext/Makefile.am:
26162           Unbreak buildbot.
26163
26164 2005-01-28  Andy Wingo  <wingo@pobox.com>
26165
26166         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26167         to reflect a different dubious internet source. Add a reference
26168         and some commentary.
26169
26170 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26171
26172         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26173         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26174         * gst/playback/gststreamselector.h:
26175           Be more selective when we're redoing caps negotiation from
26176           within the chain function on a stream change.
26177
26178 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26179
26180         * configure.ac:
26181         * ext/Makefile.am:
26182         * ext/amrnb/Makefile.am:
26183         * ext/amrnb/amrnb.c: (plugin_init):
26184         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26185         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26186         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26187         (gst_amrnbdec_state_change):
26188         * ext/amrnb/amrnbdec.h:
26189         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26190         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26191         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26192         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26193         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26194         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26195         * ext/amrnb/amrnbparse.h:
26196           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26197         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26198           Add AMR-NB/-WB raw formats.
26199         * ext/alsa/gstalsa.c: (gst_alsa_link):
26200           Keep valid time when changing format.
26201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26202         (qtdemux_parse_trak):
26203           Add some more format-specific options (#140141, #143555, #155163).
26204
26205 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26206
26207         * gst/matroska/matroska-demux.c:
26208         (gst_matroska_demux_parse_blockgroup):
26209           Fix logic error in timing of subtitle stream synchronization.
26210         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26211           Add skip-chunk, which is found in kodak-camera streams.
26212
26213 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26214
26215         * po/LINGUAS:
26216         * po/vi.po:
26217           Adding Vietnamese translation (submitted by Clytie Siddall)
26218
26219 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26220
26221         * gst/playback/gstdecodebin.c: (try_to_link_1):
26222           Use realpad for signal.
26223
26224 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26225
26226         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26227           Fix category so decodebin picks it up.
26228
26229 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26230
26231         * ext/mad/Makefile.am:
26232         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26233         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26234         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26235         (found_type), (gst_id3demux_bin_change_state):
26236         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26237         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26238         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26239         (gst_id3_tag_change_state), (plugin_init):
26240         * ext/mad/gstmad.h:
26241           Add id3demuxbin (which is a simple bin consisting of id3demux
26242           and typefind), take over rank from id3demux, remove typefind
26243           code from id3demux. Makes all broken mp3s that I know of work,
26244           and thereby fixes #152688.
26245
26246 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26247
26248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * ext/mad/gstmad.c: (gst_mad_src_event):
26251         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26252           Allow seeks on audio pad, make mad forward those (#164826).
26253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26254           Set duration (#165335).
26255
26256 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26257
26258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26259         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26260         (gst_asf_demux_process_ext_content_desc),
26261         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26262         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26263         * gst/asfdemux/gstasfdemux.h:
26264           Improve metadata display, e.g. if the metadata comes before the
26265           streams are loaded (which is perfectly valid).
26266
26267 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26268
26269         * tools/gst-launch-ext-m.m:
26270           Fix AVI/ASF pipelines (#165340).
26271
26272 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26273         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26274         build failure on amd64
26275
26276 2005-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26277
26278         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26279         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26280           Check environment variables GST_ID3V2_TAG_ENCODING,
26281           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26282           list of character encodings to force interpretation of non-unicode
26283           strings stored in an ID3v2 tag to a particular encoding. If none
26284           is specified, try to use current locale's encoding, then fall back
26285           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26286         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26287         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26288           Check environment variables GST_ID3V1_TAG_ENCODING,
26289           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26290           list of character encodings to use in case a string encountered
26291           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26292           specified, try to use the current locale's encoding, then fall
26293           back to ISO-8859-1 (which will always succeed).
26294
26295 2005-01-25  Benjamin Otte  <otte@gnome.org>
26296
26297         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26298           - on half framerate, compute the rate in advance so the comparisons
26299             don't compare wrong values
26300           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26301             behaviour
26302           - don't use mad_header_decode anymore, mad_frame_decode does that
26303             automatically
26304           - when getting rid of consumed bytes, reset the stream's skiplen
26305           (fixes #163867)
26306
26307 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26308
26309         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26310           Use 1/2 a second for default max_discont, as PES streams from DVB
26311           seem to have larger spacings in the SCR. 
26312           Fix a typo.
26313
26314 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * gst/playback/gstplaybasebin.c: (group_commit):
26317           Notify delayed stream-info availability.
26318
26319 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26320         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26321         (gst_a52dec_handle_event), (gst_a52dec_chain):
26322         Add some debug output. Check that a discont has a valid
26323         time associated.
26324         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26325         (gst_alsa_sink_loop):
26326         Ignore TAG events. A little extra debug for broken timestamps.
26327         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26328         (dvdnavsrc_change_state):
26329         Ensure we send a discont to engage the link before we send any
26330         other events.
26331         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26332         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26333         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26334         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26335         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26336         dvd://title works in totem because typefinding sends a seek that ends
26337         up going back to chapter 1 regardless.
26338         * ext/mpeg2dec/gstmpeg2dec.c:
26339         * ext/mpeg2dec/gstmpeg2dec.h:
26340         Output correct timestamps and handle disconts.
26341         * ext/ogg/gstoggdemux.c: (get_relative):
26342         Small guard against a null dereference.
26343         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26344         (gst_textoverlay_set_property):
26345         Free memory when done. Don't call gst_event_filler_get_duration on
26346         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26347         g_warning.
26348         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26349         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26350         (gst_sw_srclink), (gst_smoothwave_chain):
26351         Draw solid lines, prettier colours.
26352         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26353         Add a default palette that'll work for some movies.
26354         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26355         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26356         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26357         * gst/mpegstream/gstdvddemux.h:
26358         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26359         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26360         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26361         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26362         * gst/mpegstream/gstmpegparse.h:
26363         Use PTM/NAV events when for timestamp adjustment when connected to 
26364         dvdnavsrc. Don't use many discont events where one suffices.
26365         * gst/playback/gstplaybasebin.c: (group_destroy),
26366         (gen_preroll_element), (gst_play_base_bin_add_element):
26367         * gst/playback/gstplaybasebin.h:
26368         Make sure we remove subtitles from the same bin we put them in.
26369         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26370         (gst_subparse_buffer_format_autodetect),
26371         (gst_subparse_change_state):
26372         Fix some memleaks and invalid accesses.
26373         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26374         (oggskel_type_find), (cmml_type_find), (plugin_init):
26375         Some typefind functions for Annodex v3.0 files
26376         * gst/wavparse/gstwavparse.h:
26377         GstRiffReadClass is the correct parent class.
26378
26379 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26380
26381         * gst-libs/gst/riff/riff-media.c:
26382         (gst_riff_create_video_caps_with_data):
26383           Add extradata to huffyuv (fixes #165013).
26384         * gst-libs/gst/riff/riff-read.c:
26385         (gst_riff_read_strf_vids_with_data):
26386           Fix extradata extraction if it is in the chunk size.
26387
26388 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26389
26390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26393         (gst_quarktv_change_state), (gst_quarktv_dispose):
26394           Memory free'ing location fix (#164708).
26395
26396 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * gst/playback/gstplaybasebin.c: (group_commit),
26399         (gen_preroll_element), (probe_triggered), (gen_source_element),
26400         (setup_source), (gst_play_base_bin_change_state),
26401         (gst_play_base_bin_add_element):
26402           Don't block for streams.
26403         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26404         (gst_stream_info_set_mute):
26405           Use gst_pad_set_active_recursive.
26406
26407 2005-01-25  Andy Wingo  <wingo@pobox.com>
26408
26409         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26410         for #ifndef HAVE_XVIDEO.
26411
26412 2005-01-24  Jeffrey C. Ollie
26413
26414         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26415
26416         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26417         * ext/gsm/gstgsmdec.h:
26418         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26419         * ext/gsm/gstgsmenc.h:
26420         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26421         was given by property. Add proper buffer timestamps and offsets.
26422
26423 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * gst-libs/gst/riff/riff-media.c:
26426         (gst_riff_create_audio_caps_with_data):
26427           Audio can be <8000Hz.
26428
26429 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26432           Explicit state change to workaround refcount bugs.
26433
26434 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26435
26436         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26437         (gst_avimux_riff_get_avi_header):
26438           Fix...
26439
26440 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26441
26442         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26443         (gst_riff_read_element_data):
26444         * gst-libs/gst/riff/riff-read.h:
26445           Add _peek version (req'ed in CDXA).
26446         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26447         (gst_cdxaparse_loop):
26448           Fix parsing in playbin.
26449         * gst/playback/gstdecodebin.c: (close_pad_link):
26450           Ignore current_ pads, they cause major annoyance.
26451
26452 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26453
26454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26455           Safety guard.
26456
26457 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26458
26459         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26460           Fix padding...
26461
26462 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26463
26464         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26465           Allow for 0-sized buffers. Fixes length query problems in
26466           starwars.mkv from the testsuite.
26467
26468 2005-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26469
26470         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26471         (gst_video_box_i420), (gst_video_box_chain):
26472           Fix row strides for I420 (fixes #163159)
26473           
26474 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26475
26476         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26477           MPEG2 has a useful rate property, so we can actually use that.
26478           For MPEG-1, continue using the bytes/time properties.
26479
26480 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26481
26482         * gst-libs/gst/riff/riff-media.c:
26483         (gst_riff_create_video_caps_with_data),
26484         (gst_riff_create_video_template_caps):
26485           Add intel-h263.
26486
26487 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26490           Fail if caps negotiation fails. Should fix #162184, and should
26491           definately be in there regardless of it fixing the actual bug.
26492         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26493         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26494         (gst_avimux_riff_get_avix_header),
26495         (gst_avimux_riff_get_video_header),
26496         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26497         (gst_avimux_start_file), (gst_avimux_handle_event),
26498         (gst_avimux_change_state):
26499         * gst/avi/gstavimux.h:
26500           Refactor structure writing to use GST_WRITE_UINT macros, add
26501           metadata writing support.
26502
26503 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26504
26505         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26506           Elements may already be destroyed when this function is called.
26507
26508 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26509
26510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26511         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26512           More memory leak fixes (#149162).
26513
26514 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26515
26516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26517         (gst_qtdemux_add_stream):
26518           Fix two memleaks.
26519
26520 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26521
26522         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26523           Argh...
26524
26525 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26528           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26529           when fixating to six channels in Totem.
26530
26531 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26532
26533         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26534           Fix compile warnings on Solaris 10 buildbot
26535
26536 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26537
26538         * ext/dvdread/dvdreadsrc.c: (_read):
26539           Don't read beyond the last cell in a chapter (fixes 
26540           invalid memory access)
26541
26542 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26543
26544         * ext/dvdread/stream_labels.c:
26545         (dvdreadsrc_get_audio_stream_labels):
26546           Use NULL for an empty GList instead of g_list_alloc(); fix 
26547           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26548           of GString (easier to bulk free later)
26549
26550 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26551
26552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26555         (gst_ffmpeg_pixfmt_to_caps):
26556           Fix BGRA32 caps (#164209).
26557
26558 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26559
26560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26563         (gst_ffmpeg_caps_to_pixfmt):
26564           alpha_mask can be RGBA/ABGR. Fixes #164265.
26565
26566 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26567
26568         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26569
26570         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26571         (gst_mpeg2dec_alloc_buffer):
26572         * ext/mpeg2dec/gstmpeg2dec.h:
26573           Crop if decoding size is not the actual image size (#163676).
26574
26575 2005-01-17  Steve Baker  <steve@stevebaker.org>
26576
26577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26578
26579         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26580         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26581           Add libsndfile typefind functions (#163309).
26582
26583 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26584
26585         * tools/gst-launch-ext-m.m:
26586           Add .aac, fix .m1v/.m2v (#163891).
26587
26588 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26591           Sanity check, don't wait endlessly since the clock might not
26592           actually run at this point (which is a deadlock). Fixes #164069.
26593
26594 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26595
26596         * gst/playback/gstplaybasebin.c: (probe_triggered):
26597           Of course, only pause if group is done...
26598
26599 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26600
26601         * gst/playback/gstplaybasebin.c: (probe_triggered):
26602           Thread safety.
26603
26604 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26605
26606         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26607           Don't return state change success when the parent
26608           failed.
26609
26610 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26611
26612         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26613           Free events (fix memleak in #162905).
26614
26615 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26616
26617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26620         (gst_ffmpeg_caps_to_pixfmt):
26621           Fix for depth = 15. Fixes #161675.
26622
26623 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26624
26625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26626           Set FPS correctly, even for webcams and the like.
26627         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26628           Don error on setting while capturing.
26629
26630 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26631
26632         * ext/dv/gstdvdec.c:
26633         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26634         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26635           I'm a bad boy. using /1001. to force C to do float division
26636           and not integer division (as it did in my last commit)
26637           Thanks to David I. Lehn for pointing this mistake.
26638
26639 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26642           Revert Johan's 1.35->1.36 since it breaks compat.
26643
26644 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26645
26646         * ext/dv/gstdvdec.c:
26647         * ext/libfame/gstlibfame.c:
26648         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26649         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26650           replace framerate aproximations by their real value
26651           (24000/1001, 30000/1001, 60000/1001)
26652           Finish fixing bug #164049
26653
26654 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26655
26656         * ext/ogg/gstoggmux.c:
26657           eos/bos debugging
26658         * gst/tcp/gstmultifdsink.c:
26659         * gst/tcp/gstmultifdsink.h:
26660         * gst/tcp/gsttcp.c:
26661         * gst/tcp/gsttcp.h:
26662         * gst/tcp/gsttcpclientsink.c:
26663         * gst/tcp/gsttcpclientsrc.c:
26664         * gst/tcp/gsttcpserversink.c:
26665         * gst/tcp/gsttcpserversrc.c:
26666           improve reusability of elements after state changes and errors
26667           make multifdsink throw away streamheaders when receiving new ones
26668
26669 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26670
26671         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26672           Fix for if items are already in list...
26673
26674 2005-01-12  Benjamin Otte  <otte@gnome.org>
26675
26676         * gst/adder/gstadder.c: (gst_adder_loop):
26677           fix adder a bit so it doesn't screw up with events as much anymore
26678
26679 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26680
26681         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26682         (pixbufscale_scale), (gst_pixbufscale_chain):
26683         * ext/gdk_pixbuf/pixbufscale.h:
26684           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26685           to ensure rowstrides are calculated the same way as 
26686           ffmpegcolorspace
26687           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26688           that we pick up duration and offset also.
26689
26690 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26691
26692         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26693         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26694           Reusability fixes.
26695
26696 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26697
26698         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26699         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26700         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26701         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26702           Update flags when requested.
26703
26704 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26705
26706         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26707           Fix dmix.
26708
26709 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26710
26711         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26712         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26713         (probe_triggered), (new_decoded_pad), (gen_source_element),
26714         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26715         * gst/playback/gstplaybasebin.h:
26716         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26717         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26718         (gst_play_bin_change_state):
26719           Implement group-switch signal for use in apps to clear metadata
26720           cache, clean up subtitle, add suburi property instead of # hack,
26721           some error-out fixes.
26722
26723 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26726           Debug.
26727         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26728           If we got a state change in the _get handler, don't return success.
26729
26730 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26731
26732         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26733         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26734           Make jpegdec quiet on MJPEG decoding
26735         * gst/asfdemux/README:
26736           Fix mimetypes for MJPEG and H263
26737
26738 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26739
26740         * ext/theora/theoradec.c: (theora_dec_chain):
26741           Fix broken code generation by gcc by swapping arguments.
26742         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26743           Fix \n in debug.
26744
26745 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26746
26747         * TODO:
26748           delete this file, it is by far outdated
26749         * ext/alsa/gstalsa.1: remove
26750         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26751         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26752         (gst_alsa_get_caps):
26753           Add HW probing for supported sample rates. Fixes #161704
26754
26755 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26756
26757         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26758           Don't crash, biatch! :).
26759
26760 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26761
26762         * ext/musepack/gstmusepackreader.cpp:
26763         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26764           Some work on tags - still doesn't work in playbin...
26765         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26766           Handle events...
26767
26768 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26769
26770         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26771           Also shove tags on kid pads.
26772
26773 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26774
26775         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26776           Don't bail on unknown events.
26777         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26778           Don't crash on events before negotiation.
26779         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26780           Send tags on pads, too.
26781         * gst/playback/gststreamselector.c:
26782         (gst_stream_selector_request_new_pad):
26783           Forward events on first pad if no input was selected yet.
26784
26785 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * gst/playback/gstplaybasebin.c: (setup_substreams):
26788           Don't disable streamtype if the stream doesn't exist, since
26789           then playing a video after audio will disable both and nothing
26790           will happen. Fixes the testsuite.
26791
26792 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26793
26794         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26795         (gst_v4l_xoverlay_set_xwindow_id):
26796         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26797         (gst_v4l2_xoverlay_set_xwindow_id):
26798           Add debug categories, fix overlay disabling.
26799
26800 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26801
26802         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26803         * ext/alsa/gstalsa.h:
26804           Add HW probing for period_count/size and buffer_size MIX/MAX
26805           Adjust default/user defined value if out of bounds
26806           Should fix bug #162024
26807
26808 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26809
26810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26811           Fix warning (#161191).
26812
26813 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26814
26815         * ext/dvdread/stream_labels.c:
26816         (dvdreadsrc_get_audio_stream_labels):
26817           Fix warning (init the good variable in switch default)
26818
26819 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26820
26821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26822
26823         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26824           Fix gcc-2.95 compile (#163485).
26825
26826 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26827
26828         * configure.ac:
26829         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26830         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26831         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26832         (gst_flacenc_change_state):
26833         * ext/flac/gstflacenc.h:
26834           Update for API change in flac-1.1.1. Update requirement in
26835           configure.ac. Fixes #162974.
26836
26837 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * gst/playback/gstplaybasebin.c: (group_destroy):
26840           Remove hack to get rid of assert and get rid of unlinked
26841           signals properly.
26842
26843 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26844
26845         * gst/playback/gstplaybasebin.c: (setup_source):
26846           Set source to NULL so that resources are free'ed. Fixes issues
26847           with playback of CDDA and similar device-accessing things.
26848
26849 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26850
26851         * testsuite/embed/Makefile.am:
26852           test->noinst, fix make test in buildbot.
26853
26854 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26855
26856         * ext/dvdread/stream_labels.c: new file
26857         * ext/dvdread/stream_labels.h: new file
26858         * ext/dvdread/Makefile.am:
26859         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26860           Extract audio stream label from DVD IFO files.
26861           It only dump them on the console for now, still have to
26862           make playbin aware of them.
26863
26864 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26865
26866         * gst/playback/gstplaybasebin.c: (setup_source):
26867           Fix hanging subs.
26868
26869 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26870
26871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26872         (gen_preroll_element), (remove_groups), (setup_subtitle),
26873         (gen_source_element), (setup_source):
26874         * gst/playback/gstplaybasebin.h:
26875           Multiple .sub files is just a stupid idea... Fix some threading
26876           mistakes. Interestingly, external .sub files cause playbin to
26877           hang, I don't know why... Parsing fixes contributed by Fran??ois
26878           Kooman <fkooman@tuxed.net>.
26879
26880 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26881
26882         * testsuite/embed/Makefile.am:
26883           Fix buildbot.
26884
26885 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26886
26887         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26888
26889         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26890         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26891         (gst_pngenc_set_property):
26892         * ext/libpng/gstpngenc.h:
26893           Add compression level property (#163323).
26894
26895 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * configure.ac:
26898         * examples/capsfilter/capsfilter1.c: (main):
26899         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26900         * ext/dvdread/Makefile.am:
26901         * ext/dvdread/demo-play:
26902         * ext/dvdread/demo-play.c:
26903         * gconf/gstreamer.schemas.in:
26904         * gst-libs/gst/gconf/gconf.c:
26905         * sys/v4l/TODO:
26906         * testsuite/Makefile.am:
26907         * testsuite/embed/Makefile.am:
26908         * testsuite/embed/embed.c: (cb_expose), (main):
26909           Remove all references to xvideosink, fix examples (#140845).
26910         * gst/playback/gstplaybasebin.c: (group_destroy):
26911           Apparently, disposal does not unlink - so do explicitely.
26912         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26913           Add debug.
26914
26915 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26916
26917         * README: fix PKG_CONFIG_PATH instructions, what was there
26918         previously was breaking default search path, not nice. 
26919         Fixes #163358
26920
26921 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26922
26923         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26924         (gst_audioscale_chain):
26925           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26926           when resampling - how the ^@$^!@^! is this possible?!?
26927
26928 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26929
26930         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26931           Reset variables on READY.
26932         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26933         (gst_matroska_mux_loop):
26934           Require data before writing header.
26935
26936 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26937
26938         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26939
26940         * ext/mad/gstmad.c: (gst_mad_chain):
26941           Don't call mad_stream_sync() directly after recovering sync.
26942           Fixes #151661.
26943
26944 2005-01-09  Martin Eikermann  <meiker@upb.de>
26945
26946         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26947
26948         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26949         (snapshot_handler), (gst_snapshot_sinkconnect),
26950         (gst_snapshot_chain):
26951           Allocate resources when required, fix recursive signal emission
26952           and fix caps. Fixes #161667.
26953
26954 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26955
26956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26957
26958         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26959         (gst_pngdec_chain):
26960           Handle only 8-bppc (bits-per-pixel-component) images, better
26961           error handling and correct strides. Fixes #163177.
26962         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26963         (gst_pngenc_chain):
26964           Better error handling. Fixes #163348.
26965
26966 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26969         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26970         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26971         (dvdnavsrc_uri_handler_init):
26972           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26973         * gst/playback/gstplaybasebin.c: (gen_source_element):
26974           Add MMS to streaming URIs.
26975
26976 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26977
26978         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26979         * sys/xvimage/xvimagesink.c:
26980         (gst_xvimagesink_navigation_send_event):
26981           Check for pad availability before sending event.
26982
26983 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26984
26985         * gst-plugins.spec.in:
26986           Add subparse.
26987
26988 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * configure.ac:
26991           Since we use functions from CVS, up requirement.
26992
26993 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26994
26995         * gst/playback/Makefile.am:
26996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26997         (group_destroy), (group_commit), (group_is_muted),
26998         (gen_preroll_element), (add_stream), (unknown_type),
26999         (probe_triggered), (preroll_unlinked), (mute_stream),
27000         (silence_stream), (new_decoded_pad), (setup_substreams),
27001         (setup_source), (get_active_source), (mute_group_type),
27002         (muted_group_change_state), (set_active_source),
27003         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27004         (play_base_eos), (gst_play_base_bin_change_state):
27005         * gst/playback/gstplaybasebin.h:
27006         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27007         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27008         (gst_stream_info_dispose), (stream_info_mute_pad),
27009         (stream_info_change_state), (gst_stream_info_set_mute):
27010         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27011         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27012         (gst_stream_selector_init), (gst_stream_selector_dispose),
27013         (gst_stream_selector_get_linked_pad),
27014         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27015         (gst_stream_selector_get_linked_pads),
27016         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27017         * gst/playback/gststreamselector.h:
27018           Adding stream selection support plus required properties for
27019           applications to use this. Fully fixes #100931.
27020
27021 2005-01-08  Benjamin Otte  <otte@gnome.org>
27022
27023         * gst/games/gstpuzzle.c: (nav_event_handler):
27024           - handle nav events differently: forward every event no matter if it
27025             was handled or not.
27026           - translate events
27027           You can now cheat by using navigationtest ! puzzle and moving the
27028           mouse close to the edge of a tile. ;)
27029
27030 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * configure.ac:
27033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27034         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27035         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27036         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27037         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27038         (gst_ogm_parse_plugin_init):
27039         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27040         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27041         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27042         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27043         * ext/pango/gsttextoverlay.h:
27044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27045         (gst_matroska_demux_handle_seek_event),
27046         (gst_matroska_demux_sync_streams),
27047         (gst_matroska_demux_parse_blockgroup),
27048         (gst_matroska_demux_subtitle_caps),
27049         (gst_matroska_demux_plugin_init):
27050         * gst/matroska/matroska-ids.h:
27051         * gst/playback/gstdecodebin.c: (close_pad_link):
27052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27053         (gen_preroll_element), (remove_groups), (add_stream),
27054         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27055         (setup_source):
27056         * gst/playback/gstplaybasebin.h:
27057         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27058         * gst/subparse/Makefile.am:
27059         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27060         (gst_subparse_base_init), (gst_subparse_class_init),
27061         (gst_subparse_init), (gst_subparse_formats),
27062         (gst_subparse_eventmask), (gst_subparse_event),
27063         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27064         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27065         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27066         (parse_mpsub_deinit), (parse_mpsub_init),
27067         (gst_subparse_buffer_format_autodetect),
27068         (gst_subparse_format_autodetect), (gst_subparse_loop),
27069         (gst_subparse_change_state), (gst_subparse_type_find),
27070         (plugin_init):
27071         * gst/subparse/gstsubparse.h:
27072         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27073         (plugin_init):
27074           Add subtitle support, .sub parser (supports SRT and MPsub),
27075           OGM text support, Matroska UTF-8 text support, deadlock fixes
27076           all over the place, subtitle awareness in decodebin/playbin
27077           and some fixes to textoverlay to handle subtitles in a stream
27078           correctly. Fixes #100931.
27079
27080 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27083           Check for pad availability before doing a query on it.
27084
27085 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27086
27087         * ext/dv/gstdvdec.c:
27088           really fix bpp24/32 dvdec caps (classic rgba indeed)
27089         * gst/asfdemux/gstasfdemux.c:
27090         (gst_asf_demux_process_ext_content_desc):
27091           don't send text tags if they are empty (bis repetita)
27092
27093 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27094
27095         * ext/dv/gstdvdec.c:
27096          remove unneeded comment from dvdec
27097           (related to DV 4CC codes in AVI files)
27098           moved them in gstreamer/docs/random/mimetypes
27099         * gst/asfdemux/gstasfdemux.c:
27100         (gst_asf_demux_process_ext_content_desc):
27101          don't send text tags if they are empty
27102          fix mem leak on error path
27103         * gst/ffmpegcolorspace/avcodec.h:
27104         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27105         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27106         (gst_ffmpegcsp_avpicture_fill):
27107         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27108         * gst/ffmpegcolorspace/imgconvert_template.h:
27109          adds BGR32 and BGRA32 to ffmpegcolorspace
27110           (still bad colors, fixing it on next commit)
27111           helps with dvdec outputing BGR32
27112
27113 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27114
27115         * ext/dv/gstdvdec.c:
27116          Fix audio caps i just broke (missing ',')
27117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27118         (gst_matroska_mux_reset):
27119          Fix typo + add FIXME about old "x-gst-metadata" crap
27120
27121 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27122
27123         * ext/dv/demo-play.c: (main):
27124          xvideosink -> xvimagesink
27125         * ext/dv/gstdvdec.c:
27126          change rgb 32/32 caps to 24/32 (no alpha)
27127          change nb of channels to be a list (2 or 4, not 2)
27128          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27129         * gst/asfdemux/gstasfdemux.c:
27130         (gst_asf_demux_process_ext_content_desc):
27131          Add 'date/year' to extracted metadata list
27132
27133 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27134
27135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27136           The return value of fixate_to does not imply that the requested
27137           value was set, so don't assume.
27138
27139 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27140
27141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * ext/libpng/gstpngdec.c:
27144         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27145         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27146         * ext/libpng/gstpngenc.h:
27147           Alpha support (encoder; #163161), mime fixage.
27148
27149 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27150
27151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27154         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27155         (gst_faac_set_property), (gst_faac_get_property):
27156         * ext/faac/gstfaac.h:
27157           Allow for ADTS output (#153434).
27158
27159 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27160
27161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27162           Fix against template (#150576).
27163
27164 2005-01-06  Benjamin Otte  <otte@gnome.org>
27165
27166         * gst/games/gstpuzzle.c: (draw_puzzle):
27167           don't draw a puzzle if either width or height of tiles would be 0.
27168
27169 2005-01-06  Benjamin Otte  <otte@gnome.org>
27170
27171         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27172         (gst_puzzle_class_init), (gst_puzzle_finalize):
27173           no memleaks, please
27174         (gst_puzzle_create), (gst_puzzle_init),
27175         (gst_puzzle_set_property), (gst_puzzle_setup):
27176           change initialization code around so we don't reshuffle on resize
27177         (draw_puzzle):
27178           fix another stupid typo
27179
27180 2005-01-06  Benjamin Otte  <otte@gnome.org>
27181
27182         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27183           fix stupid typo that borked copying on YUY2
27184
27185 2005-01-06  Benjamin Otte  <otte@gnome.org>
27186
27187         * gst/games/gstpuzzle.c: (draw_puzzle):
27188           fix edges when image sizes aren't multiples of tile sizes
27189
27190 2005-01-06  Benjamin Otte  <otte@gnome.org>
27191
27192         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27193           make RGB endianness work correctly
27194         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27195           refactor and fix race with initial shuffling
27196         (nav_event_handler):
27197           allow using the mouse to puzzle
27198         (draw_puzzle):
27199           insist on tiles having width and height as multiples of 4 to get
27200           clean YUV image handling
27201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27202         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27203           s/DEBUG/LOG/ for common messages
27204         (gst_xvimagesink_navigation_send_event):
27205           fix mouse event translation to not include screen PAR
27206         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27207           fix mouse event translation to actually work
27208
27209 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27210
27211         * gst/asfdemux/gstasfdemux.c:
27212         (gst_asf_demux_process_ext_content_desc):
27213          Extract TrackNumber metadata + clean up code
27214         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27215          Hope this is the good fix (var used unitialised)
27216
27217 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27218
27219         * ext/faad/gstfaad.c: (gst_faad_chain):
27220           Only increment timestamp if it's valid. Fixes raw AAC streams.
27221
27222 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27223
27224         * configure.ac:
27225         * gst/games/Makefile.am:
27226         * gst/games/gstpuzzle.c:
27227           add a puzzle game with...
27228         * gst/games/gstvideoimage.c:
27229         * gst/games/gstvideoimage.h:
27230           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27231           from videotestsrc and made into something that would be a nice
27232           library for a lot of other plugins.
27233
27234 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27235
27236         * configure.ac:
27237          don't compile faad plugin if a RC of 2.0 is found
27238          Fixes #155346 (and FC1 buildbot)
27239         * gst/asfdemux/gstasfdemux.c:
27240         (gst_asf_demux_process_ext_content_desc):
27241          try to make Solaris compiler happier
27242
27243 2005-01-06  Paul Jack  <pjack@sfaf.org>
27244
27245         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27246
27247         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27248           Fix segfault (#161667).
27249
27250 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27251
27252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27253           Fix framerate reporting.
27254
27255 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27256
27257         * gst-libs/gst/riff/riff-ids.h:
27258         * gst/wavenc/riff.h:
27259          Add AMR (VBR and CBR) ids to riff.h audio codec list
27260         * gst/asfdemux/gstasfdemux.c:
27261         (gst_asf_demux_process_ext_content_desc),
27262         (gst_asf_demux_process_object):
27263           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27264
27265 2005-01-05  Martin Eikermann  <meiker@upb.de>
27266
27267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27268
27269         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27270         (gst_dvd_demux_handle_discont):
27271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27272         (gst_mpeg_demux_handle_discont):
27273           Recreate pads on new-media (#160730).
27274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27275           Send discont even if manager changes timestamps (#161929).
27276
27277 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27278
27279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27280
27281         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27282           Fix invalid memory access (#159211).
27283
27284 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27285
27286         * examples/gstplay/player.c: (main):
27287           Don't iterate.
27288         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27289           Add visualizations.
27290         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27291         (gst_a52dec_handle_frame):
27292           Set duration.
27293         * ext/dvdnav/gst-dvd:
27294           Add audioconvert. Fixes #161325.
27295         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27296           Explicitely case to gint64. Possible valgrind error.
27297         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27298         (gst_play_tick_callback), (gst_play_change_state),
27299         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27300         (gst_play_set_location), (gst_play_get_location),
27301         (gst_play_seek_to_time), (gst_play_set_data_src),
27302         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27303         (gst_play_set_visualization), (gst_play_connect_visualization),
27304         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27305         (gst_play_new):
27306           Use playbin. Fixes #139749 and #147744.
27307         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27308           Add genre tag.
27309         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27310         (audioscale_get_type), (gst_audioscale_base_init),
27311         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27312         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27313         (gst_audioscale_link), (gst_audioscale_get_buffer),
27314         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27315         (gst_audioscale_init), (gst_audioscale_dispose),
27316         (gst_audioscale_chain), (gst_audioscale_set_property),
27317         (gst_audioscale_get_property), (plugin_init):
27318           Indent properly.
27319         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27320           Fix LPCM.
27321         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27322         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27323         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27324           Add more metadata (fixes #162656).
27325
27326 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27327
27328         * configure.ac:
27329           back to cvs
27330
27331 === release 0.8.7 ===
27332
27333 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27334
27335         * NEWS:
27336         * RELEASE:
27337         * configure.ac:
27338           releasing 0.8.7, "Hyperspace"
27339
27340 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27341
27342         patch by: Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27343
27344         * gst/playback/gstplaybasebin.c:
27345          Fix for #162924 - free caps after use, not before
27346
27347 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27348
27349         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27350
27351         * gst/playback/gstplaybasebin.c:
27352         * gst/wavparse/gstwavparse.c:
27353           Fix for #154773 - fixes playback of small .wav files
27354
27355 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27356
27357         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27358
27359         * gst/audioscale/gstaudioscale.c:
27360           Fix for #162819 - make audioscale reusable
27361           Fixes playback of more than one file with playbin/totem
27362
27363 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27364
27365         * gst/ffmpegcolorspace/avcodec.h:
27366         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27367         * gst/ffmpegcolorspace/imgconvert.c:
27368           clean up the mess that made me cry and avoid needless duplication
27369
27370 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27371
27372         * gst/ffmpegcolorspace/imgconvert.c:
27373           give some indication of why we're segfaulting
27374
27375 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27376
27377         * configure.ac:
27378           Fix indentation, fix v4l2 plugin detection.
27379         * ext/Makefile.am:
27380           Fix libmms location (Maciej, use diff -u!).
27381         * ext/alsa/gstalsa.c: (gst_alsa_init):
27382           Initialize caps cache to NULL.
27383         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27384           Only change state on audiosink if it exists.
27385
27386 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27387
27388         * gst/matroska/matroska-demux.c:
27389         * gst/matroska/matroska-ids.h:
27390         * gst/matroska/matroska-demux.h:
27391         Fix Vorbis streams failing to decode in some files, where cluster_time
27392         isn't 0, because then it doesn't send codec_priv before actual data.
27393         Remove time-based test and replace it with marker set on beginning of
27394         new stream
27395
27396 2004-12-28  David Schleef  <ds@schleef.org>
27397
27398         Merge patch from Ronald fixing problems with streaming
27399         text.
27400         * ext/cairo/gstcairo.c: (plugin_init):
27401         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27402         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27403         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27404         (gst_textoverlay_font_init), (gst_textoverlay_init),
27405         (gst_textoverlay_set_property):
27406         * ext/cairo/gsttextoverlay.h:
27407
27408 2004-12-27  David Schleef  <ds@schleef.org>
27409
27410         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27411         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27412         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27413         (gst_textoverlay_font_init), (gst_textoverlay_init),
27414         (gst_textoverlay_set_property): Improvements to actually
27415         render text as white on black outline on video, including
27416         font selection and horizontal/vertical alignment.  (Ronald's
27417         christmas present)
27418         * ext/cairo/gsttextoverlay.h:
27419
27420 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27421
27422         * ext/ogg/gstogg.c:
27423         * ext/ogg/gstogmparse.c:
27424           fix ogm[audio/video]parse plugin registration
27425           (riff won't load if bytestream is already loaded)
27426
27427 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27428
27429         * gst/audioconvert/gstchannelmix.c:
27430           fix for GLIB < 2.4
27431
27432 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27433
27434         * Makefile.am:
27435         * configure.ac:
27436           disable docs again until it actually passes make distcheck.
27437
27438 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27441         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27442         (plugin_init):
27443           Add 3GP (variables name Q3GP because they can't start with a
27444           number). Add samr audio fourcc (used in .3gp files), decoder
27445           is work in progress. Also do a GST_WARNING instead of ERROR
27446           in case of unknown nodes, to decrease output.
27447
27448 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27449
27450         * Makefile.am:
27451           really fix dist
27452
27453 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27454
27455         * configure.ac:
27456         * ext/speex/gstspeexdec.h:
27457         * ext/speex/gstspeexenc.h:
27458           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27459           Fix detection code in configure.ac
27460
27461 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27462
27463         * gst/matroska/matroska-demux.c:
27464         (gst_matroska_demux_parse_blockgroup):
27465           Save position, so that queries give proper return values. Don't
27466           know how this could ever have worked before...
27467
27468 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27469
27470         * configure.ac:
27471           Put additional LAME check inside the conditional.  Fixes #152339
27472
27473 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27476         (gst_avi_demux_stream_scan):
27477           Add some more debug. Fix logic error when setting movi offset
27478           while reading index.
27479
27480 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27481
27482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27483         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27484         (gst_avi_demux_process_next_entry):
27485           Add some debugging. Better detection of broken indexes and the
27486           accompanying index recovery. No infinite loops on state changes
27487           when we're still in our loopfunction.
27488
27489 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27490
27491         * configure.ac:
27492           Fix up.
27493
27494 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27495
27496         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27497
27498         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27499           Normalizing the value before setting
27500         (gst_sunaudiomixer_get_volume):
27501           Normalizing the value after getting. Fixes bug# 161980
27502
27503 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27504
27505         * Makefile.am: Make sure docs gets disted
27506         * docs/Makefile.am: Make sure all needed files get disted
27507         * gst-plugins.spec.in: latest updates
27508
27509 2004-12-22  Wim Taymans  <wim@fluendo.com>
27510
27511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27512         Revert patch 1.38 as clock distribution over schedulers does
27513         not work correcly in the core yet.
27514
27515 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27516
27517         * sys/oss/README: remove this file, which predates my birth
27518           (and which content is by far outdated)
27519
27520 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27521
27522         * Makefile.am:
27523         * configure.ac:
27524         * docs/Makefile.am:
27525         * docs/libs/Makefile.am:
27526         * docs/libs/gst-plugins-libs-docs.sgml:
27527         * docs/libs/gst-plugins-libs-sections.txt:
27528         * docs/libs/tmpl/gstgconf.sgml:
27529         * docs/upload.mak:
27530         * docs/version.entities.in:
27531           Added boilerplate gtk-doc files for plugin-libs documentation.
27532
27533 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27534
27535         * gst/auparse/gstauparse.c: fix int and float audio caps
27536
27537 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27540         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27541           g_assert() can be a macro, don't use #ifdef inside it.
27542
27543 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27544
27545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27546
27547         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27548         (gst_videorate_init), (gst_videorate_chain),
27549         (gst_videorate_change_state):
27550           Event handling (fixes #159986).
27551
27552 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27553
27554         * gst-libs/gst/riff/riff-media.c:
27555         (gst_riff_create_video_caps_with_data):
27556           Add BLZ0 (Blizzard's version of DivX) fourcc.
27557
27558 2004-12-18  David Schleef  <ds@schleef.org>
27559
27560         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27561         portability fix.
27562
27563 2004-12-18  David Schleef  <ds@schleef.org>
27564
27565         * gst/tta/ttadec.h: Disable some header code that isn't used
27566         and clearly isn't portable.
27567
27568 2004-12-18  David Schleef  <ds@schleef.org>
27569
27570         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27571         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27572         (avcodec_get_pix_fmt), (avpicture_layout),
27573         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27574         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27575         Fix code to not use GCC extensions (and c99 extensions that
27576         Forte does not like.)
27577
27578 2004-12-19  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27579
27580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27581
27582         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27583         (gst_deinterlace_chain):
27584           Rowstride fixes. Fixes #161039.
27585         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27586         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27587         (gst_video_crop_getcaps), (gst_video_crop_link),
27588         (gst_video_crop_i420), (gst_video_crop_chain),
27589         (gst_video_crop_change_state):
27590           Rework of negotiation. Actually works now. Fixes #158650.
27591
27592 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27595           That was very stupid.
27596
27597 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27598
27599         * gst/matroska/matroska-demux.c:
27600         (gst_matroska_demux_parse_blockgroup):
27601           Fix possible crasher.
27602
27603 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27604
27605         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27606         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27607           Lace sizes can be zero.
27608
27609 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27610
27611         * ext/musepack/gstmusepackdec.cpp:
27612           Fetch error return values. Fixes #161624.
27613         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27614           Really EOS.
27615
27616 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27617
27618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27619           Work for truncated (unfinished download etc.) files. Fixes #160514.
27620
27621 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27622
27623         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27624           Fix for integer overflow. Makes #156001 not crash. Probably masks
27625           the real bug.
27626
27627 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27628
27629         * gst/ac3parse/gstac3parse.c: (plugin_init):
27630           Parsers never have ranks. Fixes #159651.
27631
27632 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27633
27634         * gst/playback/gstdecodebin.c: (compare_ranks):
27635           make sure the facotries are ordered the same every time even if they
27636           have the same rank by using the name
27637         * gst/playback/gstdecodebin.c: (find_compatibles):
27638           make sure we don't add factories to the list twice
27639
27640 2004-12-16  David Schleef  <ds@schleef.org>
27641
27642         * configure.ac: look for musepack headers as musepack/*.h
27643         (fixes #159847)
27644         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27645         * ext/musepack/gstmusepackreader.h: same
27646
27647 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27648
27649         * gst-libs/gst/riff/riff-read.c:
27650         (gst_riff_read_strf_auds_with_data):
27651           Read extradata correctly (fixes #155879).
27652
27653 2004-12-16  David Schleef  <ds@schleef.org>
27654
27655         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27656         audio.  does _not_ attempt or allow conversion unless channels
27657         is 1 or 2.
27658
27659 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27660
27661         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27662
27663 2004-12-16  David Schleef  <ds@schleef.org>
27664
27665         * gst/audioscale/gstaudioscale.c: the resample library only
27666         handles 1 or 2 channels.  Change caps to compensate.
27667
27668 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27669
27670         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27671         (gst_matroska_demux_audio_caps):
27672           Some MPEG-AAC hacks, because else it doesn't work...
27673
27674 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27675
27676         * gst-libs/gst/riff/riff-media.c:
27677         (gst_riff_create_video_caps_with_data),
27678         (gst_riff_create_video_template_caps):
27679           Add h264.
27680
27681 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27682
27683         * gst-libs/gst/audio/Makefile.am:
27684           Try to fix buildbot.
27685
27686 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27687
27688         * gst/tcp/gstmultifdsink.c:
27689           Clean up and uniformize debugging.
27690
27691 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27692
27693         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27694
27695         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27696         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27697         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27698         (gst_mpeg_demux_change_state):
27699           Reset on ready. Fixes 160276.
27700
27701 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27702
27703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27704
27705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27706         (gst_ffmpegcsp_pad_link):
27707           Fix memleak (#154815).
27708
27709 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27710
27711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27712
27713         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27714         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27715         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27716         * ext/musicbrainz/gsttrm.h:
27717           Add support for using a proxy server when getting a trm id from
27718           the MusicBrainz database (#149613).
27719
27720 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27721
27722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27723
27724         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27725         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27726           Fix memleaks (#157233).
27727
27728 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27729
27730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27731
27732         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27733         * gst-libs/gst/resample/resample.h:
27734         * gst/audioscale/gstaudioscale.c:
27735           Fix memleak (#159215).
27736
27737 2004-12-16  Toni Willberg  <toniw@iki.fi>
27738
27739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27740
27741         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27742         * sys/oss/oss_probe.c: (main):
27743           Check for mono/stereo support (similar to samplerate probing),
27744           fixes #159433. Also add missing copyright header to oss_probe.c.
27745
27746 2004-12-15  David Schleef  <ds@schleef.org>
27747
27748         * configure.ac: add audioresample and cairo plugins.  Remove
27749         HAVE_MMX stuff, because it's not used.
27750         * ext/Makefile.am: same
27751         * ext/audioresample/Makefile.am: You are not ready for an
27752         audio resampling element based on audioresample.
27753         * ext/audioresample/gstaudioresample.c:
27754         * ext/audioresample/gstaudioresample.h:
27755         * ext/cairo/Makefile.am: You are not ready for overlay elements
27756         based on cairo.  Don't look too closely, these elements kinda
27757         suck right now.
27758         * ext/cairo/gstcairo.c: new
27759         * ext/cairo/gsttextoverlay.c: new
27760         * ext/cairo/gsttextoverlay.h: new
27761         * ext/cairo/gsttimeoverlay.c: new
27762         * ext/cairo/gsttimeoverlay.h: new
27763         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27764         problem with compilers that don't support variadic macros.
27765
27766 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27767
27768         Reviewed by:  David Schleef  <ds@schleef.org>
27769
27770         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27771         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27772         bit.  Also ran indent-gst.
27773         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27774         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27775         (gst_sunaudiosrc_setparams):
27776
27777 2004-12-14  David Schleef  <ds@schleef.org>
27778
27779         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27780         output rate to 16000.  Should fix #160235.
27781
27782 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27783
27784         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27785         Add typefinding for mpeg2 pes streams
27786
27787 2004-12-13  David Schleef  <ds@schleef.org>
27788
27789         * configure.ac:  Applied patch from bug #143659, making default
27790         sources and sinks OS-dependent (for Solaris), and added code
27791         for OS/X.
27792         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27793
27794 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27795
27796         * gst-libs/gst/riff/riff-media.c:
27797           forgot to add h2.64 to avidemux template caps
27798
27799 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27800
27801         * gst/wavenc/riff.h:
27802         * gst-libs/gst/riff/riff-media.c:
27803         * gst-libs/gst/riff/riff-ids.h:
27804         * gst/avi/gstavimux.c
27805         add 4CC code for VideoSoft h264 in AVI (VSSH)
27806           fixes bug #160655
27807         remove s323 from riff, it's quicktime specific :(
27808
27809 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27810
27811         * gst/asfdemux/README
27812         * gst/wavenc/riff.h
27813         * gst-libs/gst/riff/riff-ids.h
27814         * gst-libs/gst/riff/riff-media.c
27815         * gst/qtdemux/qtdemux.c:
27816           add new 4CC codes for h263 related codecs
27817           fixes partially bug #155163
27818
27819 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27820
27821         * configure.ac: Update polyaudio requirement to 0.7
27822         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27823
27824 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27825
27826         * gst/interleave/deinterleave.c:
27827         fix my name's spelling! :)
27828
27829 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27830
27831         * AUTHORS ChangeLog
27832         * gst/auparse/gstauparse.c
27833         * gst/interleave/deinterleave.c
27834         * gst/law/:
27835                 alaw-decode.c alaw-encode.c
27836                 mulaw-decode.c mulaw-encode.c
27837         * gst/oneton/gstoneton.c
27838         * sys/osxaudio/:
27839                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27840         * sys/osxvideo/:
27841                 cocoawindow.h cocoawindow.m
27842                 osxvideosink.h osxvideosink.m
27843
27844         put the same mail address for Zaheer Abbas Merali everywhere
27845
27846 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27847
27848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27849           Align by packetsize, and assert that we a packet available before
27850           playing. The first makes webstreams work (they often include
27851           trailing padding data in a packet), the second allows pausing a
27852           ASF stream in totem without getting demux errors afterwards.
27853
27854 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * ext/ogg/gstoggdemux.c: (get_relative):
27857           Check for non-NULL before accessing member (end-of-chain).
27858
27859 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27860
27861         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27862         (cdparanoia_set_property), (cdparanoia_get_property):
27863         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27864         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27865         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27866         (dvdreadsrc_init), (dvdreadsrc_set_property),
27867         (dvdreadsrc_get_property):
27868         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27869         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27870           Synchronize property names where not yet the case. Devices are
27871           now device=X, other versions are deprecated (but still exist).
27872           Also use g_free() unconditionally.
27873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27874         (setup_source), (gst_play_base_bin_get_property):
27875           Expose source.
27876
27877 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27878
27879         * configure.ac: move GCONF macro outside conditional for the am
27880           conditional. Fixes #160439
27881
27882 2004-12-08  David Schleef  <ds@schleef.org>
27883
27884         * tools/gst-visualise-m.m: Switch to elements that currently
27885         exist.
27886
27887 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27888
27889         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27890           We love wrong commas.
27891
27892 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * gst/matroska/matroska-demux.c:
27895         (gst_matroska_demux_handle_src_query):
27896           Don't set DEFAULT, unsupported - makes length display incorrectly
27897           in some cases.
27898
27899 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27900
27901         * gst/monoscope/README: remove blurb about files being GPL
27902         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27903         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27904           monoscope is now effectively LGPL licensed
27905
27906 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27907
27908         * gst/monoscope/README: Update information to be more correct
27909         * gst/monoscope/convolve.c: Relicense to LGPL
27910         * gst/monoscope/convolve.h: Relicense to LGPL
27911
27912 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27913
27914         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27915           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27917           set default_duration for mpeg1 audio
27918
27919 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27920
27921         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27922         * ext/alsa/gstalsa.h:
27923           refactor big chunks of the core caps negotiation code to make it
27924           a lot faster, because people claim it's really slow
27925           (actually, just cache the getcaps when the device is opened)
27926
27927 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27928
27929         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27930         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27931         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27932         (gst_a52dec_change_state), (plugin_init):
27933         * ext/a52dec/gsta52dec.h:
27934           Do something useful with timestamps. Make chain-based (since
27935           there's really no reason to be loopbased).
27936         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27937           Update current_byte/frame correctly.
27938
27939 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27940
27941         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27942         (gst_ape_demux_stream_init):
27943           Forward tags, too.
27944
27945 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27946
27947         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27948           Let's make sure we're done typefinding when detecting tags.
27949
27950 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27951
27952         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27953         (gst_ebml_read_init), (gst_ebml_read_use_event),
27954         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27955         (gst_ebml_read_seek), (gst_ebml_read_skip),
27956         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27957         (gst_ebml_read_master):
27958         * gst/matroska/ebml-read.h:
27959         * gst/matroska/matroska-demux.c:
27960         (gst_matroska_demux_parse_contents),
27961         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27962           Disgustingly evil hack for working around INTERRUPT events and
27963           their extremely annoying habit of being a pain in the ass. We
27964           simply peek a cluster before reading any of it.
27965
27966 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27967
27968         * ext/musepack/gstmusepackdec.cpp:
27969           There's also floating point libmusepacks.
27970
27971 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27972
27973         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27974         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27975           Set DURATION even if source buffer didn't. Also use increasing
27976           timestamps.
27977         * gst-libs/gst/riff/riff-media.c:
27978         (gst_riff_create_audio_caps_with_data):
27979           Block_align can have larger values than 8192.
27980
27981 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27982
27983         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27984         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27985         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27986         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27987           Fix caps.
27988
27989 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27990
27991         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27992           Fix logic bug.
27993
27994 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27995
27996         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27997           Yay, another one.
27998
27999 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28000
28001         * ext/esd/esdsink.c: (gst_esdsink_chain):
28002           Make error actually say something useful (fixes #156798).
28003         * gst-libs/gst/riff/riff-media.c:
28004         (gst_riff_create_video_caps_with_data),
28005         (gst_riff_create_video_template_caps):
28006           Add Intel Video 5.0 fourcc (IV50).
28007
28008 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28009
28010         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28011         detection on mono and stereo mp3 files.
28012
28013 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28014
28015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28016           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28017           the contained stream).
28018
28019 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28020
28021         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28022           Oops, remove debug.
28023
28024 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28025
28026         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28027
28028         * gst/law/alaw-decode.c: (alawdec_getcaps):
28029         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28030           Prevent warnings when negotiating caps (fixes #159338).
28031
28032 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28033
28034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28035         (gst_ffmpegcsp_chain):
28036           Remove old leftover that shouldn't be there...
28037
28038 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28039
28040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28041
28042         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28043           Don't forward DISCONT events (fixes #159684).
28044
28045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28046
28047         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28048           Unlink manually since sometimes bin disposal (and therefore
28049           pad unlinking) is delayed, which will cause a new media file
28050           to not be able to start playing instantly.
28051
28052 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28053
28054         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28055           On mute of an unlinked stream, check for pad availability so
28056           we don't crash on unlinked pad.
28057
28058 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28061         (gst_avi_demux_massage_index):
28062           Fix quite humiliating bug in omitting 0-sized index chunks but
28063           forgetting to count them for timestamps.
28064
28065 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28066
28067         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28068           Actually leave the loop if we failed to sync. Don't crash.
28069
28070 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28071
28072         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28073         (gst_dvd_demux_process_private):
28074         * gst/mpegstream/gstdvddemux.h:
28075           Fix crash (#159759). Doesn't work, though. :-(.
28076
28077 2004-11-28  Benjamin Otte  <otte@gnome.org>
28078
28079         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28080           more overwriting protection due to modifying channels one by one
28081           instead of all at once
28082
28083 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28084
28085         * gst/audioconvert/gstchannelmix.c:
28086         (gst_audio_convert_fill_normalize):
28087           Normalize using absolute values.
28088
28089 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28090
28091         * configure.ac:
28092         * ext/Makefile.am:
28093         * ext/directfb/Makefile.am:
28094         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28095         (gst_directfbvideosink_get_pixel_format),
28096         (gst_directfbvideosink_get_format_from_fourcc),
28097         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28098         (gst_directfbvideosink_sink_link),
28099         (gst_directfbvideosink_change_state),
28100         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28101         (gst_directfbvideosink_buffer_alloc),
28102         (gst_directfbvideosink_interface_supported),
28103         (gst_directfbvideosink_interface_init),
28104         (gst_directfbvideosink_navigation_send_event),
28105         (gst_directfbvideosink_navigation_init),
28106         (gst_directfbvideosink_set_property),
28107         (gst_directfbvideosink_get_property),
28108         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28109         (gst_directfbvideosink_base_init),
28110         (gst_directfbvideosink_class_init),
28111         (gst_directfbvideosink_get_type), (plugin_init):
28112         * ext/directfb/directfbvideosink.h: Adding a first version of
28113         directfbvideosink.
28114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28115         more.
28116
28117 2004-11-28  Benjamin Otte  <otte@gnome.org>
28118
28119         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28120           walk the samples backwards if out_channels > in_channels so we don't
28121           overwrite data
28122
28123 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28124
28125         * gst/audioconvert/Makefile.am:
28126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28127         (gst_audio_convert_link), (gst_audio_convert_change_state),
28128         (gst_audio_convert_channels):
28129         * gst/audioconvert/gstchannelmix.c:
28130         (gst_audio_convert_unset_matrix),
28131         (gst_audio_convert_fill_identical),
28132         (gst_audio_convert_fill_compatible),
28133         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28134         (gst_audio_convert_fill_others),
28135         (gst_audio_convert_fill_normalize),
28136         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28137         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28138         * gst/audioconvert/gstchannelmix.h:
28139           Implement a channel mixer.
28140
28141 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28142
28143         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28144         * ext/alsa/gstalsa.h:
28145         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28146         Make alsasink actually honor gst_element_set_clock and use that
28147         clock instead of its internal one.
28148
28149 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28150
28151         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28152         (gst_play_base_bin_change_state): nullify source and decoder when
28153         going from READY to NULL so that we don't try to do weird stuff with
28154         them when going from NULL to READY
28155         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28156         instead of g_object_unref
28157         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28158         it should be correct
28159         (gst_play_bin_change_state): don't call remove_sinks if we are
28160         currently disposing the object
28161
28162 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28163
28164         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28165           Don't forget bass if it's there. Else left channel is silent...
28166
28167 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28168
28169         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28170         (gst_a52dec_change_state):
28171           Don't do sample adjusting anymore, we use float audio now.
28172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28173           Don't fixate to non-existing properties.
28174
28175 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28176
28177         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28178         (gst_a52dec_change_state):
28179           Advertise that we can do surround sound.
28180
28181 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28182
28183         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28184           Add buffer-frames=0.
28185         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28186         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28187         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28188         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28189         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28190         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28191         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28192         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28193         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28194         * ext/dvdread/dvdreadsrc.h:
28195           Add seeking, querying for bytes, sectors, title, angle and
28196           chapter. Handle multiple chapters. Relicense to LGPL because
28197           Billy agreed on that (thanks Billy!).
28198
28199 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28200
28201         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28202         call parent dispose method
28203
28204 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28205
28206         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28207         (gst_audio_clock_get_internal_time):
28208         Fix active <-> inactive transitions: ensure time value always
28209         grows and avoid abrupt value changes.
28210
28211 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28212
28213         * configure.ac:
28214         * gst/tta/Makefile.am:
28215         * gst/tta/crc32.h:
28216         * gst/tta/filters.h:
28217         * gst/tta/gsttta.c:
28218         * gst/tta/gstttadec.c:
28219         * gst/tta/gstttadec.h:
28220         * gst/tta/gstttaparse.c:
28221         * gst/tta/gstttaparse.h:
28222         * gst/tta/ttadec.h:
28223           added TTA parser and decoder
28224
28225 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28226
28227         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28228         (probe_triggered), (check_queue), (buffer_underrun),
28229         (buffer_running), (buffer_overrun), (gen_source_element),
28230         (setup_source):
28231         * gst/playback/gstplaybasebin.h:
28232           Implement buffering. Needs some more work.
28233
28234 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28235
28236         * ext/theora/theoradec.c: (theora_dec_chain):
28237           Fix ilog mask range overflow.
28238
28239 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28240
28241         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28242           Don't omit the last (which in case of dmix is the only :) )
28243           channel count. Don't set channels if <= 2.
28244
28245 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28246
28247         * gst/playback/gstplaybin.c: (gen_video_element),
28248         (gen_audio_element): Removed 2 obsolete comments
28249
28250 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28251
28252         * ext/vorbis/oggvorbisenc.c
28253         * ext/vorbis/vorbisenc.c :
28254           change description fields of those plugins to differentiate them
28255           (pitivi show Encoders by description, they had the same one)
28256
28257 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28258
28259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28260
28261         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28262         (gst_play_bin_set_property), (gen_video_element),
28263         (gen_audio_element):
28264           Refcounting fixes for provided audio-/videosinks.
28265
28266 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28267
28268         * gst/playback/gstplaybin.c: (gen_video_element),
28269         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28270           Don't reference all sinks, but only the video- and audiosinks.
28271           The vis. element should be disposed when we're done with it.
28272           We don't have any reason to keep it around. This fixes warnings
28273           when reusing playbin for playing multiple audio files with
28274           vis. enabled. Also release audio device on pause - idea stolen
28275           from Rhythmbox.
28276
28277 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28278
28279         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28280         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28281         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28282         * ext/alsa/gstalsaplugin.c: (plugin_init):
28283         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28284         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28285         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28286         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28287         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28288         (gst_faad_change_state), (plugin_init):
28289         * ext/faad/gstfaad.h:
28290         * ext/vorbis/vorbis.c: (plugin_init):
28291         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28292         * gst-libs/gst/audio/Makefile.am:
28293         * gst-libs/gst/audio/audio.c: (plugin_init):
28294         * gst-libs/gst/audio/multichannel.c:
28295         (gst_audio_check_channel_positions),
28296         (gst_audio_get_channel_positions),
28297         (gst_audio_set_channel_positions),
28298         (gst_audio_set_structure_channel_positions_list),
28299         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28300         (gst_audio_fixate_channel_positions):
28301         * gst-libs/gst/audio/multichannel.h:
28302         * gst-libs/gst/audio/testchannels.c: (main):
28303         * gst/audioconvert/gstaudioconvert.c:
28304         (gst_audio_convert_class_init), (gst_audio_convert_init),
28305         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28306         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28307         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28308         * gst/audioconvert/plugin.c: (plugin_init):
28309           Surround sound support.
28310
28311 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28312
28313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28314           Fix position for discont if we're close as well. Nitpicking, but
28315           saves a few milliseconds of extra waiting or skipping.
28316
28317 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28318
28319         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28320           We sometimes need parsers for playback, so add those too.
28321
28322 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28323
28324         * configure.ac:
28325         * gst/apetag/Makefile.am:
28326         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28327         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28328         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28329         (gst_ape_demux_get_src_query_types),
28330         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28331         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28332         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28333         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28334         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28335         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28336         (gst_ape_demux_change_state):
28337         * gst/apetag/apedemux.h:
28338         * gst/apetag/apetag.c: (plugin_init):
28339         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28340         (plugin_init):
28341           APE v1/2 tag reader plus typefind function.
28342
28343 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * configure.ac:
28346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28347         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28348           Remove hacks for older core. Require newer core version
28349           accordingly.
28350
28351 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28352
28353         * gst/cdxaparse/Makefile.am:
28354         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28355         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28356         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28357         * gst/cdxaparse/gstcdxaparse.h:
28358         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28359         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28360         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28361         (gst_cdxastrip_get_src_query_types),
28362         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28363         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28364         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28365         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28366         * gst/cdxaparse/gstcdxastrip.h:
28367           SVCD/VCD header stripping separated from CDXA image parsing.
28368         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28369         (plugin_init):
28370           Add VCD/SVCD header typefinding for VCD/SVCD.
28371         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28372         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28373         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28374         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28375         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28376         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28377         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28378         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28379         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28380         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28381         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28382         * sys/vcd/vcdsrc.h:
28383           Fix up, add seeking, querying, URI interface. Works in totem now.
28384
28385 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28386
28387         * configure.ac:
28388           back to CVS
28389
28390 === release 0.8.6 ===
28391
28392 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28393
28394         * NEWS:
28395         * RELEASE:
28396         * configure.ac:
28397         * po/af.po:
28398         * po/az.po:
28399         * po/cs.po:
28400         * po/en_GB.po:
28401         * po/hu.po:
28402         * po/it.po:
28403         * po/nb.po:
28404         * po/nl.po:
28405         * po/or.po:
28406         * po/sq.po:
28407         * po/sr.po:
28408         * po/sv.po:
28409         * po/uk.po:
28410           releasing 0.8.6, "IOU Love"
28411
28412 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28413
28414         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28415
28416         * gst/playback/gstplaybasebin.c:
28417           Fix unplayable files error handling.  Fixes #158365
28418
28419 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28420
28421         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28422
28423         * gst/typefind/gsttypefindfunctions.c:
28424           Fix broken mp3 typefinding.  Fixes #158375
28425
28426 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28427
28428         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28429
28430         * ext/ogg/gstoggdemux.c:
28431           Fix sync on broken files.  Fixes #158976
28432
28433 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28434
28435         patch by: Edward Hervey <bilboed@bilboed.com>
28436
28437         * ext/libpng/gstpngenc.c:
28438           Copy over buffer properties.  Fixes #158832
28439
28440 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28441
28442         patch by: Tim-Philipp MĂ¼ller <t.i.m@zen.co.uk>
28443
28444         * ext/dvdread/dvdreadsrc.c:
28445           Fixes invalid reads (#158462)
28446
28447 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28448
28449         * sys/v4l/gstv4lsrc.c:
28450         * sys/v4l/gstv4lsrc.h:
28451         * sys/v4l/v4lsrc_calls.c:
28452           Probe less and cache it.  Fixes #159187.
28453
28454 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28455
28456         * gst/videorate/gstvideorate.c:
28457           Handle all video formats. Fixes #159186.
28458
28459 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28460         * gst/synaesthesia/gstsynaesthesia.c:
28461         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28462         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28463         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28464         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28465         (gst_synaesthesia_change_state), (plugin_init):
28466         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28467         Force 320x200 output, as that's the only thing the underlying
28468         synaesthesia implementation supports. Still needs to be made
28469         re-entrant.
28470
28471 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28472
28473         * configure.ac:
28474           Fix mpeg2enc configure check (similar to mplex check below).
28475
28476 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28477
28478         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28479
28480         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28481           Fix for gcc-2.95 (fixes #158221).
28482
28483 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28486           Re-add clock distribution hack (until new core is released).
28487           Fixes #158125.
28488
28489 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28490         * configure.ac:
28491           fix mplex configure check segfaulting on some systems (bug #140994)
28492
28493 2004-11-13  Benjamin Otte  <otte@gnome.org>
28494
28495         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28496           add debugging
28497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28498           do a wait when we enter the loop func with no data available to
28499           write instead of getting into an 100% CPU loop by just returning and
28500           being called again by the scheduler
28501
28502 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28503
28504         * configure.ac:
28505         * ext/libvisual/visual.c: (gst_visual_get_type),
28506         (libvisual_log_handler), (gst_visual_getcaps),
28507         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28508         (plugin_init):
28509           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28510         * ext/smoothwave/Makefile.am:
28511         * ext/smoothwave/demo-osssrc.c: (main):
28512         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28513         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28514         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28515         (plugin_init):
28516         * ext/smoothwave/gstsmoothwave.h:
28517           Make gstsmoothwave a working element in the 20th century.
28518
28519         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28520           Fix incorrect link function
28521
28522 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28523
28524         * gst/volume/gstvolume.c:
28525           Allow buffer-frames=0.
28526
28527 2004-11-12 Iain <iaingnome@gmail.com>
28528
28529         * configure.ac: Check for polypaudio
28530
28531         * ext/Makefile.am: Build the polyp dir
28532
28533         * ext/polyp: The polypsink sources.
28534
28535 2004-10-30 Iain <iaingnome@gmail.com>
28536
28537         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28538         caps to reflect the new number of channels.
28539
28540 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28543           Fix for negotiation order problem. This would show when the
28544           ALSA loopfuction was called before any other function. ALSA
28545           wouldn't do anything because we're not negotiated yet, leading
28546           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28547
28548 2004-11-11  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28549
28550         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28551
28552         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28553           No warnings (#157986).
28554
28555 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28556
28557         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28558           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28559
28560 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28561
28562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28563           Signal no-more-pads (so it works in playbin).
28564
28565 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28566
28567         * ext/musepack/gstmusepackreader.cpp:
28568           Workaround for older core.
28569
28570 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28571
28572         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28573           Actually test for odd width/height rather than testing whether
28574           a temporary variable that was 0 before we subtracted 1 is now
28575           not equal to zero (which it always is).
28576
28577 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28578
28579         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28580         Fix compilation if HAVE_XVIDEO is not defined
28581
28582 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28583
28584         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28585         Fix compilation if HAVE_XVIDEO is not defined
28586
28587 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28588
28589         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28590         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28591         (gst_goom_change_state), (plugin_init):
28592         Use the bytestream adapter so goom doesn't depend on the input
28593         buffer size.
28594         Add a debug category
28595
28596 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28597
28598         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28599           Only set hardware parameters *after* negotiation. Before
28600           negotiation, it will set ANY and that seems to cause crashes
28601           (see e.g. #151288, #153227).
28602
28603 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28604
28605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28606           This seems to be antique leftover. It needs to pass error
28607           checking.
28608         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28609         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28610         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28611         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28612           Fix GstXOverlay implementation (#151059).
28613
28614 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28615
28616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28617           Don't assert (#157853).
28618
28619 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28620
28621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28622           Fix bytes/samples confustion.
28623         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28624           Fix for underrun (#144389).
28625
28626 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28627
28628         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28629           Disable halfway-seek for pending release (since it needs a new
28630           core release).
28631
28632 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28633
28634         * sys/v4l/gstv4lsrc.c:
28635         * sys/v4l/gstv4lsrc.h:
28636         * sys/v4l/v4lsrc_calls.c:
28637           add autoprobe-fps property so we can separate autoprobing parts
28638
28639 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28640
28641         * sys/v4l/gstv4lsrc.c:
28642         * sys/v4l/v4lsrc_calls.c:
28643         initialise fourcc to catch unset fourcc's, and debug
28644
28645 2004-11-09  Wim Taymans  <wim@fluendo.com>
28646
28647         * gst/playback/README:
28648         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28649         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28650         (gst_play_bin_dispose), (gst_play_bin_set_property),
28651         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28652         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28653         (gst_play_bin_get_formats), (gst_play_bin_convert),
28654         (gst_play_bin_get_query_types), (gst_play_bin_query):
28655         Cleanups and some more documentation.
28656
28657 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28658
28659         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28660         (gst_cacasink_init), (gst_cacasink_chain):
28661         * ext/libcaca/gstcacasink.h:
28662         Cacasink inherits from VideoSink, so let that store the clock.
28663
28664 2004-11-09  Wim Taymans  <wim@fluendo.com>
28665
28666         * gst/playback/README:
28667         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28668         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28669         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28670         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28671         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28672         (setup_sinks):
28673         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28674         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28675         * gst/playback/gststreaminfo.h:
28676         Updated README.
28677         Only switch groups if all streams have muted (EOSed).
28678         Send Tags in sync with the stream playback instead of in
28679         the playback/preroll phase.
28680         Some cleanups, free the fakesrc elements.
28681
28682 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28683
28684         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28685           buffer-frames property was missing
28686         * ext/arts/gst_arts.c:
28687           rate missing from sinkcaps
28688         * ext/audiofile/gstafparse.c:
28689         * ext/audiofile/gstafsink.c:
28690         * ext/audiofile/gstafsrc.c:
28691         * ext/swfdec/gstswfdec.c:
28692           int audio doesn't know buffer-frames
28693         * ext/cdparanoia/gstcdparanoia.c:
28694           int audio doesn't know chunksize either
28695         * ext/nas/nassink.c:
28696           it's endianness, not endianess
28697         * gst-libs/gst/audio/audio.h:
28698           make float standard pad template caps really describe float
28699         * gst/law/mulaw.c: (linear_factory):
28700           signed only, please
28701         * gst/mpegstream/gstdvddemux.c:
28702           widths of 20 are not valid
28703
28704 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28705
28706         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28707
28708         * po/LINGUAS:
28709         * po/it.po:
28710           Add Italian
28711
28712 2004-11-08  Wim Taymans  <wim@fluendo.com>
28713
28714         * gst/playback/README:
28715         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28716         * gst/playback/gstplaybasebin.c: (probe_triggered),
28717         (gst_play_base_bin_change_state):
28718         Updated README, added more comments for fixmes etc..
28719
28720 2004-11-08  Wim Taymans  <wim@fluendo.com>
28721
28722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28723         We can remove this hack now.
28724
28725 2004-11-08  Wim Taymans  <wim@fluendo.com>
28726
28727         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28728         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28729         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28730         Only mix AYUV for maximum quality.
28731
28732 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28733
28734         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28735         (gst_ogg_demux_push), (gst_ogg_pad_push):
28736           Let's act as if we're synchronized now! :).
28737         * ext/theora/theoradec.c: (theora_dec_chain):
28738           Add some debug.
28739
28740 2004-11-08  Wim Taymans  <wim@fluendo.com>
28741
28742         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28743         (gst_alpha_set_property), (gst_alpha_sink_link),
28744         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28745         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28746         (gst_alpha_init_params), (gst_alpha_chain):
28747         Implement alpha functions for AYUV too, this increases
28748         accuracy quite a bit.
28749
28750 2004-11-08  Wim Taymans  <wim@fluendo.com>
28751
28752         * gst/ffmpegcolorspace/avcodec.h:
28753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28754         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28755         (gst_ffmpegcsp_avpicture_fill):
28756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28757         (gst_ffmpegcsp_caps_remove_format_info):
28758         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28759         (shrink12), (img_get_alpha_info), (deinterlace_line),
28760         (deinterlace_line_inplace):
28761         * gst/ffmpegcolorspace/imgconvert_template.h:
28762         Added AYUV colorspace and handle RGBA a bit more respectful.
28763
28764 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28765
28766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28767           Actually always send a discont (cornercase when resending the
28768           same serial-tagged chain twice).
28769
28770 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28771
28772         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28773         (gst_ximagesink_finalize):
28774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28775         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28776
28777 2004-11-08  Wim Taymans  <wim@fluendo.com>
28778
28779         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28780         Don't segfault on NULL data.
28781
28782 2004-11-08  Wim Taymans  <wim@fluendo.com>
28783
28784         * gst/playback/gstdecodebin.c: (unlinked):
28785         * gst/playback/gstplay-marshal.list:
28786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28787         (gst_play_base_bin_init), (group_create), (get_active_group),
28788         (get_building_group), (group_destroy), (group_commit),
28789         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28790         (add_element_stream), (no_more_pads), (probe_triggered),
28791         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28792         (state_change), (setup_source), (gst_play_base_bin_get_property),
28793         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28794         (gst_play_base_bin_link_stream),
28795         (gst_play_base_bin_get_streaminfo):
28796         * gst/playback/gstplaybasebin.h:
28797         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28798         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28799         Add support for chained ogg files. Prepare for playlist
28800         support. This patch introduces the concept of pad groups, which
28801         together compose one playable media file.
28802
28803 2004-11-07  David Schleef  <ds@schleef.org>
28804
28805         * testsuite/gst-lint: Check for pad templates that aren't statically
28806         scoped.
28807
28808 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28809
28810         * configure.ac:
28811         * ext/Makefile.am:
28812         * ext/musepack/Makefile.am:
28813         * ext/musepack/gstmusepackdec.cpp:
28814         * ext/musepack/gstmusepackdec.h:
28815         * ext/musepack/gstmusepackreader.cpp:
28816         * ext/musepack/gstmusepackreader.h:
28817           Add musepack decoder.
28818         * ext/faad/gstfaad.c: (gst_faad_base_init):
28819           Make pad templates static.
28820         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28821         (plugin_init):
28822           Add musepack typefinder, make mp3 typefinding work halfway stream,
28823           which doesn't actually work yet because id3demux doesn't implement
28824           _get_length().
28825
28826 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28827
28828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28829         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28830           Fix interrupt event handling (#144436).
28831
28832 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28833
28834         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28835           Hide unused glory.
28836
28837 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28838
28839         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28840
28841         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28842           Fix weird caps (#157548).
28843
28844 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28845
28846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28847
28848         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28849           Add missing NULL terminator (#157543).
28850
28851 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28852
28853         * gst/tcp/gsttcp.h:
28854         * gst/tcp/gsttcpclientsink.c:
28855         * gst/tcp/gsttcpclientsrc.c:
28856         * gst/tcp/gsttcpserversink.c:
28857         * gst/tcp/gsttcpserversrc.c:
28858           ports can go up to 65535.  Move common defines to gsttcp.h
28859
28860 2004-11-05  Wim Taymans  <wim@fluendo.com>
28861
28862         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28863         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28864         Added two more colorspaces.
28865
28866 2004-11-05  Wim Taymans  <wim@fluendo.com>
28867
28868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28869         (gst_ffmpegcsp_avpicture_fill):
28870         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28871         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28872         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28873         More stride fixes.
28874
28875 2004-11-05  Wim Taymans  <wim@fluendo.com>
28876
28877         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28878         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28879         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28880         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28881         (gst_videomixer_loop):
28882         More stride fixes.
28883
28884 2004-11-05  Benjamin Otte  <otte@gnome.org>
28885
28886         * ext/mad/gstmad.c: (gst_mad_chain):
28887           don't overflow data buffer. Flush not needed sync data when syncing
28888           failed.
28889
28890 2004-11-04  Wim Taymans  <wim@fluendo.com>
28891
28892         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28893         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28894         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28895         (gst_alpha_init_params), (gst_alpha_chain),
28896         (gst_alpha_change_state):
28897         Updated the chroma keying algorithm with something more
28898         sophisticated.
28899
28900 2004-11-03  Wim Taymans  <wim@fluendo.com>
28901
28902         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28903         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28904         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28905         Fix stride issues. Does not completely work for odd
28906         heights.
28907
28908 2004-11-03  Wim Taymans  <wim@fluendo.com>
28909
28910         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28911         (gst_alpha_chroma_key), (gst_alpha_chain):
28912         Fix stride issues. Does not completely work for odd
28913         heights.
28914
28915 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28916
28917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28918         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28919         leak fixes
28920
28921 2004-11-03  Wim Taymans  <wim@fluendo.com>
28922
28923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28924         (gst_ffmpegcsp_avpicture_fill):
28925         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28926         (avpicture_alloc):
28927         * gst/ffmpegcolorspace/imgconvert_template.h:
28928         Use correct _fill function to get correct strides.
28929
28930 2004-11-02  David Schleef  <ds@schleef.org>
28931
28932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28933         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28934         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28935         Change all g_print()s to debugging.  Add a bunch of consistency
28936         checks.
28937
28938 2004-11-02  Wim Taymans  <wim@fluendo.com>
28939
28940         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28941         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28942         (unlinked), (no_more_pads), (close_link):
28943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28944         (unknown_type), (add_element_stream), (new_decoded_pad),
28945         (removed_decoded_pad), (setup_source):
28946         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28947         (gst_stream_info_class_init), (gst_stream_info_init),
28948         (gst_stream_info_new), (gst_stream_info_dispose),
28949         (stream_info_mute_pad), (gst_stream_info_set_property),
28950         (gst_stream_info_get_property):
28951         * gst/playback/gststreaminfo.h:
28952         Fix playback of multiple files.
28953         a slightly different approach to handling dynamic pad removals.
28954         This one only looks at pads that we have linked.
28955
28956 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28957
28958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28959         free" warning from libc.
28960
28961 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28962
28963         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28964         (get_unconnected_element), (remove_starting_from), (pad_removed),
28965         (close_link):
28966           Implement support for dynamic pad changing. We listen to "live"
28967           pad removals (i.e. while playing) and re-setup autoplugging
28968           after that. Playbasebin/playbin need some more work for this
28969           to finally work, but decodebin supports (and replugs) chained
28970           ogg now.
28971
28972 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28973
28974         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28975         (gst_alsa_finalize):
28976         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28977         (gst_cdaudio_finalize):
28978         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28979         (cdparanoia_finalize):
28980         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28981         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28982         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28983         (dvdreadsrc_finalize):
28984         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28985         (gst_flacdec_finalize):
28986         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28987         (gst_flacenc_finalize):
28988         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28989         (gst_gnomevfssink_finalize):
28990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28991         (gst_gnomevfssrc_finalize):
28992         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28993         (gst_fameenc_finalize):
28994         * ext/nas/nassink.c: (gst_nassink_class_init),
28995         (gst_nassink_finalize):
28996         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28997         (gst_sdlvideosink_class_init):
28998         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28999         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29000         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29001         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29002         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29003         (gst_x_window_listener_dispose):
29004         * gst/audioscale/gstaudioscale.c:
29005         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29006         (play_on_demand_finalize):
29007         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29009         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29010         (cdplayer_finalize):
29011         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29012         (gst_glimagesink_class_init):
29013         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29014         (gst_osselement_finalize):
29015         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29016         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29017         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29018           Fixes a bunch of problems with finalize and dispose functions,
29019           either assumptions that dispose is only called once, or not calling
29020           the parent class dispose/finalize function
29021
29022 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29023
29024         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29025           added two api precondition guards
29026           use g_strdup with getenv to fix crash when using ENVVAR
29027
29028 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29029         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29030         (gst_esdsink_finalize):
29031         Use a finalize function, not dispose, and more importantly,
29032         call the parent class finalize function too
29033
29034 2004-11-01  Johan Dahlin  <johan@gnome.org>
29035
29036         * ext/ogg/gstoggdemux.c:
29037         * gst/tags/gstvorbistag.c:
29038         Plug leaks.
29039
29040 2004-10-31  Benjamin Otte  <otte@gnome.org>
29041
29042         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29043           lotsa memleaks today. But they're all small...
29044
29045 2004-10-31  Benjamin Otte  <otte@gnome.org>
29046
29047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29048           another memleak crushed
29049
29050 2004-10-31  Benjamin Otte  <otte@gnome.org>
29051
29052         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29053           fix memleak
29054
29055 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29056
29057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29058           Hack to prevent crash when going to READY inside signal handler
29059           while this function is active.
29060
29061 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29062
29063         * gst/ffmpegcolorspace/Makefile.am:
29064         * gst/ffmpegcolorspace/avcodec.h:
29065         * gst/ffmpegcolorspace/common.h:
29066         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29067         * gst/ffmpegcolorspace/dsputil.h:
29068         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29070         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29071         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29072         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29073         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29074         (gst_ffmpegcsp_avpicture_fill):
29075         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29077         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29078         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29079         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29080         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29081         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29082         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29083         * gst/ffmpegcolorspace/imgconvert.c:
29084         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29085         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29086         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29087         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29088         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29089         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29090         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29091         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29092         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29093         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29094         (grow21), (grow22), (grow41), (grow44), (conv411),
29095         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29096         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29097         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29098         (avpicture_free), (is_yuv_planar), (img_convert),
29099         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29100         (deinterlace_line_inplace), (deinterlace_bottom_field),
29101         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29102         * gst/ffmpegcolorspace/imgconvert_template.h:
29103         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29104         * gst/ffmpegcolorspace/mmx.h:
29105         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29106         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29107         (av_freep), (avcodec_get_context_defaults),
29108         (avcodec_alloc_context), (avcodec_init):
29109           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29110           handling plus update from ffmpeg CVS. Large clean-up.
29111
29112 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29113
29114         * gst/playback/Makefile.am:
29115           We need the marshallers for decodebin, too.
29116
29117 2004-10-30  David Schleef  <ds@schleef.org>
29118
29119         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29120           quicktime typefinding work with 64-bit offsets.
29121
29122 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29123
29124         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29125           Set EOS on the element when processing an EOS event.
29126         * ext/speex/gstspeexdec.h:
29127         * ext/speex/gstspeexenc.h:
29128           Only keep a const ptr to the mode
29129         * gst-libs/gst/riff/riff-media.c:
29130         (gst_riff_create_audio_caps_with_data),
29131         (gst_riff_create_audio_template_caps):
29132           Allow WMAV3, with up to 6 channels.
29133         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29134           Don't call gst_pad_set_event_function on a sink pad.
29135         * gst/mpegstream/gstdvddemux.c:
29136         (gst_dvd_demux_get_subpicture_stream),
29137         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29138           Copy the explicit caps that were set across to the cur_* pads,
29139           instead of trying to use a possibly non-existent negotiated caps.
29140           Reset the type of subpicture pads to UNKNOWN after calling
29141           init_stream, so that the caps get set.
29142
29143 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29144
29145         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29146
29147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29148           Don't touch buffer if it is of size 0 (fixes #151064).
29149
29150 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29151
29152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29153           Synchronized discont handling.
29154
29155 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29156
29157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29158         (gst_ogg_demux_push):
29159           Make seeking sort-of exact again (fixes #156387).
29160
29161 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29162
29163         * gst/playback/gstplaybasebin.c: (unknown_type),
29164         (add_element_stream), (new_decoded_pad),
29165         (gst_play_base_bin_change_state):
29166         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29167         (gst_stream_info_init), (gst_stream_info_new),
29168         (gst_stream_info_dispose), (gst_stream_info_get_property):
29169         * gst/playback/gststreaminfo.h:
29170           Make caps explicitely available. Makes testing for unsupported
29171           types possible. Improves error reporting.
29172
29173 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29174
29175         * gst/audioconvert/gstaudioconvert.c:
29176         (gst_audio_convert_buffer_to_default_format):
29177           Really don't touch read-only buffers (#156563).
29178
29179 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29180
29181         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29182
29183         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29184           Fix memleak (#155223).
29185
29186 2004-10-29  Wim Taymans  <wim@fluendo.com>
29187
29188         * gst/tcp/.cvsignore:
29189         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29190         (gst_multifdsink_class_init), (gst_multifdsink_init),
29191         (gst_multifdsink_add), (gst_multifdsink_remove),
29192         (gst_multifdsink_remove_client_link), (is_sync_frame),
29193         (gst_multifdsink_new_client),
29194         (gst_multifdsink_handle_client_write),
29195         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29196         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29197         (gst_multifdsink_get_property):
29198         * gst/tcp/gstmultifdsink.h:
29199         Added burst on connect sync_method, deprecated sync_clients,
29200         streamlined the sync code some more.
29201
29202 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29203
29204         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29205         (gst_play_base_bin_change_state):
29206           Improve error reporting.
29207
29208 2004-10-28  Wim Taymans  <wim@fluendo.com>
29209
29210         * gst/tcp/Makefile.am:
29211         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29212         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29213         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29214         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29215         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29216         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29217         (gst_fdset_wait):
29218         Added more locks around fdset structures. Fixed/reworked
29219         the poll array resizing code.
29220         Added stress test for fdset.
29221
29222 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29223
29224         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29225         fix build
29226
29227 2004-10-28  Benjamin Otte  <otte@gnome.org>
29228
29229         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29230           fix link function to always query channels and query width for
29231           floats
29232         * configure.ac:
29233           add equalizer dir
29234         * gst/equalizer/Makefile.am:
29235         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29236         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29237         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29238         (arg_to_scale), (setup_filter),
29239         (gst_iir_equalizer_compute_frequencies),
29240         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29241         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29242         (plugin_init):
29243           add an equalizer
29244
29245 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29246
29247         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29248
29249         * po/LINGUAS:
29250         * po/nb.po:
29251           Added Norwegian Bokmaal translation
29252
29253 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29256           Don't break on options (fixes #156488).
29257
29258 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29259
29260         * configure.ac:
29261         * ext/cdaudio/Makefile.am:
29262         * sys/Makefile.am:
29263           fix build on older automake
29264
29265 2004-10-26  Wim Taymans  <wim@fluendo.com>
29266
29267         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29268         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29269         Allow a little margin when negotiating the framerate.
29270
29271 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29272
29273         * gst/level/gstlevel.c:
29274           synchonised naming of pads and pad-templates
29275
29276 2004-10-26  Wim Taymans  <wim@fluendo.com>
29277
29278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29279         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29280         (_find_streams_check), (gst_ogg_demux_push):
29281         Fix EOS again. Needs to be done in a better way. We should not
29282         remove the pad if there is no new chained stream.
29283
29284 2004-10-26 Iain <iaingnome@gmail.com>
29285
29286         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29287         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29288         of the caps.
29289         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29290         pad.
29291         (interleave_release_pad): Remove the pad.
29292         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29293         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29294         the set device.
29295         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29296         attrs
29297         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29298         (gst_xvimagesink_finalize): Free the par.
29299
29300 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29301
29302         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29303         (gst_avimux_stop_file):
29304           First calculate the rate, and only then use it. Hdr.rate is a
29305           multiple and not a derivative of hdr.scale. Scale is not the
29306           same as blockalign but is solely related to rate.
29307
29308 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29311         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29312           Implement seeking.
29313
29314 2004-10-25  James Henstridge  <james@jamesh.id.au>
29315
29316         Reviewed by:  David Schleef  <ds@schleef.org>
29317
29318         * examples/gstplay/player.c: (got_stream_length), (main):
29319         * examples/seeking/cdplayer.c: (update_scale):
29320         * examples/seeking/seek.c: (format_value), (update_scale):
29321         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29322         (stop_seek):
29323         Build fixes on AMD64.
29324
29325 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29326
29327         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29328
29329         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29330         Fix for some v4l cards which hang in v4lsrc
29331
29332 2004-10-25  Wim Taymans  <wim@fluendo.com>
29333
29334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29335         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29336         Make sure to remove the pad when a new chain is
29337         encountered. Set some vars to NULL so we don't try
29338         to reference freed memory.
29339
29340 2004-10-25  Wim Taymans  <wim@fluendo.com>
29341
29342         * examples/seeking/Makefile.am:
29343         * examples/seeking/cdplayer.c: (update_scale):
29344         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29345         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29346         (format_value), (update_scale), (iterate), (start_seek),
29347         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29348         (print_usage), (main):
29349         Added some more examples, update others.
29350
29351 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29352
29353         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29354         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29355         * ext/theora/theoradec.c: (theora_dec_chain):
29356         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29357           Add codec-name metadata.
29358
29359 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29360
29361         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29362
29363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29364         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29365         * ext/alsa/gstalsamixertrack.h:
29366         * po/POTFILES.in:
29367           ALSA mixer track label internationalization (#154054).
29368
29369 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29370
29371         * ext/theora/theoradec.c: (theora_dec_chain):
29372           Export bitrate as metadata.
29373
29374 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29377         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29378         * ext/alsa/gstalsamixertrack.h:
29379           Fix names, fix loop.
29380
29381 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29384         (speex_dec_convert):
29385           sinkconvert function so oggdemux can get the file length (totem).
29386
29387 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29388
29389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29390
29391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29392           Don't push incomplete packets.
29393         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29394           Fix MPEG-4 audio typefinding.
29395
29396 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * sys/v4l/Makefile.am:
29399         * sys/v4l/gstv4l.c: (plugin_init):
29400         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29401         (gst_v4lelement_init), (gst_v4lelement_dispose),
29402         (gst_v4lelement_change_state):
29403         * sys/v4l/gstv4lelement.h:
29404         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29405         (gst_v4l_xoverlay_close), (idle_refresh),
29406         (gst_v4l_xoverlay_set_xwindow_id):
29407         * sys/v4l/gstv4lxoverlay.h:
29408         * sys/v4l/v4l-overlay_calls.c:
29409         * sys/v4l/v4l_calls.h:
29410         * sys/v4l2/Makefile.am:
29411         * sys/v4l2/gstv4l2.c: (plugin_init):
29412         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29413         (gst_v4l2element_init), (gst_v4l2element_dispose),
29414         (gst_v4l2element_change_state):
29415         * sys/v4l2/gstv4l2element.h:
29416         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29417         (gst_v4l2_xoverlay_close), (idle_refresh),
29418         (gst_v4l2_xoverlay_set_xwindow_id):
29419         * sys/v4l2/gstv4l2xoverlay.h:
29420         * sys/v4l2/v4l2-overlay_calls.c:
29421         * sys/v4l2/v4l2_calls.h:
29422           Remove client-side overlay handling, use the X-server v4l plugin
29423           for that. Nicer overlay, less code. Also make the plugin
29424           compileable without X (but then without overlay, obviously).
29425           Makes xwindowlistener obsolete, should we remove that?
29426
29427 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29428
29429         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29430         (gst_osssrc_src_query):
29431         * sys/oss/gstosssrc.h:
29432           OK, so people want offset in DEFAULT. This time, actually fix all
29433           cases.
29434         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29435           Add FPS properly.
29436
29437 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29438
29439         * gst/asfdemux/gstasfmux.c:
29440         * gst/avi/gstavimux.c:
29441           Framerate.
29442
29443 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29444
29445         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29446           Fix properties (channel, norm, frequency).
29447
29448 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29451           Flag typo.
29452         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29453           No warnings.
29454
29455 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29456
29457         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29458           Fix hang.
29459
29460 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29461
29462         * sys/v4l2/gstv4l2element.h:
29463           Yet Another Hack (tm) for kernel header borkedness.
29464         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29465         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29466         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29467         (gst_v4l2src_change_state):
29468         * sys/v4l2/gstv4l2src.h:
29469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29470         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29471           Fix caps, keep track of state, work.
29472
29473 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29476           Quiet.
29477
29478 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29481           Don't mix bytes and samples.
29482
29483 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * ext/ogg/gstoggmux.c:
29486           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29487           and theora. Any is incorrect.
29488         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29489           Fix caps.
29490         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29492         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29493         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29494         * sys/v4l/gstv4lmjpegsrc.h:
29495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29496         (gst_v4lsrc_change_state):
29497         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29498         (gst_v4lmjpegsrc_capture_stop):
29499           Fix caps. Keep track of internal state. Work.
29500
29501 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * ext/Makefile.am:
29504           Fix the build fixes.
29505
29506 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29509         (gst_ogg_demux_src_event), (_find_chain_seek),
29510         (gst_ogg_pad_push):
29511           Check for pad availability before using it.
29512         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29513           Fix parsing of chained ogg. Needs more work on the decoder side.
29514
29515 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29516
29517         * gst/spectrum/Makefile.am:
29518         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29519         (idle_func):
29520           Fix demo and reenable it. Yes, I'm currently playing with audio
29521           analysis tools
29522
29523 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29524
29525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29526           We love it if files that start at zero work too...
29527
29528 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29529
29530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29531           Handle files with missing EOS headers.
29532
29533 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29534
29535         * gst/tcp/gsttcpserversink.c:
29536         (gst_tcpserversink_handle_server_read),
29537         (gst_tcpserversink_init_send):
29538         Zero some variables first (need for accept not to return EINVAL)
29539
29540 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29541
29542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29543         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29544         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29545         (theora_dec_chain):
29546         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29547         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29548           Seeking and querying finetune.
29549
29550 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29551
29552         * configure.ac:
29553         * ext/Makefile.am:
29554         * ext/raw1394/Makefile.am:
29555           fix the build
29556
29557 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29558
29559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29560           Wrong return.
29561         * gst/playback/Makefile.am:
29562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29563         * gst/playback/gstplay-marshal.list:
29564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29565           Fix marshallers.
29566
29567 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29568
29569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29570           Silence.
29571
29572 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29573
29574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29575         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29576         (gst_ogg_pad_push):
29577           Yay for non-lineair granulepos in theora.
29578
29579 2004-10-18  Wim Taymans  <wim@fluendo.com>
29580
29581         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29582         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29583         * ext/dv/gstdvdec.h:
29584         Make sure we renegotiate aspect ratio when the camera switches.
29585
29586 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29589         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29590           Start at zero.
29591         * ext/theora/theoradec.c: (theora_dec_chain):
29592           Skip headers. Bad idea for chained ogg, but fixes seeking.
29593
29594 2004-10-18  Wim Taymans  <wim@fluendo.com>
29595
29596         * configure.ac:
29597         I swear, this is the last time I touch this.
29598
29599 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29600
29601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29602         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29603         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29604           Faster seeking.
29605         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29606           Time-to-default conversion.
29607         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29608           Don't error on unknown packets, just skip. We should probably
29609           read them if we want to support chained ogg.
29610
29611 2004-10-18  Wim Taymans  <wim@fluendo.com>
29612
29613         * configure.ac:
29614         Added cdaudio to wrong list.
29615
29616 2004-10-18  Wim Taymans  <wim@fluendo.com>
29617
29618         * configure.ac:
29619         Revive cdaudio.
29620
29621 2004-10-18  Wim Taymans  <wim@fluendo.com>
29622
29623         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29624         (gst_dvdec_video_link), (gst_dvdec_push):
29625         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29626         (gst_smokeenc_resync), (gst_smokeenc_chain):
29627         Fix mimetype on smoke encoder.
29628         Add aspect ratio to dvdec. Not sure if these
29629         values are correct though....
29630
29631 2004-10-18  Wim Taymans  <wim@fluendo.com>
29632
29633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29634         Fix vorbis property descriptions and ranges.
29635
29636 2004-10-18  Wim Taymans  <wim@fluendo.com>
29637
29638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29639         Really do nothing when no data is available.
29640         Go to the playing state when the stream is not seekable
29641         instead of failing.
29642
29643 2004-10-18  Wim Taymans  <wim@fluendo.com>
29644
29645         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29646         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29647         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29648         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29649         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29650         Added uri handler for cd://
29651         Port to new API.
29652
29653 2004-10-18  Wim Taymans  <wim@fluendo.com>
29654
29655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29656         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29657         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29658         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29659         (remove_prerolls), (unknown_type), (add_element_stream),
29660         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29661         (gst_play_base_bin_remove_element),
29662         (gst_play_base_bin_link_stream):
29663         * gst/playback/gstplaybin.c: (gen_video_element),
29664         (gen_vis_element), (remove_sinks), (setup_sinks):
29665         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29666         (gst_stream_info_get_type), (gst_stream_info_class_init),
29667         (gst_stream_info_init), (gst_stream_info_new),
29668         (gst_stream_info_dispose), (stream_info_mute_pad),
29669         (gst_stream_info_set_property), (gst_stream_info_get_property):
29670         * gst/playback/gststreaminfo.h:
29671         Add sink padtemplate to decodebin.
29672         Added some more comments.
29673         Make queue size configurable in playbasebin.
29674         Added possibility to use elements as sinks (ex cdaudio).
29675
29676 2004-10-15  Wim Taymans  <wim@fluendo.com>
29677
29678         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29679         (gst_speexenc_chain):
29680         Fix speex timestamps so that it gets muxed properly.
29681
29682 2004-10-15  Wim Taymans  <wim@fluendo.com>
29683
29684         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29685         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29686         (gst_dv1394src_init), (gst_dv1394src_dispose),
29687         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29688         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29689         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29690         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29691         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29692         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29693         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29694         * ext/raw1394/gstdv1394src.h:
29695         Added conversion/query functions.
29696         Update buffer timestamps,
29697         Added signals.
29698         Added uri dv:// so it might play from the firewire in playbin.
29699         Fix a possible leak.
29700         Added debugging.
29701
29702 2004-10-15  Wim Taymans  <wim@fluendo.com>
29703
29704         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29705         (gst_dv1394src_init), (gst_dv1394src_set_property),
29706         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29707         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29708         * ext/raw1394/gstdv1394src.h:
29709         Added AV/C VTR control support needed for some cameras.
29710         Added automatic port detection.
29711         Added properties for selecting the channel.
29712         The configure.ac script is not yet updated to reflect the
29713         new libavc1394 and librom1394 dependencies.
29714
29715 2004-10-15  Wim Taymans  <wim@fluendo.com>
29716
29717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29718         (qtdemux_parse), (gst_qtdemux_handle_esds):
29719         An esds box is not a container.
29720         Fix parsing of mp4v boxes.
29721         Do not try to renegotiate fps for each frame. Need to
29722         find a better method. This should fix mp4 playback.
29723
29724 2004-10-14  David Schleef  <ds@schleef.org>
29725
29726         * configure.ac: update for swfdec-0.3 and liboil-0.2
29727         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29728         * ext/swfdec/gstswfdec.h: same
29729         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29730         * gst/videotestsrc/videotestsrc.c: same
29731
29732 2004-10-14  Wim Taymans  <wim@fluendo.com>
29733
29734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29735         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29736         (is_sync_frame), (gst_multifdsink_new_client),
29737         (gst_multifdsink_handle_client_write),
29738         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29739         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29740         Turn warnings into info.
29741         Don't allow a state change in the streaming thread.
29742
29743 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29744
29745         * ext/vorbis/oggvorbisenc.c:
29746         * ext/vorbis/vorbisdec.c:
29747           fix template sample rate
29748
29749 2004-10-13  Wim Taymans  <wim@fluendo.com>
29750
29751         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29752         Decoding the header first fixes some problems in resyncing
29753         in more mp3s.
29754
29755 2004-10-12  Wim Taymans  <wim@fluendo.com>
29756
29757         * gst/playback/gstplaybin.c: (gen_video_element),
29758         (gen_vis_element), (remove_sinks), (setup_sinks):
29759         Added vis plugin support, need to configure the vis
29760         element to activate it.
29761
29762 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29763
29764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29765         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29766           Some debug.
29767         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29768         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29769         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29770         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29771         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29772         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29773         * gst/avi/gstavidemux.h:
29774           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29775           recovery (where, if part of the index is broken, we will still read
29776           the rest of the index and recover the broken part by stream
29777           scanning). More broken media support. EOS workarounds. General AVI
29778           braindamage headache recovery. Aspirin included.
29779
29780 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29781
29782         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29783         (cdparanoia_event), (cdparanoia_query):
29784           Get rid of hideous lead-in.
29785
29786 2004-10-11  Wim Taymans  <wim@fluendo.com>
29787
29788         * gst/playback/gstplaybasebin.c: (setup_source):
29789         Wrong var used to get g_list_next.
29790
29791 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29792
29793         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29794         (cdparanoia_get), (cdparanoia_open):
29795           Report discid as metadata, add duration.
29796
29797 2004-10-11  Wim Taymans  <wim@fluendo.com>
29798
29799         * gst/playback/gstplaybasebin.c: (setup_source):
29800         Cleanup the previous pipeline a little earlier for the
29801         case that a source element provides raw data.
29802
29803 2004-10-11  Benjamin Otte  <otte@gnome.org>
29804
29805         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29806           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29807           consuming the last 128 bytes, even though it was valid mp3 data.
29808
29809 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29810
29811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29812         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29813         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29814         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29815
29816 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29817
29818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29819         Fix for webcams that support only specific width or height
29820
29821 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29822
29823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29824
29825         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29826           Fix wrong discont event setup (fixes #154967).
29827
29828 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29829
29830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29831
29832         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29833           Error out on invalid data (fixes #154807).
29834
29835 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29836
29837         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29838
29839         * ext/dvdread/dvdreadsrc.c: (_read):
29840           Make titles > 0 work again (fixes #154834).
29841
29842 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * gst-libs/gst/riff/riff-media.c:
29845         (gst_riff_create_video_template_caps):
29846           WMV3 missing in template caps.
29847
29848 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29851           OK, so the original code was too strict. It makes random AVI files
29852           hang for seconds upon opening, which is unacceptable and is far
29853           beyond the original goal of getting multiple chunks for one-chunk
29854           sounc stream files. So now do just that.
29855
29856 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29857
29858         * gst/playback/gstplaybasebin.c: (setup_source),
29859         (gst_play_base_bin_change_state):
29860           Actually clean up streaminfo if output fails. This would trigger
29861           if, for example, there was no CD in the drive. No preroll, so
29862           a streaminfo structure is created, but the subsequent state change
29863           of the thread fails.
29864         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29865           Don't change state if parent failed.
29866
29867 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29868
29869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29870         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29871         (gen_video_element), (remove_sinks):
29872           Add small bits of code for screenshot handling.
29873
29874 2004-10-08  Wim Taymans  <wim@fluendo.com>
29875
29876         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29877         (gen_video_element), (gen_audio_element), (setup_sinks):
29878         Don't assume the user provided sinks are named "sink"...
29879
29880 2004-10-08  Wim Taymans  <wim@fluendo.com>
29881
29882         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29883         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29884         (gst_play_base_bin_link_stream):
29885         Do not try to autoplug sources that generate raw streams like
29886         cdparanoia.
29887         disconnect the preroll overrun signal when we don't need it anymore.
29888
29889 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29890
29891         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29892         Added reworked patch from #154903 from milosz derezynski (deadchip).
29893
29894 2004-10-08  Wim Taymans  <wim@fluendo.com>
29895
29896         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29897         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29898         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29899         (cdparanoia_convert), (cdparanoia_uri_get_type),
29900         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29901         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29902         * ext/cdparanoia/gstcdparanoia.h:
29903         This adds the cdda://<tracknum> uri.
29904
29905 2004-10-08  Wim Taymans  <wim@fluendo.com>
29906
29907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29908         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29909         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29911         (unknown_type), (gst_play_base_bin_remove_element),
29912         (gst_play_base_bin_link_stream):
29913         * gst/playback/gstplaybasebin.h:
29914         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29915         (gst_play_bin_set_property), (gen_video_element),
29916         (gen_audio_element), (setup_sinks):
29917         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29918         (gst_stream_info_get_type), (gst_stream_info_class_init),
29919         (gst_stream_info_init), (gst_stream_info_new),
29920         (gst_stream_info_dispose), (stream_info_mute_pad),
29921         (gst_stream_info_set_property), (gst_stream_info_get_property):
29922         * gst/playback/gststreaminfo.h:
29923         Reuse the audio and video bins.
29924         Some internal cleanups in the stream selection code.
29925
29926 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29927
29928         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29929         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29930         * sys/ximage/ximagesink.h:
29931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29932         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29933         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29934         not coming from those elements. Moreover these elements should not keep
29935         the xid they have been given when in NULL state.
29936
29937 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29938
29939         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29940         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29941         * sys/ximage/ximagesink.h:
29942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29943         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29944         * sys/xvimage/xvimagesink.h:
29945           Actually only create a new toplevel window if we're not gonna
29946           embed it right after.
29947
29948 2004-10-07  Wim Taymans  <wim@fluendo.com>
29949
29950         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29951         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29952         * gst/playback/gstplaybin.c: (setup_sinks):
29953         Implement muting/unmuting of streams, mute streams that are not
29954         used.
29955
29956 2004-10-07  Wim Taymans  <wim@fluendo.com>
29957
29958         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29959         (plugin_init):
29960         Added lame audio/x-ac3 typefind function.
29961
29962 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29963
29964         * configure.ac:
29965           bump nano to cvs
29966
29967 === release 0.8.5 ===
29968
29969 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29970
29971         * NEWS:
29972         * RELEASE:
29973         * configure.ac:
29974           releasing 0.8.5, "Take You On"
29975
29976 2004-10-06  Wim Taymans  <wim@fluendo.com>
29977
29978         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29979         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29980         (no_more_pads), (close_link), (type_found):
29981         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29982         * gst/playback/gstplaybin.c: (gen_video_element):
29983         Do not signal the no_more_pads after the first pad when
29984         we are plugging a non dynamic element with multiple
29985         output pads (like swfdec, dvdec, ...).
29986
29987 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29988
29989         * configure.ac:
29990           bump for prerelease
29991
29992 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29993
29994         * gst/wavparse/gstwavparse.c:
29995           add ATRAC3 to STATIC CAPS to fix a warning
29996
29997         * gst/matroska/ebml-read.c:
29998         * gst-libs/gst/riff/riff-read.c:
29999           fix typos
30000
30001 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30002
30003         * gst-libs/gst/riff/riff-media.c:
30004           generate caps for ATRAC3 audio streams
30005
30006         * gst/realmedia/rmdemux.c:
30007           generate caps for ATRAC3 audio streams
30008
30009 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30010
30011         * gst/wavparse/Makefile.am
30012         * gst/wavparse/riff.h
30013         * gst/wavparse/wavparse.vcproj
30014           riff.h removal (unused and duplication with riff-ids.h)
30015
30016 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30017
30018         * gst/wavparse/gstwavparse.h
30019           remove duplicated defines for audio codec codes
30020
30021         * gst-libs/gst/riff/riff-ids.h
30022         * gst/wavenc/riff.h:
30023           add "4CC" code for ATRAC3 audio streams
30024           add "4CC" code for ITU_G721_ADPCM (unused for now)
30025
30026 2004-10-06  Wim Taymans  <wim@fluendo.com>
30027
30028         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30029         Actually _do_ negotiation. Pass gdouble as arg instead
30030         of guint64 for the framerate.
30031
30032 2004-10-06  Wim Taymans  <wim@fluendo.com>
30033
30034         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30035         (find_compatibles), (close_pad_link), (try_to_link_1),
30036         (no_more_pads), (close_link), (type_found):
30037         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30038         * gst/playback/gstplaybin.c: (gen_video_element),
30039         (gen_audio_element):
30040         Set state on newly added element to READY so that negotiation
30041         can happen ASAP.
30042         Addes some more debug info.
30043         Do not try to plug pads with multiple caps structures or ANY
30044         because it is too dangerous since we do not do dynamic
30045         replugging.
30046
30047 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30048
30049         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30050
30051         * po/LINGUAS:
30052         * po/or.po:
30053           add Oriya translation
30054
30055 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30056
30057         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30058           Prevent overwrite of size member. Makes audio sound crappy.
30059
30060 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30061
30062         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30063         Add rmvb to the list of known RealMedia extensions
30064
30065 2004-10-05  Wim Taymans  <wim@fluendo.com>
30066
30067         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30068         (mngdec_openstream), (mngdec_closestream),
30069         (mngdec_handle_sink_event), (mngdec_readdata),
30070         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30071         (mngdec_getcanvasline), (mngdec_refresh),
30072         (gst_mngdec_change_state):
30073         Set the framerate correctly.
30074
30075 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30078           There was something wrong with the index massaging.
30079
30080 2004-10-04  Wim Taymans  <wim@fluendo.com>
30081
30082         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30083         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30084         (gst_smokedec_chain):
30085         * ext/jpeg/gstsmokedec.h:
30086         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30087         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30088         * ext/jpeg/gstsmokeenc.h:
30089         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30090         (smokecodec_decode_new), (smokecodec_info_free),
30091         (smokecodec_set_quality), (smokecodec_get_quality),
30092         (smokecodec_set_threshold), (smokecodec_get_threshold),
30093         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30094         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30095         (smokecodec_encode), (smokecodec_parse_id),
30096         (smokecodec_parse_header), (smokecodec_decode):
30097         * ext/jpeg/smokecodec.h:
30098         * ext/jpeg/smokeformat.h:
30099         Updated smoke, new bitstream, allows embedding in ogg.
30100
30101 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30104           Fix seeking in some files. All this code is no longer needed (and
30105           actually breaks stuff) because we now synchronize the full index
30106           right when reading the header.
30107
30108 2004-10-04  Wim Taymans  <wim@fluendo.com>
30109
30110         * configure.ac:
30111         configure update for libmng.
30112
30113 2004-10-04  Wim Taymans  <wim@fluendo.com>
30114
30115         * ext/libmng/Makefile.am:
30116         * ext/libmng/gstmng.c: (plugin_init):
30117         * ext/libmng/gstmng.h:
30118         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30119         (gst_mngdec_base_init), (gst_mngdec_class_init),
30120         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30121         (gst_mngdec_loop), (gst_mngdec_get_property),
30122         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30123         (mngdec_closestream), (mngdec_handle_sink_event),
30124         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30125         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30126         (gst_mngdec_change_state):
30127         * ext/libmng/gstmngdec.h:
30128         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30129         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30130         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30131         (gst_mngenc_chain), (gst_mngenc_get_property),
30132         (gst_mngenc_set_property):
30133         * ext/libmng/gstmngenc.h:
30134         Added basic MNG decoder. Needs more work. The encoder does
30135         not work yet.
30136
30137 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30140         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30141         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30142           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30143           no-more-pads.
30144
30145 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30146
30147         * configure.ac:
30148           you need at least 1.0.4 of speex
30149
30150 2004-10-04 Iain <iaingnome@gmail.com>
30151
30152         * ext/speex/gstspeexdec.h: Revert the includes changes.
30153
30154         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30155
30156 2004-09-30 Iain <iaingnome@gmail.com>
30157
30158         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30159         found during init or set as a property instead of hardcoding /dev/audio
30160
30161 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30162
30163         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30164         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30165         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30166         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30167         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30168         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30169         (gst_rmdemux_dump_data):
30170           Use debug category, fix EOS handling. filesrc ! rmdemux now
30171           works.
30172
30173 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30174
30175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30176         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30177         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30178           Improve allocation, cutting and sorting of the index. How takes a
30179           few seconds instead of minutes.
30180
30181 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30182
30183         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30184           fixed compilation
30185
30186 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30187
30188         * gst-libs/gst/riff/riff-media.c:
30189         (gst_riff_create_video_caps_with_data),
30190         (gst_riff_create_video_template_caps):
30191           Add wing commander format mimetype/fourccs.
30192         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30193           Don't crash if some value is 0.
30194
30195 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30196
30197         * gst-libs/gst/riff/riff-media.c:
30198         (gst_riff_create_video_caps_with_data),
30199         (gst_riff_create_video_template_caps):
30200           Add DIB fourcc (raw, palettized 8-bit RGB).
30201         * gst-libs/gst/riff/riff-read.c:
30202         (gst_riff_read_strf_vids_with_data):
30203           Oops, fix strf_data reading bug.
30204         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30205           Use a non-NULL tag.
30206         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30207           Time for hacks. Sorry Dave. At least one quicktime movie (a
30208           trailer) that I've encountered contains multiple video tracks.
30209           One of those is the actual video track, the other are one-frame
30210           tracks (images). Unfortunately, the number of frames according
30211           to the trak header is 1 for each, so that doesn't help. So
30212           instead, I look at the duration and discard tracks with a
30213           duration shorter than 20% of the length of the stream. Better
30214           than nothing.
30215
30216 2004-10-01  Christian Schaller <christian@fluendo.com>
30217
30218         * ext/ivorbis/vorbis.c:
30219           Patch from Phil Blundell (Bug 152341)
30220
30221 2004-10-01  Wim Taymans  <wim@fluendo.com>
30222
30223         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30224         (speex_dec_get_formats), (speex_dec_convert),
30225         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30226         (speex_dec_chain), (gst_speexdec_get_property),
30227         (gst_speexdec_set_property):
30228         Small cleanups.
30229
30230 2004-10-01  Wim Taymans  <wim@fluendo.com>
30231
30232         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30233         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30234         (gst_wavparse_other), (gst_wavparse_loop),
30235         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30236         (gst_wavparse_srcpad_event):
30237         * gst/wavparse/gstwavparse.h:
30238         Added some more debugging info.
30239         Fix the case where the length of the file is 0.
30240         Make sure we seek to sample borders.
30241
30242 2004-10-01  Wim Taymans  <wim@fluendo.com>
30243
30244         * gst/playback/README:
30245         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30246         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30247         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30248         Add some debug info to decodebin, update README
30249
30250 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30251
30252         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30253           Don't use g_print(); use GST_DEBUG().
30254
30255 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30256
30257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30258         (gst_ogg_mux_queue_pads):
30259           Handle EOS properly.
30260
30261 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30262
30263         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30264
30265         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30266         (gst_faad_chain), (gst_faad_change_state):
30267         * ext/faad/gstfaad.h:
30268           Allow playback of raw (unframed) MPEG AAC files (#148993).
30269
30270 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30271
30272         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30273
30274         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30275           Throw error if we didn't recognize the stream. Fixes #152289.
30276
30277 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30278
30279         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30280           Fix negotiation.
30281
30282 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30283
30284         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30285
30286         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30287           Fix memleak.
30288
30289 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30290
30291         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30292
30293         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30294           Solve #152805.
30295         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30296           Solve 152806.
30297
30298 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30299
30300         * gst-libs/gst/riff/riff-media.c:
30301         (gst_riff_create_video_caps_with_data),
30302         (gst_riff_create_audio_caps_with_data):
30303           Add codec_data handling (like asfdemux used to do).
30304         * gst/asfdemux/gstasf.c: (plugin_init):
30305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30306         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30307           Use riff-media for caps creation instead of our own (mostly
30308           broken) copy of its functions.
30309
30310 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30311
30312         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30313           Don't actually error out if we get another return value than
30314           -EINVAL. Opposite to what I first thought, drivers have random
30315           return values for this, although -EINVAL is the expected return
30316           value. Since this is not fatal, we shouldn't use
30317           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30318
30319 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30320
30321         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30322         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30323         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30324         (dvdreadsrc_get), (dvdreadsrc_open_file),
30325         (dvdreadsrc_change_state):
30326           Fix. Don't do one big huge loop around the whole DVD, that will
30327           cache all data and thus eat sizeof(dvd) (several GB) before we
30328           see something.
30329         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30330           Actually NULL'ify event after using it.
30331         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30332         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30333         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30334         (gst_ebml_read_seek), (gst_ebml_read_skip):
30335           Handle events.
30336         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30337         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30338         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30339           Fix timing (this will probably break if I seek using menus, but
30340           I didn't get there yet). VOBs and normal DVDs should now work.
30341           Add a mpeg2-only pad with high rank so this get autoplugged for
30342           MPEG-2 movies.
30343         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30344         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30345         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30346         (gst_mpeg_demux_get_audio_stream),
30347         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30348         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30349           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30350           MPEG-1 but use dvddemux for MPEG-2.
30351         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30352         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30353         (gst_mpeg_parse_parse_packhead):
30354           Timing. Only add pad template if it exists. Add sink template from
30355           class and not from ourselves. This means we will always use the
30356           correct sink template even if it is not the one defined in this
30357           file.
30358
30359 2004-09-29  Wim Taymans  <wim@fluendo.com>
30360
30361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30362         (gst_mpeg_demux_parse_pes):
30363         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30364         Fix playback of mpeg again, timestamps where screwed up by
30365         patch 1.61.
30366
30367 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30368
30369         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30370           Only return true if we actually filled something in. Prevents
30371           player applications from showing a random length for flac files.
30372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30373         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30374         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30375         (gst_riff_read_strf_vids_with_data),
30376         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30377           OK, ok, so I implemented event handling. Apparently it's normal
30378           that we receive random events at random points without asking
30379           for it.
30380         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30381         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30382         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30383         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30384         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30385         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30386         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30387         * gst/avi/gstavidemux.h:
30388           Implement non-lineair chunk handling and subchunk processing.
30389           The first solves playback of AVI files where the audio and video
30390           data of individual buffers that we read are not synchronized.
30391           This should not happen according to the wonderful AVI specs, but
30392           of course it does happen in reality. It is also a prerequisite for
30393           the second. Subchunk processing allows us to cut chunks in small
30394           pieces and process each of these pieces separately. This is
30395           required because I've seen several AVI files with incredibly large
30396           audio chunks, even some files with only one audio chunk for the
30397           whole file. This allows for proper playback including seeking.
30398           This patch is supposed to fix all AVI A/V sync issues.
30399         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30400         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30401           Work.
30402         * gst/modplug/gstmodplug.cc:
30403           Proper return value setting for the query() function.
30404         * gst/playback/gstplaybasebin.c: (setup_source):
30405           Being in non-playing state (after, e.g., EOS) is not necessarily
30406           a bad thing. Allow for that. This fixes playback of short files.
30407           They don't actually playback fully now, because the clock already
30408           runs. This means that small files (<500kB) with a small length
30409           (<2sec) will still not or barely play. Other files, such as mod
30410           or flx, will work correctly, however.
30411
30412 2004-09-28  Wim Taymans  <wim@fluendo.com>
30413
30414         * ext/speex/gstspeex.c: (plugin_init):
30415         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30416         (gst_speex_dec_class_init), (speex_dec_get_formats),
30417         (speex_get_event_masks), (speex_get_query_types),
30418         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30419         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30420         (gst_speexdec_get_property), (gst_speexdec_set_property),
30421         (speex_dec_change_state):
30422         * ext/speex/gstspeexdec.h:
30423         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30424         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30425         (gst_speexenc_base_init), (gst_speexenc_class_init),
30426         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30427         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30428         (gst_speexenc_src_query), (gst_speexenc_init),
30429         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30430         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30431         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30432         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30433         (gst_speexenc_chain), (gst_speexenc_get_property),
30434         (gst_speexenc_set_property), (gst_speexenc_change_state):
30435         * ext/speex/gstspeexenc.h:
30436         Rewrote speex encoder, make sure it can be embedded in ogg.
30437         Implemented speex decoder.
30438
30439 2004-09-28  Christian Schaller <christian@fluendo.com>
30440
30441         * configure.ac:
30442         Remove kioslave plugin. Markey is brewing a new working one
30443         * ext/Makefile.am: Remove kioslave plugin
30444         * ext/kio: remove
30445         * gst-plugins.spec.in: remove kio plugin from spec
30446
30447 2004-09-27  Wim Taymans  <wim@fluendo.com>
30448
30449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30450         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30451         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30452         (gst_multifdsink_new_client),
30453         (gst_multifdsink_handle_client_write),
30454         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30455         (gst_multifdsink_handle_clients):
30456         * gst/tcp/gstmultifdsink.h:
30457         Make syncing to keyframes actually work for new clients and lagging
30458         clients.
30459
30460 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30461
30462         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30463         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30464         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30465         * gst/debug/gstnavigationtest.h:
30466           make navigationtest display button-press and button-release events
30467
30468 2004-09-26 Iain <iaingnome@gmail.com>
30469
30470         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30471         the channels have received a new media event.
30472         (interleave_buffered_loop): Compresses a new media event on all
30473         channels into one.
30474
30475 2004-09-26 Iain <iaingnome@gmail.com>
30476
30477         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30478         call the sinkpad's default event handler and not the srcpads. He also
30479         says this is confusing :)
30480         (gst_wavenc_stop_file): Company says that seek events only go upstream
30481         we should send a discontinuous downstream instead.
30482
30483 2004-09-25  Christian Schaller <christian@fluendo.com>
30484
30485         * Update SPEC file to be usable in conjunction with Fedora Core,
30486           Fedora.us and freshrpms packages
30487         * Fix typo in multifilesrc test Makefile
30488
30489 2004-09-24  Wim Taymans  <wim@fluendo.com>
30490
30491         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30492         Only signal the no_more_pads signal when we have
30493         added the stream to our list.
30494
30495 2004-09-24  Wim Taymans  <wim@fluendo.com>
30496
30497         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30498         (new_decoded_pad):
30499         * gst/playback/gstplaybasebin.h:
30500         * gst/playback/gstplaybin.c: (setup_sinks):
30501         Don't try to preroll or decode more than one audio/video
30502         track.
30503
30504 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30505
30506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30507           Throw error if we failed to find a suitable output. This should
30508           throw an error if we successfully set up a pipeline (e.g. because
30509           we recognized a media file) but found no decodable streams in it
30510           (e.g. because it contains only media stream types for which we
30511           have no decoders, or because it's not a media type).
30512
30513 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30514
30515         * ext/dirac/Makefile.am:
30516         * ext/dirac/gstdirac.cc:
30517         * ext/dirac/gstdiracdec.cc:
30518         * ext/dirac/gstdiracdec.h:
30519           Do something. Don't actually know if this works because I don't
30520           have a demuxer yet.
30521         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30522           Add channels=1 to caps returned from _getcaps().
30523         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30524         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30525         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30526         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30527         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30528         (gst_ogm_parse_change_state):
30529           Separate between audio/video so ogmaudioparse actually uses the
30530           audio pad templates. Both audio and video work now, including
30531           autoplugging. Also use sometimes-srcpad hack.
30532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30533           Handle events better. Don't hang on infinite loops.
30534         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30535         (gst_avi_demux_init), (gst_avi_demux_reset),
30536         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30537         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30538         (gst_avi_demux_change_state):
30539         * gst/avi/gstavidemux.h:
30540           Improve A/V sync. Still not perfect.
30541         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30542         (gst_ebml_read_skip):
30543           Handle events better.
30544         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30545         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30546         (qtdemux_audio_caps):
30547           Add IMA4. Improve event handling. Save offset after a seek when
30548           the headers are at the end of the file so that we don't end up in
30549           an infinite loop.
30550         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30551           Add low-priority typefind support for files with no length.
30552
30553 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30554
30555         * testsuite/multifilesink/Makefile.am:
30556         fix typo
30557
30558 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30559
30560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30562         mistakes from thaytan's patches.
30563
30564 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30565
30566         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30567           For completeness, XSync in the destroy function as xvimage does.
30568
30569 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30570
30571         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30572            Correct caps negotiation
30573         * gst/volume/gstvolume.c: (volume_chain_float),
30574         (volume_chain_int16):
30575            Modify debug output to be little more informative
30576         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30578         (gst_xvimagesink_xvimage_destroy):
30579           Add XSync calls after detaching from the shared memory segment to
30580           avoid a crash.
30581
30582 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30583
30584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30585         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30586         * ext/vorbis/vorbis.c: (plugin_init):
30587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30588         (gst_vorbisenc_chain):
30589         * ext/vorbis/vorbisenc.h:
30590         remove explicit newmedia support from oggmux and vorbisenc
30591         add debug category to vorbisenc
30592         * gst/multifilesink/gstmultifilesink.c:
30593         (gst_multifilesink_class_init), (gst_multifilesink_init),
30594         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30595         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30596         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30597         (plugin_init):
30598         * gst/multifilesink/gstmultifilesink.h:
30599         add support for streamheader in multifilesink
30600
30601 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30602
30603         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30604         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30605         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30606           Prevent infinite loops. More correct error reporting.
30607         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30608           Error out if negotiation fails.
30609         * gst/playback/gstplaybasebin.c: (setup_source),
30610         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30611         (gst_play_base_bin_found_tag):
30612           Error/tag forwarding. Pre-roll fixes for source errors on state
30613           changes (e.g. "file does not exist") to prevent hangs.
30614
30615 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30616
30617         * testsuite/multifilesink/Makefile.am:
30618         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30619         (gst_newmedia_class_init), (gst_newmedia_init),
30620         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30621         (newfile_signal), (test_signal), (main):
30622         * testsuite/multifilesink/multifilesrc_test.c: (main):
30623         * testsuite/multifilesink/oggtheora_test.c:
30624         (gst_newmedia_base_init), (gst_newmedia_class_init),
30625         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30626         (test_format), (newfile_signal), (test_signal), (main):
30627         * testsuite/multifilesink/oggvorbis_test.c:
30628         (gst_newmedia_base_init), (gst_newmedia_class_init),
30629         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30630         (test_format), (newfile_signal), (test_signal), (main):
30631         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30632         (gst_newmedia_class_init), (gst_newmedia_init),
30633         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30634         (newfile_signal), (test_signal), (main):
30635         New media tests
30636
30637 2004-09-20  Christian Schaller <christian@fluendo.com>
30638
30639         * Fix mikmod license to LGPL as they have relicensed
30640         * Move Dirac and Effectv into LGPL section of README_license
30641
30642 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30643
30644         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30645         (gst_mad_change_state):
30646           Allow for mp3 rate/channels changes. However, only very
30647           conservatively. Reason that we *have* to enable this is smiply
30648           because the mad find_sync() function is not good enough, it will
30649           regularly sync on random data as valid frames and therefore make
30650           us provide random caps as *final* caps of the stream. The best fix
30651           I could think of is to simply require several of the same stream
30652           changes in a row before we change caps.
30653           The actual testcase that works now is #
30654         * ext/ogg/Makefile.am:
30655         * ext/ogg/gstogg.c: (plugin_init):
30656         * ext/ogg/gstogmparse.c:
30657           OGM support (video only for now; I need an audio sample file).
30658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30659         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30660         (gst_asf_demux_add_video_stream):
30661           WMV extradata.
30662         * gst/playback/gstplaybasebin.c: (unknown_type):
30663           Don't error out on single unknown-types after all. It's wrong.
30664           If we found type of video and audio but not of a subtitle stream,
30665           it will still error out (which is unwanted). Will find a better fix
30666           later on.
30667         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30668         (ogmaudio_type_find), (plugin_init):
30669           OGM support.
30670
30671 2004-09-20  Johan Dahlin  <johan@gnome.org>
30672
30673         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30674         after setting caps.
30675
30676 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30677
30678         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30679         * gst/wavenc/gstwavenc.h:
30680         Added newmedia support to wavenc
30681
30682 2004-09-17  Wim Taymans  <wim@fluendo.com>
30683
30684         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30685         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30686         (gst_fdset_fd_can_write), (gst_fdset_wait):
30687         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30688         (gst_multifdsink_init), (gst_multifdsink_add),
30689         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30690         (gst_multifdsink_remove_client_link),
30691         (gst_multifdsink_client_queue_buffer),
30692         (gst_multifdsink_handle_client_write),
30693         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30694         (gst_multifdsink_close), (gst_multifdsink_change_state):
30695         * gst/tcp/gstmultifdsink.h:
30696         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30697         (gst_tcpserversink_removed):
30698         Small cleanups in fdset.c
30699         Use a hastable to map fd to the client structure for faster
30700         lookup in _remove and get_stats.
30701         Added virtual function to close the fds.
30702         Handle clients even when the select/poll call was unblocked because
30703         of a command.
30704         Implement syncing to keyframe in the recovery procedure.
30705
30706 2004-09-16 Iain <iaingnome@gmail.com>
30707
30708         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30709         try caps.
30710
30711 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30712
30713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30714           Caps are only set if the type of the stream is unknown, but this
30715           is initialized in ->init_stream(), so set to UNKNOWN after calling
30716           ->init_stream() so that capsnego starts.
30717
30718 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30719
30720         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30721         (gst_avi_demux_stream_data):
30722           Just hardcode for raw audio then. AVI audio sucks.
30723
30724 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30725
30726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30727         * gst/matroska/matroska-mux.c: (audiosink_templ),
30728         (gst_matroska_mux_audio_pad_link):
30729         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30730         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30731
30732 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30733
30734         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30735         (gst_avi_demux_stream_data):
30736           Try to fix a/v sync issues.
30737
30738 2004-09-15  David Schleef  <ds@schleef.org>
30739
30740         * configure.ac: remove NASM check, since we don't use it.  Update
30741         dirac check to 0.4
30742         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30744         Initialized variables.
30745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30746         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30747         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30748         SVQ3 format
30749
30750 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30751
30752         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30753         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30754         * gst/avi/gstavidemux.h:
30755           Fix for compressed audio (mp3) timestamp generation. How did this
30756           ever work?
30757
30758 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30759
30760         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30761           Volume is a double not a float.
30762
30763 2004-09-15  Wim Taymans  <wim@fluendo.com>
30764
30765         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30766         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30767         Don't close the fd in multifdsink as we didn't open it in the
30768         first place. Some cleanups.
30769
30770 2004-09-15  Wim Taymans  <wim@fluendo.com>
30771
30772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30774         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30775         Fix the case where the muxer would mark pages as delta
30776         frames when they are not (vorbis only ogg).
30777
30778 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30779
30780         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30781         (gst_play_base_bin_change_state):
30782           Handle the case where we failed to setup a clear pipeline. This
30783           will throw an error (or EOS, another nice case) and if you don't
30784           catch that, the app will wait for the signal forever (and thus
30785           hang).
30786
30787 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30788
30789         * ext/gnomevfs/gstgnomevfssink.c:
30790         (gst_gnomevfssink_uri_get_protocols):
30791         * ext/gnomevfs/gstgnomevfssrc.c:
30792         (gst_gnomevfssrc_uri_get_protocols):
30793         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30794         * ext/gnomevfs/gstgnomevfsuri.h:
30795           Use _uri_new() instead of _open(), so it doesn't take as long and
30796           Christophe's computer won't hang.
30797         * gst/playback/gstplaybasebin.c: (unknown_type):
30798           Throw error on unknown media type, so apps actually display it.
30799
30800 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30801
30802         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30803           this script to work on Solaris since bash shell handles echo
30804           differenly than bash.
30805
30806 2004-09-17  Wim Taymans  <wim@fluendo.com>
30807
30808         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30809         (setup_source), (gst_play_base_bin_set_property),
30810         (gst_play_base_bin_add_element):
30811         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30812         Some more work on making sure seeking pauses the pipeline and
30813         that changing the uri actually does something.
30814
30815 2004-09-17  Wim Taymans  <wim@fluendo.com>
30816
30817         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30819         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30820         (gst_tcpserversink_close):
30821         Be a bit more paranoid when freeing memory.
30822
30823 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30824
30825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30826         (qtdemux_parse_trak):
30827           Don't crash by dividing by zero (see sample movie in #126922).
30828
30829 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30830
30831         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30832           Don't touch non-existing data (fixes crash on file in #140147).
30833
30834 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30835
30836         * gst/playback/gstplaybasebin.c:
30837         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30838           Handle double disposals, and proper change of URIs.
30839
30840 2004-09-13  Martin Eikermann <meiker@upb.de>
30841
30842         * gst/mpegstream/gstmpegparse.c:
30843           fix synchronistation for streams recorded from digital PCR
30844           fixes bug #119376
30845
30846 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30847
30848         * ext/gnomevfs/Makefile.am:
30849         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30850         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30851         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30852         (gst_gnomevfssink_uri_get_type),
30853         (gst_gnomevfssink_uri_get_protocols),
30854         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30855         (gst_gnomevfssink_uri_handler_init),
30856         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30857         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30859         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30860         (gst_gnomevfssrc_uri_get_type),
30861         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30862         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30863         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30864         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30865         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30866         * ext/gnomevfs/gstgnomevfsuri.h:
30867           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30868           of fake URIs to see which this version of Gnome-VFS likes, and
30869           uses that for the Gst-URI interface. Makes playbin support http://
30870           streams. Also fix up some stupid behaviour in gnomevfssrc.
30871
30872 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30873
30874         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30875         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30876         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30877         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30878           Update mixer (to sync with other sessions) if we try to obtain
30879           a new value. This makes alsamixer work accross applications.
30880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30881           Only call sync functions if we're running, else alsalib asserts.
30882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30883           Sometimes fails to compile. Possibly a gcc bug.
30884         * gst/playback/gstplaybin.c: (gen_video_element),
30885         (gen_audio_element):
30886           Add a reference to an application-provided object, because we lose
30887           this same reference if we add it to the bin. If we don't do this,
30888           we can only use this object once and thus crash if we go from
30889           ready to playing, back to ready and back to playing again.
30890           Also add an audioscale element because several cheap soundcards -
30891           like mine - don't support all samplerates.
30892         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30893         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30894           Fix wrong order or PAR calls. Makes automatically obtained PAR
30895           from the X server atually being used.
30896
30897 2004-09-12  David Schleef  <ds@schleef.org>
30898
30899         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30900         #151887, #152102, #152247.
30901         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30902         * examples/seeking/cdparanoia.c: same
30903         * examples/seeking/cdplayer.c: same
30904         * examples/seeking/seek.c: same
30905         * examples/seeking/spider_seek.c: same
30906         * examples/seeking/vorbisfile.c: same
30907         * examples/stats/mp2ogg.c: same
30908         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30909         (gst_esdsink_dispose): Dispose of element properly.
30910         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30911         fixes.
30912         * ext/nas/nassink.c: (gst_nassink_class_init),
30913         (gst_nassink_dispose): Dispose of element correctly.
30914         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30915         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30916         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30917         Fix 64-bit warning.
30918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30919         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30920         Fix 64-bit warning.
30921
30922 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30923
30924         * configure.ac : change speex detection as 1.1.6 now uses
30925           .pc/pkg-config and they changed their headers location.
30926
30927 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30928
30929         * gst/matroska/matroska-mux.h:
30930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30931         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30932         (gst_matroska_mux_write_data):
30933           Write multiple blocks/frames per cluster.
30934                 Write meta-seek information (seek heads).
30935
30936 2004-09-09  Scott Wheeler <wheeler@kde.org>
30937
30938         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30939         (gst_play_bin_set_property), (gst_play_bin_get_property),
30940         (gen_audio_element), (gen_audio_element):
30941           Add a volume element / property to the pipeline.
30942
30943 2004-09-07  Wim Taymans  <wim@fluendo.com>
30944
30945         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30946         Copy timestamps from the master pad to the output buffers.
30947
30948 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30949
30950         * ext/raw1394/gstdv1394src.c:
30951           throw errors when applicable
30952
30953 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30954
30955         * gst/matroska/ebml-ids.h:
30956         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30957         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30958         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30959           automatically convert unix time <-> ebml time when reading/writing
30960           a date, use gst_ebml_write_uint to write CUETIME,
30961           not gst_ebml_write_date.
30962         * gst/matroska/matroska-ids.h:
30963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30964         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30965         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30966         (gst_matroska_mux_write_data):
30967           Write track and segment UIDs, write muxing date, write
30968           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30969           Create cues for audio only files.
30970
30971 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30972
30973         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30974         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30975           Re-commit ALSA switches.
30976         * gst/adder/gstadder.c: (gst_adder_loop):
30977           64-bit fix (#151416).
30978         * gst/debug/progressreport.c: (gst_progressreport_report):
30979           64-bit fix (#151419).
30980         * gst/matroska/matroska-demux.c:
30981         (gst_matroska_demux_parse_contents):
30982           64-bit fix (#151420).
30983         * gst/playback/test3.c: (update_scale):
30984           64-bit fix (#151421).
30985
30986 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30987
30988         * configure.ac:
30989           bump nano to cvs
30990
30991 === release 0.8.4 ===
30992
30993 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30994
30995         * configure.ac: releasing 0.8.4, "Alias"
30996
30997 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30998
30999         * ext/theora/Makefile.am:
31000           fix makefile.  Fixes #151462.
31001
31002 2004-08-30  Wim Taymans  <wim@fluendo.com>
31003
31004         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31006         (gst_multifdsink_remove_client_link),
31007         (gst_multifdsink_client_queue_buffer),
31008         (gst_multifdsink_handle_client_write):
31009         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31010         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31011         Fix some memory leaks.
31012
31013 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31014
31015         Patch by: David Schleef
31016
31017         * configure.ac:
31018         * sys/Makefile.am:
31019           rename our detection macro for V4L2.  Fixes #151236.
31020
31021 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31022
31023         Patch by: David Schleef
31024
31025         * configure.ac:
31026           check to define LAMEPRESET.  Fixes #151232.
31027
31028 2004-08-27  David Schleef  <ds@schleef.org>
31029
31030         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31031         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31032         (gst_glimagesink_fixate):  Move local variable declarations to
31033         make gcc-2.95 happy.
31034
31035 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31036
31037         * configure.ac:
31038           bump nano for prerelease
31039
31040 2004-08-27  David Schleef  <ds@schleef.org>
31041
31042         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31043         * sys/sunaudio/gstsunaudiosrc.c:
31044         * sys/sunaudio/gstsunaudiosrc.h:
31045
31046 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31047
31048         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31049         handle EOS correctly
31050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31051         * gst/matroska/matroska-mux.h:
31052         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31053         VFW compatibility mode
31054
31055 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31056
31057         patch by: Zaheer Abbas Merali
31058
31059         * ext/ogg/gstoggmux.c:
31060         * ext/vorbis/vorbisenc.c:
31061         * ext/vorbis/vorbisenc.h:
31062           handle NEWMEDIA
31063
31064 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31065
31066         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31067         fix byte order reversion on little endian machines.
31068         * gst/matroska/matroska-mux.c: (audiosink_templ),
31069         (gst_matroska_mux_audio_pad_link):
31070         add TTA codec to the list of supported codecs.
31071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31072         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31073         (gst_matroska_mux_write_data):
31074         * gst/matroska/matroska-mux.h:
31075         write segment duration correctly, write muxing app string, fixes bugs
31076         #140897 and #140898.
31077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31078         wait for all pads to be negotiated before starting to mux.
31079
31080 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31081
31082         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31083         * ext/lame/gstlame.h:
31084         Added new media support to lame
31085
31086 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31087
31088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31089         send vorbis headers at the beginning of a stream, fixes bug #141554.
31090         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31091         bug #148950.
31092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31093         (gst_matroska_demux_plugin_init):
31094         * gst/matroska/matroska-ids.h:
31095         enable demuxing of TTA audio streams, fixes bug #148951.
31096         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31097         enable typefinding for TTA audio files, fixes bug #148711.
31098         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31099         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31100         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31101
31102 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31103
31104         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31105         (gst_riff_read_element_data), (gst_riff_read_seek),
31106         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31107         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31108         <teuf@gnome.org>
31109
31110 2004-08-23 Iain <iaingnome@gmail.com>
31111
31112         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31113         tags. They appear to be handled differently to normal.
31114         (tag_list_to_id3_tag_foreach): Ditto.
31115
31116 2004-08-22  Wim Taymans  <wim@fluendo.com>
31117
31118         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31119         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31120         Make sure we never send -1 granulepos.
31121
31122 2004-08-20  Wim Taymans  <wim@fluendo.com>
31123
31124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31125         (gst_ogg_mux_loop):
31126         I will accept bitchslappings with non sharp objects.
31127
31128 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31129
31130         * configure.ac:
31131         Clean up the test for lame presets
31132
31133 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31134
31135         * configure.ac:
31136         * ext/lame/Makefile.am:
31137         * ext/lame/gstlame.c: (gst_lame_class_init),
31138         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31139         Only enable lame presets if version of lame has presets in API
31140
31141 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31142         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31143         * gst/udp/gstudpsrc.h:
31144           Don't call gst_pad_push in a get function. Fixes #150449
31145
31146 2004-08-18  Wim Taymans  <wim@fluendo.com>
31147
31148         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31149         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31150         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31151         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31152         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31153         (gst_fdset_wait):
31154         * gst/tcp/gstfdset.h:
31155         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31156         (gst_multifdsink_client_queue_buffer),
31157         (gst_multifdsink_handle_client_write):
31158         * gst/tcp/gstmultifdsink.h:
31159         Some extra checks in gstfdset.
31160         Only use send() when the fd is a socket. Don't try to
31161         read from write only fds.
31162
31163 2004-08-18  Wim Taymans  <wim@fluendo.com>
31164
31165         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31166         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31167         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31168         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31169         (gst_fdset_wait):
31170         Add more locking and bounds checking.
31171
31172 2004-08-18  Wim Taymans  <wim@fluendo.com>
31173
31174         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31175         Realloc test fdset in the lock and right before starting
31176         the poll call. Bump the limit to 4096.
31177
31178 2004-08-17  David Schleef  <ds@schleef.org>
31179
31180         * sys/sunaudio/Makefile.am:
31181         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31182         of rates and channels.  Make debugging less obnoxious.
31183
31184         Patch from Balamurali Viswanathan implementing a mixer for
31185         Sun audio.  (bug #144091):
31186         * sys/sunaudio/gstsunelement.c:
31187         * sys/sunaudio/gstsunelement.h:
31188         * sys/sunaudio/gstsunmixer.c:
31189         * sys/sunaudio/gstsunmixer.h:
31190
31191 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31192
31193         * gst/audioscale/gstaudioscale.c:
31194         * gst/audioscale/gstaudioscale.h:
31195         made audioscale resample from any sample rate to any sample rate
31196
31197 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31198
31199         * ext/libpng/gstpngdec.c:
31200           error out on unsupported types
31201
31202 2004-08-17  Iain <iaingnome@gmail.com>
31203
31204         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31205         mid_side and loose_mid_side properties if its a stereo stream.
31206
31207 2004-08-17  Wim Taymans  <wim@fluendo.com>
31208
31209         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31210         (theora_get_formats), (theora_dec_src_convert),
31211         (theora_dec_sink_convert), (theora_dec_src_query),
31212         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31213         Add a debug line.
31214
31215 2004-08-17  Wim Taymans  <wim@fluendo.com>
31216
31217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31218         (gst_ogg_pad_push):
31219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31220         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31221         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31222         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31223         Mark delta units in the muxer.
31224         Try to decode the packet after an out-of-sync error from
31225         libogg.
31226
31227 2004-08-17  Wim Taymans  <wim@fluendo.com>
31228
31229         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31230         (gst_multifdsink_init), (gst_multifdsink_add),
31231         (gst_multifdsink_client_queue_buffer),
31232         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31233         * gst/tcp/gstmultifdsink.h:
31234         Added option to send a keyframe to clients as the first buffer.
31235         Make timeout property writable.
31236
31237 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31238
31239         patch by: Wim Taymans
31240
31241         * gst/tcp/gstfdset.c:
31242         * gst/tcp/gstmultifdsink.c:
31243           fix index comparison, should include 0
31244
31245 2004-08-16  Wim Taymans  <wim@fluendo.com>
31246
31247         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31248         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31249         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31250         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31251         (gst_fdset_wait):
31252           copy when reallocing for poll so the select arguments don't get
31253           changed during the call
31254
31255 2004-08-16  Wim Taymans  <wim@fluendo.com>
31256
31257         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31258         (gst_theora_enc_class_init), (theora_enc_sink_link),
31259         (theora_buffer_from_packet), (theora_enc_chain):
31260         Fix bug where buffers were not marked as keyframes
31261         correctly.
31262
31263 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31264
31265         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31266         (gst_lame_preset_get_type), (gst_lame_class_init):
31267         describe the enum values for vbr mode and presets more verbosely
31268
31269 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31270
31271         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31272         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31273         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31274         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31275         * ext/lame/gstlame.h:
31276         add preset property to lame so it can use lame presets
31277
31278 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31279
31280         * ext/lame/gstlame.c: (gst_lame_get_property):
31281         whoops forgot break, thanks teuf
31282
31283 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31284
31285         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31286         (gst_lame_class_init), (gst_lame_src_getcaps),
31287         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31288         (gst_lame_get_property), (gst_lame_setup):
31289         * ext/lame/gstlame.h:
31290         fix lame's broken vbr stuff, allow it to resample if need be, and also
31291         make xing header optional
31292
31293 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31294
31295         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31296         added getcaps function so samplerate doesnt get fixated to silly values
31297
31298 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31299
31300         * ext/lame/gstlame.c: (gst_lame_src_link):
31301         revert previous fix
31302
31303 2004-08-12  Johan Dahlin  <johan@gnome.org>
31304
31305         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31306         checks. Doesn't matter what state we are in. Interfaces are a
31307         compile time thing, not runtime. It also broke the python bindings.
31308
31309 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31310
31311         * ext/lame/gstlame.c: (gst_lame_src_link):
31312         made source pad link function check if sinkpad is ok..fixes the problem
31313         where core fixates the output rate of lame stupidly
31314
31315 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31316
31317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31318         * sys/v4l/v4l_calls.c:
31319         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31320           fix fixate function to handle nonsimple caps.
31321           remove bogus check in _link
31322           cleanups
31323
31324 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31325
31326         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31327         set default compression ratio parameter to 0.0 so bitrate parameter
31328         works :)
31329
31330 2004-08-11  David Schleef  <ds@schleef.org>
31331
31332         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31333
31334 2004-08-11  David Schleef  <ds@schleef.org>
31335
31336         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31337         before.
31338
31339 2004-08-11  David Schleef  <ds@schleef.org>
31340
31341         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31342
31343 2004-08-11  David Schleef  <ds@schleef.org>
31344
31345         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31346           license field
31347         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31348         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31349           LGPL.
31350         * gst/auparse/gstauparse.c: Fix plugin license field.
31351         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31352         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31353         * gst/rtp/gstrtp.c: Fix plugin license field.
31354
31355 2004-08-11  Wim Taymans  <wim@fluendo.com>
31356
31357         * gst/tcp/Makefile.am:
31358         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31359         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31360         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31361         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31362         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31363         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31364         (gst_fdset_fd_can_write), (gst_fdset_wait):
31365         * gst/tcp/gstfdset.h:
31366         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31367         (gst_multifdsink_class_init), (gst_multifdsink_init),
31368         (gst_multifdsink_add), (gst_multifdsink_remove),
31369         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31370         (gst_multifdsink_remove_client_link),
31371         (gst_multifdsink_handle_client_read),
31372         (gst_multifdsink_client_queue_data),
31373         (gst_multifdsink_client_queue_caps),
31374         (gst_multifdsink_client_queue_buffer),
31375         (gst_multifdsink_handle_client_write),
31376         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31377         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31378         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31379         (gst_multifdsink_close):
31380         * gst/tcp/gstmultifdsink.h:
31381         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31382         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31383         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31384         (gst_tcpserversink_close):
31385         * gst/tcp/gsttcpserversink.h:
31386         Abstracted away the select call, implemented poll (yes we ran into
31387         the 1024 limit in production).
31388
31389 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31390
31391         * gst/tcp/gsttcp.c:
31392         * gst/tcp/gsttcpplugin.c:
31393           improve debuggging, remove assert
31394
31395 2004-08-10  Wim Taymans  <wim@fluendo.com>
31396
31397         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31398         (gst_client_status_get_type), (gst_multifdsink_class_init),
31399         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31400         (gst_multifdsink_handle_client_read),
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):
31405         * gst/tcp/gstmultifdsink.h:
31406         * gst/tcp/gsttcp-marshal.list:
31407         Starting to prepare for specifying buffer time in other units
31408         than buffers. Expose remove reason in signal.
31409
31410 2004-08-10  Wim Taymans  <wim@fluendo.com>
31411
31412         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31413         (gst_multifdsink_remove), (gst_multifdsink_clear),
31414         (gst_multifdsink_remove_client_link),
31415         (gst_multifdsink_handle_client_read),
31416         (gst_multifdsink_client_queue_data),
31417         (gst_multifdsink_client_queue_buffer),
31418         (gst_multifdsink_handle_client_write),
31419         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31420         (gst_multifdsink_chain), (gst_multifdsink_close):
31421         * gst/tcp/gstmultifdsink.h:
31422         Added more debugging info. Changed the way clients are
31423         removed from the lists. Fixed a bug where a bad file descriptor
31424         could cause many clients to be removed.
31425
31426 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31427
31428         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31429           allow all pixel-aspect-ratios, not just 1:1
31430
31431 2004-08-09  David Schleef  <ds@schleef.org>
31432
31433         * sys/glsink/ARB_multitexture.h:  Remove old files.
31434         * sys/glsink/EXT_paletted_texture.h:
31435         * sys/glsink/NV_register_combiners.h:
31436         * sys/glsink/gstgl_nvimage.c:
31437         * sys/glsink/gstgl_pdrimage.c:
31438         * sys/glsink/gstgl_rgbimage.c:
31439         * sys/glsink/gstglsink.c:
31440         * sys/glsink/gstglsink.h:
31441         * sys/glsink/gstglxwindow.c:
31442         * sys/glsink/regcomb_yuvrgb.c:
31443
31444 2004-08-09  David Schleef  <ds@schleef.org>
31445
31446         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31447         GL sink plugin.  (Bug #147302)
31448
31449         * configure.ac: Test for OpenGL
31450         * sys/Makefile.am: Use test for OpenGL
31451         * sys/glsink/Makefile.am:
31452         * sys/glsink/glimagesink.c: rewrite
31453         * sys/glsink/glimagesink.h: rewrite
31454
31455 2004-08-09  David Schleef  <ds@schleef.org>
31456
31457         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31458         sane framerates.
31459         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31461         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31462
31463 2004-08-09  Wim Taymans  <wim@fluendo.com>
31464
31465         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31466         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31467         (gst_multifdsink_client_remove),
31468         (gst_multifdsink_handle_client_read),
31469         (gst_multifdsink_handle_client_write),
31470         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31471         Do a bit more logging, make the client_read code more robust.
31472
31473 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31474
31475         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31476         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31477         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31478         (gst_jpegdec_init), (gst_jpegdec_chain):
31479         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31480         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31481           cleanups, debugging fixes and memleak plugging
31482
31483 2004-08-09  Wim Taymans  <wim@fluendo.com>
31484
31485         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31486         (theora_get_formats), (theora_dec_src_convert),
31487         (theora_dec_sink_convert), (theora_dec_src_query),
31488         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31489         (theora_dec_change_state):
31490         Don't crash on missing header packets.
31491
31492 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31493
31494         * po/LINGUAS:
31495         * po/sq.po:
31496           Added Albanian translation (Laurent Dhima)
31497         * po/cs.po:
31498           updated
31499
31500 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31501
31502         * ext/lame/gstlame.c:
31503           fix/add debugging
31504
31505 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31506
31507         * sys/ximage/ximagesink.c:
31508         * sys/xvimage/xvimagesink.c:
31509           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31510
31511 2004-08-06  Wim Taymans  <wim@fluendo.com>
31512
31513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31514         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31515         (gst_multifdsink_client_remove),
31516         (gst_multifdsink_handle_client_read),
31517         (gst_multifdsink_handle_client_write),
31518         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31519         Make sure we don't try to read more from a client that what
31520         ioctl says us or we deadlock.
31521
31522 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31523
31524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31525         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31526         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31527           decouple running_time and n_frames so it can handle changing
31528           framerate while running
31529
31530 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31531
31532         * po/nl.po:
31533         * po/sv.po:
31534           updated translations
31535
31536 2004-08-04  Benjamin Otte  <otte@gnome.org>
31537
31538         * gst/videotestsrc/gstvideotestsrc.c:
31539         (gst_videotestsrc_get_capslist), (generate_capslist),
31540         (plugin_init):
31541           generate the list of supported caps at startup and reuse it instead
31542           of always generating it
31543
31544 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31545
31546         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31547           whoops, last checkin broke normal build
31548
31549 2004-08-03  Benjamin Otte  <otte@gnome.org>
31550
31551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31552         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31553         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31554         (gst_alsa_mixer_get_option):
31555         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31556         (dvdnavsrc_print_event):
31557         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31559         (gst_ogg_mux_pad_unlink):
31560         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31561         (gst_multipart_mux_pad_unlink):
31562         * gst/videofilter/gstvideobalance.c:
31563         (gst_videobalance_colorbalance_set_value):
31564         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31565         (gst_videomixer_pad_unlink):
31566         * po/uk.po:
31567         * sys/oss/gstossmixer.c:
31568         * sys/v4l/gstv4lcolorbalance.c:
31569         * sys/v4l/gstv4ltuner.c:
31570         * sys/v4l/v4lsrc_calls.c:
31571         * sys/v4l2/gstv4l2colorbalance.c:
31572         * sys/v4l2/gstv4l2tuner.c:
31573           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31574
31575 2004-08-03  Benjamin Otte  <otte@gnome.org>
31576
31577         * examples/dynparams/filter.c: (ui_control_create):
31578         * examples/gstplay/player.c: (print_tag):
31579         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31580         * ext/gdk_pixbuf/gstgdkanimation.c:
31581         (gst_gdk_animation_iter_may_advance):
31582         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31583         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31584         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31585         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31587         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31588         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31589         * gst/sine/demo-dparams.c: (main):
31590         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31591         * testsuite/alsa/formats.c: (create_pipeline):
31592         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31593           fixes for G_DISABLE_ASSERT and friends
31594         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31595         (mp3_type_frame_length_from_header), (mp3_type_find),
31596         (plugin_init):
31597           require mp3 typefinding to have at least MIN_HEADERS valid headers
31598           add typefinding for AAC adts files
31599
31600 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31601
31602         * sys/ximage/ximagesink.c:
31603         (gst_ximagesink_calculate_pixel_aspect_ratio):
31604         * sys/xvimage/xvimagesink.c:
31605         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31606         Make sure we calculate pixel-aspect-ratio using floating point maths
31607
31608 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31609
31610         * po/uk.po:
31611           updated translation
31612
31613 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31614
31615         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31617           add debugging for display PAR calculation
31618
31619 2004-08-02  David Schleef  <ds@schleef.org>
31620
31621         * configure.ac: Fix mikmod CFLAGS.
31622
31623 2004-07-27  Benjamin Otte  <otte@gnome.org>
31624
31625         * gst/audioscale/gstaudioscale.c:
31626         - fix templates to only support S16, it's the only format that works
31627         - make caps nego code use try_set_caps_nonfixed and fixation instead
31628         of try_set_caps twice, which is not nice for autopluggers
31629         - change rank to secondary, so autopluggers can pick it up after
31630         audioconvert
31631
31632 2004-08-02  Iain <iain@prettypeople.org>
31633
31634         * gst/interleave/interleave.c (interleave_init),
31635         (interleave_request_new_pad),
31636         (interleave_pad_removed),
31637         (interleave_buffered_loop): Use the real pad count, not the artificial
31638         one.
31639
31640 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31641
31642         * configure.ac: bump nano back to development
31643
31644 === release 0.8.3 ===
31645
31646 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31647
31648         * configure.ac: releasing 0.8.3, "Water"
31649
31650 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31651
31652         * sys/xvimage/xvimagesink.c:
31653         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31654         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31655         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31656         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31657         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31658         * sys/xvimage/xvimagesink.h:
31659           apply similar PAR fixes as to ximagesink
31660
31661 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31662
31663         patch from: Benjamin Otte
31664
31665         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31666           add link function to lame.  Fixes #148986.
31667
31668 2004-08-02  Johan Dahlin  <johan@gnome.org>
31669
31670         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31671         fix debugging log
31672
31673 2004-07-30  David Schleef  <ds@schleef.org>
31674
31675         * gst/videomixer/Makefile.am: Fix things that should have been
31676         fixed in the last checkin.
31677
31678 2004-07-30  David Schleef  <ds@schleef.org>
31679
31680         * gst/multipart/Makefile.am: Fix things that should have been
31681         fixed in the last checkin.
31682
31683 2004-07-30  David Schleef  <ds@schleef.org>
31684
31685         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31686
31687 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31688
31689         * configure.ac:
31690           bump nano for prerelease
31691         * po/af.po:
31692         * po/az.po:
31693         * po/cs.po:
31694         * po/en_GB.po:
31695         * po/hu.po:
31696         * po/nl.po:
31697         * po/sr.po:
31698         * po/sv.po:
31699         * po/uk.po:
31700           updates
31701
31702 2004-07-30  Wim Taymans  <wim@fluendo.com>
31703
31704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31705         (gst_multifdsink_add), (gst_multifdsink_remove),
31706         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31707         (gst_multifdsink_client_remove),
31708         (gst_multifdsink_handle_client_write),
31709         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31710         * gst/tcp/gstmultifdsink.h:
31711         Recover from a select with a bad file descriptor by removing
31712         the client.
31713
31714 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31715
31716         * configure.ac:
31717           fix requirement of core
31718         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31719         (gst_play_pipeline_setup):
31720           don't use colorspace element.  do use hermescolorspace element.
31721           make macro to get a colorspace element.
31722           mark strings for translation.
31723         * po/POTFILES.in:
31724           add play.c
31725         * po/af.po:
31726         * po/az.po:
31727         * po/cs.po:
31728         * po/en_GB.po:
31729         * po/hu.po:
31730         * po/nl.po:
31731         * po/sr.po:
31732         * po/sv.po:
31733         * po/uk.po:
31734           update translations
31735
31736 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31737
31738         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31739         fix default for newmedia flag
31740
31741 2004-07-30  Wim Taymans  <wim@fluendo.com>
31742
31743         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31744         (gst_theora_dec_init), (theora_get_formats),
31745         (theora_dec_src_convert), (theora_dec_sink_convert),
31746         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31747         (theora_dec_chain), (theora_dec_set_property),
31748         (theora_dec_get_property):
31749         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31750         (gst_theora_enc_class_init), (gst_theora_enc_init),
31751         (theora_enc_sink_link), (theora_enc_chain),
31752         (theora_enc_set_property), (theora_enc_get_property):
31753         Added cropping option to theora decoder.
31754         Added border option to theora encoder.
31755
31756 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31757
31758         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31759         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31760         (gst_pngenc_set_property):
31761         * ext/libpng/gstpngenc.h:
31762         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
31763
31764 2004-07-30  Wim Taymans  <wim@fluendo.com>
31765
31766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31767         (theora_enc_sink_link), (theora_enc_chain),
31768         (theora_enc_set_property), (theora_enc_get_property):
31769         Fix encoding of non-multiple-of-16 video.
31770
31771 2004-07-29  David Schleef  <ds@schleef.org>
31772
31773         * configure.ac: make test for audiofile more strict
31774
31775 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31776
31777         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31778           give different names to typefind functions
31779
31780 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31781
31782         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31783         (gst_ximagesink_calculate_pixel_aspect_ratio),
31784         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31785         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31786         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31787         (gst_ximagesink_get_property), (gst_ximagesink_init):
31788         * sys/ximage/ximagesink.h:
31789           allocate PAR's dynamically.
31790           use autodetected PAR if no object-set PAR is given.
31791           add workaround for directfb's X not setting physical size.
31792           fix to xvimagesink will follow tomorrow.
31793
31794 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31795
31796         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31797         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31798         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31799         (gst_shout2send_class_init), (gst_shout2send_init),
31800         (set_shout_metadata), (gst_shout2send_set_metadata),
31801         (gst_shout2send_chain), (gst_shout2send_set_property),
31802         (gst_shout2send_get_property), (gst_shout2send_connect),
31803         (gst_shout2send_change_state):
31804         * ext/shout2/gstshout2.h:
31805         - fix for sending mp3 audio to icecast2 server, if pad link function not
31806         called before PAUSED state
31807         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31808         - added tagging support for mp3 audio broadcasted
31809         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31810         debug info
31811
31812 2004-07-28  Wim Taymans  <wim@fluendo.com>
31813
31814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31815         (gst_ogg_demux_push):
31816         Return query failure when we don't know the length of
31817         an ogg stream insteda of returning TRUE with a bogus value.
31818
31819 2004-07-28  Wim Taymans  <wim@fluendo.com>
31820
31821         * ext/theora/theoradec.c: (theora_get_formats),
31822         (theora_dec_src_convert), (theora_dec_sink_convert),
31823         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31824         (theora_dec_chain):
31825         Don't screw up the 1 Chroma for 1 luma sample situation when we
31826         have an odd offset/width by adding a black border in those cases.
31827
31828 2004-07-28  Wim Taymans  <wim@fluendo.com>
31829
31830         * ext/theora/theoradec.c: (theora_get_formats),
31831         (theora_dec_src_convert), (theora_dec_sink_convert),
31832         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31833         (theora_dec_chain):
31834         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31835         Added first attempt at cropping of the image as required by the
31836         theora spec. We need more properties in the caps (offset_x,
31837         offset_y,stride) to implement this correctly.
31838
31839 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31840
31841         * ext/dvdnav/README:
31842           Update the README to use dvddemux
31843         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31844           Ensure getcaps returns a subset of the template caps
31845         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31846         (gst_mpeg2subt_init):
31847           Ensure getcaps returns a subset of the template caps
31848         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31849         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31850         (gst_dvd_demux_get_subpicture_stream),
31851         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31852         * gst/mpegstream/gstdvddemux.h:
31853           Set the explicit caps on the current_video pad before pushing
31854           anything
31855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31856         (gst_mpeg_demux_get_audio_stream):
31857           Free caps used to gst_pad_set_explicit_caps, which takes a const
31858           GstCaps *
31859
31860 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31861
31862         * configure.ac: update GStreamer requirement to 0.8.4 because of
31863           GstFraction.
31864
31865 2004-07-28  Wim Taymans  <wim@fluendo.com>
31866
31867         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31868         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31869         Add the pad to the element after setting up the caps. This
31870         makes it a lot easier to autoplug.
31871
31872 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31873
31874         * gst/median/gstmedian.c:
31875         * gst/mpeg2subt/gstmpeg2subt.c:
31876         * gst/mpegaudioparse/gstmpegaudioparse.c:
31877         * gst/mpegstream/gstdvddemux.c:
31878         * gst/mpegstream/gstmpegdemux.c:
31879         * gst/mpegstream/gstmpegpacketize.c:
31880         * gst/rtjpeg/gstrtjpeg.c:
31881         * gst/rtjpeg/gstrtjpegdec.c:
31882         * gst/rtjpeg/gstrtjpegenc.c:
31883         * gst/sine/gstsinesrc.c:
31884         * gst/smooth/gstsmooth.c:
31885         * gst/smpte/gstsmpte.c:
31886         * gst/smpte/gstsmpte.h:
31887         * gst/stereo/gststereo.c:
31888         * gst/videofilter/gstgamma.c:
31889         * gst/videofilter/gstvideobalance.c:
31890         * gst/videofilter/gstvideofilter.c:
31891         * gst/videofilter/gstvideoflip.c:
31892         * gst/videoscale/gstvideoscale.c:
31893         * gst/videoscale/videoscale.c:
31894         * gst/videotestsrc/gstvideotestsrc.c:
31895         * gst/videotestsrc/videotestsrc.c:
31896         * gst/wavenc/gstwavenc.c:
31897         * gst/wavparse/gstwavparse.c:
31898           fix local includes and 64 bits constants
31899
31900 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31901
31902         * win32/gst.sln:
31903         * gst-libs/gst/*/*.vcproj:
31904         * gst/*/*.vcproj:
31905           more working plugins
31906
31907 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31908
31909         * testsuite/alsa/Makefile.am:
31910         * testsuite/alsa/srcstate.c:
31911         add test for alsasrc changing state
31912
31913 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31914
31915         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31916         (gst_silence_get):
31917         * gst/silence/gstsilence.h:
31918         fix silence generation for 16bit raw audio
31919
31920 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31921
31922         * gst/matroska/matroska-demux.c:
31923         (gst_matroska_demux_parse_metadata),
31924         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31925         * gst/mpegaudio/common.c:
31926         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31927         (gst_videoscale_getcaps), (gst_videoscale_link),
31928         (gst_videoscale_src_fixate), (gst_videoscale_init),
31929         (gst_videoscale_finalize):
31930         * gst/videoscale/gstvideoscale.h:
31931         * gst/videotestsrc/gstvideotestsrc.c:
31932         (gst_videotestsrc_get_capslist):
31933         * gst/wavenc/gstwavenc.c:
31934         * sys/oss/gstossmixer.c: (fill_labels):
31935         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31936         (gst_ximagesink_handle_xevents),
31937         (gst_ximagesink_calculate_pixel_aspect_ratio),
31938         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31939         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31940         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31941         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31942         (gst_ximagesink_init), (gst_ximagesink_class_init):
31943         * sys/ximage/ximagesink.h:
31944         * sys/xvimage/xvimagesink.c:
31945         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31946         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31947         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31948         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31949         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31950         * sys/xvimage/xvimagesink.h:
31951           first batch of pixel aspect ratio commits.
31952
31953 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31954
31955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31956         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31957         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31958           handle stride, needs work if we want to move stride handling
31959           upstream, but works correctly for our purposes.
31960
31961 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31962
31963         * gst/videoscale/README:
31964           add testing examples
31965         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31966         (gst_videoscale_chain):
31967         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31968         (gst_videoscale_get_size):
31969           add get_size function that handles stride like videotestsrc.
31970           fixes conversion for YUV formats for as much as I can test them.
31971
31972 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31973
31974         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31975         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31977         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31978         (gst_xvimagesink_xvimage_put):
31979           further cleanups, logging, error handling and synchronizing
31980
31981 2004-07-27  Wim Taymans  <wim@fluendo.com>
31982
31983         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31984         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31985         (gst_videomixer_pad_set_property),
31986         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31987         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31988         (gst_videomixer_class_init), (gst_videomixer_init),
31989         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31990         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31991         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31992         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31993         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31994         (gst_videomixer_loop), (plugin_init):
31995         Be a nicer negotiation citizen and provide a getcaps function on
31996         the srcpad. This also fixes a crash when resizing.
31997
31998 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31999
32000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32001         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32002
32003 2004-07-27  Wim Taymans  <wim@fluendo.com>
32004
32005         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32006         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32007         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32008         (gst_pngenc_set_property):
32009         * ext/libpng/gstpngenc.h:
32010         Added snapshot property to pngenc.
32011         removed g_print from pngdec
32012
32013 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32014
32015         * gst/ac3parse/ac3parse.vcproj
32016         * gst/adder/adder.vcproj
32017         * gst/alpha/alpha.vcproj
32018         * gst/alpha/alphacolor.vcproj
32019         * gst/asfdemux/asf.vcproj
32020         * gst/audioconvert/audioconvert.vcproj
32021         * gst/audiorate/audiorate.vcproj
32022         * gst/audioscale/audioscale.vcproj
32023         * gst/auparse/auparse.vcproj
32024         * gst/avi/avi.vcproj
32025         * gst/cdxaparse/cdxaparse.vcproj
32026         * gst/chart/chart.vcproj
32027         * gst/colorspace/colorspace.vcproj
32028         * gst/cutter/cutter.vcproj
32029         * gst/debug/debug.vcproj
32030         * gst/debug/efence.vcproj
32031         * gst/debug/navigationtest.vcproj
32032         * gst/deinterlace/deinterlace.vcproj
32033         * gst/effectv/effectv.vcproj
32034         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32035         * gst/filter/filter.vcproj
32036         * gst/flx/flxdec.vcproj
32037         * gst/goom/goom.vcproj
32038         * gst/interleave/interleave.vcproj
32039         * gst/law/alaw.vcproj
32040         * gst/law/mulaw.vcproj
32041         * gst/matroska/matroska.vcproj
32042         * gst/median/median.vcproj
32043         * gst/mixmatrix/mixmatrix.vcproj
32044         * gst/mpeg1sys/mpeg1systemencode.vcproj
32045         * gst/mpeg1videoparse/mp1videoparse.vcproj
32046         * gst/mpeg2sub/mpeg2subt.vcproj
32047         * gst/mpegaudio/mpegaudio.vcproj
32048         * gst/mpegaudioparse/mpegaudioparse.vcproj
32049         * gst/mpegstream/mpegstream.vcproj
32050         * gst/multifilesink/multifilesink.vcproj
32051         * gst/multipart/multipart.vcproj
32052         * gst/oneton/oneton.vcproj
32053         * gst/overlay/overlay.vcproj
32054         * gst/passthrough/passthrough.vcproj
32055         * gst/qtdemux/qtdemux.vcproj
32056         * gst/realmedia/rmdemux.vcproj
32057         * gst/rtjpeg/rtjpeg.vcproj
32058         * gst/rtp/rtp.vcproj
32059         * gst/silence/silence.vcproj
32060         * gst/sine/sinesrc.vcproj
32061         * gst/smooth/smooth.vcproj
32062         * gst/smpte/smpte.vcproj
32063         * gst/spectrum/spectrum.vcproj
32064         * gst/speed/speed.vcproj
32065         * gst/stereo/stereo.vcproj
32066         * gst/switch/switch.vcproj
32067         * gst/tags/tagedit.vcproj
32068         * gst/tcp/tcp.vcproj
32069         * gst/typefind/typefindfunctions.vcproj
32070         * gst/udp/udp.vcproj
32071         * gst/videobox/videobox.vcproj
32072         * gst/videocrop/videocrop.vcproj
32073         * gst/videodrop/videodrop.vcproj
32074         * gst/videofilter/gamma.vcproj
32075         * gst/videofilter/videobalance.vcproj
32076         * gst/videofilter/videofilter.vcproj
32077         * gst/videofilter/videoflip.vcproj
32078         * gst/videoflip/videoflip.vcproj
32079         * gst/videomixer/videomixer.vcproj
32080         * gst/videorate/videorate.vcproj
32081         * gst/videoscale/videoscale.vcproj
32082         * gst/videotestsrc/videotestsrc.vcproj
32083         * gst/virtualdub/virtualdub.vcproj
32084         * gst/volenv/volenv.vcproj
32085         * gst/volume/volume.vcproj
32086         * gst/wavenc/wavenc.vcproj
32087         * gst/wavparse/wavparse.vcproj
32088         * gst/y4m/y4menc.vcproj
32089         * gst-libs/gst/audio/audio.vcproj
32090         * gst-libs/gst/audio/audiofilter.vcproj
32091         * gst-libs/gst/colorbalance/colorbalance.vcproj
32092         * gst-libs/gst/idct/idtc.vcproj
32093         * gst-libs/gst/media-info/media-info.vcproj
32094         * gst-libs/gst/mixer/mixer.vcproj
32095         * gst-libs/gst/navigation/navigation.vcproj
32096         * gst-libs/gst/play/play.vcproj
32097         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32098         * gst-libs/gst/resample/resample.vcproj
32099         * gst-libs/gst/riff/riff.vcproj
32100         * gst-libs/gst/tuner/tuner.vcproj
32101         * gst-libs/gst/video/video.vcproj
32102         * gst-libs/gst/xoverlay/xoverlay.vcproj
32103           avoid problems with math.h, fix release dependancy
32104           rename GStreamer-0.8.lib to libgstreamer.lib
32105
32106 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32107
32108         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32110         the atom is not available we have to unlock the mutex. Fixes #148023
32111
32112 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32113
32114         * gst-libs/gst/media-info/media-info.h:
32115           issue for a vararg macro with MSVC
32116
32117 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32118
32119         * gst/effectv/effectv.vcproj
32120         * gst-libs/gst/idct/idct.vcproj:
32121         * gst-libs/gst/media-info/media-info.vcproj:
32122         * gst-libs/gst/navigation/navigation.vcproj:
32123         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32124         * gst-libs/gst/video/video.vcproj:
32125         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32126           fixes for build problems
32127
32128 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32129
32130         * gst-libs/gst/audio/audio.def:
32131         * gst-libs/gst/audio/riff.def:
32132           add some definitions needed by plugins
32133
32134 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32135
32136         * gst/asfdemux/gstasfmux.c
32137           Fix some 64 bits constants to be glib friendly
32138
32139 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32140
32141         * gst/ac3parse/gstac3parse.c
32142         * gst/audioscale/gstaudioscale.c
32143         * gst/auparse/gstauparse.c
32144         * gst/colorspace/gstcolorspace.c
32145         * gst/colorspace/yuv2rgb.h
32146           local include fixes
32147
32148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32149
32150         * win32/gst.sln
32151           add more plugins to the build
32152
32153 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32154
32155         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32156         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32157
32158 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32159
32160         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32161         (gst_level_set_property), (gst_level_get_property),
32162         (gst_level_base_init), (gst_level_class_init):
32163           add debugging categories.  cleanups.
32164
32165 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32166
32167         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32168         (gst_videoscale_planar411), (gst_videoscale_planar400),
32169         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32170         (gst_videoscale_scale_nearest_str1),
32171         (gst_videoscale_scale_nearest_str2),
32172         (gst_videoscale_scale_nearest_str4),
32173         (gst_videoscale_scale_nearest_16bit),
32174         (gst_videoscale_scale_nearest_24bit):
32175           fixed stride issues
32176           tested with 320x240 -> 321, 322, 324 x240
32177           tested with YV12, I420, YUY2, UYVY
32178           fixed packed422rev (don't think it could have worked before)
32179           by testing with UYVY
32180
32181 2004-07-26  Benjamin Otte  <otte@gnome.org>
32182
32183         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32184         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32185         (plugin_init):
32186           add debugging category, add error checks like checking return values
32187           of setup calls, make sure it still works after
32188           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32189
32190 2004-07-26  Wim Taymans  <wim@fluendo.com>
32191
32192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32193         (gst_mpeg_demux_get_audio_stream),
32194         (gst_mpeg_demux_process_private):
32195         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32196         Check for error codes from the negotiation functions. Make sure
32197         we really set the pad caps when a new pad is created.
32198
32199 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32200
32201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32202         (gst_ffmpeg_caps_to_pix_fmt):
32203         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32205         (gst_ffmpegcolorspace_pad_link):
32206           don't make function do two things at the same time without reason.
32207
32208 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32209
32210         * gst/ac3parse/ac3parse.vcproj
32211         * gst/adder/adder.vcproj
32212         * gst/alpha/alpha.vcproj
32213         * gst/alpha/alphacolor.vcproj
32214         * gst/asfdemux/asf.vcproj
32215         * gst/audioconvert/audioconvert.vcproj
32216         * gst/audiorate/audiorate.vcproj
32217         * gst/audioscale/audioscale.vcproj
32218         * gst/auparse/auparse.vcproj
32219         * gst/avi/avi.vcproj
32220         * gst/cdxaparse/cdxaparse.vcproj
32221         * gst/chart/chart.vcproj
32222         * gst/colorspace/colorspace.vcproj
32223         * gst/cutter/cutter.vcproj
32224         * gst/debug/debug.vcproj
32225         * gst/debug/efence.vcproj
32226         * gst/debug/navigationtest.vcproj
32227         * gst/deinterlace/deinterlace.vcproj
32228         * gst/effectv/effectv.vcproj
32229         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32230         * gst/filter/filter.vcproj
32231         * gst/flx/flxdec.vcproj
32232         * gst/goom/goom.vcproj
32233         * gst/interleave/interleave.vcproj
32234         * gst/law/alaw.vcproj
32235         * gst/law/mulaw.vcproj
32236         * gst/matroska/matroska.vcproj
32237         * gst/median/median.vcproj
32238         * gst/mixmatrix/mixmatrix.vcproj
32239         * gst/mpeg1sys/mpeg1systemencode.vcproj
32240         * gst/mpeg1videoparse/mp1videoparse.vcproj
32241         * gst/mpeg2sub/mpeg2subt.vcproj
32242         * gst/mpegaudio/mpegaudio.vcproj
32243         * gst/mpegaudioparse/mpegaudioparse.vcproj
32244         * gst/mpegstream/mpegstream.vcproj
32245         * gst/multifilesink/multifilesink.vcproj
32246         * gst/multipart/multipart.vcproj
32247         * gst/oneton/oneton.vcproj
32248         * gst/overlay/overlay.vcproj
32249         * gst/passthrough/passthrough.vcproj
32250         * gst/qtdemux/qtdemux.vcproj
32251         * gst/realmedia/rmdemux.vcproj
32252         * gst/rtjpeg/rtjpeg.vcproj
32253         * gst/rtp/rtp.vcproj
32254         * gst/silence/silence.vcproj
32255         * gst/sine/sinesrc.vcproj
32256         * gst/smooth/smooth.vcproj
32257         * gst/smpte/smpte.vcproj
32258         * gst/spectrum/spectrum.vcproj
32259         * gst/speed/speed.vcproj
32260         * gst/stereo/stereo.vcproj
32261         * gst/switch/switch.vcproj
32262         * gst/tags/tagedit.vcproj
32263         * gst/tcp/tcp.vcproj
32264         * gst/typefind/typefindfunctions.vcproj
32265         * gst/udp/udp.vcproj
32266         * gst/videobox/videobox.vcproj
32267         * gst/videocrop/videocrop.vcproj
32268         * gst/videodrop/videodrop.vcproj
32269         * gst/videofilter/gamma.vcproj
32270         * gst/videofilter/videobalance.vcproj
32271         * gst/videofilter/videofilter.vcproj
32272         * gst/videofilter/videoflip.vcproj
32273         * gst/videoflip/videoflip.vcproj
32274         * gst/videomixer/videomixer.vcproj
32275         * gst/videorate/videorate.vcproj
32276         * gst/videoscale/videoscale.vcproj
32277         * gst/videotestsrc/videotestsrc.vcproj
32278         * gst/virtualdub/virtualdub.vcproj
32279         * gst/volenv/volenv.vcproj
32280         * gst/volume/volume.vcproj
32281         * gst/wavenc/wavenc.vcproj
32282         * gst/wavparse/wavparse.vcproj
32283         * gst/y4m/y4menc.vcproj
32284           more plugins supported under windows
32285
32286 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32287
32288         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32289         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32290         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32292         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32293           Add debugging statements.  Use the sizes as returned by the
32294           *CreateImage calls.
32295
32296 2004-07-26  Johan Dahlin  <johan@gnome.org>
32297
32298         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32299         the pad is negotiated.
32300
32301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32302
32303 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32304
32305         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32306         * gst-libs/gst/idct/idct.vcproj:
32307         * gst-libs/gst/media-info/media-info.vcproj:
32308         * gst-libs/gst/mixer/mixer.vcproj:
32309         * gst-libs/gst/navigation/navigation.vcproj:
32310         * gst-libs/gst/play/play.vcproj:
32311         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32312         * gst-libs/gst/resample/resample.vcproj:
32313         * gst-libs/gst/tuner/tuner.vcproj:
32314         * gst-libs/gst/video/video.vcproj:
32315         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32316           more plugins supported under windows
32317
32318 2004-07-25 Iain <iain@prettypeople.org>
32319
32320         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32321         pad now rather than when the pad is created because state changes wipe
32322         explicit caps (fixes #148043).
32323
32324 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32325
32326         reviewed by Benjamin Otte  <otte@gnome.org>
32327
32328         * ext/mad/gstmad.c:
32329           fix mad plugin crashing on Sun (fixes #148289)
32330
32331 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32332
32333         * gst/avi/avi.def:
32334         * gst/avi/avi.vcproj:
32335         * gst/matroska/matroska.def:
32336         * gst/matroska/matroska.vcproj:
32337           remove unused .def files
32338
32339 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32340
32341         * gst-libs/gst/audio/gstaudiofilter.c:
32342           Clean the local include
32343
32344 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32345
32346         * win32/gst.sln:
32347         * gst-libs/gst/audio/audio.def:
32348         * gst-libs/gst/audio/audio.vcproj:
32349         * gst-libs/gst/audio/audiofilter.vcproj:
32350         * gst-libs/gst/audio/riff.def:
32351         * gst-libs/gst/audio/riff.vcproj:
32352         * gst-libs/gst/gst-libs.def:
32353         * gst-libs/gst/gst-libs.vcproj:
32354         * gst/avi/avi.vcproj:
32355         * gst/avi/avi.vcproj:
32356           Copy the files where needed after building, cleaner projects
32357
32358 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32359
32360         * gst/matroska/ebml-write.c:
32361           Fix some 64 bits constants to be glib friendly
32362
32363 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32364
32365         * win32/gst.sln:
32366         * gst-libs/gst/gst-libs.def:
32367         * gst-libs/gst/gst-libs.vcproj:
32368         * gst/matroska/matroska.def:
32369         * gst/matroska/matroska.vcproj:
32370           Add the preliminary canvas to build plugins on Win32
32371
32372 2004-07-23  Benjamin Otte  <otte@gnome.org>
32373
32374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32375           don't enfore negotiation from source side, it breaks
32376           sinesrc ! audioconvert ! osssink
32377
32378 2004-07-22  David Schleef  <ds@schleef.org>
32379
32380         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32381         for ELF files, since they can easily be recognized as audio/mpeg.
32382         (bug #147441)
32383
32384 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32385
32386         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32387         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32388         (gst_videoscale_scale_nearest_24bit),
32389         (gst_videoscale_scale_nearest_16bit):
32390           fix 16bit and 24bit for stride (24bit might need testing)
32391           don't pretend we do more than one algorithm
32392
32393 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32394
32395         * configure.ac:
32396         * gst/Makefile.am:
32397         * gst/multifilesink/Makefile.am:
32398         * gst/multifilesink/gstmultifilesink.c:
32399         (gst_multifilesink_get_formats),
32400         (gst_multifilesink_get_query_types), (_do_init),
32401         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32402         (gst_multifilesink_init), (gst_multifilesink_dispose),
32403         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32404         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32405         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32406         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32407         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32408         (gst_multifilesink_uri_get_type),
32409         (gst_multifilesink_uri_get_protocols),
32410         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32411         (gst_multifilesink_uri_handler_init), (plugin_init):
32412         * gst/multifilesink/gstmultifilesink.h:
32413         * testsuite/Makefile.am:
32414         * testsuite/multifilesink/Makefile.am:
32415         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32416         (gst_newmedia_class_init), (gst_newmedia_init),
32417         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32418         (newfile_signal), (test_signal), (main):
32419         multifilesink plugin for creating new files every time a new media
32420         discontinuity event occurs
32421
32422 2004-07-22  Wim Taymans  <wim@fluendo.com>
32423
32424         * gst/alpha/Makefile.am:
32425         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32426         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32427         (gst_alpha_color_init), (gst_alpha_color_set_property),
32428         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32429         (transform), (gst_alpha_color_chain),
32430         (gst_alpha_color_change_state), (plugin_init):
32431         Stupid plugin to to RGBA to AYUV conversion because none of
32432         the colorspace plugins can handle that yet.
32433
32434 2004-07-22  Wim Taymans  <wim@fluendo.com>
32435
32436         * examples/seeking/seek.c: (update_scale), (main):
32437         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32438         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32439         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32440         (gst_decode_bin_init), (gst_decode_bin_dispose),
32441         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32442         (no_more_pads), (close_link), (type_found),
32443         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32444         (plugin_init):
32445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32446         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32447         (gst_play_base_bin_dispose), (queue_overrun),
32448         (gen_preroll_element), (remove_prerolls), (unknown_type),
32449         (no_more_pads), (new_stream), (setup_source),
32450         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32451         (play_base_eos), (gst_play_base_bin_change_state),
32452         (gst_play_base_bin_add_element),
32453         (gst_play_base_bin_remove_element),
32454         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32455         (gst_play_base_bin_unlink_stream),
32456         (gst_play_base_bin_get_streaminfo):
32457         * gst/playback/gstplaybin.c: (gen_video_element),
32458         (gen_audio_element):
32459         * gst/playback/gststreaminfo.h:
32460         More playback updates, attempt to fix things after the state change
32461         breakage.
32462
32463 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32464
32465         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32466         (gst_videoscale_scale_nearest_16bit):
32467           comment algorithm
32468
32469 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32470
32471         * gst/videotestsrc/gstvideotestsrc.c:
32472         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32473         (gst_videotestsrc_init), (gst_videotestsrc_get),
32474         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32475         (gst_videotestsrc_get_property):
32476         * gst/videotestsrc/gstvideotestsrc.h:
32477         * gst/videotestsrc/videotestsrc.c:
32478         * gst/videotestsrc/videotestsrc.h:
32479           cleanup and commenting
32480
32481 2004-07-21  Wim Taymans  <wim@fluendo.com>
32482
32483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32484         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32485         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32486         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32487         (_find_chain_get_unknown_part), (_find_streams_check),
32488         (gst_ogg_demux_push), (gst_ogg_pad_push):
32489         * ext/theora/theoradec.c: (theora_get_formats),
32490         (theora_dec_src_convert), (theora_dec_sink_convert),
32491         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32492         (theora_dec_chain):
32493         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32494         (vorbis_dec_convert), (vorbis_dec_src_query),
32495         (vorbis_dec_src_event), (vorbis_dec_event):
32496         More seeking fixes, oggdemux now supports seeking to time and
32497         uses the downstream element to convert granulepos to time.
32498         Seeking in theora-only ogg files now works.
32499
32500 2004-07-21  Wim Taymans  <wim@fluendo.com>
32501
32502         * ext/theora/theoradec.c: (gst_theora_dec_init),
32503         (theora_get_formats), (theora_get_event_masks),
32504         (theora_get_query_types), (theora_dec_src_convert),
32505         (theora_dec_sink_convert), (theora_dec_src_query),
32506         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32507         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32508         (vorbis_get_event_masks), (vorbis_get_query_types),
32509         (gst_vorbis_dec_init), (vorbis_dec_convert),
32510         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32511         Added query/convert/formats functions to vorbis and theora decoders
32512         so that the outside world can use them too. Fixed seeking on an
32513         ogg/theora/vorbis file by disabling the seeking seeking on the
32514         theora srcpad.
32515
32516 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32517
32518         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32519         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32520         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32521         images creation for both elements. We don't create the image on caps
32522         nego or renego, we just destroy the internal one if present if it does
32523         not match the needs. The chain function takes care of creating a new
32524         image when needed.
32525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32526         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32527         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32528         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32529         the image format information. The buffer pool checks for the context
32530         image format and discard images with different formats.
32531         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32532
32533 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32534
32535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32536         (gst_ffmpegcolorspace_chain):
32537           no point in doing any chaining if the pad we want to push from
32538           isn't usable.
32539
32540 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32541
32542         * gst-libs/gst/riff/riff-media.c:
32543         (gst_riff_create_audio_caps_with_data):
32544           Fix double end-to-native symbol conversion (#148021).
32545
32546 2004-07-20  David Schleef  <ds@schleef.org>
32547
32548         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32549         Don't use an Atom that doesn't exist.
32550
32551 2004-07-20  Wim Taymans  <wim@fluendo.com>
32552
32553         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32554         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32555         (gst_multifdsink_client_remove),
32556         (gst_multifdsink_handle_client_write),
32557         (gst_multifdsink_queue_buffer):
32558         * gst/tcp/gstmultifdsink.h:
32559         More multifdsink stats. Avoid deadlock by releasing locks
32560         before sending out a signal.
32561
32562 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32563
32564         * po/LINGUAS:
32565         * po/hu.po:
32566           added Hungarian translation (Laszlo Dvornik)
32567
32568 2004-07-20  Wim Taymans  <wim@fluendo.com>
32569
32570         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32571         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32572         (gst_multifdsink_handle_client_write),
32573         (gst_multifdsink_queue_buffer):
32574         * gst/tcp/gsttcp-marshal.list:
32575         Fixed the stupid marshal definition.
32576
32577 2004-07-20  Wim Taymans  <wim@fluendo.com>
32578
32579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32580         (gst_multifdsink_init), (gst_multifdsink_add),
32581         (gst_multifdsink_client_remove),
32582         (gst_multifdsink_handle_client_write),
32583         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32584         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32585         (gst_multifdsink_init_send):
32586         * gst/tcp/gstmultifdsink.h:
32587         Added more stats, added timeout for a client, fixed some typos
32588         and added some comments.
32589
32590 2004-07-20  Wim Taymans  <wim@fluendo.com>
32591
32592         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32593         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32594         (gst_multifdsink_client_remove),
32595         (gst_multifdsink_handle_client_write):
32596         * gst/tcp/gstmultifdsink.h:
32597         * gst/tcp/gsttcp-marshal.list:
32598         Added get_stats method that returns a GValueArray of
32599         stats values.
32600
32601 2004-07-19  Benjamin Otte  <otte@gnome.org>
32602
32603         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32604           make sure longname, description and author are valid UTF-8
32605
32606 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32607
32608         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32609         (gst_ximagesink_set_property):
32610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32611         (gst_xvimagesink_set_property):
32612           make sure SYNCHRONOUS is respected after getting the X context
32613
32614 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32615
32616         * gst/matroska/matroska-demux.c:
32617         (gst_matroska_demux_handle_src_event),
32618         (gst_matroska_demux_parse_blockgroup):
32619         * gst/matroska/matroska-ids.h:
32620           add BlockReference tag and ignore it to clear out log.
32621           ignore NAVIGATION events to clear out log.
32622
32623 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32624
32625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32626         (gst_matroska_demux_add_stream):
32627         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32628           add debug categories
32629
32630 2004-07-16  Wim Taymans  <wim@fluendo.com>
32631
32632         * ext/libpng/Makefile.am:
32633         * ext/libpng/gstpng.c: (plugin_init):
32634         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32635         (gst_pngdec_get_type), (gst_pngdec_base_init),
32636         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32637         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32638         * ext/libpng/gstpngdec.h:
32639         Added png decoder.
32640
32641 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32642
32643         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32644         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32645         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32646         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32647         (gst_ximagesink_buffer_alloc):
32648         * sys/ximage/ximagesink.h:
32649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32650         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32651         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32652         (gst_xvimagesink_buffer_alloc):
32653         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32654         again. Using internal data pointer of the x(v)image to store image's
32655         data to be coherent with the buffer alloc mechanism. Investigated the
32656         image destruction code to be sure that everything gets freed correctly.
32657
32658 2004-07-16  Wim Taymans  <wim@fluendo.com>
32659
32660         * gst-libs/gst/riff/riff-read.c:
32661         (gst_riff_read_strf_vids_with_data),
32662         (gst_riff_read_strf_auds_with_data):
32663         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32664         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32665         Make sure we don't create 0 sized subbuffers in riff-read.
32666         Signal the no more pads signal after reading the avi header.
32667
32668 2004-07-16  Wim Taymans  <wim@fluendo.com>
32669
32670         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32671         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32672         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32673         (gst_decode_bin_init), (gst_decode_bin_dispose),
32674         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32675         (no_more_pads), (close_link), (type_found),
32676         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32677         (gst_decode_bin_change_state), (plugin_init):
32678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32679         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32680         (gst_play_base_bin_dispose), (queue_overrun),
32681         (gen_preroll_element), (remove_prerolls), (unknown_type),
32682         (no_more_pads), (new_stream), (setup_source),
32683         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32684         (play_base_eos), (gst_play_base_bin_change_state),
32685         (gst_play_base_bin_add_element),
32686         (gst_play_base_bin_remove_element),
32687         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32688         (gst_play_base_bin_unlink_stream),
32689         (gst_play_base_bin_get_streaminfo):
32690         * gst/playback/gstplaybasebin.h:
32691         Better error recovery. Added configurable preroll queue size. Faster
32692         detection of no-more-pads.
32693
32694 2004-07-16  Wim Taymans  <wim@fluendo.com>
32695
32696         * gst-libs/gst/video/video.h:
32697         Added 32 bits RGBA. Not sure if we should use another mime-type
32698         for alpha rgb. Currently the presence of the alpha_mask property
32699         signals an alpha channel.
32700
32701 2004-07-16  Wim Taymans  <wim@fluendo.com>
32702
32703         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32705         FPS seems to be 0.0 to MAX everywhere else.
32706
32707 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32708
32709         * gst-libs/gst/riff/riff-media.c:
32710         (gst_riff_create_video_caps_with_data):
32711           mp42/mp43 (no caps) exist too.
32712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32713           Set pixel_width/height; we've got them in-caps.
32714         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32715         * gst/wavparse/gstwavparse.c: (plugin_init):
32716           Both are valid primary.
32717         * sys/oss/gstossmixer.c:
32718           Remove i18n hack and enable translations.
32719
32720 2004-07-15  Benjamin Otte  <otte@gnome.org>
32721
32722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32723         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32724           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32725
32726 2004-07-15  Benjamin Otte  <otte@gnome.org>
32727
32728         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32729         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32730         (gst_alsa_close_audio):
32731           disable some of the debugging code for now. Writing debugging to a
32732           buffer is broken in current alsalib releases.
32733
32734 2004-07-12  Benjamin Otte  <otte@gnome.org>
32735
32736         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32737           use bufferpools
32738
32739 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32740
32741         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32742         (theora_dec_src_query), (theora_dec_event):
32743         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32744           add debugging categories.  Remove \n's.
32745
32746 2004-07-13  Johan Dahlin  <johan@gnome.org>
32747
32748         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32749         (gst_play_bin_get_property): Impl.
32750
32751 2004-07-13  Wim Taymans  <wim@fluendo.com>
32752
32753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32754         When trying to find the stream length, seek back N pages
32755         instead of just one, where N is the number of streams in
32756         the current chain.
32757
32758 2004-07-13  Wim Taymans  <wim@fluendo.com>
32759
32760         * gst-libs/gst/riff/riff-media.c:
32761         (gst_riff_create_audio_caps_with_data),
32762         (gst_riff_create_audio_caps),
32763         (gst_riff_create_audio_template_caps):
32764         * gst-libs/gst/riff/riff-media.h:
32765         * gst-libs/gst/riff/riff-read.c:
32766         (gst_riff_read_strf_vids_with_data),
32767         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32768         * gst-libs/gst/riff/riff-read.h:
32769         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32770         (gst_avi_demux_add_stream):
32771         Set codec_data on caps for avidemuxer.
32772
32773 2004-07-12  David Schleef  <ds@schleef.org>
32774
32775         * configure.ac: Fix test for Objective C
32776
32777 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32778         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32779         (gst_gdk_pixbuf_chain):
32780           Add svg and pcx to template caps, and ensure that getcaps returns a
32781           subset of the template caps.
32782           Copy each row manually for output, as gdkpixbuf may pad the
32783           rowstride to a 32-bit word boundary.
32784
32785 2004-07-12  Wim Taymans  <wim@fluendo.com>
32786
32787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32788         (gst_riff_create_video_template_caps):
32789         Fix the template caps to include some more media types.
32790
32791 2004-07-12  Wim Taymans  <wim@fluendo.com>
32792
32793         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32794         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32795         (compare_ranks), (print_feature), (gst_decode_bin_init),
32796         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32797         (try_to_link_1), (new_pad), (close_link), (type_found),
32798         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32799         (gst_decode_bin_change_state), (plugin_init):
32800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32801         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32802         (gst_play_base_bin_dispose), (queue_overrun),
32803         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32804         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32805         (gst_play_base_bin_get_property), (play_base_eos),
32806         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32807         (gst_play_base_bin_remove_element),
32808         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32809         (gst_play_base_bin_unlink_stream),
32810         (gst_play_base_bin_get_streaminfo):
32811         * gst/playback/gstplaybasebin.h:
32812         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32813         (gst_play_bin_class_init), (gst_play_bin_init),
32814         (gst_play_bin_dispose), (gst_play_bin_set_property),
32815         (gst_play_bin_get_property), (gen_video_element),
32816         (gen_audio_element), (remove_sinks), (setup_sinks),
32817         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32818         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32819         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32820         (gst_play_bin_query), (plugin_init):
32821         * gst/playback/test4.c: (main):
32822         More fixes on reusing of the element.
32823
32824 2004-07-11  Benjamin Otte  <otte@gnome.org>
32825
32826         * ext/mad/gstmad.c: (normal_seek):
32827           allow seeking for other methods than just SET
32828
32829 2004-07-11  Andy Wingo  <wingo@pobox.com>
32830
32831         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32832         float, "any" caps -> buffer_frames=[0,MAX].
32833
32834         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32835         doesn't intersect our caps with the template any more. Do it
32836         ourselves.
32837         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32838
32839 2004-07-09  Wim Taymans  <wim@fluendo.com>
32840
32841         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32842         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32843         (compare_ranks), (print_feature), (gst_decode_bin_init),
32844         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32845         (try_to_link_1), (new_pad), (close_link), (type_found),
32846         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32847         (gst_decode_bin_change_state), (plugin_init):
32848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32849         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32850         (gst_play_base_bin_dispose), (queue_overrun),
32851         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32852         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32853         (gst_play_base_bin_get_property), (play_base_eos),
32854         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32855         (gst_play_base_bin_remove_element),
32856         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32857         (gst_play_base_bin_unlink_stream),
32858         (gst_play_base_bin_get_streaminfo):
32859         * gst/playback/gstplaybasebin.h:
32860         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32861         (gst_play_bin_class_init), (gst_play_bin_init),
32862         (gst_play_bin_dispose), (gst_play_bin_set_property),
32863         (gst_play_bin_get_property), (gen_video_element),
32864         (gen_audio_element), (remove_sinks), (setup_sinks),
32865         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32866         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32867         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32868         (gst_play_bin_query), (plugin_init):
32869         * gst/playback/test4.c: (main):
32870         Work on object reuse and seeking.
32871
32872 2004-07-09  Wim Taymans  <wim@fluendo.com>
32873
32874         * examples/seeking/seek.c: (iterate):
32875         Don't consume all CPU in the idle loop.
32876
32877 2004-07-09  Wim Taymans  <wim@fluendo.com>
32878
32879         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32880         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32881         Add pad to element *after* setting the pad functions so that
32882         the scheduler can use the correct ones.
32883
32884 2004-07-09  Wim Taymans  <wim@fluendo.com>
32885
32886         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32887         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32888         Sync to keyframe after seek
32889
32890 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32891
32892         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32894         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32895         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32896         * ext/libvisual/visual.c: (gst_visual_change_state):
32897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32898         * ext/theora/theoradec.c: (theora_dec_change_state):
32899         * ext/theora/theoraenc.c: (theora_enc_change_state):
32900         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32901         * gst-libs/gst/navigation/navigation.c:
32902         * gst/adder/gstadder.c: (gst_adder_change_state):
32903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32904         (gst_audio_convert_get_buffer):
32905         * gst/multipart/multipartdemux.c:
32906         (gst_multipart_demux_change_state):
32907         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32909         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32910         * gst/videoscale/gstvideoscale.c:
32911         (gst_videoscale_handle_src_event):
32912         * gst/volume/gstvolume.c: (volume_chain_int16):
32913           don't assert in state change, this should be done by the base
32914           GstElement class.
32915           various debugging fixes.
32916
32917 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32918
32919         * configure.ac:
32920         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32921         (gst_play_dispose), (gst_play_set_location),
32922         (gst_play_set_data_src), (gst_play_set_video_sink),
32923         (gst_play_set_audio_sink), (gst_play_set_visualization),
32924         (gst_play_connect_visualization), (gst_play_get_sink_element),
32925         (gst_play_get_all_by_interface):
32926         * gst-libs/gst/play/play.h:
32927           add new method to get elements implementing an interface.
32928           add various error logging
32929
32930 2004-07-08  Wim Taymans  <wim@fluendo.com>
32931
32932         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32933         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32934         (make_playerbin_pipeline), (query_durations_elems),
32935         (query_durations_pads), (query_positions_elems),
32936         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32937         (main):
32938         Added playbin seeking example.
32939
32940 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32941
32942         * gst-libs/gst/play/play.c: (gst_play_set_location),
32943         (gst_play_set_data_src), (gst_play_set_video_sink),
32944         (gst_play_set_audio_sink), (gst_play_set_visualization),
32945         (gst_play_connect_visualization), (gst_play_get_framerate):
32946           use a macro to look up elements from hash table
32947
32948 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32949
32950         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32951         (gst_play_get_length_callback), (gst_play_set_location),
32952         (gst_play_seek_to_time), (gst_play_set_data_src),
32953         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32954         (gst_play_set_visualization), (gst_play_connect_visualization),
32955         (gst_play_get_sink_element):
32956         - add debugging info
32957         - fix looking up sink elements by iterating over complete caps
32958         - put everything except for source and autoplugger in a complete bin
32959
32960 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32961
32962         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32964         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32965         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32966         * ext/alsa/gstalsasink.h:
32967         - add debugging info
32968         - clean up schizophrenia of data/buffer/event
32969         - fix double event unref error
32970
32971 2004-07-08  Wim Taymans  <wim@fluendo.com>
32972
32973         * gst/playback/Makefile.am:
32974         Add headers to noinst
32975
32976 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32977
32978         * tools/gst-launch-ext-m.m:
32979         * tools/gst-launch-ext.1.in:
32980           convert to the third millenium
32981
32982 2004-07-07  David Schleef  <ds@schleef.org>
32983
32984         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32985
32986 2004-07-07  Wim Taymans  <wim@fluendo.com>
32987
32988         * gst/playback/Makefile.am:
32989         * gst/playback/README:
32990         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32991         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32992         (compare_ranks), (print_feature), (gst_decode_bin_init),
32993         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32994         (try_to_link_1), (new_pad), (close_link), (type_found),
32995         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32996         (plugin_init):
32997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32998         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32999         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33000         (gen_preroll_element), (no_more_pads), (new_stream),
33001         (setup_source), (gst_play_base_bin_set_property),
33002         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33003         (gst_play_base_bin_add_element),
33004         (gst_play_base_bin_remove_element),
33005         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33006         (gst_play_base_bin_unlink_stream),
33007         (gst_play_base_bin_get_streaminfo):
33008         * gst/playback/gstplaybasebin.h:
33009         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33010         (gst_play_bin_class_init), (gst_play_bin_init),
33011         (gst_play_bin_dispose), (gst_play_bin_set_property),
33012         (gst_play_bin_get_property), (gen_video_element),
33013         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33014         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33015         (gst_play_bin_get_formats), (gst_play_bin_convert),
33016         (gst_play_bin_get_query_types), (gst_play_bin_query),
33017         (plugin_init):
33018         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33019         (gst_stream_info_get_type), (gst_stream_info_class_init),
33020         (gst_stream_info_init), (gst_stream_info_new),
33021         (gst_stream_info_dispose), (gst_stream_info_set_property),
33022         (gst_stream_info_get_property):
33023         * gst/playback/gststreaminfo.h:
33024         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33025         (main):
33026         * gst/playback/test2.c: (main):
33027         * gst/playback/test3.c: (update_scale), (main):
33028         More playbin fixes. Added README. Do better element filtering.
33029         Added base class to preroll media. Added test apps.
33030
33031 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33032
33033         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33034         * ext/mpeg2dec/gstmpeg2dec.h:
33035           various debugging improvements.  Reset stream to next picture
33036           instead of sequence header, otherwise seeks cannot work.
33037
33038 2004-07-07  Wim Taymans  <wim@fluendo.com>
33039
33040         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33041         (gst_video_box_class_init), (gst_video_box_set_property),
33042         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33043         Use pad_alloc where possible.
33044
33045 2004-07-07  Wim Taymans  <wim@fluendo.com>
33046
33047         * sys/oss/gstosselement.c: (gst_osselement_reset),
33048         (gst_osselement_parse_caps):
33049         * sys/oss/gstosselement.h:
33050         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33051         Fix offset on osssrc.
33052
33053 2004-07-07  Wim Taymans  <wim@fluendo.com>
33054
33055         * ext/theora/theora.c: (plugin_init):
33056         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33057         (theora_dec_src_query), (theora_dec_chain):
33058         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33059         (theora_enc_sink_link), (theora_buffer_from_packet),
33060         (theora_push_packet), (theora_enc_chain):
33061         Fix theora granulepos calculation.
33062         Fix overflow in duration/position calculation.
33063         Bump rank to PRIMARY for theoradec.
33064         Use granulepos of last packet to calculate position.
33065         Set keyframe flag on buffers when needed.
33066
33067 2004-07-06  David Schleef  <ds@schleef.org>
33068
33069         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33070         serious?  (Fixed, obviously.)
33071
33072 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33073
33074         * po/LINGUAS:
33075         * po/cs.po:
33076           added Czech translation (Miloslav Trmac)
33077
33078 2004-07-05  Wim Taymans  <wim@fluendo.com>
33079
33080         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33081         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33082         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33083         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33084         (close_link), (type_found), (gst_decode_bin_set_property),
33085         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33086         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33087         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33088         (gst_decode_bin_query), (plugin_init):
33089         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33090         (gst_play_bin_class_init), (gst_play_bin_init),
33091         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33092         (get_video_element), (new_pad), (setup_source),
33093         (gst_play_bin_set_property), (gst_play_bin_get_property),
33094         (gst_play_bin_change_state), (gst_play_bin_add_element),
33095         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33096         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33097         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33098         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33099         * gst/playback/test.c: (main):
33100         More fixes, cleaned up playbin, make it use decodebin. Added
33101         threaded property to playbin.
33102
33103 2004-07-05  Wim Taymans  <wim@fluendo.com>
33104
33105         * configure.ac:
33106         * gst/playback/Makefile.am:
33107         * gst/playback/decodetest.c: (main):
33108         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33109         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33110         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33111         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33112         (close_link), (type_found), (gst_decode_bin_set_property),
33113         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33114         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33115         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33116         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33117         (plugin_init):
33118         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33119         (gst_play_bin_class_init), (gst_play_bin_init),
33120         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33121         (collect_sink_pads), (find_compatibles), (close_pad_link),
33122         (try_to_link_1), (new_pad), (close_link), (type_found),
33123         (setup_source), (gst_play_bin_set_property),
33124         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33125         (compare_ranks), (gst_play_bin_collect_factories),
33126         (gst_play_bin_change_state), (gst_play_bin_add_element),
33127         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33128         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33129         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33130         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33131         * gst/playback/test.c: (main):
33132         Added some playback helper elements and some test apps, very alpha
33133         still.
33134
33135 2004-07-04  Benjamin Otte  <otte@gnome.org>
33136
33137         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33138           only restart audio when we indeed have an xrun to fix repeated
33139           xruns. Fix suggested by Giuliano Pochini.
33140
33141 2004-07-03  David Schleef  <ds@schleef.org>
33142
33143         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33144         call to gst_debug_log() if debugging is disabled (bug #145118)
33145
33146 2004-07-03  Benjamin Otte  <otte@gnome.org>
33147
33148         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33149           use our own functions for restarting the alsa device.
33150         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33151           I should apply patches myself - use MIN for the third argument, not
33152           the second, this fixes seeking
33153
33154 2004-07-02  David Schleef  <ds@schleef.org>
33155
33156         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33157         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33158         do with the logic.
33159
33160 2004-07-02  David Schleef  <ds@schleef.org>
33161
33162         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33163         output buffers.  Fix logic mistake.  (bug #144866)
33164
33165 2004-07-02  David Schleef  <ds@schleef.org>
33166
33167         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33168         on X.  (bug #144753)
33169
33170 2004-07-02  David Schleef  <ds@schleef.org>
33171
33172         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33173         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33174         (bug #144624)
33175         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33176         (gst_osselement_rate_probe_check): Add another workaround for
33177         buggy drivers (bug #145336)
33178
33179 2004-07-02  David Schleef  <ds@schleef.org>
33180
33181         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33182         Most systems don't have MSG_NOSIGNAL.
33183
33184 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33185
33186         * Makefile.am:
33187         * gst-libs/gst/colorbalance/Makefile.am:
33188         * gst-libs/gst/mixer/Makefile.am:
33189         * gst-libs/gst/play/Makefile.am:
33190         * gst-libs/gst/tuner/Makefile.am:
33191           (hopefully) fix both install and dist and make error message useful.
33192           needs testing across automakes.
33193
33194 2004-07-02  Benjamin Otte  <otte@gnome.org>
33195
33196         * ext/ogg/gstogg.c: (plugin_init):
33197           we require bytestream now
33198         * ext/ogg/gstoggdemux.c:
33199           huge diff to implement chain setup in a fast and generic way. This
33200           improves tag reading and startup of huge files (read: Theora videos)
33201           quite a bit. It probably contains bugs, too, so please test.
33202           Seeking is not improved to the fast method.
33203
33204 2004-06-29  Wim Taymans  <wim@fluendo.com>
33205
33206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33207         * ext/ogg/gstoggmux.c:
33208         Fix memleak in oggdemux when running unconnected pads.
33209         doc update in mux, start working on keyframe mode.
33210
33211 2004-06-29  Benjamin Otte  <otte@gnome.org>
33212
33213         * sys/oss/gstosssink.c:
33214         * sys/oss/gstosssrc.c:
33215           advertise correct template caps - we indeed do non-native endianness
33216           and 8bit audio has no endianness
33217         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33219           avoid (wrong) duplications in getcaps function and return
33220           template caps
33221
33222 2004-06-29  Wim Taymans  <wim@fluendo.com>
33223
33224         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33225         (gst_multifdsink_class_init), (gst_multifdsink_add),
33226         (gst_multifdsink_remove), (gst_multifdsink_clear),
33227         (gst_multifdsink_client_remove),
33228         (gst_multifdsink_handle_client_read),
33229         (gst_multifdsink_client_queue_data),
33230         (gst_multifdsink_client_queue_caps),
33231         (gst_multifdsink_client_queue_buffer),
33232         (gst_multifdsink_handle_client_write),
33233         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33234         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33235         (gst_multifdsink_init_send), (gst_multifdsink_close):
33236         Fix wrong GList iteration that could crash the server when
33237         more then 2 clients disconnect at the same time. Read all the
33238         pending commands in one batch to recover from command storms under
33239         very heavy load.
33240
33241 2004-06-28  Wim Taymans  <wim@fluendo.com>
33242
33243         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33244         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33245         (gst_videomixer_pad_set_property),
33246         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33247         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33248         (gst_videomixer_class_init), (gst_videomixer_init),
33249         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33250         (pad_zorder_compare), (gst_videomixer_sort_pads),
33251         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33252         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33253         (gst_videomixer_update_queues), (gst_videomixer_loop),
33254         (plugin_init):
33255         Avoid divide by zero, choose masterpad as the pad with the highest
33256         framerate.
33257
33258 2004-06-27  Julien Moutte  <julien@moutte.net>
33259
33260         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33261         (gst_ximagesink_xwindow_new):
33262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33263         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33264         function directly. We might want to call it from somewhere else one day.
33265
33266 2004-06-27  Julien Moutte  <julien@moutte.net>
33267
33268         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33269         (gst_ximagesink_xwindow_new):
33270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33271         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33272         window decorations.
33273
33274 2004-06-27  Wim Taymans  <wim@fluendo.com>
33275
33276         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33277         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33278         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33279         (gst_dvdec_set_property), (gst_dvdec_get_property):
33280         * ext/dv/gstdvdec.h:
33281         Implement drop_factor property to lower the framerate with
33282         a factor.
33283
33284 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33285
33286         * gst-libs/gst/colorbalance/Makefile.am:
33287         * gst-libs/gst/mixer/Makefile.am:
33288         * gst-libs/gst/play/Makefile.am:
33289         * gst-libs/gst/tuner/Makefile.am:
33290           unbreak Company's fix that didn't install the -enum.h files
33291
33292 2004-06-27  Wim Taymans  <wim@fluendo.com>
33293
33294         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33295         (gst_dvdec_change_state):
33296         * ext/dv/gstdvdec.h:
33297         Fix timestamp, duration and offset of the buffers.
33298
33299 2004-06-27  Wim Taymans  <wim@fluendo.com>
33300
33301         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33302         (gst_multifdsink_class_init), (gst_multifdsink_add),
33303         (gst_multifdsink_remove), (gst_multifdsink_clear),
33304         (gst_multifdsink_client_remove),
33305         (gst_multifdsink_handle_client_read),
33306         (gst_multifdsink_client_queue_data),
33307         (gst_multifdsink_client_queue_caps),
33308         (gst_multifdsink_client_queue_buffer),
33309         (gst_multifdsink_handle_client_write),
33310         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33311         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33312         (gst_multifdsink_init_send), (gst_multifdsink_close):
33313         * gst/tcp/gstmultifdsink.h:
33314         * gst/tcp/gsttcpserversink.c:
33315         (gst_tcpserversink_handle_server_read),
33316         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33317         More multifdsink fixes, more recovery policy fixes.
33318         Removed stupid g_print
33319
33320 2004-06-26  Wim Taymans  <wim@fluendo.com>
33321
33322         * gst/tcp/Makefile.am:
33323         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33324         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33325         (gst_multifdsink_class_init), (gst_multifdsink_init),
33326         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33327         (gst_multifdsink_handle_client_read),
33328         (gst_multifdsink_client_queue_data),
33329         (gst_multifdsink_client_queue_caps),
33330         (gst_multifdsink_client_queue_buffer),
33331         (gst_multifdsink_handle_client_write),
33332         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33333         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33334         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33335         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33336         (gst_multifdsink_close), (gst_multifdsink_change_state):
33337         * gst/tcp/gstmultifdsink.h:
33338         * gst/tcp/gsttcpplugin.c: (plugin_init):
33339         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33340         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33341         (gst_tcpserversink_handle_server_read),
33342         (gst_tcpserversink_handle_select),
33343         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33344         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33345         * gst/tcp/gsttcpserversink.h:
33346         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33347         one of the locks, added recovery policy to multifdsink.
33348
33349 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33350
33351         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33352           fix decision for when getting frames with same timestamp
33353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33354         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33355         (gst_v4lsrc_get_property):
33356         * sys/v4l/gstv4lsrc.h:
33357           add latency offset property
33358
33359 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33360
33361         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33362         (plugin_init):
33363           fix debugging. add category.
33364
33365 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33366
33367         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33368           fix wrong offsets
33369
33370 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33371
33372         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33373         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33374         (gst_alsa_src_change_state):
33375           return a time that is in sync with the element's processing
33376
33377 2004-06-25  Wim Taymans  <wim@fluendo.com>
33378
33379         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33380         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33381         (gst_tcpserversink_client_remove),
33382         (gst_tcpserversink_handle_client_read),
33383         (gst_tcpserversink_client_queue_data),
33384         (gst_tcpserversink_client_queue_caps),
33385         (gst_tcpserversink_client_queue_buffer),
33386         (gst_tcpserversink_handle_client_write),
33387         (gst_tcpserversink_queue_buffer),
33388         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33389         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33390         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33391         (gst_tcpserversink_close):
33392         * gst/tcp/gsttcpserversink.h:
33393         Serversink rewrite. Really do non blocking writes to clients and
33394         maintain an internal queue to handle slower clients while not
33395         disturbing fast clients.
33396
33397 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33398
33399         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33400           better debug, don't override OFFSET and OFFSET_END
33401
33402 2004-06-25  Iain <iain@prettypeople.org>
33403
33404         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33405         name=source for the wavparse pipeline.
33406
33407 2004-06-24  Johan Dahlin  <johan@gnome.org>
33408
33409         * ext/theora/theoraenc.c (theora_enc_chain): Call
33410         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33411         streamheader caps are set correctly.
33412
33413 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33414
33415         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33416         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33417           respect minimum bitrate; same could be done for max bitrate
33418
33419 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33420
33421         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33422         (gst_vorbisenc_setup):
33423           fix sample rate range
33424
33425 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33426
33427         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33428         (gst_oggvorbisenc_setup):
33429         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33430         (gst_vorbisenc_setup):
33431           resolve ambiguities in code and description
33432
33433 2004-06-24  Wim Taymans  <wim@fluendo.com>
33434
33435         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33436         * ext/alsa/gstalsa.h:
33437         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33438         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33439         Use alsa trigger_tstamp to get the timestamp of the first
33440         sample in the buffer for more precise sync. Some cleanups.
33441
33442 2004-06-24  Wim Taymans  <wim@fluendo.com>
33443
33444         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33445         (gst_audiorate_init), (gst_audiorate_chain),
33446         (gst_audiorate_set_property), (gst_audiorate_get_property):
33447         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33448         (gst_videorate_chain):
33449         Added some logging, fixed an overflow bug in videorate.
33450
33451 2004-06-24  Benjamin Otte  <otte@gnome.org>
33452
33453         * ext/kio/Makefile.am:
33454           fix for builddir != srcdir and distcheck
33455
33456 2004-06-24  Benjamin Otte  <otte@gnome.org>
33457
33458         * gst-libs/gst/colorbalance/Makefile.am:
33459         * gst-libs/gst/mixer/Makefile.am:
33460         * gst-libs/gst/play/Makefile.am:
33461         * gst-libs/gst/tuner/Makefile.am:
33462         * gst/tcp/Makefile.am:
33463         * sys/dxr3/Makefile.am:
33464           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33465           tarball.
33466           Also add all *.list files that were missing.
33467         * Makefile.am:
33468           add a distcheck hook to ensure the above doesn't happen again.
33469
33470 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33471
33472         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33473
33474 2004-06-23  Colin Walters  <walters@redhat.com>
33475
33476         * m4/Makefile.am: Distribute gst-fionread.m4.
33477
33478 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33479
33480         * configure.ac: back to dev
33481
33482 2004-06-23  Wim Taymans  <wim@fluendo.com>
33483
33484         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33485         (gst_alsa_xrun_recovery):
33486         * ext/alsa/gstalsa.h:
33487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33488         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33489         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33490         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33491         (gst_alsa_src_loop):
33492         Add clock to alsasrc. Take new capture timestamp when
33493         restarting after an overrun. Split up some functions between
33494         alsasrc and alsasink.
33495
33496 === release 0.8.2 ===
33497
33498 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33499
33500         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33501         (gst_alsa_change_state), (gst_alsa_update_avail),
33502         (gst_alsa_xrun_recovery):
33503         * ext/alsa/gstalsa.h:
33504         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33505           merge back changes from release
33506
33507 2004-06-23  Wim Taymans  <wim@fluendo.com>
33508
33509         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33510         (gst_audiorate_init), (gst_audiorate_chain),
33511         (gst_audiorate_set_property), (gst_audiorate_get_property):
33512         Implement sample dropping and notify
33513
33514 2004-06-22  Wim Taymans  <wim@fluendo.com>
33515
33516         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33517         (theora_enc_sink_link), (theora_buffer_from_packet),
33518         (theora_push_packet), (theora_enc_chain):
33519         Some cleanups, make sure the timestamps are correct.
33520
33521 2004-06-22  Wim Taymans  <wim@fluendo.com>
33522
33523         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33524         (gst_alsa_change_state), (gst_alsa_update_avail),
33525         (gst_alsa_xrun_recovery):
33526         * ext/alsa/gstalsa.h:
33527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33528         Cleanups, take queued samples into account when reporting
33529         the time.
33530
33531 2004-06-22  Wim Taymans  <wim@fluendo.com>
33532
33533         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33534         (gst_videorate_init):
33535         Initialize the property as well.
33536
33537 2004-06-22  Wim Taymans  <wim@fluendo.com>
33538
33539         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33540         (gst_videorate_init), (gst_videorate_chain),
33541         (gst_videorate_set_property), (gst_videorate_get_property):
33542         Add property to make videorate silent.
33543         Add property to prefer new frames over old ones.
33544
33545 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33546
33547         * sys/osxvideo/Makefile.am:
33548         Workaround so that the osxvideo .so file gets linked with the
33549         Cocoa, OpenGL and QuickTime frameworks
33550
33551 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33552
33553         * sys/osxaudio/Makefile.am:
33554         Workaround so that the osxaudio .so file gets linked with the
33555         CoreAudio framework
33556
33557 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33558
33559         * configure.ac:
33560         Whoops, my fault...fixed build issues
33561
33562 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33563
33564         * configure.ac:
33565         Add objective-c support if running in Darwin/Mac OS X
33566         * sys/Makefile.am:
33567         * sys/osxvideo:
33568         * sys/osxvideo/Makefile.am:
33569         * sys/osxvideo/osxvideosink.h:
33570         * sys/osxvideo/osxvideosink.m:
33571         * sys/osxvideo/cocoawindow.h:
33572         * sys/osxvideo/cocoawindow.m:
33573         Add osxvideosink, a cocoa-based osx video sink
33574
33575
33576 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33577         * ext/dvdnav/gst-dvd:
33578         Grab the gconf key from the right spot
33579         * gst/debug/gstnavseek.c: (gst_navseek_init),
33580         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33581         (gst_navseek_chain):
33582         * gst/debug/gstnavseek.h:
33583           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33584           and loop parameters of a segment seek.
33585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33586         (gst_videotestsrc_get_event_masks),
33587         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33588         * gst/videotestsrc/gstvideotestsrc.h:
33589           Add seeking support to videotestsrc
33590           Initialise the timestamp_offset variable.
33591
33592 2004-06-18  Wim Taymans  <wim@fluendo.com>
33593
33594         * ext/sidplay/gstsiddec.cc:
33595         Fix negotiation and set correct end offset.
33596
33597 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33598
33599         * configure.ac: branch and prerelease
33600
33601 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33602
33603         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33604         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33605         (gst_tcpclientsrc_init_receive):
33606         * gst/tcp/gsttcpclientsrc.h:
33607           read caps when connecting to server for GDP so we set them correctly
33608
33609 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33610
33611         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33612           notify drops and duplicates
33613         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33614           no good reason to limit ourselves to 100x100
33615
33616 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33617
33618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33619         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33620         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33621         (gst_v4lsrc_get_property):
33622         * sys/v4l/gstv4lsrc.h:
33623         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33624         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33625         (gst_v4l_set_audio):
33626         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33627         (gst_v4lsrc_try_capture):
33628         * sys/v4l/v4lsrc_calls.h:
33629           change try_palette to more general try_capture
33630           add autoprobe option so we can turn off autoprobing
33631           various fixes
33632
33633 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33634
33635         * configure.ac:
33636           add videorate
33637         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33638         (gst_ximagesink_class_init):
33639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33640         (gst_xvimagesink_class_init):
33641           run them as finalize, not dispose, since dispose can be invoked
33642           multiple times
33643
33644 2004-06-17  Wim Taymans  <wim@fluendo.com>
33645
33646         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33647         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33648         * ext/alsa/gstalsa.h:
33649         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33650         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33651         (gst_alsa_src_change_state):
33652         * ext/alsa/gstalsasrc.h:
33653         Make the xrun code timestamp and offset the buffers correctly.
33654         moved the clock to the base class, use alsa methods to get time.
33655         Do correct timestamping on outgoing buffers.
33656
33657 2004-06-17  Wim Taymans  <wim@fluendo.com>
33658
33659         * gst/audiorate/Makefile.am:
33660         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33661         (gst_audiorate_base_init), (gst_audiorate_class_init),
33662         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33663         (gst_audiorate_set_property), (gst_audiorate_get_property),
33664         (gst_audiorate_change_state), (plugin_init):
33665         Added an audiorate converter that fills in gaps.
33666
33667 2004-06-17  Johan Dahlin  <johan@gnome.org>
33668
33669         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33670
33671 2004-06-16  Wim Taymans  <wim@fluendo.com>
33672
33673         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33674         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33675         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33676         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33677         (gst_v4lsrc_get_property):
33678         * sys/v4l/gstv4lsrc.h:
33679         Added a copy mode to v4lsrc where it will output a copied version
33680         of its internal hardware buffer.
33681         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33682         can't | them.
33683
33684 2004-06-16  Wim Taymans  <wim@fluendo.com>
33685
33686         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33687         Timestamp fixes.
33688
33689 2004-06-16  Wim Taymans  <wim@fluendo.com>
33690
33691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33692         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33693         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33694         (gst_v4lsrc_get_property):
33695         * sys/v4l/gstv4lsrc.h:
33696         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33697         Added a sync mode enum property to control v4lsrc timestamp method
33698         Removed the use-fixed-fps property and moved functionality in
33699         the enum.
33700         Don't error on an error value from v4l-conf, it might not always
33701         be a real error.
33702
33703 2004-06-16  Wim Taymans  <wim@fluendo.com>
33704
33705         * gst/videorate/Makefile.am:
33706         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33707         (gst_videorate_base_init), (gst_videorate_class_init),
33708         (gst_videorate_getcaps), (gst_videorate_link),
33709         (gst_videorate_init), (gst_videorate_chain),
33710         (gst_videorate_set_property), (gst_videorate_get_property),
33711         (gst_videorate_change_state), (plugin_init):
33712         Added a video timestamp corrector.
33713
33714 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33715
33716         fixed a potential leak with previous commit
33717
33718         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33719
33720 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33721
33722         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33723         Added missing refcount, fixes bug #144425
33724         Cheers Tim for finding the bug
33725
33726 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33727
33728         * sys/v4l/gstv4l.c: (plugin_init):
33729         * sys/v4l/gstv4lcolorbalance.c:
33730         * sys/v4l/gstv4lcolorbalance.h:
33731         * sys/v4l/gstv4lelement.c:
33732         * sys/v4l/gstv4lelement.h:
33733         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33734         * sys/v4l/gstv4lmjpegsink.h:
33735         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33736         * sys/v4l/gstv4lmjpegsrc.h:
33737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33738         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33739         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33740         * sys/v4l/gstv4lsrc.h:
33741         * sys/v4l/gstv4ltuner.c:
33742         * sys/v4l/gstv4ltuner.h:
33743         * sys/v4l/gstv4lxoverlay.c:
33744         * sys/v4l/gstv4lxoverlay.h:
33745         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33746         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33747         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33748         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33749         (gst_v4l_set_audio):
33750         * sys/v4l/v4l_calls.h:
33751         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33752         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33753         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33754         (gst_v4lmjpegsink_playback_init),
33755         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33756         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33757         (gst_v4lmjpegsink_playback_stop),
33758         (gst_v4lmjpegsink_playback_deinit):
33759         * sys/v4l/v4lmjpegsink_calls.h:
33760         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33761         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33762         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33763         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33764         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33765         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33766         * sys/v4l/v4lmjpegsrc_calls.h:
33767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33768         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33769         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33770         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33771         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33772         (gst_v4lsrc_try_palette):
33773         * sys/v4l/v4lsrc_calls.h:
33774           bunch of paranoia cleanups
33775
33776 2004-06-14  David Schleef  <ds@schleef.org>
33777
33778         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33779         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33780         Send discont events and change timestamps appropriately when
33781         we get a seek event.  (bug #144240)
33782         * ext/cdparanoia/gstcdparanoia.h:
33783
33784 2004-06-14  Benjamin Otte  <otte@gnome.org>
33785
33786         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33787           snd_pcm_hw_params_set_rate  since the latter fails for no good
33788           reason on some setups.
33789
33790 2004-06-14  David Schleef  <ds@schleef.org>
33791
33792         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33793         standard.  Thank you for playing.
33794
33795 2004-06-14  Wim Taymans  <wim@fluendo.com>
33796
33797         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33798         Patch 1.3 broke the ordering of the colorspace info and
33799         made the plugin basically work by coincidence, reordered
33800         the info.
33801
33802 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33803
33804         * ext/lame/gstlame.c:
33805         * ext/mad/gstmad.c:
33806           sync caps.  Make sure mad can only output a list of rates, not
33807           a full range.  In the future, have three caps lists for each of the
33808           mpeg versions.  Change mpegversion to a double as well.
33809
33810 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33811
33812         * gst/volume/.cvsignore:
33813         * gst/volume/Makefile.am:
33814         * gst/volume/demo.c: (value_changed_callback), (idler),
33815         (setup_gui), (main):
33816           added small demo app
33817
33818 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33819         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33820         * ext/esd/esdsink.h:
33821         Close the esd connection on pause, because esd will just wait -
33822         blocking all other esd clients indefinitely.
33823
33824 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33825
33826         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33827           previous commit with GST_DEBUG
33828
33829 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33830
33831         * configure.ac:
33832           add a header check for a dvdread header in dvdnav.  Fixes #133002
33833
33834 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33835
33836         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33837         * gst/tcp/gsttcpclientsink.h:
33838         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33839         * gst/tcp/gsttcpclientsrc.h:
33840         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33841         (gst_tcpserversink_handle_server_read),
33842         (gst_tcpserversink_init_send):
33843         * gst/tcp/gsttcpserversink.h:
33844         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33845         * gst/tcp/gsttcpserversrc.h:
33846         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33847         version of IP)
33848
33849 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33850
33851         * configure.ac:
33852         Added ogg library so that OSX detects libtheora properly
33853
33854 2004-06-11  Wim Taymans  <wim@fluendo.com>
33855
33856         * ext/theora/theoradec.c: (theora_dec_chain),
33857         (theora_dec_change_state):
33858         Don't try to decode frames before we received a keyframe.
33859
33860 2004-06-11  Wim Taymans  <wim@fluendo.com>
33861
33862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33863         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33864         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33865         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33866         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33867         Added property to set the maximum delay of a page.
33868
33869 2004-06-10  Wim Taymans  <wim@fluendo.com>
33870
33871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33872         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33873         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33874         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33875         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33876         Added max-delay property to control the maximum amount
33877         of data to put in one page.
33878
33879 2004-06-10  Wim Taymans  <wim@fluendo.com>
33880
33881         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33882         (gst_theora_enc_init), (theora_enc_sink_link),
33883         (theora_buffer_from_packet), (theora_enc_set_property),
33884         (theora_enc_get_property):
33885         Set duration on encoded buffer, added some more properties
33886
33887 2004-06-10  Wim Taymans  <wim@fluendo.com>
33888
33889         * ext/ogg/gstoggmux.c: (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         * ext/theora/theoraenc.c: (theora_enc_chain):
33893         Fix refcounting bugs
33894
33895 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33896
33897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33898         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33899         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33900         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33901         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33902         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33903         (gst_asf_demux_change_state):
33904         * gst/asfdemux/gstasfdemux.h:
33905           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33906           feels like. I think we should set a new requirement for demuxers
33907           from now on to implement sane loop functions, data loops, query
33908           and seek functions before first commit into CVS. And this commit
33909           fixes all of the above.
33910
33911 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33912
33913         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33914           vorbis comments are properly encoded in UTF-8 before adding them
33915           to a GstTagList
33916
33917 2004-06-09  Benjamin Otte  <otte@gnome.org>
33918
33919         * ext/alsa/gstalsa.c: (add_channels):
33920           handle min <= max correctly
33921         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33922         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33923           add fixation functions so we fixate correctly. No preferring of alaw
33924           anymore because it's the first structure.
33925         * ext/alsa/gstalsa.h:
33926         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33927         (gst_alsa_hw_params_dump):
33928           add functions to ease debugging in alsalib
33929         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33930         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33931         (gst_alsa_start_audio):
33932           only specify hw params if we really setup a format (fixes #134007 -
33933           or at least works around it)
33934
33935 2004-06-09  Wim Taymans  <wim@fluendo.com>
33936
33937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33938         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33939         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33940         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33941         (gst_ogg_mux_loop):
33942         Use stream caps to setup the initial pages in the ogg stream.
33943         Correctly set the streamheader caps on the srcpad.
33944
33945 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33946
33947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33948         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33949         (gst_v4lsrc_getcaps):
33950         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33951         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33952           add querying of fps lists for webcams.  Negotiating to a framerate
33953           now works.
33954
33955 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33956
33957         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33958         (theora_push_buffer), (theora_push_packet),
33959         (theora_set_header_on_caps), (theora_enc_chain):
33960           mark buffers and put on streamheader, raw theora streaming
33961           now works too, whee
33962
33963 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33964
33965         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33966         (gst_tcp_gdp_read_caps):
33967           do a looping read for caps and GDP headers too
33968
33969 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33970
33971         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33972         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33973           return EOS instead of NULL in _get
33974
33975 2004-06-08  Wim Taymans  <wim@fluendo.com>
33976
33977         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33978         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33979         (gst_tcp_gdp_write_caps):
33980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33982         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33983         Memory leak fixes
33984
33985 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33986
33987         * ext/vorbis/Makefile.am:
33988         * ext/vorbis/vorbis.c: (plugin_init):
33989         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33990         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33991         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33992         (vorbis_parse_change_state):
33993         * ext/vorbis/vorbisparse.h:
33994           adding a vorbisparse element that marks the buffers, streaming
33995           raw vorbis using GDP now works, whee
33996
33997 2004-06-08  Wim Taymans  <wim@fluendo.com>
33998
33999         * ext/jpeg/Makefile.am:
34000         * ext/jpeg/README:
34001         * ext/jpeg/gstjpeg.c: (plugin_init):
34002         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34003         (gst_smokedec_base_init), (gst_smokedec_class_init),
34004         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34005         * ext/jpeg/gstsmokedec.h:
34006         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34007         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34008         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34009         (gst_smokeenc_resync), (gst_smokeenc_chain),
34010         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34011         * ext/jpeg/gstsmokeenc.h:
34012         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34013         (smokecodec_flush_destination), (smokecodec_term_destination),
34014         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34015         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34016         (smokecodec_term_source), (smokecodec_encode_new),
34017         (smokecodec_decode_new), (smokecodec_info_free),
34018         (smokecodec_set_quality), (smokecodec_get_quality),
34019         (smokecodec_set_threshold), (smokecodec_get_threshold),
34020         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34021         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34022         (smokecodec_parse_header), (smokecodec_decode):
34023         * ext/jpeg/smokecodec.h:
34024         Added a new simple jpeg based codec
34025
34026 2004-06-08  Wim Taymans  <wim@fluendo.com>
34027
34028         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34029         (gst_multipart_mux_loop):
34030         Fix memory leak
34031
34032 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34033
34034         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34035         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34036         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34037         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34038         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34039         * gst/tcp/gsttcpserversink.h:
34040           take streamheader into account
34041
34042 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34043
34044         * gst/level/Makefile.am:
34045         * gst/level/gstlevel.c: (gst_level_class_init):
34046           clean up marshal generation
34047
34048 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34049
34050         * gst/tcp/Makefile.am:
34051         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34052         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34053         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34055         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34056         (gst_tcpclientsrc_get_property):
34057         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34058         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34059         (gst_tcpserversink_handle_client_read),
34060         (gst_tcpserversink_handle_client_write),
34061         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34062         * gst/tcp/gsttcpserversink.h:
34063           add signals client-added and client-removed
34064         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34065         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34066         (gst_tcpserversrc_get_property):
34067         uniformized, change default protocol to NONE
34068         * gst/tcp/gsttcp-marshal.list: added
34069 2004-06-07  Benjamin Otte  <otte@gnome.org>
34070
34071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34072           handle discont events if they happen before caps nego
34073
34074 2004-06-07  Wim Taymans  <wim@fluendo.com>
34075
34076         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34077         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34078         (gst_multipart_demux_plugin_init):
34079         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34080         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34081         (gst_multipart_mux_change_state):
34082         Small updates, fix a memleak
34083
34084 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34085
34086         * configure.ac: OSS portability
34087         * ext/arts/gst_arts.c: idem
34088         * sys/oss/gstosselement.c: idem
34089         * sys/oss/gstossmixer.c: idem
34090         * sys/oss/gstosssink.c: idem
34091         * sys/oss/gstosssrc.c: idem
34092         * sys/oss/oss_probe.c: idem
34093           - check for soundcard.h in different places for some BSD
34094
34095 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34096
34097         * AUTHORS:
34098         Add me to the authors file
34099         * configure.ac:
34100         Increase the libdv requirement to >= version 0.100
34101         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34102         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34103         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34104         * ext/dv/gstdvdec.h:
34105         Add support for the new_media flag when sending DISCONT events
34106         Make the querying work when video pad is not linked
34107
34108 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34109
34110         reviewed by Benjamin Otte  <otte@gnome.org>
34111
34112         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34113           create a NULL-initialized array of pads, so we don't think they
34114           exist already. (fixes #143130)
34115
34116 2004-06-07  Benjamin Otte  <otte@gnome.org>
34117
34118         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34119         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34120         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34121           don't use // coments
34122
34123 2004-06-07  Benjamin Otte  <otte@gnome.org>
34124
34125         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34126           cast to GstClockTime to get higher granularity
34127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34128           use gst_element_set_time_delay to get the exact time
34129         * ext/mad/gstmad.c: (gst_mad_chain):
34130           use the negotiated rate instead of the current frame's rate which
34131           might be wrong because of bit errors. This avoids emitting totally
34132           bogus timestamps and screwing sync.
34133         (fixes #143454)
34134
34135 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34136
34137         reviewed by Benjamin Otte  <otte@gnome.org>
34138
34139         * gst/adder/gstadder.c: (gst_adder_loop):
34140           properly error out when no negotiation has happened yet. (fixes
34141           #143032)
34142
34143 2004-06-06  Benjamin Otte  <otte@gnome.org>
34144
34145         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34146           forward correctly transformed offset in discont events. Based on
34147           patch by Arwed v. Merkatz. (fixes #142851)
34148
34149 2004-06-06  David Schleef  <ds@schleef.org>
34150
34151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34152         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34153         problems on several systems.
34154
34155 2004-06-06  Benjamin Otte  <otte@gnome.org>
34156
34157         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34158           use explicit caps on the srcpad
34159         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34160           properly error out if caps couldn't be set (fixes #142764)
34161
34162 2004-06-06  Benjamin Otte  <otte@gnome.org>
34163
34164         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34165         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34166         (gst_alsa_start_audio):
34167           - don't call set_periods_integer anymore, it breaks the
34168           configuration randomly
34169           - call snd_pcm_hw_params_set_access directly instead of using masks
34170           - don't fail if the sw_params can't be set, just use the default
34171           params and hope it works. Alsalib has weird issues when you touch
34172           sw_params and does no proper error reporting about what failed.
34173         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34174         (gst_alsa_close_audio):
34175           make our alsa debugging go via gst debugging and not conditionally
34176           defined
34177         * ext/alsa/gstalsa.h:
34178           add ALSA_DEBUG_FLUSH macro
34179         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34180         (plugin_init):
34181           wrap alsa errors to be printed via the gst debugging system and not
34182           spammed to stderr
34183
34184 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34185
34186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34187         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34188         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34189         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34190         (qtdemux_parse_trak):
34191         * gst/qtdemux/qtdemux.h:
34192           Bitch. Also known as seeking, querying & co.
34193         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34194         (gst_osssink_change_state):
34195         * sys/oss/gstosssink.h:
34196           Resyncing is for weenies, this hack is no longer needed and was
34197           broken anyway (since it - unintendedly - always leaves resync to
34198           TRUE).
34199
34200 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34201
34202         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34203         * gst/tcp/gsttcpclientsrc.h: idem
34204           - define MSG_NOSIGNAL if not done
34205           - include unistd.h for off_t
34206           (fixes #143749)
34207
34208 2004-06-05  Benjamin Otte  <otte@gnome.org>
34209
34210         * configure.ac:
34211         * ext/kio/Makefile.am:
34212           check for qt's moc preprocessor explicitly and use it
34213
34214 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34215
34216         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34217           don't get a signal for EPIPE on socket writes
34218           (somebody check if this works on other platforms)
34219
34220 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34221
34222         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34223         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34224           check error condition on available samples correctly
34225
34226 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34227
34228         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34229           avoid a segfault
34230         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34231         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34232         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34233         (gst_tcpserversrc_gdp_read_header):
34234          use ssize_t over size_t since the former is signed and thus the
34235          check for error codes can work
34236
34237 2004-06-02  Wim Taymans  <wim@fluendo.com>
34238
34239         reviewed by: Johan
34240
34241         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34242         (gst_multipart_mux_loop):
34243         Oops
34244
34245 2004-06-02  Wim Taymans  <wim@fluendo.com>
34246
34247         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34248         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34249         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34250         (gst_multipart_mux_change_state):
34251         Added configurable boundary specifier, added the value as a
34252         caps field as well.
34253
34254 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34255
34256         * gst/tcp/gsttcp.c:
34257         * gst/tcp/gsttcpclientsrc.c:
34258         * gst/tcp/gsttcpclientsrc.h:
34259         * gst/tcp/gsttcpserversrc.c:
34260           - portability fix, to compile on OSX
34261             (fixes #143146)
34262
34263         * sys/osxaudio/gstosxaudioelement.c:
34264         * sys/osxaudio/gstosxaudiosink.c:
34265         * sys/osxaudio/gstosxaudiosrc.c:
34266           - compilation warnings on OSX
34267             (fixes #143153)
34268
34269 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34270
34271         * ext/vorbis/vorbisdec.c : sign warning fixes
34272
34273         * gst-libs/gst/mixer/mixertrack.c :
34274           do no use defines which are glib 2.4 specific
34275
34276 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34277
34278         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34279           buffer since libflac doesn't expect it (reports a sync error when
34280           it encounters that)
34281
34282
34283 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34284
34285         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34286         * gst-libs/gst/mixer/mixertrack.c:
34287         (gst_mixer_track_get_property), (get_mixer_track_init),
34288         (get_mixer_track_get_property): Added property accessors
34289         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34290         * gst-libs/gst/mixer/mixeroptions.c:
34291         (gst_mixer_options_get_values): Added
34292         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34293         * gst-libs/gst/mixer/mixer.c: Fixed comment
34294
34295
34296 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34297
34298         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34299           improve error messages on open
34300
34301
34302 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34303
34304         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34305           check if v4l-conf is in path
34306
34307 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34308
34309         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34310           change assert to a more readable error message
34311
34312 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34313
34314         * gst-libs/gst/tuner/tunerchannel.h:
34315           - add a freq_multiplicator field to make the conversion
34316             between internal frequency unit and Hz
34317         * sys/v4l/gstv4lelement.c:
34318         * sys/v4l2/gstv4l2element.c:
34319           - change default video device to /dev/video0
34320         * sys/v4l/v4l_calls.c:
34321         * sys/v4l2/v4l2_calls.c:
34322           - we only expose frequency to the user in Hz instead of
34323             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34324
34325 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34326         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34327           Initialise b_o_s and e_o_s variables
34328         * gst-libs/gst/riff/riff-media.c:
34329         (gst_riff_create_video_caps_with_data):
34330           Add some unusual fourcc's from mplayer avi's
34331         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34332           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34333           autoplugging.
34334
34335 2004-05-28  Wim Taymans  <wim@fluendo.com>
34336
34337         * configure.ac:
34338         * gst/alpha/Makefile.am:
34339         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34340         (gst_alpha_get_type), (gst_alpha_base_init),
34341         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34342         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34343         (gst_alpha_chroma_key), (gst_alpha_chain),
34344         (gst_alpha_change_state), (plugin_init):
34345         A plugin to add an alpha channel to I420 video. Can optionally do
34346         chroma keying.
34347         * gst/multipart/Makefile.am:
34348         * gst/multipart/multipart.c: (plugin_init):
34349         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34350         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34351         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34352         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34353         (gst_multipart_demux_change_state),
34354         (gst_multipart_demux_plugin_init):
34355         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34356         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34357         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34358         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34359         (gst_multipart_mux_pad_unlink),
34360         (gst_multipart_mux_request_new_pad),
34361         (gst_multipart_mux_handle_src_event),
34362         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34363         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34364         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34365         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34366         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34367         send multipart jpeg images to a browser.
34368         * gst/videobox/Makefile.am:
34369         * gst/videobox/README:
34370         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34371         (gst_video_box_get_type), (gst_video_box_base_init),
34372         (gst_video_box_class_init), (gst_video_box_init),
34373         (gst_video_box_set_property), (gst_video_box_get_property),
34374         (gst_video_box_sink_link), (gst_video_box_i420),
34375         (gst_video_box_ayuv), (gst_video_box_chain),
34376         (gst_video_box_change_state), (plugin_init):
34377         Crops or adds borders around an image. can do alpha channel
34378         borders as well.
34379         * gst/videomixer/Makefile.am:
34380         * gst/videomixer/README:
34381         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34382         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34383         (gst_videomixer_pad_get_sink_event_masks),
34384         (gst_videomixer_pad_get_property),
34385         (gst_videomixer_pad_set_property),
34386         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34387         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34388         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34389         (gst_videomixer_base_init), (gst_videomixer_class_init),
34390         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34391         (gst_videomixer_handle_src_event),
34392         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34393         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34394         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34395         (gst_videomixer_loop), (gst_videomixer_get_property),
34396         (gst_videomixer_set_property), (gst_videomixer_change_state),
34397         (plugin_init):
34398         Generic video mixer plugin, can handle multiple inputs all with
34399         different framerates and video sizes. Is fully alpha channel
34400         aware.
34401
34402 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34403
34404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34405           Select first track as master track. Not sure how else to handle
34406           that...
34407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34408           Discard discont events. Should fix #142962.
34409
34410 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34411
34412         * ext/alsa/Makefile.am:
34413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34414         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34415         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34416         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34417         (gst_alsa_mixer_get_option):
34418         * ext/alsa/gstalsamixer.h:
34419         * ext/alsa/gstalsamixeroptions.c:
34420         (gst_alsa_mixer_options_get_type),
34421         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34422         (gst_alsa_mixer_options_new):
34423         * ext/alsa/gstalsamixeroptions.h:
34424         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34425         * ext/alsa/gstalsamixertrack.h:
34426           Add enumerations (as GstMixerOptions). Make correct distinction
34427           between input/output tracks. Add capture/playback private flag.
34428           Use flag to decide on whether to set capture or playback volumes
34429           or switches. Use playback and record switches.
34430         * gst-libs/gst/mixer/Makefile.am:
34431         * gst-libs/gst/mixer/mixer-marshal.list:
34432         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34433         (gst_mixer_set_option), (gst_mixer_get_option),
34434         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34435         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34436         * gst-libs/gst/mixer/mixer.h:
34437         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34438         (gst_mixer_options_class_init), (gst_mixer_options_init),
34439         (gst_mixer_options_dispose):
34440         * gst-libs/gst/mixer/mixeroptions.h:
34441           Add GstMixerOptions.
34442         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34443           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34444           broken device detection on computers with multiple OSS sound
34445           cards.
34446
34447 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34448
34449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34450           fixate nicely even when the peer is not negotiating
34451
34452 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34453
34454         * gst/audioconvert/gstaudioconvert.c:
34455         (gst_audio_convert_parse_caps):
34456           make sure we don't allow depth > width
34457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34458           fixate endianness to G_BYTE_ORDER as default
34459         * gst/audioscale/gstaudioscale.c:
34460           we don't handle another endianness as host-endianness
34461
34462 2004-05-25  David Schleef  <ds@schleef.org>
34463
34464         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34465
34466 2004-05-24  Benjamin Otte  <otte@gnome.org>
34467
34468         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34469         (gst_oggvorbisenc_setup):
34470           properly fail when we can't setup the vorbis encoder due to
34471           unsupported settings
34472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34473         (gst_vorbisenc_setup):
34474           same
34475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34476           fix case where warnings occured when one pad was unlinked while the
34477           other's link function was called
34478
34479 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34480
34481         * gst/tcp/Makefile.am:
34482           use GST_ENABLE_NEW
34483
34484 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34485
34486         * gst-libs/gst/resample/private.h:
34487           don't use optimizations that are #if 0'ed
34488
34489 2004-05-24  Wim Taymans  <wim@fluendo.com>
34490
34491         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34492         Fix potential division by zero error and hopefully get
34493         the position query right to get correct timestamps on avi
34494         audio.
34495
34496 2004-05-24  Wim Taymans  <wim@fluendo.com>
34497
34498         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34499         (gst_videoscale_scale_nearest_str2),
34500         (gst_videoscale_scale_nearest_str4),
34501         (gst_videoscale_scale_nearest_32bit),
34502         (gst_videoscale_scale_nearest_24bit),
34503         (gst_videoscale_scale_nearest_16bit):
34504         Fix the scaling algorithm and avoid a buffer overflow.
34505         removed the while loop in the scaling function as it
34506         was used for point sampling only.
34507
34508 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34509
34510         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34511         (gst_id3_tag_class_init), (gst_id3_tag_init),
34512         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34513         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34514         (gst_id3_tag_send_tag_event):
34515           lots of fixes to make id3mux work and id3demux work correctly
34516
34517 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34518
34519         * ext/Makefile.am:
34520           add rules to build shout2send (was removed by accident
34521           when this module was no more marked experimental/broken)
34522
34523 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34524
34525         * ext/shout2/gstshout2.c:
34526         * ext/shout2/gstshout2.h:
34527           adding a "connection problem" signal to shout2send
34528           (fixes #142954)
34529
34530 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34531
34532         * ext/kio/kioreceiver.cpp:
34533         * ext/kio/kioreceiver.h:
34534           fix sign comparison issues
34535
34536 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34537
34538         * gst/cdxaparse/gstcdxaparse.c:
34539         * gst/cdxaparse/gstcdxaparse.h:
34540           some renaming
34541           add some checks/sanity
34542           prepare for seek addition
34543
34544         * sys/sunaudio/gstsunaudio.c:
34545           remove exported dupe init function
34546
34547 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34548
34549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34550         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34551           Fix format conversion and position querying.
34552         * gst/debug/progressreport.c: (gst_progressreport_report):
34553           Don't output a bogus total value that we didn't query.
34554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34555           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34556           only a blank window after xine has been used.
34557
34558 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34559
34560         * m4/as-arts.m4:
34561           sync with upstream version to fix test on FC2
34562           readd with -ko to preserve Id header
34563
34564 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34565
34566         * configure.ac:
34567           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34568         * gst/tcp/gsttcpclientsrc.c: idem
34569         * gst/tcp/gsttcpserversink.c: idem
34570         * gst/tcp/gsttcpserversrc.c: idem
34571         * m4/gst-fionread.m4: idem
34572
34573         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34574
34575         * configure.ac: enable speex plugin for speex 1.1.5+
34576         * ext/speex/gstspeexenc.c: fix cast warning
34577
34578         * ext/esd/README: fix typo
34579
34580 2004-05-20  David Schleef  <ds@schleef.org>
34581
34582         * configure.ac: Minor cosmetic change to convince the buildbot to
34583         reautogen.
34584         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34585         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34586         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34587         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34588         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34589         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34590         More hacking.  Plays audio now.
34591
34592 2004-05-20  David Schleef  <ds@schleef.org>
34593
34594         * configure.ac:
34595         * sys/Makefile.am:
34596
34597 2004-05-20  David Schleef  <ds@schleef.org>
34598
34599         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34600         * sys/osxaudio/gstosxaudio.c:
34601         * sys/osxaudio/gstosxaudioelement.c:
34602         * sys/osxaudio/gstosxaudioelement.h:
34603         * sys/osxaudio/gstosxaudiosink.c:
34604         * sys/osxaudio/gstosxaudiosink.h:
34605         * sys/osxaudio/gstosxaudiosrc.c:
34606         * sys/osxaudio/gstosxaudiosrc.h:
34607
34608 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34609
34610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34611         (gst_vorbisenc_chain):
34612           put the codec headers on the caps as streamheader as well as
34613           pushing them out
34614
34615 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34616
34617         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34618         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34619         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34620         split up push_packet into two functions
34621
34622 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34623
34624         * gst/tcp/.cvsignore:
34625           ignore enums
34626         * gst/tcp/Makefile.am:
34627         * gst/tcp/README:
34628         * gst/tcp/gsttcp.c:
34629         * gst/tcp/gsttcp.h:
34630         * gst/tcp/gsttcpclientsink.c:
34631         * gst/tcp/gsttcpclientsink.h:
34632         * gst/tcp/gsttcpclientsrc.c:
34633         * gst/tcp/gsttcpclientsrc.h:
34634         * gst/tcp/gsttcpplugin.c:
34635         * gst/tcp/gsttcpserversink.c:
34636         * gst/tcp/gsttcpserversink.h:
34637         * gst/tcp/gsttcpserversrc.c:
34638         * gst/tcp/gsttcpserversrc.h:
34639           add new tcp elements
34640
34641 2004-05-19  Wim Taymans  <wim@fluendo.com>
34642
34643         * gst/law/mulaw-conversion.c: (mulaw_encode):
34644         Fix overflow bug in ulaw encoding.
34645
34646 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34647
34648         * ext/mad/gstmad.c: (gst_mad_handle_event):
34649           don't unref the event twice
34650
34651 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34652
34653         * configure.ac:
34654           remove -Wno-sign-compare
34655
34656 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34657
34658         * configure.ac:
34659           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34660           if you want to work against glib 2.2 and 2.4
34661
34662 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34663
34664         * gst/tcp/Makefile.am:
34665         * gst/tcp/gsttcp.c:
34666         * gst/tcp/gsttcp.h:
34667         * gst/tcp/gsttcpsink.h:
34668         * gst/tcp/gsttcpsrc.h:
34669           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34670
34671 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34672
34673         * gst/debug/tests.c: (md5_get_value):
34674           fix segfault on gst-inspect
34675
34676 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34677
34678         * gst/debug/testplugin.c:
34679         * gst/debug/tests.c:
34680         * gst/debug/tests.h:
34681           add new extensible and configurable testing element. Current tests
34682           include buffer count, stream length, timestamp/duration matching and
34683           md5.
34684         * gst/debug/Makefile.am:
34685         * gst/debug/gstdebug.c: (plugin_init):
34686           add infrastructure for new element
34687
34688 2004-05-19  Johan Dahlin  <johan@gnome.org>
34689
34690         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34691         ending of the array. Fixes gst-inspect segfault on ppc.
34692
34693 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34694
34695         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34696
34697         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34698
34699 2004-05-18  David Schleef  <ds@schleef.org>
34700
34701         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34702         warnings (bugs, actually) noticed by gcc but not forte.
34703
34704 2004-05-18  David Schleef  <ds@schleef.org>
34705
34706         * sys/sunaudio/Makefile.am:
34707         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34708
34709 2004-05-18  David Schleef  <ds@schleef.org>
34710
34711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34712         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34713         to allow qtdemux to use non-seekable streams. (bug #142272)
34714
34715 2004-05-18  David Schleef  <ds@schleef.org>
34716
34717         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34718         (gst_resample_sinc_ft_float): Remove use of static temporary
34719         buffer.  This code was obviously not supposed to last long, but
34720         it's stuck in our ABI, so it required a little hack to make it
34721         ABI-compatible.  Fixes #142585.
34722         * gst-libs/gst/resample/resample.h: same.
34723
34724 2004-05-18  David Schleef  <ds@schleef.org>
34725
34726         * configure.ac: Add sunaudio
34727         * examples/Makefile.am: make gstplay depend on gconf
34728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34729         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34730         (convert_table_lookup), (img_convert): remove c99-isms
34731         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34732           unsigned, to fix a warning on Solaris
34733         * gst/mpeg1sys/systems.c: bcopy->memcpy
34734         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34735         * sys/Makefile.am: Add sunaudio
34736
34737 2004-05-18  Wim Taymans  <wim@fluendo.com>
34738
34739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34740         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34741         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34742         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34743         (gst_ogg_mux_loop):
34744         Fix an ugly memleak where the muxer didn't flush enough ogg
34745         pages. This also resulted in badly muxed ogg files.
34746
34747 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34748
34749         * gst/asfdemux/asfheaders.c :
34750         * gst/asfdemux/asfheaders.h :
34751         * gst/asfdemux/gstasfdemux.c :
34752           - fix ASF_OBJ_PADDING guid
34753           - add 3 new object guids (language list, metadata,
34754             extended stream properties)
34755           - add a function to parse extended header objects
34756
34757 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34758
34759         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34760           remove leftover debugging g_print
34761
34762 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34763
34764         * ext/mad/gstmad.c: (gst_mad_handle_event):
34765           Fix for when the first format in a discont event is not a
34766           byte-based one. Should fix #137710.
34767
34768 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34769
34770         * m4/a52.m4 : fix compilation with -Wall -Werror
34771         * m4/libfame.m4 : idem
34772         * m4/libmikmod.m4 : idem
34773
34774 2004-05-17  Benjamin Otte  <otte@gnome.org>
34775
34776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34777           signal the new tags before giving up the reference
34778
34779 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34780
34781         * ext/shout2/gstshout2.c:
34782           use application/ogg instead of application/x-ogg (patch by Patrick
34783           Guimond, fixes #142432)
34784         * sys/oss/gstosselement.c: (gst_osselement_reset),
34785         (gst_osselement_sync_parms):
34786           don't set fragment size unless specified (fixes #142493)
34787
34788 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34789
34790         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34791           fixes #142664
34792
34793 2004-05-17  Benjamin Otte  <otte@gnome.org>
34794
34795         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34796           compute offsets correctly for internal buffers so timestamps are set
34797           correctly when we can't seek. Also handle cases where there are no
34798           offsets. (based on a patch by David Moore, fixes #142507)
34799
34800 2004-05-17  Benjamin Otte  <otte@gnome.org>
34801
34802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34803           use correct variable when determining amount of data to skip so we
34804           don't skip into the void and segfault
34805
34806 2004-05-16  Benjamin Otte  <otte@gnome.org>
34807
34808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34809           Hi, I'm a memleak
34810
34811 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34812
34813         * gst/asfdemux/gstasfdemux.c:
34814           - fix a mem leak and always propagate tags
34815           - add WMV3 to known video codecs (but no decoder yet)
34816           - replace "surplus data" at end of audio header for what
34817             it is : codec specific data
34818           - fix a typo
34819
34820 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34821
34822         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34823
34824         * gst-libs/gst/audio/audioclock.c:
34825           Fix wrong return type (#142205).
34826
34827 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34828
34829         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34830           Ignore CRCs by default (fixes #142566).
34831
34832 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34833
34834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34835         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34836         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34837         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34838         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34839         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34840           Fix for cases where we fail to attach to a mixer.
34841
34842 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34843
34844         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34845           Don't touch events after not owning them anymore.
34846         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34847         (gst_wavparse_fmt), (gst_wavparse_other),
34848         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34849         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34850         (gst_wavparse_srcpad_event):
34851         * gst/wavparse/gstwavparse.h:
34852           Add seeking, fix querying.
34853
34854 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34855
34856         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34857           - process comments even if they don't end with \0\0
34858             g_convert would ignore them if present and works well without them
34859
34860 2004-05-16  Benjamin Otte  <otte@gnome.org>
34861
34862         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34863           simplify caps
34864
34865 2004-05-16  Benjamin Otte  <otte@gnome.org>
34866
34867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34868           don't write to memory we might not write to - g_convert does that
34869           for us anyway (fixes #142613)
34870         (gst_asf_demux_audio_caps):
34871           comment out gst_util_dump_mem
34872
34873 2004-05-16  Benjamin Otte  <otte@gnome.org>
34874
34875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34876           compute correct expected timestamps after seek (broken since
34877           last commit)
34878         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34879           rename element and debugging category to gdkpixbufscale
34880
34881 2004-05-16  Benjamin Otte  <otte@gnome.org>
34882
34883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34884           add error checking to snd_pcm_delay and remove duplicate call to
34885           snd_pcm_delay that caused issues (see inline code comments)
34886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34887           make more readable and fix return value when snd_pcm_delay fails
34888         (fixes #142586)
34889
34890 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34891         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34892         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34893         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34894         (gst_pixbufscale_link), (gst_pixbufscale_init),
34895         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34896         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34897         (gst_pixbufscale_get_property), (pixbufscale_init):
34898         * ext/gdk_pixbuf/pixbufscale.h:
34899         Add these files I forgot earlier
34900
34901 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34902         * ext/gdk_pixbuf/Makefile.am:
34903         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34904         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34905         Add new pixbufscale element to scale RGB video
34906         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34907         and HYPER interpolation correctly.
34908         * ext/theora/theoraenc.c: (theora_enc_chain),
34909         Discard buffer and return if explicit caps could not be set
34910         (theora_enc_get_property):
34911         Make _get return kbps for the bitrate consistent with
34912         the _set function.
34913
34914
34915 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34916
34917         * ext/libvisual/visual.c: (gst_visual_chain):
34918           add missing visual_audio_analyze
34919
34920 2004-05-14  David Schleef  <ds@schleef.org>
34921
34922         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34923         is killed while we're playing.
34924         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34925         gst_element_no_more_pads().
34926
34927 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34928
34929         * gst-libs/gst/riff/riff-read.c :
34930           - fix INFO tag extraction in RIFF/AVI files
34931             because gst_event_unref (event) also freed taglist
34932           - avoid a mem leak
34933
34934 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34935
34936         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34937         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34938
34939         * gst/auparse/gstauparse.c :
34940           - add code (commented for now) to support audio/x-adpcm on src pad
34941             (we have no decoder for those layout yet)
34942
34943         * gst/cdxaparse/gstcdxaparse.c :
34944         * gst/cdxaparse/gstcdxaparse.h :
34945           - partial rewrite using RiffRead (ripped iain's wavparse code)
34946
34947         * gst/rtp/gstrtpL16enc.c : typo
34948         * gst/rtp/gstrtpgsmenc.c : typo
34949
34950 2004-05-13  Benjamin Otte  <otte@gnome.org>
34951
34952         * configure.ac:
34953           check for exact version of libvisual, it's not supposed to be
34954           API/ABI stable yet
34955
34956 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34957
34958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34959           signal no-more-pads
34960
34961 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34962
34963         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34964         Report which format was used for GST_FORMAT_DEFAULT
34965         * gst/debug/Makefile.am:
34966         * gst/debug/gstdebug.c: (plugin_init):
34967         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34968         (gst_progressreport_class_init), (gst_progressreport_init),
34969         (gst_progressreport_report), (gst_progressreport_set_property),
34970         (gst_progressreport_get_property), (gst_progressreport_chain),
34971         (gst_progressreport_plugin_init):
34972         Add progressreport element for testing.
34973
34974 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34975
34976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34977         * sys/v4l/gstv4lsrc.h:
34978         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34979         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34980         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34981         (gst_v4lsrc_grab_frame):
34982           add more debugging
34983           send a discont at start
34984
34985 2004-05-12  Colin Walters  <walters@redhat.com>
34986
34987         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34988         inflooping if we can't find a chunk.  Or in other words, don't blow
34989         chunks if we don't have a chunk to blow.
34990
34991 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34992         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34993         Remove old debug output
34994         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34995         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34996         (gst_dvdec_set_property), (gst_dvdec_get_property):
34997         Change the quality setting to an enum, so it works from gst-launch
34998         Don't renegotiate a non-linked pad. Allows audio only decoding.
34999         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35000         (gst_deinterlace_link), (gst_deinterlace_init):
35001         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35002         (gst_videodrop_link):
35003         Some caps negotiation fixes
35004
35005 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35006
35007         * ext/tarkin/gsttarkin.c :
35008           - Change RANK from NONE to PRIMARY
35009         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35010           - Change RANK from NONE to MARGINAL
35011         * ext/divx/gstdivxenc.c :
35012           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35013
35014 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35015
35016         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35017         (gst_vorbisenc_push_packet):
35018           copy a function that was added between 1.0 and 1.0.1 until we
35019           depend on worthwhile features of post-1.0
35020
35021 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35022
35023         * configure.ac:
35024           enable shout2 by default
35025         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35026         (gst_shout2send_base_init), (gst_shout2send_init),
35027         (gst_shout2send_connect), (gst_shout2send_change_state):
35028         * ext/shout2/gstshout2.h:
35029           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35030           #142262)
35031         * ext/theora/theora.c: (plugin_init):
35032           don't set rank on encoders
35033
35034 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35035
35036         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35037           Use codec_data property instead of flag1 and flag2 for wma
35038
35039 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35040
35041         * gst/cdxaparse/gstcdxaparse.c :
35042           - Add mpegversion to CAPS to make it link
35043           - Rank is as GST_RANK_SECONDARY instead of NONE
35044         * gst/auparse/gstauparse.c :
35045           - Document all audio encoding we can encounter from Solaris 9
35046             headers and libsndfile information.
35047           - Increase max. rate from 48000 to 192000 (to match other elements)
35048           - Don't try to play junk data between header and samples
35049
35050 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35051
35052         * ext/libvisual/visual.c: (gst_visual_getcaps):
35053           use the right caps depending on endianness (I hope)
35054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35055           use GST_RANK_NONE for all non-decoding elements or spider gets
35056           mighty confused
35057
35058 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35059
35060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35061           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35062
35063 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35064
35065         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35066         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35067         (gst_switch_loop), (gst_switch_get_type):
35068           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35069           HEADERS. Had to be said.
35070
35071 2004-05-10  David Schleef  <ds@schleef.org>
35072
35073         * configure.ac: Add prototype Dirac support.
35074         * ext/Makefile.am:
35075         * ext/dirac/Makefile.am:
35076         * ext/dirac/gstdirac.cc:
35077         * ext/dirac/gstdiracdec.cc:
35078
35079 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35080
35081         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35082         (gst_auparse_init), (gst_auparse_chain),
35083         (gst_auparse_change_state):
35084           Hack around spider. Remove me some day please.
35085
35086 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35087
35088         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35089           Fix for some uninitialized variables in previous patch, also
35090           makes it work. Fixes #142286 while we're at it.
35091
35092 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35093
35094         * gst/auparse/gstauparse.c:
35095                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35096                 only unsupported formats are ADPCM/CCITT G.72x
35097                 reviewed by Ronald
35098         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35099
35100 2004-05-10  Wim Taymans  <wim@fluendo.com>
35101
35102         * ext/vorbis/Makefile.am:
35103         * ext/vorbis/README:
35104         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35105         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35106         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35107         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35108         (gst_oggvorbisenc_convert_sink),
35109         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35110         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35111         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35112         (get_constraints_string), (update_start_message),
35113         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35114         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35115         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35116         * ext/vorbis/oggvorbisenc.h:
35117         * ext/vorbis/vorbis.c: (plugin_init):
35118         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35119         (raw_caps_factory), (gst_vorbisenc_class_init),
35120         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35121         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35122         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35123         * ext/vorbis/vorbisenc.h:
35124         Added a raw vorbis encoder to be used with the oggmuxer.
35125         We still need the old encoder for some gnome applications,
35126         read the README to find out how that works.
35127         The raw encoder is called "rawvorbisenc" until 0.9.
35128
35129 2004-05-10  Wim Taymans  <wim@fluendo.com>
35130
35131         * ext/ogg/gstogg.c: (plugin_init):
35132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35133         (gst_ogg_print):
35134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35135         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35136         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35137         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35138         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35139         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35140         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35141         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35142         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35143         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35144         Added an ogg muxer.
35145         Small typo fixes in the demuxer.
35146
35147 2004-05-10  Wim Taymans  <wim@fluendo.com>
35148
35149         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35150         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35151         (theora_enc_change_state), (theora_enc_set_property),
35152         (theora_enc_get_property):
35153         Mark the last packet with an EOS flag which is not really needed
35154         in gstreamer.
35155         Do some better video framerate initialisation.
35156         Update the buffer timestamp.
35157
35158 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35159
35160         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35161         Return the result of the parent state change call
35162
35163 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35164
35165         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35166         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35167         * gst/law/alaw-encode.c : (idem)
35168         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35169         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35170         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35171
35172 2004-05-09  Benjamin Otte  <otte@gnome.org>
35173
35174         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35175           don't use a fixed buffer size when writing variable length data to
35176           it. Fixes memory corruption and makes alsasrc work
35177
35178 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35179
35180         * ext/gnomevfs/gstgnomevfssink.c:
35181         (_gst_boolean_allow_overwrite_accumulator),
35182         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35183           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35184           RUN_LAST, and don't use that to set the accumulator value because
35185           then it's always FALSE.
35186
35187 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35188
35189         * gst-libs/gst/riff/riff-media.c:
35190         (gst_riff_create_video_caps_with_data),
35191         (gst_riff_create_audio_caps),
35192         (gst_riff_create_audio_template_caps):
35193         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35194           Fix for unaligned RIFF files (i.e. where all the chunks together
35195           in a LIST chunk are not of the same size as the size given in
35196           the LIST chunk header). Fixes several odd WAVE files. Also fix
35197           ADPCM (block_align property) in audio, so that wavparse based
35198           on this works now as it used to stand-alone.
35199
35200 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35201
35202         reviewed by Benjamin Otte  <otte@gnome.org>
35203
35204         * ext/a52dec/gsta52dec.c:
35205         * ext/divx/gstdivxdec.c:
35206         * ext/divx/gstdivxenc.c:
35207         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35208         * ext/faac/gstfaac.c: (gst_faac_base_init):
35209         * ext/faad/gstfaad.c: (gst_faad_base_init):
35210         * ext/ivorbis/vorbisfile.c:
35211         * ext/lame/gstlame.c:
35212         * ext/libfame/gstlibfame.c:
35213         * ext/mpeg2enc/gstmpeg2enc.cc:
35214         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35215         * ext/sidplay/gstsiddec.cc:
35216         * ext/speex/gstspeexdec.c:
35217         * ext/speex/gstspeexenc.c:
35218         * ext/xvid/gstxviddec.c:
35219         * ext/xvid/gstxvidenc.c:
35220           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35221           (fixes #142193)
35222
35223 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35224
35225         * ext/alsa/gstalsa.c: (device_list),
35226         (gst_alsa_class_probe_devices):
35227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35228           Fix alsa oddness in mixer after the combination of using mixer
35229           in source/sink elements and using hw:x,y instead of just hw:x.
35230
35231 2004-05-09  Benjamin Otte  <otte@gnome.org>
35232
35233         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35234         (gst_wavparse_create_sourcepad):
35235           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35236           sourcepads
35237
35238 2004-05-09  Benjamin Otte  <otte@gnome.org>
35239
35240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35241           allow discont events before caps nego
35242
35243 2004-05-08  Benjamin Otte  <otte@gnome.org>
35244
35245         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35246           don't leak events
35247
35248 2004-05-08  Benjamin Otte  <otte@gnome.org>
35249
35250         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35251         (gst_level_change_state), (gst_level_init):
35252         * gst/level/gstlevel.h:
35253           figure out if we're initialized directly instead of keeping a
35254           variable that's wrong in 90% of cases
35255           don't initialize pads and then leak them and use a new unitialized
35256           pad. (fixes #142084)
35257           these were bugs so n00bish I didn't find them for an hour :/
35258
35259 2004-05-08 Iain <iain@prettypeople.org>
35260
35261         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35262         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35263         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35264         return the length that was read.
35265         (gst_riff_read_strf_auds): Allow fmt tags as well.
35266
35267 2004-05-07  David Schleef  <ds@schleef.org>
35268
35269         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35270         signed char assumption in faad.h.
35271
35272 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35273
35274         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35275           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35276
35277 2004-05-07  Colin Walters  <walters@redhat.com>
35278
35279         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35280         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35281         function.
35282         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35283         Add dispose function.
35284
35285 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35286         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35287           Fix caps nego and pad templates. RGB mode caps should
35288           work now.
35289         * ext/dvdnav/gst-dvd:
35290           Move mpeg2dec inside the thread because otherwise the
35291           queue rejects cap changes mid-stream
35292         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35293         (gst_mpeg2dec_flush_decoder):
35294           For mpeg2dec > 0.4.0, call the flush function instead of
35295           manually extracting all in-flight frames.
35296         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35297         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35298           Change mime type video/dv go video/x-dv to match the
35299           rest of gst-plugins
35300
35301 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35302
35303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35305         (gst_alsa_sink_class_init):
35306         * ext/alsa/gstalsasink.h:
35307         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35308         (gst_alsa_src_class_init):
35309         * ext/alsa/gstalsasrc.h:
35310           Make alsasink/src a subclass of alsamixer so that mixer stuff
35311           shows up in gst-rec. Needs some finetuning.
35312
35313 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35314
35315         * ext/lame/gstlame.c: (gst_lame_chain):
35316           simplify
35317         * ext/mad/gstmad.c: (gst_mad_handle_event):
35318           fix event leak
35319         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35320           be able to detect mp3 files < 4096 bytes
35321
35322 2004-05-06  Wim Taymans  <wim@fluendo.com>
35323
35324         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35325         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35326         (theora_enc_set_property), (theora_enc_get_property):
35327         Also encode the first frame, cleanup some code.
35328
35329 2004-05-06  Wim Taymans  <wim@fluendo.com>
35330
35331         * ext/mpeg2enc/gstmpeg2enc.cc:
35332         Forward events first before deciding that negotiation was
35333         not performed.
35334
35335 2004-05-06  Wim Taymans  <wim@fluendo.com>
35336
35337         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35338         First process the events before deciding that negotiation
35339         was not performed.
35340
35341 2004-05-06  Wim Taymans  <wim@fluendo.com>
35342
35343         * ext/theora/Makefile.am:
35344         * ext/theora/theora.c: (plugin_init):
35345         * ext/theora/theoradec.c: (theora_dec_change_state):
35346         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35347         (gst_theora_enc_class_init), (gst_theora_enc_init),
35348         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35349         (theora_enc_chain), (theora_enc_change_state),
35350         (theora_enc_set_property), (theora_enc_get_property):
35351         Added a theora encoder, grouped the encoder and decoder into the
35352         same plugin.
35353
35354 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35355
35356         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35357         (gst_jpegenc_chain):
35358         fix DURATION on outgoing buffers
35359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35360         debug using time formats
35361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35363         (gst_xvimagesink_sink_link):
35364         windows with width/height 0 generate X errors, so don't allow them
35365
35366 2004-05-05  Wim Taymans  <wim@fluendo.com>
35367
35368         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35369         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35370         (gst_mpeg2dec_negotiate_format):
35371         * ext/mpeg2dec/gstmpeg2dec.h:
35372           removed the static pad template so that we can add the
35373           more accurate framerate value to the caps.
35374
35375
35376 2004-05-04  Benjamin Otte  <otte@gnome.org>
35377
35378         * configure.ac:
35379           check for kdemacros.h, too (should fix #141821)
35380         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35381           don't crash if no header was sent, but nicely error out (fixes part
35382           of #141554)
35383
35384 2004-05-04  Wim Taymans  <wim@fluendo.com>
35385
35386         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35387         parent dispose function to avoid segfault on destroy.
35388
35389 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35390
35391         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35392         (plugin_init):
35393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35394         (gst_xvimagesink_sink_link):
35395         clean up debugging caps
35396         also recreate xvimage when format has changed
35397
35398 2004-05-04  Benjamin Otte  <otte@gnome.org>
35399
35400         * ext/libvisual/Makefile.am:
35401         * ext/libvisual/visual.c: (gst_visual_class_init),
35402         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35403         (gst_visual_srclink), (gst_visual_chain),
35404         (gst_visual_change_state), (plugin_init):
35405           use a GstAdapter to correctly adapt buffer sizes - allows using a
35406           framerate
35407
35408 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35409
35410         * sys/v4l/gstv4lelement.h:
35411         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35413         (gst_v4lsrc_buffer_free):
35414         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35416         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35417         (gst_v4lsrc_requeue_frame):
35418         move some debugging categories around
35419         query for fps index and set accordingly if found
35420
35421 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35422
35423         * ext/lame/gstlame.c:
35424         correct defaults that lame_init puts out of range
35425
35426 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35427
35428         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35429         (gst_divxenc_class_init):
35430         fix range since -1 is the default
35431         * gst/mpeg1sys/gstmpeg1systemencode.c:
35432         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35433         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35434         (gst_rtjpegdec_chain):
35435         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35436         (gst_rtjpegenc_chain):
35437         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35438         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35439         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35440         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35441         * sys/v4l/gstv4lsrc.c:
35442         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35443         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35444         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35445         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35446         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35447           remove gst_info calls
35448
35449 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35450
35451         * Makefile.am:
35452         * po/af.po:
35453         * po/az.po:
35454         * po/en_GB.po:
35455         * po/nl.po:
35456         * po/sr.po:
35457         * po/sv.po:
35458           Updated translations
35459
35460 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35461
35462         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35463           refactor/comment code
35464
35465 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35466
35467         * gst/asfdemux/Makefile.am:
35468         * gst/asfdemux/asfheaders.c:
35469         * gst/asfdemux/asfheaders.h:
35470         * gst/asfdemux/gstasf.c: (plugin_init):
35471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35472         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35473         (gst_asf_demux_setup_pad):
35474         * gst/asfdemux/gstasfdemux.h:
35475         * gst/asfdemux/gstasfmux.c:
35476         * gst/asfdemux/gstasfmux.h:
35477           Add tagging support to demuxer, split out registration in its own
35478           file instead of in demux (hacky), and prevent having some tables
35479           in our memory multiple times (in asfheaders.h).
35480
35481 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35482
35483         * gst/matroska/matroska-demux.c:
35484         (gst_matroska_demux_parse_metadata):
35485         * gst/matroska/matroska-ids.h:
35486           Basic tag reading support.
35487
35488 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35489
35490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35491           Really detect ac-3 audio.
35492         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35493           really detect matroska files (off-by-1).
35494
35495 2004-04-30  David Schleef  <ds@schleef.org>
35496
35497         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35498         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35499         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35500         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35501         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35502         hackage -- parse a lot more atoms, extract a few tags.  One might even
35503         mistake this for tag support.  Maybe it is.
35504         * gst/qtdemux/qtdemux.h:
35505
35506 2004-04-30  Colin Walters  <walters@verbum.org>
35507
35508         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35509
35510 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35511
35512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35513         (gst_ffmpegcolorspace_getcaps):
35514           remove broken nego fix
35515
35516 2004-04-30  Benjamin Otte  <otte@gnome.org>
35517
35518         * configure.ac:
35519         * ext/Makefile.am:
35520         * ext/libvisual/Makefile.am:
35521         * ext/libvisual/visual.c:
35522           add initial support for libvisual (http://libvisual.sourceforge.net)
35523           libvisual is still quite alpha, so expect crashes in there :)
35524
35525 2004-04-29  David Schleef  <ds@schleef.org>
35526
35527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35528         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35529         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35530         code; you will no longer respect me.
35531
35532 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35533
35534         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35535         * ext/alsa/gstalsa.h :
35536         change alsa pcm device discovery to find more than 1 device
35537         per card. code review by Ronald.
35538
35539 2004-04-29  David Schleef  <ds@schleef.org>
35540
35541         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35542         Add a check for a driver bug on FreeBSD.  (bug #140565)
35543
35544 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35545
35546         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35547         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35548         (gst_jpegenc_getcaps):
35549           move format setting to inner loop
35550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35551         (gst_ffmpegcolorspace_getcaps):
35552           use GST_PAD_CAPS if available so that we use already negotiated
35553           caps
35554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35555         (qtdemux_parse_moov), (qtdemux_parse):
35556           extra debugging
35557         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35558         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35559           move hardcoded path to DEFINE
35560
35561 2004-04-28  David Schleef  <ds@schleef.org>
35562
35563         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35564         (bug #140064)
35565
35566 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35567
35568         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35569           Don't probe for playback device if we're a source element. Fixes
35570           #139658.
35571
35572 2004-04-29  Benjamin Otte  <otte@gnome.org>
35573
35574         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35575         (gst_id3_tag_chain):
35576           rewrite buffer offset
35577
35578 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35579
35580         * configure.ac:
35581         * ext/Makefile.am:
35582         * ext/dts/Makefile.am:
35583         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35584         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35585         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35586         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35587         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35588         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35589         (plugin_init):
35590         * ext/dts/gstdtsdec.h:
35591           New DTS decoder.
35592         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35593         (gst_faad_srcconnect):
35594           Add ESDS atom handling (.m4a).
35595
35596 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35597
35598         * ext/divx/gstdivxdec.c: (plugin_init):
35599           Remove comment that makes no sense.
35600         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35601           Fix for obvious typo that resulted in warnings during gst-register.
35602         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35603         (gst_xviddec_sink_link):
35604           Fix caps negotiation a bit better.
35605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35606           We call this 'codec_data', not 'esds'.
35607
35608 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35609
35610         * gst/monoscope/gstmonoscope.c:
35611           make sure we only provide 256x128
35612         * gst/monoscope/monoscope.c: (monoscope_init):
35613           assert size of 256x128
35614
35615 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35616
35617         * Makefile.am:
35618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35619         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35620           fixate to max width and height of device
35621
35622 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35623
35624         * Makefile.am:
35625         * sys/v4l/gstv4l.c:
35626         * sys/v4l/gstv4lsrc.c:
35627         * sys/v4l/v4l_calls.c:
35628         * sys/v4l/v4lsrc_calls.c:
35629           fix for qc-usb driver which fakes having more than one buffer
35630           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35631           buffer_free override
35632           add debugging
35633
35634 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35635
35636         * Makefile.am:
35637         * gst/videotestsrc/gstvideotestsrc.c:
35638         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35639         (gst_videotestsrc_init), (gst_videotestsrc_get),
35640         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35641         * gst/videotestsrc/gstvideotestsrc.h:
35642           add num-buffers property
35643
35644         2004-04-26  Benjamin Otte  <otte@gnome.org>
35645
35646         * ext/mad/gstid3tag.c: (plugin_init):
35647           set id3mux rank to NONE so it doesn't confuse spider
35648           require audio/mpeg,mpegversion=1 in id3mux
35649
35650 2004-04-26  Benjamin Otte  <otte@gnome.org>
35651
35652         * configure.ac:
35653           detect faad correctly as non-working if it's indeed non-working
35654
35655 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35656
35657         * Makefile.am:
35658         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35659         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35660         fix _getcaps so it only negotiates to its supported format
35661
35662 2004-04-25  Benjamin Otte  <otte@gnome.org>
35663
35664         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35665           fix memleak
35666
35667 2004-04-23  Benjamin Otte  <otte@gnome.org>
35668
35669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35670           audio/x-raw-int with height rules! not. Now it's depth.
35671
35672 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35673
35674         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35675         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35676         (gst_wavparse_loop):
35677           Missing variable initialization. Add handling of DVI ADPCM. Fix
35678           mis-parsing of LIST chunks. This works around a bug where we mis-
35679           parse non-aligning LIST chunks (so LIST chunks where the contents
35680           don't align with the actual LIST size). The correct fix is to use
35681           rifflib, I'm not going to fix wavparse - too much work. All this
35682           fixes #104878.
35683
35684 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35685
35686         reviewed by Benjamin Otte  <otte@gnome.org>
35687
35688         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35689           fix shoutcast not working (fixes #140844)
35690
35691 2004-04-22  Benjamin Otte  <otte@gnome.org>
35692
35693         * ext/hermes/gsthermescolorspace.c:
35694         (gst_hermes_colorspace_caps_remove_format_info):
35695         * gst/colorspace/gstcolorspace.c:
35696         (gst_colorspace_caps_remove_format_info):
35697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35698         (gst_ffmpegcolorspace_caps_remove_format_info):
35699           s/gst_caps_simplify/gst_caps_do_simplify/
35700
35701 2004-04-22  Benjamin Otte  <otte@gnome.org>
35702
35703         * gst-libs/gst/riff/riff-media.c:
35704         (gst_riff_create_video_caps_with_data):
35705           mpegversion is an int
35706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35707           don't try to create pad templates with NULL caps, use any caps
35708           instead.
35709
35710 2004-04-20  David Schleef  <ds@schleef.org>
35711
35712         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35713         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35714         (bug #140384)
35715
35716 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35717
35718         reviewed by David Schleef
35719
35720         * ext/mad/gstid3tag.c: Add stdlib.h
35721         * gst/rtp/gstrtpgsmenc.c: same
35722         * gst/tags/gstid3tag.c: same
35723         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35724         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35725         GST_DISABLE_LOADSAVE use.
35726         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35727         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35728         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35729         atol(3)).
35730         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35731         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35732         strtoul(3)).
35733         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35734         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35735         $(ID3_CFLAGS).
35736         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35737         $(LIBFAME_CFLAGS).
35738
35739 2004-04-20  David Schleef  <ds@schleef.org>
35740
35741         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35742         last checkin.  Same idea.
35743
35744 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35745
35746         reviewed by David Schleef
35747
35748         * configure.ac: bump required gstreamer version to 0.8.1.1
35749         because of following changes [--ds]
35750
35751         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35752         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35753         (gst_riff_read_header):  Use GST_READ_UINT*
35754         macros to access possibly unaligned memory.
35755
35756         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35757         (mp3_type_find):  Use GST_READ_UINT*
35758         macros to access possibly unaligned memory.
35759         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35760         (speex_type_find): Likewise
35761
35762         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35763
35764         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35765         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35766         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35767         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35768         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35769         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35770         macros to access possibly unaligned memory.
35771
35772         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35773         Likewise.
35774
35775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35776         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35777
35778         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35779         Likewise.
35780
35781         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35782         (gst_mpeg2subt_chain_subtitle): Likewise.
35783
35784         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35785         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35786         Likewise.
35787
35788         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35789         Likewise.
35790
35791         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35792         Likewise.
35793
35794         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35795         Likewise.
35796
35797 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35798
35799         * configure.ac:
35800           update required version of GStreamer because of GST_TIME_FORMAT
35801
35802 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35803
35804         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35805           remove leftover g_print
35806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35807           don't try setting only a subset of the caps. We don't want to kill
35808           autoplugging on purpose
35809
35810 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35811
35812         * sys/ximage/ximagesink.c: (plugin_init):
35813         * sys/xvimage/xvimagesink.c: (plugin_init):
35814           add debugging categories
35815
35816 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35817
35818         * po/en_GB.po:
35819         * po/LINGUAS:
35820           Adding en_GB translation (Gareth Owen)
35821
35822 2004-04-20  David Schleef  <ds@schleef.org>
35823
35824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35825         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35826         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35827         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35828         A number of new features and hacks to extract the esds atom and
35829         put it into the caps.  (bug #137724)
35830
35831 2004-04-19  David Schleef  <ds@schleef.org>
35832
35833         * gconf/Makefile.am: Fix for non-GNU make
35834         * gst-libs/gst/Makefile.am: Change directory order to handle
35835         GstPlay linking with gstinterfaces
35836         * gst-libs/gst/audio/make_filter: make use of tr portable
35837         * gst-libs/gst/play/Makefile.am: Add intended \
35838         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35839         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35840         function prototype instead of void *.
35841         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35842         macro.
35843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35844         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35845         * gst/videofilter/make_filter: make use of tr portable
35846         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35847
35848 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35849
35850         * po/LINGUAS:
35851         * po/uk.po:
35852           Added Ukrainian translation (Maxim V. Dziumanenko)
35853
35854 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35855
35856         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35857         (gst_gsmdec_link), (gst_gsmdec_chain):
35858           Fix capsnego, simplify chain function slightly.
35859         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35860           Add GSM.
35861
35862 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35863
35864         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35865         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35866         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35867           Hack to make wavparse work with spider (always -> sometimes pad).
35868           Fixes #135862 && #140411.
35869
35870 2004-04-18  Benjamin Otte  <otte@gnome.org>
35871
35872         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35873         (gst_osselement_rate_probe_check),
35874         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35875           get rid of \n in debug output
35876
35877 2004-04-17  Iain <iain@prettypeople.org>
35878
35879         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35880         not just EOS.
35881
35882 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35883
35884         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35885         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35886         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35887         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35888         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35889         (gst_id3_tag_change_state), (plugin_init):
35890           deprecate id3tag element and replace with id3demux/id3mux.
35891           great side effect: this ugly file is now even uglier, yay!
35892         * ext/mad/gstmad.h:
35893           remove non-available function
35894           update for new get_type
35895
35896 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35897
35898         * configure.ac:
35899           require mpeg2dec >= 0.4.0
35900
35901 2004-04-17  Benjamin Otte  <otte@gnome.org>
35902
35903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35904         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35905         (gst_xvimagesink_set_xwindow_id):
35906           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35907           assorted cleanup fixes.
35908
35909 2004-04-16  David Schleef  <ds@schleef.org>
35910
35911         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35912         * sys/xvimage/xvimagesink.h: same
35913
35914 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35915
35916         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35917           Fix GST_ELEMENT_ERROR with (NULL)
35918
35919 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35920
35921         * gst-libs/gst/riff/riff-media.c:
35922         (gst_riff_create_video_caps_with_data):
35923           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35924
35925 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35926
35927         * gst-libs/gst/riff/riff-media.c:
35928         (gst_riff_create_video_caps_with_data),
35929         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35930         (gst_riff_create_video_template_caps),
35931         (gst_riff_create_audio_template_caps):
35932         * gst-libs/gst/riff/riff-media.h:
35933         * gst-libs/gst/riff/riff-read.c:
35934         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35935         * gst-libs/gst/riff/riff-read.h:
35936         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35937           Add MS RLE support. I added some functions to read out strf chunks
35938           into strf chunks and the data behind it. This is usually color
35939           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35940           caps creation. Lastly, add ADPCM (similar to wavparse - which
35941           should eventually be rifflib based).
35942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35943         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35944         * gst/matroska/matroska-demux.h:
35945           Remove placeholders for some prehistoric tagging system. Didn't add
35946           support for any tag system really anyway.
35947         * gst/qtdemux/qtdemux.c:
35948           Add support for audio/x-m4a (MPEG-4) through spider.
35949         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35950         (gst_wavparse_loop):
35951           ADPCM support (#135862). Increase max. buffer size because we
35952           cannot split buffers for ADPCM (screws references) and I've seen
35953           files with 2048 byte chunks. 4096 seems safe for now.
35954
35955 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35956
35957         * configure.ac: bump nano to 1
35958
35959 === release 0.8.1 ===
35960
35961 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35962
35963         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35964
35965 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35966
35967         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35968           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35969           Fixes #140058
35970
35971 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35972
35973         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35974           lower rank of dvddemux so that it's not used for mpeg playback.
35975
35976 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35977
35978         * configure.ac:
35979           save libs correctly when checking mad
35980
35981 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35982
35983         * ext/mad/gstid3tag.c: (plugin_init):
35984           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35985
35986 2004-04-13  David Schleef  <ds@schleef.org>
35987
35988         * common/m4/gst-feature.m4: Call -config scripts with
35989         --plugin-libs if it is supported.
35990         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35991         JPEG images are image/jpeg.
35992         * gst/debug/Makefile.am:
35993         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35994         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35995         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35996         (gst_negotiation_plugin_init): Add a property that acts like
35997         filter caps.
35998         * testsuite/gst-lint:  Move license checking to be a standard
35999         test.
36000
36001 2004-04-13  David Schleef  <ds@schleef.org>
36002
36003         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36004         patch from Sebastien Cote (bug #139958)
36005
36006 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36007
36008         * examples/gstplay/Makefile.am:
36009         * examples/gstplay/player.c: (main):
36010           make the commandline player example use gconf settings
36011
36012 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36013
36014         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36015         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36016         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36017           init/end library during state transition, not object
36018           creation/disposal.  get rid of custom dispose handler.
36019
36020
36021 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36022
36023         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36024         be a symlink
36025
36026 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36027
36028         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36029           Handle JUNK chunks inside data section. Prevents warnings.
36030
36031 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36032
36033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36034         (gst_riff_create_video_template_caps):
36035           Add MS video v1.
36036         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36037         (gst_avi_demux_stream_data):
36038           Add support for "rec-list" chunks.
36039
36040 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36041
36042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36043           Fix another codecname mismatch.
36044
36045 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36046
36047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36048           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36049           so that MJPEG plays back.
36050
36051 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36052
36053         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36054         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36055         * gst/mpeg1videoparse/gstmp1videoparse.h:
36056           Fix for some slight mis-cuts in buffer parsing, and for some
36057           potential overflows or faults-causers. Adds disconts. Also fixes
36058           #139105 while we're at it.
36059
36060 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36061
36062         * configure.ac:
36063         * sys/v4l2/gstv4l2element.h:
36064           Workaround for missing struct v4l2_buffer declaration in Suse 9
36065           and Mandrake 10 linux/videodev2.h header file (#135919).
36066
36067 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36068
36069         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36070           Bail out if no filename was given.
36071
36072 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36073
36074         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36075         (gst_v4l2_fourcc_from_structure):
36076           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36077           Y41B somewhere).
36078
36079 2004-04-09  Benjamin Otte  <otte@gnome.org>
36080
36081         * ext/gnomevfs/gstgnomevfssink.c:
36082         (_gst_boolean_allow_overwrite_accumulator),
36083         (gst_gnomevfssink_class_init):
36084           fix erase signal - if any handler returns false the file will not be
36085           overwritten. If no handler is connected, the file will not be
36086           overwritten either.
36087           renamed signal to "allow-overwrite"
36088         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36089           free string when adding it to ID3 failed
36090         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36091           unref event when done
36092         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36093           free caps
36094         * gst/typefind/gsttypefindfunctions.c:
36095         (mpeg_video_stream_type_find):
36096           fix invalid read
36097
36098 2004-04-08  David Schleef  <ds@schleef.org>
36099
36100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36101         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36102
36103 2004-04-08  David Schleef  <ds@schleef.org>
36104
36105         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36106         we don't support (bug #139532)
36107
36108 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36109
36110         * ext/mad/gstmad.c: (gst_mad_handle_event),
36111         (gst_mad_check_caps_reset), (gst_mad_chain),
36112         (gst_mad_change_state):
36113           only set explicit caps if they haven't been set before for
36114           this stream.  MPEG-audio sample rate/channels aren't allowed
36115           to change in-stream.
36116           Fixes #139382
36117
36118 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36119
36120         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36121         (_gst_boolean_did_something_accumulator),
36122         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36123         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36124         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36125         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36126         (gst_gnomevfssink_change_state):
36127           Fix erase signal. Don't erase by default. Remove handoff signal.
36128           Remove erase property. Don't segfault. General cleanup.
36129
36130 2004-04-07  Benjamin Otte  <otte@gnome.org>
36131
36132         * gst-libs/gst/gconf/test-gconf.c: (main):
36133           add missing gst_init
36134
36135 2004-04-07  Benjamin Otte  <otte@gnome.org>
36136
36137         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36138           free the mutexes, too
36139
36140 2004-04-07  Benjamin Otte  <otte@gnome.org>
36141
36142         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36143           actually free the URI string
36144         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36145           compute offset correctly when passing discont events
36146         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36147           don't leak discont events
36148         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36149           add some missing breaks so caps aren't copied randomly
36150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36151           if we realloc memory, we better use it
36152
36153 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36154
36155         * ext/mad/gstmad.c: (normal_seek):
36156           fix GST_FORMAT_TIME usage
36157
36158 2004-04-05  David Schleef  <ds@schleef.org>
36159
36160         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36161         a deprecated function (hack!)
36162
36163 2004-04-05  Benjamin Otte  <otte@gnome.org>
36164
36165         * ext/esd/esdmon.c: (gst_esdmon_get):
36166           fix nonterminated vararg and memleak
36167
36168 2004-04-05  Benjamin Otte  <otte@gnome.org>
36169
36170         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36171         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36172         (gst_ladspa_set_property), (gst_ladspa_get_property),
36173         (gst_ladspa_instantiate), (gst_ladspa_activate),
36174         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36175           clean up debugging
36176
36177 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36178
36179         reviewed by Benjamin Otte  <otte@gnome.org>
36180
36181         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36182           check for broken LADSPA parameters (fixes #138635)
36183
36184 2004-04-05  Benjamin Otte  <otte@gnome.org>
36185
36186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36187           advertise buffer-frames correctly on sinkpads
36188
36189 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36190
36191         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36192         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36193         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36194         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36195         (gst_mad_check_caps_reset), (gst_mad_chain):
36196         add more debugging, only reset caps when we're not in error state
36197
36198 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36199
36200         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36201
36202 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36203
36204         reviewed by Benjamin Otte  <otte@gnome.org>
36205
36206         * configure.ac:
36207           fix == in test(1) operator
36208
36209 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36210
36211         reviewed by Benjamin Otte  <otte@gnome.org>
36212
36213         * configure.ac:
36214           fix --export-symblos-regex to a working regex.
36215
36216 2004-04-04  Benjamin Otte  <otte@gnome.org>
36217
36218         * sys/oss/.cvsignore:
36219           add for oss_probe
36220
36221 2004-04-03  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36222
36223         reviewed by Benjamin Otte  <otte@gnome.org>
36224
36225         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36226           add missing 'new_media' argument (fixes #138168)
36227         * gst/matroska/matroska-demux.c:
36228         (gst_matroska_demux_handle_seek_event):
36229           add vararg terminator (fixes #138169)
36230
36231 2004-04-02  David Schleef  <ds@schleef.org>
36232
36233         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36234         disted (bug #138914)
36235
36236 2004-04-01  Benjamin Otte  <otte@gnome.org>
36237
36238         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36239         (gst_alsa_close_audio):
36240           handle case better where a soundcard can't pause
36241         * ext/ogg/gstoggdemux.c:
36242           don't crash when we get events but don't have pads yet
36243
36244 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36245
36246         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36247           throw an error if we couldn't probe any caps.
36248
36249 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36250
36251         * ext/dvdnav/gst-dvd:
36252         Add a really simple sample DVD player
36253
36254 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36255
36256         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36257         (gst_a52dec_push), (gst_a52dec_handle_event),
36258         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36259         (gst_a52dec_change_state):
36260         * ext/a52dec/gsta52dec.h:
36261           Use a debug category, Output timestamps correctly
36262           Emit tag info, Handle events, tell liba52dec about cpu
36263           capabilities so it can use MMX etc.
36264         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36265           Fix a crasher accessing invalid memory
36266         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36267         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36268         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36269         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36270         (dvdnavsrc_query):
36271           Some support for byte-format seeking.
36272           Small fixes for still frames and menu button overlays
36273         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36274         (gst_mpeg2dec_alloc_buffer):
36275           Use a debug category. Adjust the report level of several items to
36276           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36277           so it doesn't lose the GstBuffer pointer
36278         * gst/debug/Makefile.am:
36279         * gst/debug/gstdebug.c: (plugin_init):
36280         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36281         (gst_navseek_base_init), (gst_navseek_class_init),
36282         (gst_navseek_init), (gst_navseek_seek),
36283         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36284         (gst_navseek_get_property), (gst_navseek_chain),
36285         (gst_navseek_plugin_init):
36286         * gst/debug/gstnavseek.h:
36287           Add the navseek debug element for seeking back and forth in a
36288           video stream using arrow keys.
36289         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36290         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36291         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36292         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36293         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36294         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36295         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36296         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36297         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36298         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36299         * gst/mpeg2sub/gstmpeg2subt.h:
36300           Pretty much a complete rewrite. Now a loopbased element. May still
36301           require work to properly synchronise subtitle buffers.
36302         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36303         (gst_dvd_demux_send_subbuffer):
36304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36305           Don't attempt to create subbuffers of size 0
36306           Reduce a couple of error outputs to warnings.
36307         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36308         (gst_y4mencode_chain):
36309         Output the y4m frame header correctly.
36310
36311 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36312
36313         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36314           throw errors instead of allowing SIGFPE
36315
36316 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36317
36318         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36319         (gst_gconf_render_bin_from_key):
36320           leak plugging and style fixing
36321
36322 2004-03-31  David Schleef  <ds@schleef.org>
36323
36324         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36325         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36326         (bug #138225)
36327         * gst/debug/Makefile.am:
36328         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36329         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36330         plugin.
36331         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36332         (gst_negotiation_base_init), (gst_negotiation_class_init),
36333         (gst_negotiation_init), (gst_negotiation_getcaps),
36334         (gst_negotiation_pad_link), (gst_negotiation_chain),
36335         (gst_negotiation_set_property), (gst_negotiation_get_property),
36336         (gst_negotiation_plugin_init):  New element to talk about random
36337         negotiation things happening in a pipeline.
36338
36339 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36340
36341         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36342           fix integer addition with help of Stefan Kost
36343
36344 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36345
36346         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36347
36348 2004-03-30  David Schleef  <ds@schleef.org>
36349
36350         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36351         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36352         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36353         (bug #137504)
36354         * ext/mpeg2dec/gstmpeg2dec.h:
36355
36356 2004-03-30  David Schleef  <ds@schleef.org>
36357
36358         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36359
36360 2004-03-30  David Schleef  <ds@schleef.org>
36361
36362         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36363         Michael Petullo) to handle .mov
36364
36365 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36366
36367         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36368         (gst_osselement_rate_check_rate):
36369           probe caps correctly for sound cards that only support one format
36370
36371 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36372
36373         * ext/kio/kiosrc.cpp: (process_events):
36374           update handling event processing if inside KDE - untested
36375
36376 2004-03-29  David Schleef  <ds@schleef.org>
36377
36378         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36379         by 2 to not interfere with other colorspaces.
36380         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36381         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36382         one to not interfere with ffmpeg_colorspace.
36383
36384 2004-03-29  David Schleef  <ds@schleef.org>
36385
36386         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36387         aren't in the caps.
36388         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36389         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36390
36391 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36392
36393         * gst-libs/gst/riff/riff-media.c:
36394           fail on error, don't try to set stuff on NULL caps
36395
36396 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36397
36398         * configure.ac:
36399         * ext/Makefile.am:
36400         * ext/kio/Makefile.am:
36401         * ext/kio/kioreceiver.cpp:
36402         * ext/kio/kioreceiver.h:
36403         * ext/kio/kiosrc.cpp:
36404         * ext/kio/kiosrc.h:
36405           add experimental kiosrc plugin
36406         * ext/alsa/gstalsaplugin.c: (plugin_init):
36407           initialize debugging category only when we're sure registering the
36408           plugins worked.
36409
36410 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36411
36412         * examples/gstplay/player.c: (main):
36413         * gst-libs/gst/play/play.c: (gst_play_class_init),
36414         (gst_play_set_location), (gst_play_set_data_src),
36415         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36416         (gst_play_set_visualization), (gst_play_connect_visualization):
36417           check return values of element_set_state and return FALSE where
36418           failed
36419
36420 2004-03-29  Benjamin Otte  <otte@gnome.org>
36421
36422         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36423           try harder to check if an event is really a discont
36424
36425 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36426
36427         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36428         * po/az.po:
36429
36430 2004-03-28  Benjamin Otte  <otte@gnome.org>
36431
36432         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36433         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36434         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36435           get rid of non-standard "..." ranges in case statements.
36436
36437 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36438
36439         * gst/mpegstream/gstmpegdemux.c:
36440         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36441         specific functionality split to the new dvddemux element.
36442         * gst/mpegstream/gstdvddemux.c:
36443         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36444         streams, derived from mpegdemux.
36445         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36446         up. SCR based timestamp rewriting can be turned off (will probably
36447         completely disappear soon).
36448         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36449         hacking. General cleanup. All printf statements replaced by
36450         debugging messages. Almost complete libdvdnav support.
36451         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36452         by events. New properties for audio and subpicture languages.
36453         (dvdnavsrc_update_highlight): Now uses events.
36454         (dvdnavsrc_user_op): Cleaned up.
36455         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36456         based). Lots of cleanup, and propper support for most libdvdnav
36457         events.
36458         (dvdnavsrc_make_dvd_event): New function.
36459         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36460         (dvdnavsrc_make_clut_change_event): New function.
36461
36462 2004-03-26  Benjamin Otte  <otte@gnome.org>
36463
36464         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36465           fix bug where typefinding would claim it's theora whenever less then
36466           7 bytes of data were available
36467
36468 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36469
36470         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36471         (gst_alawdec_base_init), (gst_alawdec_class_init),
36472         (gst_alawdec_init), (gst_alawdec_chain):
36473         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36474         (gst_alawenc_base_init), (gst_alawenc_class_init),
36475         (gst_alawenc_init), (gst_alawenc_chain):
36476         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36477         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36478         (gst_mulawdec_init), (gst_mulawdec_chain):
36479         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36480         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36481         (gst_mulawenc_init), (gst_mulawenc_chain):
36482           Fix capsnego in all four, remove the unused property functions and
36483           simplify the chain functions slightly. I guess we could use macros
36484           or something similar for those, since the code is so similar, but
36485           I'm currently too lazy...
36486
36487 2004-03-24  David Schleef  <ds@schleef.org>
36488
36489         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36490         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36491         (gst_osselement_get_format_structure),
36492         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36493         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36494         (gst_osselement_rate_int_compare): Add code to handle rate probing
36495         (bug #120883)
36496         * sys/oss/gstosselement.h: same
36497         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36498         Use rate probing provided by osselement.
36499         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36500
36501 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36502
36503         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36504         (gst_xvidenc_get_property):
36505           ulong/int mess-up.
36506
36507 2004-03-24  David Schleef  <ds@schleef.org>
36508
36509         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36510         (gst_speexdec_init):
36511         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36512         (gst_speexenc_init):  Create the pad template correctly (from
36513         the static pad template, not a NULL pointer.)
36514
36515 2004-03-25  Benjamin Otte  <otte@gnome.org>
36516
36517         * gst/debug/Makefile.am:
36518         * gst/debug/breakmydata.c:
36519           add element that quasi-randomly changes bytes in the stream.
36520           Intended use is robustness checking of demuxers and decoders in
36521           media tests.
36522
36523 2004-03-24  Benjamin Otte  <otte@gnome.org>
36524
36525         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36526         (gst_alsa_probe_hw_params):
36527         * ext/alsa/gstalsa.h:
36528           debugging output fixes
36529
36530 2004-03-24  Benjamin Otte  <otte@gnome.org>
36531
36532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36533           don't g_return_if_fail if element is PLAYING, fail silently as every
36534           other element.
36535         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36536           only fix needed for cast lvalue issues in gst-plugins
36537         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36538           add proxy_getcaps
36539
36540 2004-03-24  Benjamin Otte  <otte@gnome.org>
36541
36542         * gst/level/gstlevel.c: (gst_level_init):
36543           add proxying getcaps function, so level doesn't advertise impossible
36544           caps
36545
36546 2004-03-24  David Schleef  <ds@schleef.org>
36547
36548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36549         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36550         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36551         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36552         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36553         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36554         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36555         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36556         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36557         messages.  Divide the chunk size by the compression ratio
36558         (needed for MACE audio)
36559
36560 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36561
36562         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36563           Fix buffer overflow read error.
36564
36565 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36566
36567         * ext/alsa/gstalsa.h:
36568           Remove unused entry.
36569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36570           Add cinepak.
36571         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36572         (gst_videodrop_link), (gst_videodrop_chain):
36573           Fix, sort of. Was horribly broken with new capsnego. Bah...
36574
36575 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36576
36577         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36578         (plugin_init):
36579         Add a monkeysaudio typefind function
36580
36581 2004-03-23  Johan Dahlin  <johan@gnome.org>
36582
36583         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36584         (gst_play_video_fixate): Check so the structure has the field
36585         before trying to fixate them, this makes it possible to have
36586         fakesinks for video and audio output without printing errors on
36587         the output console.
36588
36589 2004-03-22  David Schleef  <ds@schleef.org>
36590
36591         * sys/oss/Makefile.am:
36592         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36593         (check_rate), (add_rate):  Rate probing test app.
36594
36595 2004-03-21  Benjamin Otte  <otte@gnome.org>
36596
36597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36598         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36599           add a fixation function that pretty much does the right thing (fixes
36600           #137556)
36601
36602 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36603
36604         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36605
36606 2004-03-20  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36607
36608         reviewed by: Benjamin Otte  <otte@gnome.org>
36609
36610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36611           terminate gst_event_new_discontinuous correctly (fixes parts of
36612           #137711)
36613
36614 2004-03-19  David Schleef  <ds@schleef.org>
36615
36616         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36617         since it doesn't depend on X, and it's part of our ABI.
36618
36619 2004-03-19  Iain <iain@prettypeople.org>
36620
36621         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36622         is_int in the structure, not the local variable.
36623
36624 2004-03-19  David Schleef  <ds@schleef.org>
36625
36626         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36627         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36628         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36629         Improvements in caps negotiation.
36630
36631 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36632
36633         * po/LINGUAS:
36634         * po/af.po:
36635           adding Afrikaans (Petri Jooste)
36636
36637 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36638
36639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36640         (gst_ffmpegcolorspace_chain):
36641         throw error instead of g_critical (#137588)
36642
36643 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36644
36645         * Makefile.am:
36646         * configure.ac:
36647           dist common and m4 correctly
36648         * po/sv.po:
36649
36650 2004-03-17  David Schleef  <ds@schleef.org>
36651
36652         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36653         (bug #137348)
36654
36655 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36656
36657         * po/LINGUAS:
36658         * po/sv.po:
36659           adding Swedish translation (Christian Rose)
36660
36661 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36662
36663         * Makefile.am: use release.mak
36664
36665 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36666
36667         * common/ChangeLog:
36668         * common/gst-autogen.sh:
36669           add some explanation about the version detection
36670         * configure.ac:
36671           fix X check
36672
36673 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36674
36675         * configure.ac: bump nano to 1
36676
36677 === release 0.8.0 ===
36678
36679 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36680
36681         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36682
36683 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36684
36685         * configure.ac:
36686           update libtool version
36687         * gst-libs/gst/media-info/Makefile.am:
36688           actually use libtool version
36689
36690 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36691
36692         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36693
36694 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36695
36696         * configure.ac:
36697         * gst-plugins.spec.in:
36698         * pkgconfig/Makefile.am:
36699         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36700         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36701         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36702         * pkgconfig/gstreamer-libs.pc.in:
36703         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36704         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36705         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36706         * pkgconfig/gstreamer-plugins.pc.in:
36707           remove @VERSION@ from some of the pc files since core and plugins
36708           are decoupled.
36709           created gstreamer-plugins.pc as it's a better name, but keeping
36710           -libs around for now to get fixes upstream done first.
36711
36712 2004-03-15  Julien MOUTTE <julien@moutte.net>
36713
36714         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36715         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36716         * gst-libs/gst/play/play.h:
36717
36718 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36719
36720         * *.c, *.cc: don't mix tabs and spaces
36721
36722 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36723
36724         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36725           use the new ffmpegcolorspace
36726         * gst-plugins.spec.in:
36727           package new colorspace and media-info
36728         * configure.ac:
36729         * pkgconfig/Makefile.am:
36730           fix some more disting issues
36731         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36732         * pkgconfig/gstreamer-media-info.pc.in:
36733           generate media-info pc files
36734
36735 2004-03-15  Johan Dahlin  <johan@gnome.org>
36736
36737         * *.h: Revert indenting
36738
36739 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36740
36741         * configure.ac:
36742           adding ffmpegcolorspace element
36743         * gst/ffmpegcolorspace/Makefile.am:
36744         * gst/ffmpegcolorspace/avcodec.h:
36745         * gst/ffmpegcolorspace/common.h:
36746         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36747         * gst/ffmpegcolorspace/dsputil.h:
36748         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36749         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36750         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36751         (gst_ffmpeg_caps_to_pix_fmt):
36752         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36753         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36754         (gst_ffmpegcolorspace_caps_remove_format_info),
36755         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36756         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36757         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36758         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36759         (gst_ffmpegcolorspace_set_property),
36760         (gst_ffmpegcolorspace_get_property),
36761         (gst_ffmpegcolorspace_register):
36762         * gst/ffmpegcolorspace/imgconvert.c:
36763         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36764         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36765         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36766         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36767         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36768         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36769         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36770         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36771         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36772         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36773         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36774         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36775         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36776         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36777         (img_get_alpha_info), (deinterlace_line),
36778         (deinterlace_line_inplace), (deinterlace_bottom_field),
36779         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36780         * gst/ffmpegcolorspace/imgconvert_template.h:
36781         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36782         * gst/ffmpegcolorspace/mmx.h:
36783         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36784           adding ffmpegcolorspace element supplied by Ronald after cleaning
36785           up and pulling in the right bits of upstream source.
36786           I'm sure a better C/compiler wizard could do some cleaning up (for
36787           example use GLIB's malloc stuff), but as a first pass this
36788           works very well
36789
36790 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36791
36792         * ext/alsa/gstalsa.h:
36793           I assume Ronald forgot to commit the change to have cardname
36794           as a struct member.  Expect some public spanking at the next
36795           opportunity.
36796
36797 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36798
36799         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36800         (gst_alsa_open_audio), (gst_alsa_close_audio):
36801         * ext/alsa/gstalsa.c:
36802           Don't open the device if we're a mixer (= padless).
36803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36804         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36805         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36806           Open mixer during state change rather than during object
36807           initialization. Also, get a device name. Currently in a somewhat
36808           hackish fashion, but I didn't really find something better.
36809
36810 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36811
36812         * *.c, *.h: run gst-indent
36813
36814 2004-03-14  Benjamin Otte  <otte@gnome.org>
36815
36816         * gst/modplug/gstmodplug.cc:
36817         * gst/modplug/gstmodplug.h:
36818           set correct timestamps on outgoing buffers
36819
36820 2004-03-14  Benjamin Otte  <otte@gnome.org>
36821
36822         * gst/modplug/gstmodplug.cc:
36823           handle events - don't do crap when a discont arrives that's not
36824           necessary
36825           This allows correct loading and playback of mods in Rhythmbox
36826
36827 2004-03-14  Benjamin Otte  <otte@gnome.org>
36828
36829         * configure.ac:
36830         * gst-libs/gst/gconf/Makefile.am:
36831         * pkgconfig/Makefile.am:
36832           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36833           they get rebuilt properly
36834         * configure.ac:
36835           when checking for vorbis, try pkgconfig first.
36836         * gst/modplug/gstmodplug.cc:
36837           add fixate function
36838
36839 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36840
36841         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36842           Fix for obvious mistake, where we first shift the offset and then
36843           read a samplesize element assuming the old offset. Note that this
36844           part still has something weird, i.e. my movies containing those
36845           don't actually play well, but at least there's something that looks
36846           like sound now.
36847
36848 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36849         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36850         (plugin_init):
36851         Add a typefind function for speex format
36852
36853 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36854
36855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36856         (gst_asf_demux_setup_pad):
36857           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36858           instead of 0. Reason is simple: some elements have a fps range
36859           of 1-max instead of 0-max. So now ASF video actually works.
36860
36861 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36862
36863         * po/LINGUAS:
36864         * po/sr.po:
36865           adding serbian as a language
36866
36867 2004-03-13  Benjamin Otte  <otte@gnome.org>
36868
36869         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36870           return taglist correctly from _get function, don't gst_pad_push it.
36871           (fixes #137042)
36872
36873 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36874         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36875
36876 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36877
36878         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36879         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36880         (gst_alsa_mixer_track_new):
36881         * ext/alsa/gstalsamixertrack.h:
36882           Fix ancient leftovers... MixerTrack is a GObject.
36883
36884 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36885
36886         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36887         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36888           Don't block during probing...
36889
36890 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36891
36892         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36893         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36894         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36895         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36896         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36897         (gst_alsa_open_audio), (gst_alsa_close_audio):
36898         * ext/alsa/gstalsa.h:
36899           Add propertyprobe interface implementation, add some device-name
36900           property, all this so that it looks good in gnome-volume-control.
36901
36902 2004-03-12  David Schleef  <ds@schleef.org>
36903
36904         * configure.ac: the Hermes library controls hermescolorspace, not
36905         colorspace.
36906         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36907         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36908         not /* */
36909         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36910         * ext/sdl/sdlvideosink.h: ditto.
36911         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36912
36913 2004-03-12  Benjamin Otte  <otte@gnome.org>
36914
36915         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36916         (gst_x_overlay_got_xwindow_id):
36917         * gst-libs/gst/xoverlay/xoverlay.h:
36918           replace XID with unsigned long to get rid of the xlibs dependency in
36919           XOverlay (fixes #137004)
36920
36921 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36922         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36923         (gst_agingtv_setup):
36924         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36925         (gst_dicetv_base_init), (gst_dicetv_class_init),
36926         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36927         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36928         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36929         (gst_edgetv_setup), (gst_edgetv_rgb32):
36930         * gst/effectv/gsteffectv.c:
36931         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36932         (gst_quarktv_set_property):
36933         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36934         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36935         (gst_revtv_setup), (gst_revtv_rgb32):
36936         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36937         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36938         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36939         (gst_shagadelictv_rgb32):
36940         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36941         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36942         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36943         * gst/effectv/gstwarp.c:
36944         Port everything that can be ported to videofilter and fix up the caps.
36945         Can someone with a big-endian machine please check these?
36946
36947 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36948
36949         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36950         (gst_osssink_chain), (gst_osssink_change_state):
36951           Latest fixes for A/V sync, audio playback and such. This is about
36952           all... MPEG playback issues are mostly related to the async build-
36953           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36954
36955 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36956
36957         patch from: Stephane Loeuillet
36958
36959         * configure.ac:
36960           use pkg-config for some libraries, falling back to the old .m4 way
36961           (fixes #131270)
36962         * m4/libdv.m4:
36963           removed
36964
36965 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36966
36967         * configure.ac:
36968         * tools/Makefile.am:
36969         * tools/Makefile.in:
36970         * tools/gst-launch-ext-m.m:
36971         * tools/gst-launch-ext.1.in:
36972         * tools/gst-visualise-m.m:
36973         * tools/gst-visualise.1:
36974         * tools/gst-visualise.1.in:
36975           reorganizing generation of script tools
36976
36977 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36978
36979         * ext/divx/gstdivxdec.c:
36980           Downgrade priority. We prefer ffdec_mpeg4.
36981         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36982         (gst_faad_chain), (gst_faad_change_state):
36983           Fix capsnego. Doesn't work for some sounds because we don't have
36984           a 5:1 to stereo element.
36985         * ext/xvid/gstxvid.c: (plugin_init):
36986           Add priority.
36987         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36988         (gst_osssink_change_state):
36989           Add discont handling.
36990
36991 2004-03-09  Colin Walters  <walters@verbum.org>
36992
36993         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36994         conversion.
36995
36996 2004-03-09  Benjamin Otte  <otte@gnome.org>
36997
36998         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36999           the signals take 2 arguments
37000
37001 2004-03-09  David Schleef  <ds@schleef.org>
37002
37003         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37004         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37005         * ext/alsa/gstalsa.h:
37006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37007
37008 2004-03-09  Benjamin Otte  <otte@gnome.org>
37009
37010         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37011         (gst_mikmod_change_state):
37012         * ext/mikmod/gstmikmod.h:
37013           make mikmod's loop function not loop infinitely and call
37014           gst_element_yield anymore
37015         * gst/modplug/gstmodplug.cc:
37016           fix pad negotiation (fixes #136590)
37017
37018 2004-03-09  David Schleef  <ds@schleef.org>
37019
37020         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37021         doesn't conflict with the internal colorspace plugin.
37022         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37023         satisfy the crappy-ass shell shipped by a certain vendor.
37024         * gst/videofilter/make_filter: same (bug #135299)
37025
37026 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37027
37028         * configure.ac: bump nano to 1
37029
37030 === release 0.7.6 ===
37031
37032 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37033
37034         * configure.in: releasing 0.7.6, "There"
37035
37036 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37037
37038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37039         * pkgconfig/gstreamer-play.pc.in:
37040           synchronize the two
37041
37042 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37043
37044         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37045         (cdparanoia_open), (cdparanoia_event):
37046           fix/add error handling
37047         * po/POTFILES.in:
37048           add cdparanoia source
37049         * tools/Makefile.am:
37050           make scripts executable
37051
37052 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37053
37054         * configure.ac:
37055         * ext/vorbis/Makefile.am:
37056         * sys/Makefile.am:
37057           remove id3types, vorbisfile and xvideosink from the build (#133783)
37058
37059 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37060
37061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37062           Fix metadata read crash (#136537).
37063
37064 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37065
37066         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37067         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37068           adding mime types, fixing the one-stop function
37069
37070 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37071
37072         * ext/nas/nassink.c and /ext/nas/nassink.h:
37073         More NAS love from Arwed von Merkatz
37074         So lets all sing 'Can you feel the NAS tonight'
37075
37076 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37077
37078         * tools/gst-launch-ext.in:
37079         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37080
37081 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37082
37083         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37084         (gst_mpeg2dec_init):
37085         remove the user_data pad for now, because it is being used in
37086         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37087         If someone knows how to fix this properly, please do.
37088
37089 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37090
37091         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37092         (gst_osssink_get_time):
37093         add a warning, IMO this won't get triggered anymore, remove later
37094
37095 2004-03-07  David Schleef  <ds@schleef.org>
37096
37097         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37098         format (bug #136470)
37099
37100 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37101
37102         * gst-libs/Makefile.am:
37103         * gst-libs/gst/media-info/Makefile.am:
37104         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37105         (error_callback), (gst_media_info_error_create),
37106         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37107         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37108         * gst-libs/gst/media-info/media-info-priv.h:
37109         * gst-libs/gst/media-info/media-info-test.c: (main):
37110         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37111         (gst_media_info_class_init), (gst_media_info_instance_init),
37112         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37113         (gst_media_info_read_idler), (gst_media_info_read):
37114         * gst-libs/gst/media-info/media-info.h:
37115         fixed, should work now
37116
37117 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37118
37119         * ext/nas/nassink.c:
37120         A bunch of NAS fixes from Arwed von Merkatz
37121
37122 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37123
37124         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37125         (qtdemux_parse_trak):
37126           Fix crash (j might be greater than n_samples, in which case we're
37127           writing outside the allocated space for the array) and memleak.
37128
37129 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37130
37131         * sys/oss/gstosssink.c: (gst_osssink_chain):
37132           And another caller that couldn't handle delay < 0 (unsigned
37133           integer overflow). Video now continues playing on an audio
37134           buffer underrun, and the clock continues working. Audio still
37135           stalls.
37136
37137 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37138
37139         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37140         (gst_osssink_get_time):
37141           get_delay() may return values lower than 0. In those cases, we
37142           should not actually cast to *unsigned* int64, that will break
37143           stuff horribly. In my case, it screwed up A/V sync in movies
37144           in totem rather badly.
37145
37146 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37147
37148         * ext/faac/gstfaac.c: (gst_faac_chain):
37149         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37150         * ext/libpng/gstpngenc.c: (user_write_data):
37151         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37152         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37153         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37154         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37155         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37156         of any buffer), should fix some leaks. I hope I didn't unref buffers
37157         that shouldn't be...
37158
37159 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37160
37161         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37162         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37163         (error_callback), (gmi_reset), (gmi_seek_to_track),
37164         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37165         (gmip_find_type_post), (gmip_find_stream_post),
37166         (gmip_find_track_streaminfo_post):
37167         * gst-libs/gst/media-info/media-info-priv.h:
37168         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37169         (info_print), (main):
37170         * gst-libs/gst/media-info/media-info.c:
37171         (gst_media_info_error_create), (gst_media_info_error_element),
37172         (gst_media_info_instance_init), (gst_media_info_get_property),
37173         (gst_media_info_new), (gst_media_info_set_source),
37174         (gst_media_info_read_idler), (gst_media_info_read):
37175         * gst-libs/gst/media-info/media-info.h:
37176           first pass at making this work again.  This seems to work on
37177           tagged ogg/vorbis and mp3 files.
37178
37179 2004-03-06  Benjamin Otte  <otte@gnome.org>
37180
37181         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37182           fix huge leak: gst_buffer_merge doesn't unref the first argument
37183           itself.
37184
37185 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37186
37187         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37188           report layer/mode/emphasis
37189
37190 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37191
37192         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37193
37194 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37195
37196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37197           signal serial
37198
37199 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37200
37201         * ext/vorbis/vorbis.c: (plugin_init):
37202         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37203         (gst_vorbis_dec_init), (vorbis_dec_event):
37204         add debug category
37205         make vorbisdec handle _BYTE and _TIME queries
37206
37207 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37208
37209         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37210           from the xing header
37211
37212 2004-03-06  Benjamin Otte  <otte@gnome.org>
37213
37214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37215         (gst_audio_convert_link), (gst_audio_convert_change_state),
37216         (gst_audio_convert_buffer_from_default_format):
37217           do conversions from/to float correctly, fix some caps nego errors,
37218           export correct supported caps in template and getcaps, use correct
37219           caps in try_set_caps functions
37220
37221 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37222
37223         For some reason, I only committed a ChangeLog entry yesterday and
37224         not the corresponding code...
37225         * ext/mad/gstmad.c: Fix detection of Xing headers
37226         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37227
37228 2004-03-06  Benjamin Otte  <otte@gnome.org>
37229
37230         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37231         (gst_ogg_demux_src_query):
37232           make sure to handle the case where there's no current chain
37233           gracefully.
37234
37235 2004-03-05  David Schleef  <ds@schleef.org>
37236
37237         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37238         Add fixate function. (bug #131128)
37239         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37240         (gst_sdlvideosink_fixate):  Add fixate function.
37241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37242         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37243         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37244         Fix missing break that was causing ulaw to be interpreted as
37245         raw int.
37246
37247 2004-03-05  David Schleef  <ds@schleef.org>
37248
37249         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37250         Fix code that ignores return value of gst_buffer_merge().
37251         (bug #114560)
37252         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37253         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37254         * testsuite/gst-lint:  Check for above.
37255
37256 2004-03-05  David Schleef  <ds@schleef.org>
37257
37258         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37259         caps and throw an element error.  (bug #136334)
37260
37261 2004-03-05  David Schleef  <ds@schleef.org>
37262
37263         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37264         (gst_faad_chain): Fix negotiation.
37265         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37266         key and button events.
37267         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37268         dung heap of code.
37269         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37270         depends on gconf
37271         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37272         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37273         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37274         function to encourage better negotiation, particularly between
37275         audioconvert and osssink.
37276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37277         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37278         more important.
37279         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37280         typefinding.
37281         * gst/vbidec/vbiscreen.c:  Add glib header
37282         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37283
37284 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37285
37286         * ext/mad/gstmad.c: Fix detection of Xing headers
37287         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37288
37289 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37290
37291         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37292         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37293           debug updates
37294
37295 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37296
37297         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37298         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37299         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37300         files, and report the parsed length as a GST_TAG_DURATION tag.
37301         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37302
37303 2004-03-05  Benjamin Otte  <otte@gnome.org>
37304
37305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37306           convert channels correctly. convert correctly to unsigned.
37307
37308 2004-03-05  Julien MOUTTE <julien@moutte.net>
37309
37310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37311         we have a window before clearing it.
37312
37313 2004-03-05  Julien MOUTTE <julien@moutte.net>
37314
37315         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37316         have a window before clearing it.
37317
37318 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37319
37320         * gconf/gstreamer.schemas.in:
37321         * gst-libs/gst/gconf/Makefile.am:
37322           version installation path the same way as for 0.6
37323         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37324         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37325         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37326           remove comment that was fixed
37327
37328 2004-03-05  David Schleef  <ds@schleef.org>
37329
37330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37331         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37332         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37333         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37334         Add prototype code for handling seeking and querying.
37335
37336 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37337
37338         * examples/gstplay/player.c: (main):
37339           Initialize variables to NULL. Prevents a segfault because the
37340           (uninitialized) variable is not NULL, resulting in a crash on
37341           trying to reach error->message.
37342
37343 2004-03-05  Benjamin Otte  <otte@gnome.org>
37344
37345         * gst/audioconvert/gstaudioconvert.c:
37346         (gst_audio_convert_buffer_to_default_format):
37347         make float=>int conversion work correctly even in cornercases.
37348
37349 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37350
37351         * debian/README.Debian:
37352         * debian/build-deps:
37353         * debian/changelog:
37354         * debian/control:
37355         * debian/control.in:
37356         * debian/copyright:
37357         * debian/gstreamer-a52dec.files:
37358         * debian/gstreamer-aa.files:
37359         * debian/gstreamer-alsa.files:
37360         * debian/gstreamer-alsa.manpages:
37361         * debian/gstreamer-arts.files:
37362         * debian/gstreamer-artsd.files:
37363         * debian/gstreamer-audiofile.files:
37364         * debian/gstreamer-avifile.files:
37365         * debian/gstreamer-cdparanoia.files:
37366         * debian/gstreamer-colorspace.files:
37367         * debian/gstreamer-doc.files:
37368         * debian/gstreamer-dv.files:
37369         * debian/gstreamer-dvd.files:
37370         * debian/gstreamer-esd.files:
37371         * debian/gstreamer-festival.files:
37372         * debian/gstreamer-flac.files:
37373         * debian/gstreamer-gconf.conffiles:
37374         * debian/gstreamer-gconf.files:
37375         * debian/gstreamer-gconf.postinst:
37376         * debian/gstreamer-gnomevfs.files:
37377         * debian/gstreamer-gsm.files:
37378         * debian/gstreamer-http.files:
37379         * debian/gstreamer-jack.files:
37380         * debian/gstreamer-jpeg.files:
37381         * debian/gstreamer-mad.files:
37382         * debian/gstreamer-mikmod.files:
37383         * debian/gstreamer-misc.files:
37384         * debian/gstreamer-mpeg2dec.files:
37385         * debian/gstreamer-oss.files:
37386         * debian/gstreamer-plugin-apps.files:
37387         * debian/gstreamer-plugin-apps.manpages:
37388         * debian/gstreamer-plugin-libs-dev.files:
37389         * debian/gstreamer-plugin-libs.files:
37390         * debian/gstreamer-plugin-template.postinst:
37391         * debian/gstreamer-plugin-template.postrm:
37392         * debian/gstreamer-sdl.files:
37393         * debian/gstreamer-sid.files:
37394         * debian/gstreamer-vorbis.files:
37395         * debian/gstreamer-x.files:
37396         * debian/mk.control:
37397         * debian/rules:
37398         Debian package info not maintained here.
37399
37400 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37401
37402         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37403         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37404         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37405         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37406         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37407         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37408         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37409         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37410         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37411         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37412         * gst-libs/gst/colorbalance/colorbalance.c:
37413         (gst_color_balance_class_init):
37414         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37415         (gst_color_balance_channel_class_init):
37416         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37417         * gst-libs/gst/play/play.c: (gst_play_class_init):
37418         * gst-libs/gst/propertyprobe/propertyprobe.c:
37419         (gst_property_probe_iface_init):
37420         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37421         * gst-libs/gst/tuner/tunerchannel.c:
37422         (gst_tuner_channel_class_init):
37423         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37424         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37425         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37426         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37427         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37428         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37429         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37431         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37432           fix signals to use - instead of _
37433         * ext/libcaca/gstcacasink.h:
37434         * ext/sdl/sdlvideosink.h:
37435           fix header rename
37436
37437 2004-03-04  David Schleef  <ds@schleef.org>
37438
37439         * testsuite/gst-lint:  Add a check for bad signal names.
37440
37441 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37442
37443         reviewed by David Schleef
37444
37445         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37446         modified the alpha channel and caused a warning. (bug #136192)
37447
37448 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37449
37450         * gst-plugins.spec.in:
37451         Change names of plugins to actually be correct. Try to keep things
37452         alphabetical to avoid getting beat up by Thomas
37453
37454 2004-03-03  Julien MOUTTE <julien@moutte.net>
37455
37456         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37457         Using ximagesink as a default if no gconf key found. We should
37458         probably consider using alsasink instead of osssink for the audio
37459         part.
37460
37461 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37462
37463         * configure.ac:
37464           fix --with-plugins, don't think it ever worked before
37465         * gst-plugins.spec.in:
37466           even more updates
37467
37468 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37469
37470         * ext/sdl/sdlvideosink.h:
37471         * sys/ximage/ximagesink.h:
37472         * sys/xvideo/xvideosink.h:
37473         * sys/xvimage/xvimagesink.h:
37474           Fix for move of gstvideosink.h -> videosink.h.
37475
37476 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37477
37478         * gst-libs/gst/xwindowlistener/Makefile.am:
37479           this is a plugin library, not a library
37480
37481 2004-03-01  David Schleef  <ds@schleef.org>
37482
37483         * AUTHORS:  Added some names.  Add yourself if you're still
37484         missing.
37485
37486 2004-03-01  David Schleef  <ds@schleef.org>
37487
37488         * MAINTAINERS: Add
37489
37490 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37491
37492         * gst-plugins.spec.in: clean up spec file
37493
37494 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37495
37496         * gst-libs/gst/video/Makefile.am:
37497         * gst-libs/gst/video/gstvideosink.c:
37498         * gst-libs/gst/video/gstvideosink.h:
37499           rename gstvideosink.h to videosink.h to match other headers
37500         * gst/mixmatrix/Makefile.am:
37501           fix plugin filename
37502         * gst/tags/Makefile.am: fix plugin filename
37503
37504 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37505
37506         * gst/tags/Makefile.am: fix plugin filename
37507
37508 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37509
37510         * examples/gstplay/player.c: (got_time_tick), (main):
37511           add error handler
37512           display time_tick more readably
37513         * gst/mixmatrix/Makefile.am:
37514           fix plugin file name
37515
37516 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37517
37518         * sys/oss/gstosselement.c: (gst_osselement_probe),
37519         (device_combination_append), (gst_osselement_class_probe_devices):
37520         * sys/oss/gstosselement.h:
37521           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37522           on my system using alsa oss emulation, fixes bug #135597
37523
37524 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37525
37526         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37527         (gst_videodrop_chain), (gst_videodrop_change_state):
37528         * gst/videodrop/gstvideodrop.h:
37529           Work based on timestamp of input data, not based on the expected
37530           framerate from the input. The consequence is that this element now
37531           not only scales framerates, but also functions as a framerate
37532           corrector or framerate stabilizer/constantizer.
37533
37534 2004-02-27  David Schleef  <ds@schleef.org>
37535
37536         patches from jmmv@menta.net (Julio M. Merino Vidal)
37537
37538         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37539         GST_ELEMENT_ERROR call (bug #135634)
37540         * gst/interleave/interleave.c: (interleave_buffered_loop),
37541         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37542         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37543         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37544         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37545         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37546         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37547         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37548         Fix GST_ELEMENT_ERROR call.
37549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37550         GST_ELEMENT_ERROR call.
37551
37552 2004-02-27  Benjamin Otte  <otte@gnome.org>
37553
37554         * gst-libs/gst/audio/audio.h:
37555           add macro to make sure header isn't included twice
37556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37557           don't use gst_buffer_free
37558         * gst/playondemand/filter.func:
37559           don't use gst_data_free. Free data only once.
37560
37561 2004-02-26  David Schleef  <ds@schleef.org>
37562
37563         * gst-libs/gst/colorbalance/Makefile.am:
37564         * gst-libs/gst/mixer/Makefile.am:
37565         * gst-libs/gst/tuner/Makefile.am:
37566         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37567         should not be disted, -marshal.h files should not be installed,
37568         and -enum.h files _should_ be installed.  Fix to make this the
37569         case.
37570
37571 === release 0.7.5 ===
37572
37573 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37574
37575         * configure.ac: release 0.7.5, "Under The Sea"
37576
37577 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37578
37579         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37580         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37581         * gst/videoscale/gstvideoscale.c:
37582         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37583           assorted debug/warning fixes
37584
37585 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37586
37587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37588         (gst_videoscale_init), (gst_videoscale_chain),
37589         (gst_videoscale_set_property), (plugin_init):
37590         * gst/videoscale/gstvideoscale.h:
37591         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37592         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37593         (gst_videoscale_planar400), (gst_videoscale_packed422),
37594         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37595         (gst_videoscale_24bit), (gst_videoscale_16bit),
37596         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37597         (gst_videoscale_scale_plane_slow),
37598         (gst_videoscale_scale_point_sample),
37599         (gst_videoscale_scale_nearest),
37600         (gst_videoscale_scale_nearest_str2),
37601         (gst_videoscale_scale_nearest_str4),
37602         (gst_videoscale_scale_nearest_32bit),
37603         (gst_videoscale_scale_nearest_24bit),
37604         (gst_videoscale_scale_nearest_16bit):
37605         add debugging category and use it properly
37606         fix use of GST_PTR_FORMAT
37607
37608 2004-02-25  Andy Wingo  <wingo@pobox.com>
37609
37610         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37611         push only when channel->buffer is NULL. Prevents segfaults doing
37612         the state change after a nonlocal exit, like a scheme exception.
37613
37614         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37615         Handle the case where the intersected caps is empty.
37616
37617 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37618
37619         * gst/law/mulaw-decode.c: (mulawdec_link):
37620         * gst/law/mulaw.c: (plugin_init):
37621           fix mulawdec so it actually works again
37622
37623 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37624
37625         reviewed by: David Schleef  <ds@schleef.org>
37626
37627         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37628         (gst_gamma_init), (gst_gamma_set_property),
37629         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37630         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37631         for RGB, with separate r g and b correction factors. (#131167)
37632
37633 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37634
37635         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37636           only signal tags for bitrate if they're > 0 (#134894)
37637
37638 2004-02-24  David Schleef  <ds@schleef.org>
37639
37640         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37641         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37642         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37643         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37644         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37645         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37646         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37647         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37648         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37649         category.  Attempt to fix timestamp calculation.
37650
37651 2004-02-24  Johan Dahlin  <johan@gnome.org>
37652
37653         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37654
37655 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37656
37657         * configure.ac:
37658         * gconf/Makefile.am:
37659         * gconf/gstreamer.schemas:
37660         * gst-libs/gst/gconf/Makefile.am:
37661         * gst-libs/gst/gconf/gconf.c:
37662           version gconf schemas and install locations
37663
37664 2004-02-23  Benjamin Otte  <otte@gnome.org>
37665
37666         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37667         (gst_xine_input_subclass_init):
37668           call parent dispose.
37669           change pad template for CD reader correctly
37670         * ext/xine/Makefile.am:
37671         * ext/xine/gstxine.h:
37672         * ext/xine/xine.c: (plugin_init):
37673         * ext/xine/xineaudiosink.c:
37674           wrap audio sinks, too
37675         * gst-libs/gst/resample/private.h:
37676         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37677         (gst_resample_reinit), (gst_resample_scale),
37678         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37679         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37680         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37681         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37682         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37683         * gst-libs/gst/resample/resample.h:
37684         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37685         (gst_audioscale_class_init), (gst_audioscale_link),
37686         (gst_audioscale_get_buffer), (gst_audioscale_init),
37687         (gst_audioscale_chain), (gst_audioscale_set_property),
37688         (gst_audioscale_get_property):
37689         * gst/audioscale/gstaudioscale.h:
37690           s/resample_*/gst_resample_*/i to not clobber namespaces
37691
37692 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37693
37694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37695         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37696         (gst_riff_create_video_template_caps),
37697         (gst_riff_create_audio_template_caps),
37698         (gst_riff_create_iavs_template_caps):
37699         * gst-libs/gst/riff/riff-media.h:
37700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37701         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37702         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37703         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37705         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37706         (gst_matroska_demux_plugin_init): First batch implementing audio and
37707         video codec tags in demuxers.
37708
37709 2004-02-22  Benjamin Otte  <otte@gnome.org>
37710
37711         * ext/xine/Makefile.am:
37712         * ext/xine/gstxine.h:
37713         * ext/xine/xine.c: (plugin_init):
37714         * ext/xine/xineinput.c:
37715           add input plugin wrapper. Playback from files, http, mms and cdda
37716           works.
37717         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37718           remove leftover G_GNUC_UNUSED
37719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37720         (gst_asf_demux_identify_guid):
37721           improve debugging output
37722
37723 2004-02-22  Benjamin Otte  <otte@gnome.org>
37724
37725         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37726
37727         * autogen.sh:
37728           replace test -e with test -x for mkinstalldirs to be more portable.
37729           (fixes #134816)
37730
37731 2004-02-22  Benjamin Otte  <otte@gnome.org>
37732
37733         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37734
37735         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37736           set rank to PRIMARY
37737         * gst/volume/gstvolume.c: (plugin_init):
37738           set rank to NONE
37739         fixes #134960
37740
37741 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37742
37743         reviewed by Benjamin Otte  <otte@gnome.org>
37744
37745         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37746           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37747
37748 2004-02-22  Benjamin Otte  <otte@gnome.org>
37749
37750         * configure.ac:
37751           export [_]*{gst,Gst,GST}.* symbols from plugins
37752
37753 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37754
37755         reviewed by: Benjamin Otte  <otte@gnome.org>
37756
37757         * ext/lame/gstlame.c: (add_one_tag):
37758         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37760         (gst_vorbisenc_metadata_set1):
37761         * gst/tags/gstid3tag.c:
37762         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37763           apply fixes from bugs #135042 (lame can't write tags) and #133817
37764           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37765
37766 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37767
37768         * configure.ac: Export only gst_plugin_desc from plugins.
37769          Note that this change only makes any effect with Linux using libtool
37770          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37771          fine. And don't try to have several versions of libtool in different
37772          directories.
37773
37774 2004-02-20  Andy Wingo  <wingo@pobox.com>
37775
37776         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37777         interleave respectively.
37778
37779         * gst/interleave/deinterleave.c: New plugin: deinterleave
37780         (replaces on oneton).
37781         * gst/interleave/interleave.c: New plugin: interleave.
37782         * gst/interleave/plugin.h: Support file.
37783         * gst/interleave/plugin.c: Support file.
37784
37785         * configure.ac: Remove intfloat and oneton, add interleave.
37786
37787         * ext/sndfile/gstsf.c: Handle events better.
37788
37789         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37790         and float2int operation. int2float has scheduling problems as
37791         noted in in2float_chain.
37792
37793 2004-02-20  Benjamin Otte  <otte@gnome.org>
37794
37795         * ext/xine/Makefile.am:
37796         * ext/xine/gstxine.h:
37797         * ext/xine/xine.c:
37798         * ext/xine/xineaudiodec.c:
37799         * ext/xine/xinecaps.c:
37800           add first version of xine plugin wrapper. Currently only wraps the
37801           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37802         * configure.ac:
37803         * ext/Makefile.am:
37804           add xine plugin wrapper, disabled by default. Use --enable-xine to
37805           build. Note that it'll segfault on gst-register if you don't remove
37806           the goom and tvtime post plugins from xine.
37807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37808         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37809           add extradata parsing for QDM2.
37810           change around debugging prints.
37811
37812 2004-02-19  Benjamin Otte  <otte@gnome.org>
37813
37814         * ext/lame/gstlame.c: (gst_lame_chain):
37815         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37816           use gst_tag_list_insert when you want to insert tags
37817
37818 2004-02-18  David Schleef  <ds@schleef.org>
37819
37820         * configure.ac:  Move massink to gst-rotten
37821         * ext/Makefile.am:
37822         * ext/mas/Makefile.am:
37823         * ext/mas/massink.c:
37824         * ext/mas/massink.h:
37825
37826 2004-02-18  David Schleef  <ds@schleef.org>
37827
37828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37829         typefinding, since it seems to be worse than nothing.
37830         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37831         atom to recognize .mp4 and .m4a files as video/quicktime.
37832
37833 2004-02-18  David Schleef  <ds@schleef.org>
37834
37835         * gst/sine/demo-dparams.c: (quit_live),
37836         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37837         Use double dparams, not float.
37838         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37839         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37840         sync'd elements don't really work correctly.
37841         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37842         (volume_update_volume), (volume_get_property):  Change dparam
37843         to double.
37844
37845 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37846
37847         * sys/ximage/ximagesink.c:
37848         (gst_ximagesink_xwindow_update_geometry),
37849         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37850         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37851         (gst_ximagesink_init): Rework the way software video scaling works. So
37852         now we check on each chain call if the video frames are feeling the
37853         window. If not we try to renegotiate caps. On failure we memorize that
37854         and we won't try again for that PLAYING sessions.
37855         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37856         failure.
37857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37858         synchronous flag.
37859
37860 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37861
37862         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37863           break up _link so we can give a better debug message for errors
37864
37865 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37866
37867         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37868           set up debug category
37869
37870 2004-02-18  Julien MOUTTE <julien@moutte.net>
37871
37872         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37873         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37874         the way renegotiation work. The event handling function is not taking
37875         care of external windows and renegotiate method check for pad flags
37876         NEGOTIATING. Should fix : #133209
37877
37878 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37879
37880         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37881         pad is negotiating before trying renegotiation.
37882
37883 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37884
37885         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37886           pass on all possible mime types as typefind hints
37887
37888 2004-02-17  Julien MOUTTE <julien@moutte.net>
37889
37890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37892         possible SHM leak if we crash. All other apps using XShm are doing
37893         that.
37894
37895 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37896
37897         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37898         (gst_ximagesink_expose): Renegotiate size on expose.
37899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37900         size on expose.
37901
37902 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37903
37904         * testsuite/alsa/sinesrc.c:
37905           cosmetic fix to fix compile issue with gcc 2.95.4
37906
37907 2004-02-16  Julien MOUTTE <julien@moutte.net>
37908
37909         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37910         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37911         failed opening the audio device.
37912         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37913         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37914         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37915         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37916         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37917         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37918         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37919         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37920         Removing some useless g_return_if_fail like wingo suggested.
37921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37922         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37923         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37924         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37925         (gst_xvimagesink_update_colorbalance),
37926         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37927         (gst_xvimagesink_xcontext_clear),
37928         (gst_xvimagesink_get_fourcc_from_caps),
37929         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37930         (gst_xvimagesink_set_xwindow_id),
37931         (gst_xvimagesink_colorbalance_list_channels),
37932         (gst_xvimagesink_colorbalance_set_value),
37933         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37934         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37935
37936 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37937
37938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37939           throw error when not negotiated instead of asserting
37940
37941 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37942
37943         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37944         correct data refcounting.
37945
37946 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37947
37948         * gst/switch/gstswitch.c: (gst_switch_change_state),
37949         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37950         change, mostly the EOS flag.
37951
37952 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37953
37954         * examples/gstplay/player.c: (got_eos), (main): Adding some
37955         output for debugging.
37956         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37957         timeouts if we go to any state different from PLAYING.
37958         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37959         more EOS bugs in riff lib.
37960
37961 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37962
37963         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37964         visualization until i find a way to fix switch correctly.
37965         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37966         EOS arrives.
37967         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37968         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37969         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37970         Reworked switch to get a more correct behaviour with events and refing
37971         of data stored in sinkpads.
37972         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37973         we don't pull from a pad in EOS.
37974
37975 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37976
37977         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37978           remove v1 tag even if we can't read it (makes sure we don't detect
37979           it again)
37980
37981 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37982
37983         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37984         (gst_alsa_xrun_recovery):
37985         * ext/alsa/gstalsa.h:
37986           try xrun recovery when wait failed. Make xrun recovery function
37987           return TRUE/FALSE to indicate success. (might fix #134354)
37988
37989 2004-02-13  David Schleef  <ds@schleef.org>
37990
37991         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37992         (dynparm_value_changed), (main): Convert from float to double.
37993         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37994
37995 2004-02-13  David Schleef  <ds@schleef.org>
37996
37997         * gst/silence/gstsilence.c: (gst_silence_class_init),
37998         (gst_silence_set_clock), (gst_silence_get),
37999         (gst_silence_set_property), (gst_silence_get_property):
38000         * gst/silence/gstsilence.h: Add sync property.
38001         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38002         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38003         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38004         * gst/sine/gstsinesrc.h: Add sync property.
38005
38006 2004-02-13  David Schleef  <ds@schleef.org>
38007
38008         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38009         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38010
38011 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38012
38013         * configure.ac:
38014         * ext/Makefile.am:
38015         * gst-libs/ext/Makefile.am:
38016           move ffmpeg plugin to gst-ffmpeg module
38017
38018 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38019
38020         * configure.ac: use GST_ARCH to detect architecture
38021
38022 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38023
38024         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38025
38026 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38027
38028         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38029           classify LADSPA plugins based on number of src/sink pads
38030           (#133663, Stefan Kost)
38031         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38032           fix dparams registration
38033           (#133528, Stefan Kost)
38034         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38035           fix use of isprint and use g_ascii_isprint instead
38036           (#133316, Stefan Kost)
38037
38038 2004-02-11  David Schleef  <ds@schleef.org>
38039
38040         Convert a few inner loops to use liboil.  This is currently
38041         optional, and is only enabled if liboil is present (duh!).
38042         * configure.ac: Check for liboil-0.1
38043         * gst/intfloat/Makefile.am:
38044         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38045         (gst_int2float_chain_gint16):
38046         * gst/videofilter/Makefile.am:
38047         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38048         (tablelookup_u8), (gst_videobalance_planar411):
38049         * gst/videotestsrc/Makefile.am:
38050         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38051         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38052         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38053         (paint_hline_RGB565), (paint_hline_xRGB1555):
38054
38055 2004-02-11  David Schleef  <ds@schleef.org>
38056
38057         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38058         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38059         (gst_colorspace_getcaps), (gst_colorspace_link),
38060         (gst_colorspace_base_init), (gst_colorspace_init),
38061         (gst_colorspace_chain), (gst_colorspace_change_state),
38062         (plugin_init): Merge Ronald's patch (bug #117897) and update
38063         for new caps and negotiation.  Seems to work, although it
38064         shows off bugs in lcs.
38065
38066 2004-02-11  David Schleef  <ds@schleef.org>
38067
38068         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38069         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38070
38071 2004-02-11  David Schleef  <ds@schleef.org>
38072
38073         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38074         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38075         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38076         Add server and port properties
38077
38078 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38079
38080         * m4/a52.m4:
38081         * m4/aalib.m4:
38082         * m4/as-ffmpeg.m4:
38083         * m4/as-liblame.m4:
38084         * m4/as-slurp-ffmpeg.m4:
38085         * m4/check-libheader.m4:
38086         * m4/esd.m4:
38087         * m4/freetype2.m4:
38088         * m4/gconf-2.m4:
38089         * m4/glib.m4:
38090         * m4/gst-alsa.m4:
38091         * m4/gst-artsc.m4:
38092         * m4/gst-ivorbis.m4:
38093         * m4/gst-matroska.m4:
38094         * m4/gst-sdl.m4:
38095         * m4/gst-shout2.m4:
38096         * m4/gst-sid.m4:
38097         * m4/gtk.m4:
38098         * m4/libdv.m4:
38099         * m4/libfame.m4:
38100         * m4/libmikmod.m4:
38101         * m4/ogg.m4:
38102         * m4/vorbis.m4:
38103           fix underquotedness of macros (#133800)
38104         * m4/as-avifile.m4:
38105         * m4/xmms.m4:
38106           removed because no longer used
38107
38108 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38109
38110         * configure.ac:
38111           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38112           by autopoint (fixes #132996)
38113
38114 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38115
38116         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38117         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38118         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38119         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38120           fix memleaks
38121
38122 2004-02-11  David Schleef  <ds@schleef.org>
38123
38124         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38125         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38126         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38127         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38128         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38129         (gst_jpegenc_class_init), (gst_jpegenc_init),
38130         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38131         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38132         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38133         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38134
38135 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38136
38137         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38138         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38139         * ext/mikmod/gstmikmod.h:
38140           fix caps negotiation in mikmod
38141         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38142           output debug information
38143
38144 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38145
38146         * gst-libs/gst/colorbalance/Makefile.am:
38147         * gst-libs/gst/navigation/Makefile.am:
38148         * gst-libs/gst/xoverlay/Makefile.am:
38149           remove unused GST_OPT_CFLAGS from Makefiles
38150           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38151
38152 2004-02-07  David Schleef  <ds@schleef.org>
38153
38154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38155         push events to pads that haven't been created (#133508)
38156
38157 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38158
38159         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38160         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38161         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38162         (gst_dvdec_loop), (gst_dvdec_change_state):
38163         Second attempt at committing a working dvdec element.
38164
38165 2004-02-06  David Schleef  <ds@schleef.org>
38166
38167         Build fixes for OS X: (see #129600)
38168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38169         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38170         (gst_riff_read_strf_iavs):
38171         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38172         (gst_avi_demux_stream_odml):
38173         * gst/playondemand/Makefile.am:
38174         * gst/rtp/rtp-packet.c:
38175
38176 2004-02-05  David Schleef  <ds@schleef.org>
38177
38178         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38179         last change, because it Just Doesn't Compile.
38180
38181 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38182
38183         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38184           skip undecodable id3v2 tag instead of keeping it
38185
38186 2004-02-05  David Schleef  <ds@schleef.org>
38187
38188         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38189         Unref leaked buffer.  (Noticed by Ronald)
38190
38191 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38192
38193         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38194         Sync requires with other checks.  >= vs =.
38195
38196 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38197
38198         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38199         (gst_dvdec_video_link), (gst_dvdec_loop):
38200         * ext/dv/gstdvdec.h:
38201           rework the caps negotiation so that dvdec works again instead
38202           of just segfaulting.
38203
38204 === release 0.7.4 ===
38205
38206 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38207
38208         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38209         * configure.ac: changed for release
38210
38211 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38212
38213         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38214         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38215         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38216         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38217           reworked patch by David Lehn to fix libdir and includedir for
38218           uninstalled libraries
38219           removed play and gconf from gstreamer-libs since they have their
38220           own pkgconfig files
38221
38222 2004-02-04  David Schleef  <ds@schleef.org>
38223
38224         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38225         memleak.
38226
38227 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38228
38229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38230           use correct GST_TAG_ENCODER tag
38231
38232 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38233
38234         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38235           be sure to stop the clock when going to paused
38236         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38237           reset number of transmitted when going to ready.
38238         fixes #132935
38239
38240 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38241
38242         reviewed by Benjamin Otte
38243
38244         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38245           extract track count (fixes #133410)
38246
38247 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38248
38249         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38250           that should be !=, not == (fixes #132519)
38251
38252 2004-02-04  David Schleef  <ds@schleef.org>
38253
38254         Make sure set_explicit_caps() is called before adding pad.
38255         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38256         * gst/id3/gstid3types.c: (gst_id3types_loop):
38257         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38258         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38259
38260 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38261
38262         * configure.ac:
38263           bump nano to 2, first prerelease
38264           put back AM_PROG_LIBTOOL
38265
38266 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38267
38268         * testsuite/alsa/Makefile.am:
38269           these are user test apps, not automatic testsuite tests
38270
38271 2004-02-04  David Schleef  <ds@schleef.org>
38272
38273         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38274         * gst/mpeg1videoparse/gstmp1videoparse.c:
38275         (mp1videoparse_parse_seq):
38276         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38277         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38278         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38279         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38280         (gst_xvideosink_getcaps):
38281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38282         * testsuite/gst-lint: more tests
38283
38284 2004-02-04  David Schleef  <ds@schleef.org>
38285
38286         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38287         with the code that they would expand to.
38288         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38289         (gst_flacdec_get_src_query_types),
38290         (gst_flacdec_get_src_event_masks):
38291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38292         (gst_gnomevfssrc_get_query_types),
38293         (gst_gnomevfssrc_get_event_mask):
38294
38295 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38296
38297         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38298         (gst_sinesrc_dispose):
38299           fix memleak by properly disposing sinesrc
38300
38301 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38302
38303         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38304         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38305         an overlay to redraw the image because it has been exposed.
38306         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38307         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38308         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38309         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38310         interface
38311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38312         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38313         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38314         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38315         interface
38316
38317 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38318
38319         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38320           more memleak fixage
38321
38322 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38323
38324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38325         * gst/typefind/gsttypefindfunctions.c:
38326           fix memleaks shown by gst-typefind
38327
38328 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38329
38330         * common/glib-gen.mak:
38331           add hack rule to touch .Plo files
38332         * gst-libs/gst/colorbalance/Makefile.am:
38333         * gst-libs/gst/mixer/Makefile.am:
38334         * gst-libs/gst/play/Makefile.am:
38335         * gst-libs/gst/tuner/Makefile.am:
38336           remove glib_root variable
38337
38338 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38339
38340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38341           set explicit caps before adding the element, so the autopluggers can
38342           plug correctly.
38343         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38344         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38345         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38346         (dv_type_find):
38347           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38348           argument.
38349
38350 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38351
38352         * gst-libs/gst/colorbalance/Makefile.am:
38353         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38354         * gst-libs/gst/colorbalance/colorbalance.c:
38355         * gst-libs/gst/colorbalance/colorbalance.h:
38356         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38357         * gst-libs/gst/mixer/Makefile.am:
38358         * gst-libs/gst/mixer/mixer-marshal.list:
38359         * gst-libs/gst/mixer/mixer.c:
38360         * gst-libs/gst/mixer/mixer.h:
38361         * gst-libs/gst/mixer/mixermarshal.list:
38362         * gst-libs/gst/play/Makefile.am:
38363         * gst-libs/gst/play/play.h:
38364         * gst-libs/gst/tuner/Makefile.am:
38365         * gst-libs/gst/tuner/tuner-marshal.list:
38366         * gst-libs/gst/tuner/tuner.c:
38367         * gst-libs/gst/tuner/tuner.h:
38368         * gst-libs/gst/tuner/tunermarshal.list:
38369           use new glib-gen.mak snippet to clean up Makefile.am
38370           fix various bugs in Makefile.am's
38371
38372 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38373
38374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38375           handle chain parsing correctly in the multichain case
38376         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38377         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38378         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38379         (theora_dec_chain):
38380           handle events and queries correctly
38381
38382 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38383
38384         * .cvsignore:
38385         Ignore generated file _stdint.h.
38386
38387 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38388
38389         * gst-libs/gst/colorbalance/Makefile.am:
38390         * gst-libs/gst/colorbalance/colorbalance.h:
38391         * gst-libs/gst/mixer/Makefile.am:
38392         * gst-libs/gst/mixer/mixer.h:
38393         * gst-libs/gst/play/Makefile.am:
38394         * gst-libs/gst/play/play.h:
38395         * gst-libs/gst/tuner/Makefile.am:
38396         * gst-libs/gst/tuner/tuner.h:
38397         Generate enum type code with glib-mkenums.
38398         * gst-libs/gst/colorbalance/.cvsignore:
38399         * gst-libs/gst/mixer/.cvsignore:
38400         * gst-libs/gst/play/.cvsignore:
38401         * gst-libs/gst/tuner/.cvsignore:
38402         Ignore generated files.
38403
38404 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38405
38406         * gst-libs/gst/audio/.cvsignore:
38407         Ignore generated file.
38408         * gst-libs/gst/audio/Makefile.am:
38409         Do not install example filter.
38410
38411 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38412
38413         * examples/switch/.cvsignore:
38414         Ignore generated file.
38415
38416 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38417
38418         * common/m4/ax_create_stdint_h.m4:
38419         * configure.ac:
38420           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38421           _stdint.h.
38422         * Makefile.am:
38423           remove generated _stdint.h in DISTCLEANFILES
38424         * ext/a52dec/gsta52dec.c:
38425           include _stdint.h for a52dec. (should fix #133064)
38426
38427 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38428
38429         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38430         (gst_tag_to_vorbis_comments):
38431         Add replaygain support to vorbistag
38432
38433 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38434         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38435         (gst_ffmpeg_caps_to_extradata):
38436           Fix SVQ3 caps flag properties
38437           Use glib macro for bytes swap
38438
38439 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38440
38441         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38442         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38443         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38444         * ext/sndfile/gstsf.c: (plugin_init):
38445         * gst/avi/gstavi.c: (plugin_init):
38446         * sys/dxr3/dxr3init.c: (plugin_init):
38447         * sys/oss/gstossaudio.c: (plugin_init):
38448         * sys/v4l/gstv4l.c: (plugin_init):
38449         * sys/v4l2/gstv4l2.c: (plugin_init):
38450           remove textdomain calls
38451         * po/nl.po:
38452           update Dutch translation
38453
38454 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38455
38456         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38457         (gst_play_set_audio_sink): Moving volume in the audio thread for
38458         instantaneous volume change. Maybe i will add another volume in front
38459         of visualization later, not sure yet though.
38460
38461 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38462
38463         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38464         (gst_ximagesink_handle_xevents): Better X events handling, only take
38465         the latest events for configure and motion.
38466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38467
38468 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38469
38470         reviewed by: David Schleef  <ds@schleef.org>
38471
38472         Fix memory leaks:
38473         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38474         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38475
38476 2004-02-02  David Schleef  <ds@schleef.org>
38477
38478         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38479         of lines.
38480         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38481         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38482         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38483         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38484         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38485         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38486         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38487         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38488         (gst_float2_2_int_link):
38489         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38490         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38491         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38492         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38493         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38494         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38495         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38496         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38497         * testsuite/gst-lint: Add tests for bzero and ;;
38498
38499 2004-02-02  David Schleef  <ds@schleef.org>
38500
38501         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38502
38503 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38504
38505         * ext/aalib/gstaasink.c: (gst_aasink_open):
38506         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38507         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38508         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38509         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38510         (gst_afsink_close_file):
38511         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38512         (gst_afsrc_close_file):
38513         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38514         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38515         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38516         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38517         * ext/esd/esdmon.c: (gst_esdmon_get):
38518         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38519         * ext/faac/gstfaac.c: (gst_faac_chain):
38520         * ext/faad/gstfaad.c: (gst_faad_chain):
38521         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38522         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38523         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38524         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38525         (gst_flacdec_loop):
38526         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38527         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38528         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38529         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38530         (gst_gnomevfssink_close_file):
38531         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38532         (gst_gnomevfssrc_open_file):
38533         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38534         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38535         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38536         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38537         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38538         * ext/mad/gstmad.c: (gst_mad_chain):
38539         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38540         * ext/mpeg2dec/gstmpeg2dec.c:
38541         * ext/mpeg2enc/gstmpeg2enc.cc:
38542         * ext/mplex/gstmplex.cc:
38543         * ext/mplex/gstmplexibitstream.cc:
38544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38545         (gst_ogg_demux_push):
38546         * ext/raw1394/gstdv1394src.c:
38547         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38548         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38549         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38550         (gst_sf_loop):
38551         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38552         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38553         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38554         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38556         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38557         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38558         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38559         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38560         (gst_riff_read_element_data), (gst_riff_read_seek),
38561         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38562         * gst/adder/gstadder.c: (gst_adder_loop):
38563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38564         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38566         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38567         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38568         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38569         * gst/goom/gstgoom.c: (gst_goom_chain):
38570         * gst/id3/gstid3types.c: (gst_id3types_loop):
38571         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38572         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38573         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38574         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38575         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38576         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38577         (gst_ebml_read_float), (gst_ebml_read_header):
38578         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38579         (gst_matroska_demux_parse_blockgroup):
38580         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38581         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38582         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38583         * gst/silence/gstsilence.c: (gst_silence_get):
38584         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38585         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38586         * gst/speed/gstspeed.c: (speed_loop):
38587         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38588         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38589         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38590         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38591         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38592         (gst_wavparse_loop):
38593         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38594         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38595         (dxr3audiosink_close):
38596         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38597         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38598         (dxr3videosink_close), (dxr3videosink_write_data):
38599         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38600         * sys/oss/gstosssink.c: (gst_osssink_chain):
38601         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38602         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38605         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38606         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38607         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38608         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38609         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38610         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38611         (gst_v4l_set_audio):
38612         * sys/v4l/v4l_calls.h:
38613         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38614         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38615         (gst_v4lmjpegsink_playback_init),
38616         (gst_v4lmjpegsink_playback_start):
38617         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38618         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38619         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38620         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38621         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38622         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38623         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38624         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38625         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38626         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38627         (gst_v4l2_get_output), (gst_v4l2_set_output),
38628         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38629         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38630         (gst_v4l2_set_attribute):
38631         * sys/v4l2/v4l2_calls.h:
38632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38633         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38634         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38635         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38636         (gst_v4l2src_capture_stop):
38637         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38638         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38639         (gst_ximagesink_chain):
38640         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38641         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38642         (gst_xvideosink_xwindow_new):
38643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38644         (gst_xvimagesink_chain):
38645
38646 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38647
38648         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38649         (gst_volume_get_volume), (volume_class_init), (volume_init),
38650         (volume_chain_int16), (volume_update_volume):
38651         * gst/volume/gstvolume.h:
38652           make code more readable by removing magic numbers
38653           make mixer interface export 0-100 range
38654           make it internally map to 0.0-1.0 range so users don't distort
38655           output by putting the sliders at full volume
38656
38657 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38658
38659         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38660         (gst_play_state_change), (gst_play_seek_to_time):
38661         block the tick callback for 0.5 secs after doing a seek
38662
38663 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38664
38665         * gst-libs/gst/play/play.c: (gst_play_new):
38666           check for GError
38667
38668 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38669
38670         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38671         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38672         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38673         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38675         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38676
38677 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38678
38679         * configure.ac:
38680         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38681           check for a function added in vorbis 1.1
38682
38683 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38684
38685         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38686         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38687           really start/stop clock only on PLAYING <=> PAUSED
38688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38689           remove \n from debugging lines
38690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38691           make it work when seeking does not
38692         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38693           reset on DISCONT
38694
38695 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38696
38697         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38698           start clock on PAUSED=>PLAYING, not later
38699         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38700           extract correct time for different discont formats
38701         (gst_alsa_sink_get_time):
38702           don't segfault when no format is negotiated yet, just return 0
38703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38704         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38705         (gst_ogg_pad_push):
38706           handle flush and discont events correctly
38707         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38708           handle discont events correctly
38709
38710 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38711
38712         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38713         (gst_play_error_create), (gst_play_error_plugin),
38714         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38715         * gst-libs/gst/play/play.h:
38716           add error handling during creation
38717         * examples/gstplay/player.c: (main):
38718           use new gst_play_new
38719
38720
38721 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38722
38723         * ext/theora/theoradec.c: (theora_dec_chain):
38724           make comments work
38725         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38726         (vorbis_dec_src_event), (vorbis_dec_chain):
38727           add encoder tag, fix tag reading to be more error tolerant, change
38728           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38729           gst_pad_event_default.
38730         * gst/tags/gstvorbistag.c:
38731         (gst_tag_list_from_vorbiscomment_buffer):
38732           undefine function specific define at end of function
38733
38734 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38735
38736         * ext/flac/gstflac.c: (plugin_init):
38737         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38738         * ext/flac/gstflacdec.h:
38739         * ext/flac/gstflacenc.h:
38740           Fix typos
38741
38742 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38743
38744         * examples/gstplay/player.c: s/gstplay.h/play.h/
38745
38746 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38747
38748         * gst-libs/gst/play/Makefile.am:
38749         * gst-libs/gst/play/gstplay.c:
38750         * gst-libs/gst/play/gstplay.h:
38751         * gst-libs/gst/play/play.c:
38752           more surgery, operation complete
38753
38754 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38755
38756         * gst-libs/gst/play/play.old.c:
38757         * gst-libs/gst/play/play.old.h:
38758           after CVS surgery by moving, remove
38759         * gst-libs/gst/play/playpipelines.c:
38760           remove
38761
38762         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38763           add negotiation error
38764
38765 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38766
38767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38768         (gst_ogg_demux_push):
38769           add some seeking debug info
38770           send a flush when seeking
38771
38772 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38773
38774         * configure.ac:
38775           use AC_C_INLINE
38776         * configure.ac:
38777         * ext/Makefile.am:
38778         * ext/theora/Makefile.am:
38779         * ext/theora/theoradec.c:
38780           add theora video decoder. Does just do simple decoding for now and
38781           has been tested against Theora cvs only. It only works when theora
38782           is compiled with --enable-static.
38783         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38784           always reset packetno on DISCONT
38785
38786 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38787
38788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38789           Fix audio.
38790
38791 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38792
38793         * gst/mpegaudioparse/gstmpegaudioparse.c:
38794         (mp3_type_frame_length_from_header):
38795           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38796
38797 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38798
38799         * ext/esd/esdsink.c: (gst_esdsink_init):
38800           Since we have static pad template caps, we don't need to negotiate;
38801           either the core errors out or we know the format.
38802
38803 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38804
38805         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38806         (gst_riff_read_seek):
38807         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38808         (gst_ebml_read_seek):
38809           Fix event handling.
38810
38811 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38812
38813         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38814           removee video/x-theora from vp3 decoder, it doesn't handle raw
38815           theora streams
38816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38817           fix bug with finalizing element that never went to PAUSED
38818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38819           length and position queries were swapped
38820         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38821         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38822         (vorbis_dec_src_event):
38823           implement querying time and bytes
38824
38825 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38826
38827         * just about every source file:
38828           gst_element_error -> GST_ELEMENT_ERROR
38829
38830 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38831
38832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38833         emiting FLUSH and even before DISCONT.
38834         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38835         get the best instant seeking as possible yay!
38836
38837 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38838
38839         * gst/mpeg1videoparse/gstmp1videoparse.c:
38840         (gst_mp1videoparse_real_chain):
38841           Committed wrong version last week... Grr... Didn't notice until now.
38842
38843 2004-01-29  Julien MOUTTE <julien@moutte.net>
38844
38845         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38847         have_xwindow_id signal in xwindow_create.
38848
38849 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38850
38851         * ext/ogg/gstoggdemux.c:
38852           lots of changes - mainly support for chained bitstreams, seeking,
38853           querying and bugfixes of course
38854         * ext/vorbis/Makefile.am:
38855         * ext/vorbis/vorbisdec.c:
38856         * ext/vorbis/vorbisdec.h:
38857           add vorbisdec raw vorbis decoder
38858         * ext/vorbis/vorbis.c: (plugin_init):
38859           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38860         * gst/intfloat/Makefile.am:
38861         * gst/intfloat/float22int.c:
38862         * gst/intfloat/float22int.h:
38863         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38864           add float2intnew plugin. It converts multichannel interleaved float to
38865           multichannel interleaved int. The name should probably be changed.
38866         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38867         (plugin_init):
38868           add typefinding for raw theora video so oggdemux can detect it.
38869
38870 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38871
38872         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38873         sink element first.
38874         * gst/videoscale/gstvideoscale.c:
38875         (gst_videoscale_handle_src_event): Fixing src event handler.
38876
38877 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38878
38879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38880         (gst_v4lsrc_open), (gst_v4lsrc_close),
38881         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38882         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38883         * sys/v4l/gstv4lsrc.h:
38884         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38885         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38886           Implement resizing... Hack. But that's why v4l is b0rked...
38887
38888 2004-01-28  Julien MOUTTE <julien@moutte.net>
38889
38890         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38891         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38892         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38893         (gst_ximagesink_xwindow_destroy):
38894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38895         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38896         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38897         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38898         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38899         correctly cleaning the image created to check xshm calls on succes,
38900         added a lot of XSync calls in X11 functions, and fixed a segfault when
38901         no image format was defined before negotiation happened.
38902
38903 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38904
38905         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38906           use gst_element_get_time to get correct time
38907
38908 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38909
38910         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38911         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38912         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38914         (gst_xvimagesink_check_xshm_calls),
38915         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38916         X plugins are now able to detect that XShm calls will fail even if the
38917         server claims that it has XShm support (remote displays most of the
38918         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38919         so that we use non XShm functions. This feature is almost useless for
38920         xvimagesink as Xv is not supported on remote displays anyway, but
38921         it might happen than even on the local display XShm calls fail.
38922
38923 2004-01-27  David Schleef  <ds@schleef.org>
38924
38925         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38926         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38927         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38928         changed esdsink to only use 44100,16,2, since esd sucks at rate
38929         conversion and esdsink has had difficulty negotiating.
38930
38931 2004-01-27  Julien MOUTTE <julien@moutte.net>
38932
38933         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38934         (gst_play_seek_to_time): Fixing the way to get current position.
38935
38936 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38937
38938         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38939           use gst_element_get_time to get correct time
38940
38941 2004-01-27  Julien MOUTTE <julien@moutte.net>
38942
38943         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38944         fix ever... Inverting 2 lines of code make spider autoplug correctly
38945         tagged mp3 !
38946
38947 2004-01-27  David Schleef  <ds@schleef.org>
38948
38949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38950         Use gst_pad_try_set_caps_nonfixed().
38951
38952 2004-01-27  David Schleef  <ds@schleef.org>
38953
38954         * gst/ac3parse/gstac3parse.c: update to checklist 5
38955         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38956         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38957         * gst/audioscale/gstaudioscale.c: same
38958         * gst/auparse/gstauparse.c: same
38959         * gst/avi/gstavidemux.c: same
38960
38961 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38962
38963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38964           stop processing after EOS
38965
38966 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38967
38968         * gst/asfdemux/asfheaders.h:
38969         * gst/asfdemux/gstasfdemux.c:
38970         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38971         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38972         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38973           lot's of fixes to make data extraction simpler and get the code
38974           architecture and compiler independant. Add debugging category
38975         * gst/goom/gstgoom.c: (gst_goom_change_state):
38976           reset channel count on PAUSED=>READY, not READY=>PAUSED
38977
38978 2004-01-26  Colin Walters  <walters@verbum.org>
38979
38980         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38981         code to pull a bigger buffer in iradio mode.  This as a side effect
38982         makes typefinding work.
38983
38984 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38985
38986         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38987         Fix SVQ3 decoding on PPC
38988
38989 2004-01-26  Julien MOUTTE <julien@moutte.net>
38990
38991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38992         that one managed to stay there... Fixed.
38993
38994 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38995
38996         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38997         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38998         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38999         (qtdemux_video_caps):
39000         * gst/qtdemux/qtdemux.h:
39001         Add SVQ3 specific flags to qtdemux and ffmpeg
39002
39003 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39004
39005         * gst-libs/gst/audio/audio.h:
39006           remove buffer-frames from audio caps
39007         * gst/audioconvert/gstaudioconvert.c:
39008           fix plugin to really work.
39009
39010 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39011
39012         * gst-libs/gst/mixer/mixer.c:
39013         * gst-libs/gst/propertyprobe/propertyprobe.c:
39014         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39015         (gst_tuner_find_channel_by_name):
39016         * gst-libs/gst/tuner/tuner.h:
39017           Add gtk-doc style comments. Also fix a function name.
39018
39019 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39020
39021         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39022         (gst_divxdec_negotiate):
39023           Fix for new capsnego - also fixes gst-player with divxdec.
39024
39025 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39026
39027         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39028         (gst_play_identity_handoff), (gst_play_set_location),
39029         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39030         try in visualization implementation. Still have an issue with switch
39031         blocking when pulling from video_queue and only audio comes out of
39032         spider.
39033         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39034         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39035         release method. And check if the pad is usable before pulling.
39036
39037 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39038
39039         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39040         (gst_videobalance_init),
39041         (gst_videobalance_colorbalance_list_channels),
39042         (gst_videobalance_colorbalance_set_value),
39043         (gst_videobalance_colorbalance_get_value),
39044         (gst_videobalance_update_properties),
39045         (gst_videobalance_update_tables_planar411),
39046         (gst_videobalance_planar411):
39047         * gst/videofilter/gstvideobalance.h:
39048           Implement lookup-tables. +/- 10x faster.
39049
39050 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39051
39052         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39053         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39054           The index reading was broken. The rest worked fine, but the whole
39055           goal of my rewrite was to make avidemux readable, and this was
39056           not at all readable. Please use typed variables.
39057
39058 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39059
39060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39061           Additional pad usability check.
39062         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39063         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39064         (gst_mp1videoparse_real_chain):
39065           Fix MPEG video stream parsing. The original plugin had several
39066           issues, including not timestamping streams where the source was
39067           not timestamped (this happens with PTS values in mpeg system
39068           streams, but MPEG video is also a valid stream on its own so
39069           that needs timestamps too). We use the display time code for that
39070           for now. Also, if one incoming buffer contains multiple valid
39071           frames, we push them all on correctly now, including proper EOS
39072           handling. Lastly, several potential segfaults were fixed, and we
39073           properly sync on new sequence/gop headers to include them in next,
39074           not previous frames (since they're header for the next frame, not
39075           the previous). Also see #119206.
39076         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39077         (bpf_from_header):
39078           Move caps setting so we only do it after finding several valid
39079           MPEG-1 fraes sequentially, not right after the first one (which
39080           might be coincidental).
39081         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39082         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39083         (plugin_init):
39084           Add unsynced MPEG video stream typefinding, and change some
39085           probability values so we detect streams rightly. The idea is as
39086           follows: I can have an unsynced system stream which contains
39087           video. In the current code, I would randomly get a type for either
39088           system or video stream type found, because the probabilities are
39089           being calculated rather randomly. I now use fixed values, so we
39090           always prefer system stream if that was found (and that is how it
39091           should be). If no system stream was found, we can still identity                the stream as video-only.
39092
39093 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39094
39095         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39096         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39097           don't write to buffer. Extract data without the need of
39098           __attribute__ ((packed))
39099
39100 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39101
39102         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39103         (mpeg1_sys_type_find):
39104           Fix MPEG-1 stream typefinding.
39105
39106 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39107
39108         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39109           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39110
39111 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39112
39113         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39114         * ext/esd/gstesd.c: (plugin_init):
39115           private debugging, better error reporting
39116
39117 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39118
39119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39120         (gst_riff_read_init), (gst_riff_read_change_state):
39121         * gst-libs/gst/riff/riff-read.h:
39122           Remove stuff fromold metadata system.
39123
39124 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39125
39126         * ext/ogg/gstoggdemux.c:
39127           Fix wrong file comment.
39128         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39129         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39130           Add metadata reading properly.
39131
39132 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39133
39134         * ext/Makefile.am:
39135           Fix nas DIST_SUBDIRS
39136           Uraeus:
39137           Fix bug where make distcheck doesn't get run on adding stuff to
39138           the build.
39139
39140 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39141
39142         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39143         * ext/divx/gstdivxdec.h:
39144           Fix divx3 ("msmpeg4") playback using divxdec.
39145
39146 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39147
39148         * gst/typefind/gsttypefindfunctions.c:
39149         (mp3_type_frame_length_from_header): fix bug in length computation
39150         (mp3_type_find): improve debugging output
39151
39152 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39153
39154         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39155         (gst_play_set_location), (gst_play_seek_to_time),
39156         (gst_play_set_audio_sink), (gst_play_set_visualization),
39157         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39158         the pipeline from scratch. Visualization is back and switch went out as
39159         i realized it was not possible to use the way i wanted.
39160         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39161         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39162         clearing in state change from READY to NULL. So that one can clean the
39163         X ressources keeping the element.
39164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39165         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39166         (gst_xvimagesink_colorbalance_set_value),
39167         (gst_xvimagesink_colorbalance_get_value),
39168         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39169         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39170         change from READY to NULL and fixed some stupid bugs in colorbalance
39171         get/set values. Also added the following feature : when nobody tries to
39172         set some values to the colorbalance levels before the xcontext is
39173         grabbed, then when creating channels list from Xv attributes we set the
39174         internal values to the Xv defaults. This way we handle buggy Xv drivers
39175         that set default hue values far from the middle of the range (Thanks
39176         to Jon Trowbridge for pointing that issue).
39177         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39178         colorbalance levels have been set before xcontext is grabbed.
39179
39180 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39181
39182         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39183           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39184           it might block operations (which is bad for a mixer).
39185
39186 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39187
39188         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39189         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39190         (gmip_find_type_pre):
39191         * gst-libs/gst/media-info/media-info-priv.h:
39192         * gst-libs/gst/media-info/media-info.c:
39193         (gst_media_info_instance_init), (gst_media_info_read_idler):
39194         add fakesink to get caps on decoder src pad again
39195         fix callback prototype to match new have_type signal signature
39196
39197 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39198
39199         * gst/adder/gstadder.c: (gst_adder_link):
39200           fix non-compile and cut-n-paste code
39201
39202 2004-01-21  David Schleef  <ds@schleef.org>
39203
39204         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39205         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39206         (gst_swfdec_init), (gst_swfdec_change_state):
39207         * ext/swfdec/gstswfdec.h:
39208         Fix negotiation.
39209         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39210         (gst_adder_request_new_pad): Fix negotiation.
39211         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39212         Add a fixate function.
39213         * gst/intfloat/gstfloat2int.c:
39214         * gst/intfloat/gstfloat2int.h:
39215         * gst/intfloat/gstint2float.c:
39216         * gst/intfloat/gstint2float.h:
39217         Completely rewrite the negotiation.  Doesn't quite work yet,
39218         due to some buffer-frames problem.
39219
39220 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39221
39222         * ext/gnomevfs/gstgnomevfssrc.c:
39223         * sys/v4l2/v4l2_calls.h:
39224           fix includes for distcheck
39225
39226 2004-01-21  Christian Schaller <uraeus@gnome.org>
39227
39228         * ext/nas/
39229         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39230         based on earlier patch from Laurent Vivier
39231
39232 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39233
39234         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39235         Fix wma caps property
39236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39237         Fix typo (flags1 and flags2)
39238
39239 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39240
39241         * gst-libs/gst/media-info/media-info-priv.c:
39242         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39243         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39244         (gmip_find_stream), (gmip_find_track_metadata),
39245         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39246         (gmip_find_track_format):
39247         * gst-libs/gst/media-info/media-info-priv.h:
39248         * gst-libs/gst/media-info/media-info-test.c: (main):
39249         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39250         (gst_media_info_read_idler), (gst_media_info_read):
39251         * gst-libs/gst/media-info/media-info.h:
39252           register debugging category and use it for debugging
39253
39254 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39255
39256         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39257         (gst_vorbisfile_new_link):
39258           signal streaminfo through tags
39259
39260 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39261
39262         * ext/mplex/gstmplex.cc:
39263         * ext/mplex/gstmplexibitstream.cc:
39264           g++ doesn't like NULL in our i18n/error macros, should be
39265           either (NULL) or ("").
39266
39267 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39268
39269         * sys/dxr3/dxr3audiosink.c:
39270         * sys/dxr3/dxr3init.c:
39271         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39272         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39273           Fix more error error error errors (missing includes here).
39274
39275 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39276
39277         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39278           fix thomas' error errors.
39279
39280 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39281
39282         * ext/mpeg2enc/gstmpeg2enc.cc:
39283           fix error errors.
39284
39285 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39286
39287         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39288         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39289           Fix for new error system.
39290
39291 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39292
39293         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39294           fix for new error reporting
39295
39296 2004-01-20  David Schleef  <ds@schleef.org>
39297
39298         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39299         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39300         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39301         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39302         and neither is 100+, most likely.
39303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39304         (gst_xvimagesink_getcaps): same
39305
39306 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39307
39308         * configure.ac:
39309           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39310           clashes with ffmpeg.
39311
39312 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39313
39314         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39315         (gst_switch_init): Fixed switch element : proxying link and setting
39316         caps from src to sink on request.
39317
39318 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39319
39320         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39321         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39322         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39323         fix element_error
39324
39325 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39326
39327         * sys/v4l/v4l_calls.h:
39328         * sys/v4l2/v4l2_calls.h:
39329           element_error fixes
39330
39331 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39332
39333         * gst-libs/gst/gst-i18n-plugin.h:
39334           add locale.h
39335           remove config.h inclusion
39336
39337 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39338
39339         * autogen.sh:
39340           adding autopoint invocation
39341         * Makefile.am:
39342         * configure.ac:
39343         * gst-libs/gst/gettext.h:
39344           adding gettext bits
39345         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39346         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39347         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39349         (gst_gnomevfssink_close_file):
39350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39351         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39352         * gst-libs/gst/gst-i18n-plugin.h:
39353         * gst/avi/gstavi.c: (plugin_init):
39354         * sys/dxr3/dxr3init.c: (plugin_init):
39355         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39356         * sys/oss/gstossaudio.c: (plugin_init):
39357         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39358         * sys/v4l/gstv4l.c: (plugin_init):
39359         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39360         * sys/v4l2/gstv4l2.c: (plugin_init):
39361         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39362         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39363         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39364         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39365         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39366         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39367           make sure locale and translation domain are set
39368           fix translated strings
39369         * po/.cvsignore:
39370         * po/LINGUAS:
39371         * po/Makevars:
39372         * po/POTFILES.in:
39373         * po/nl.po:
39374           put translation files into place
39375         * sys/xvideo/imagetest.c: (main):
39376         * ext/dv/demo-play.c: (main):
39377           fix unnecessary translations
39378
39379 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39380
39381         * ext/sndfile/gstsf.c:
39382         * gst/avi/gstavimux.c:
39383         * ext/audiofile/gstafsink.c:
39384         * ext/audiofile/gstafsrc.c:
39385         * ext/gnomevfs/gstgnomevfssink.c:
39386         * ext/gnomevfs/gstgnomevfssrc.c:
39387         * sys/oss/gstosselement.c:
39388         * sys/v4l/v4l_calls.h:
39389           fix i18n include
39390
39391 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39392
39393         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39394         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39395         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39396         (gst_v4l2_get_output), (gst_v4l2_set_output),
39397         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39398         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39399         (gst_v4l2_set_attribute):
39400         update to new error handling
39401
39402 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39403
39404         * ext/sidplay/gstsiddec.cc:
39405         * gst/modplug/gstmodplug.cc:
39406           parenthese NULL because C++ seems angry about it
39407
39408 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39409
39410         * gst-libs/gst/gst-i18n-plugin.h:
39411           add skeleton i18n stuff, but needs to be further implemented
39412
39413 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39414
39415         * examples/gstplay/player.c: (main):
39416         * ext/aalib/gstaasink.c: (gst_aasink_open):
39417         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39418         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39419         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39420         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39421         (gst_afsink_close_file):
39422         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39423         (gst_afsrc_close_file):
39424         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39425         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39426         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39427         * ext/esd/esdmon.c: (gst_esdmon_get):
39428         * ext/esd/esdsink.c: (gst_esdsink_chain):
39429         * ext/faac/gstfaac.c: (gst_faac_chain):
39430         * ext/faad/gstfaad.c: (gst_faad_chain):
39431         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39432         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39433         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39434         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39435         (gst_flacdec_loop):
39436         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39437         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39438         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39440         (gst_gnomevfssink_close_file):
39441         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39442         (gst_gnomevfssrc_open_file):
39443         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39444         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39445         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39446         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39447         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39448         * ext/mad/gstmad.c: (gst_mad_chain):
39449         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39450         * ext/mpeg2dec/gstmpeg2dec.c:
39451         * ext/mpeg2enc/gstmpeg2enc.cc:
39452         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39453         * ext/mplex/gstmplex.cc:
39454         * ext/mplex/gstmplexibitstream.cc:
39455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39456         (gst_ogg_demux_push), (gst_ogg_pad_push):
39457         * ext/raw1394/gstdv1394src.c:
39458         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39459         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39460         * ext/sidplay/gstsiddec.cc:
39461         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39462         (gst_sf_loop):
39463         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39464         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39465         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39467         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39468         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39469         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39470         * gst-libs/gst/Makefile.am:
39471         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39472         (gst_riff_read_element_data), (gst_riff_read_seek),
39473         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39474         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39476         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39477         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39478         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39479         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39480         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39481         * gst/goom/gstgoom.c: (gst_goom_chain):
39482         * gst/id3/gstid3types.c: (gst_id3types_loop):
39483         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39484         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39485         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39486         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39487         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39488         (gst_ebml_read_float), (gst_ebml_read_header):
39489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39490         (gst_matroska_demux_parse_blockgroup):
39491         * gst/modplug/gstmodplug.cc:
39492         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39493         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39494         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39495         * gst/silence/gstsilence.c: (gst_silence_get):
39496         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39497         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39498         * gst/speed/gstspeed.c: (speed_loop):
39499         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39500         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39501         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39502         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39503         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39504         (gst_wavparse_loop):
39505         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39506         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39507         (dxr3audiosink_close):
39508         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39509         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39510         (dxr3videosink_close), (dxr3videosink_write_data):
39511         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39512         * sys/oss/gstosselement.h:
39513         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39514         (gst_osssink_chain):
39515         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39516         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39518         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39519         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39520         (gst_v4l_enable_overlay):
39521         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39522         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39523         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39524         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39525         (gst_v4l_set_audio):
39526         * sys/v4l/v4l_calls.h:
39527         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39528         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39529         (gst_v4lmjpegsink_playback_init),
39530         (gst_v4lmjpegsink_playback_start):
39531         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39532         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39533         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39534         (gst_v4lmjpegsrc_requeue_frame):
39535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39536         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39537         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39540         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39541         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39542         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39543         (gst_v4l2src_capture_stop):
39544         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39546         (gst_ximagesink_chain):
39547         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39548         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39549         (gst_xvideosink_xwindow_new):
39550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39551         (gst_xvimagesink_chain):
39552         use new error signal, function and categories
39553
39554 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39555
39556         * configure.ac:
39557         * ext/Makefile.am:
39558         * ext/musicbrainz/gsttrm.c:
39559         * ext/musicbrainz/gsttrm.h:
39560         * ext/musicbrainz/Makefile.am:
39561         Add a trm plugin
39562
39563 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39564
39565         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39566         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39567         synchronous property for debugging.
39568         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39570         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39571         smaller block, fixing indent.
39572
39573 2004-01-16  David Schleef  <ds@schleef.org>
39574
39575         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39576         property affects the video stream.
39577         * sys/xvimage/xvimagesink.c:
39578         * sys/xvimage/xvimagesink.h:
39579         Add synchronous property for debugging.  Should probably be
39580         disabled in non-CVS builds.  Make sure that the Xv attribute
39581         exists before we set it (crash!).  Fix a silly float bug that
39582         caused colorbalance to just not work.
39583
39584 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39585
39586         * tools/gst-launch-ext.in - update for new plugins
39587
39588 2004-01-16  David Schleef  <ds@schleef.org>
39589
39590         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39591         already-freed caps.
39592
39593 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39594
39595         * Update spec for new colorspace plugin and libcaca plugin
39596         * Fix compilation of libcaca plugin (clock -> id)
39597
39598 2004-01-16  Julien MOUTTE <julien@moutte.net>
39599
39600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39601         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39602         (gst_xvimagesink_set_xwindow_id),
39603         (gst_xvimagesink_colorbalance_set_value),
39604         (gst_xvimagesink_colorbalance_get_value),
39605         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39606         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39607         correct colorbalance properties. They can now be set when the element
39608         is still in NULL state. The values will be committed to the Xv Port
39609         when xcontext is initialized.
39610         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39611         brightness int values in the GstXvImagesink structure.
39612
39613 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39614
39615         * gst-libs/gst/Makefile.am:
39616           restructure so having local patches works easier.
39617
39618 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39619
39620         * ext/mpeg2enc/Makefile.am:
39621         * ext/mpeg2enc/gstmpeg2enc.cc:
39622         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39623           Bugfix with respect to EOS handling.
39624
39625 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39626
39627         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39628           Link with right caps (else, it segfaults).
39629         * ext/mplex/gstmplexjob.cc:
39630           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39631
39632 2004-01-15  David Schleef  <ds@schleef.org>
39633
39634         * gst-libs/gst/audio/Makefile.am:
39635         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39636         from the template.
39637         * gst-libs/gst/audio/gstaudiofilter.c:
39638         * gst-libs/gst/audio/gstaudiofilter.h:
39639         Add bytes_per_sample and size and n_samples calculation.
39640         * gst-libs/gst/audio/gstaudiofilterexample.c:
39641         Remove, now autogenerated.
39642         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39643         Moved from gstaudiofilterexample, object name changed, code added
39644         so that it actually works.
39645         * gst-libs/gst/audio/make_filter:
39646         Script to build an audiofilter subclass from the template.
39647         * gst/colorspace/Makefile.am:
39648         * gst/colorspace/yuv2yuv.c:
39649         Remove file, since it's GPL, and we don't use it.
39650
39651 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39652
39653         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39655         them use the buffer free function to test how the buffer was allocated.
39656
39657 2004-01-15  David Schleef  <ds@schleef.org>
39658
39659         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39660         that handles osssink fallback.
39661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39662         (gst_audio_convert_getcaps):
39663         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39664         Add audio/x-qdm2 for QDM2 audio.
39665         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39666         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39667         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39668         Decrease minimum size to 16x16.
39669         * gst/wavparse/gstwavparse.c:
39670         Convert disabled pad template caps to new caps.
39671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39673         (gst_xvimagesink_chain): Throw element error when display cannot
39674         be opened.  Increase minimum framerate to 1.0.  Check the data
39675         free function on a buffer to make sure it is the type we expect
39676         before manipulating it.
39677
39678 2004-01-15  Julien MOUTTE <julien@moutte.net>
39679
39680         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39681         (gst_videobalance_colorbalance_set_value): Implement passthru if
39682         settings are in the middle.
39683         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39684
39685 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39686
39687         * gst/videofilter/Makefile.am:
39688         * gst/volume/Makefile.am:
39689           Since we use videofilter symbols, link to it.
39690
39691 2004-01-15  Julien MOUTTE <julien@moutte.net>
39692
39693         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39694         mixer interface type to HARDWARE.
39695         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39696         type to SOFTWARE.
39697         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39698         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39699         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39700         (gst_volume_interface_init), (gst_volume_list_tracks),
39701         (gst_volume_set_volume), (gst_volume_get_volume),
39702         (gst_volume_set_mute), (gst_volume_mixer_init),
39703         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39704         (volume_init): Implementing mixer interface.
39705         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39706         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39707         (gst_osselement_change_state): Removing some trailing commas in
39708         structures.
39709         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39710         interface type to HARDWARE.
39711         * sys/v4l/gstv4lcolorbalance.c:
39712         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39713         type to HARDWARE.
39714         * sys/v4l2/gstv4l2colorbalance.c:
39715         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39716         interface type to HARDWARE.
39717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39718         same code than ximagesink for event handling.
39719
39720 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39721
39722         * ext/snapshot/Makefile.am:
39723         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39724         (gst_snapshot_chain):
39725         * ext/snapshot/gstsnapshot.h:
39726           This has to be a joke... Snapshot should be connected to a tee,
39727           colorspace element before it and EOS after that, where the other
39728           src of the tee receives normal data.
39729           The current way is *wrong*.
39730
39731 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39732
39733         * ext/hermes/gsthermescolorspace.c:
39734           Fix another compile error. Same as below.
39735
39736 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39737
39738         * gst/colorspace/gstcolorspace.c:
39739         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39740         (gst_colorspace_i420_to_yv12):
39741           Fix compiling... Didn't test if it actually works.
39742
39743 2004-01-15  David Schleef  <ds@schleef.org>
39744
39745         * configure.ac:
39746         * gst/colorspace/Makefile.am:
39747         * gst/colorspace/gstcolorspace.c:
39748         * gst/colorspace/gstcolorspace.h:
39749         * gst/colorspace/yuv2rgb.c:
39750         * gst/colorspace/yuv2rgb.h:
39751         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39752         code and GPL code.  Fix for new caps negotiation.  Rewrite
39753         much of the format handling code, and some of the conversion
39754         code.  Basically, rewrote almost everything.  This element
39755         handles I420, YV12 to RGB conversions.
39756         * ext/hermes/Makefile.am:
39757         * ext/hermes/gsthermescolorspace.c:
39758         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39759         Remove non-Hermes related code.  This element handles lots of
39760         RGB to RGB conversions, but no YUV.
39761         * ext/hermes/gstcolorspace.c:
39762         * ext/hermes/gstcolorspace.h:
39763         * ext/hermes/rgb2yuv.c:
39764         * ext/hermes/yuv2rgb.c:
39765         * ext/hermes/yuv2rgb.h:
39766         * ext/hermes/yuv2rgb_mmx16.s:
39767         * ext/hermes/yuv2yuv.c:
39768         * ext/hermes/yuv2yuv.h:
39769         Remove old code.
39770
39771 2004-01-14  Colin Walters  <walters@verbum.org>
39772
39773         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39774         they've already been.
39775
39776 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39777
39778         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39779           assume tag mode when pad is not connected
39780
39781 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39782
39783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39784           Don't update the time of the clock
39785         (gst_alsa_sink_loop):
39786           sync to the clock given to alsasink, not the own clock
39787         * sys/oss/gstosssink.c: (gst_osssink_chain):
39788           sync to the clock
39789         (gst_osssink_change_state):
39790           activate the clock
39791         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39793           remove bogus code that made DISCONT events unhandled
39794         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39795           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39796           #131502)
39797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39798         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39799         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39800           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39801           2nd warning in bug #131502)
39802
39803 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39804
39805         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39806         (gst_videobalance_colorbalance_set_value),
39807         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39808         for colorbalance interface implementation.
39809         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39810         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39811         (gst_ximagesink_dispose), (gst_ximagesink_init),
39812         (gst_ximagesink_class_init): Adding DISPLAY property.
39813         * sys/ximage/ximagesink.h: Adding display_name to store display.
39814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39815         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39816         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39817         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39818         properties (they still need polishing though for gst-launch use : no
39819         xcontext yet, i ll do that tomorrow).
39820         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39821
39822 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39823
39824         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39825         (gst_play_set_location), (gst_play_set_visualization): Preparing
39826         switch integration, adding videobalance in the pipeline.
39827
39828 2004-01-14  Julien MOUTTE <julien@moutte.net>
39829
39830         * gst-libs/gst/colorbalance/colorbalance.c:
39831         (gst_color_balance_class_init): Adding a default type.
39832         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39833         the type.
39834         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39835         (gst_videobalance_dispose), (gst_videobalance_class_init),
39836         (gst_videobalance_init), (gst_videobalance_interface_supported),
39837         (gst_videobalance_interface_init),
39838         (gst_videobalance_colorbalance_list_channels),
39839         (gst_videobalance_colorbalance_set_value),
39840         (gst_videobalance_colorbalance_get_value),
39841         (gst_videobalance_colorbalance_init): Implementing colorbalance
39842         interface.
39843         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39844         list.
39845         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39846         bug which was triggering a BadAccess X error when setting an overlay
39847         before pad was really negotiated.
39848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39849         Using the colorbalance type macro.
39850
39851 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39852
39853         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39854         (gst_flacenc_chain):
39855           handle tags correctly
39856         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39857           extract ID3v1 tags correctly
39858
39859 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39860
39861         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39862         (plugin_init):
39863           Improve matroska typefinding for odd-typed headers...
39864
39865 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39866
39867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39868           Fix for using incremental number on padnames.
39869
39870 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39871
39872         * ext/divx/gstdivxdec.c:
39873         * ext/divx/gstdivxenc.c:
39874           Set category to divx4linux instead of divx (too generic).
39875         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39876         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39877         (gst_wavparse_loop), (gst_wavparse_change_state):
39878         * gst/wavparse/gstwavparse.h:
39879           fix parsing of WAV files with non-standard fmt-tag size and fix
39880           skipping of unrecognized chunks... Someone please fix this thing
39881           to use rifflib so all this is automated.
39882         * sys/v4l/Makefile.am:
39883         * sys/v4l2/Makefile.am:
39884           Add X_CFLAGS because we depend on X (for overlay).
39885
39886 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39887
39888         * ext/mpeg2dec/gstmpeg2dec.c:
39889           Don't issue a timestamp unless we tagged the frame
39890           with a PTS.
39891
39892 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39893
39894         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39895           Query the audio element to get the time, not the clock. We're
39896           interested in the element's time here.
39897
39898 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39899
39900         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39902         * ext/esd/esdsink.c: (gst_esdsink_chain):
39903         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39904         * ext/mas/massink.c: (gst_massink_chain):
39905         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39907         (gst_matroska_demux_parse_metadata):
39908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39909         (gst_mpeg_parse_release_locks):
39910         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39911         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39912         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39913         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39914         (gst_osssink_change_state):
39915         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39916         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39917         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39918         (gst_xvideosink_release_locks):
39919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39920           use element time.
39921         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39922         (gst_alsa_clock_stop):
39923         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39924         (gst_audio_clock_get_internal_time):
39925           simplify for use with new clocking code.
39926         * testsuite/alsa/Makefile.am:
39927         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39928           fix testsuite for new caps system
39929
39930 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39931
39932         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39933         * ext/flac/gstflacenc.c: (add_one_tag):
39934           length is already host endian, no need to convert. Fixes playback of
39935           tagged files on PPC. (bug #128384)
39936
39937 2004-01-13  Julien MOUTTE <julien@moutte.net>
39938
39939         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39940         colorbalance interface stating if it is hardware based or software
39941         based.
39942         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39943         Removing a trailing comma.
39944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39945         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39946         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39947         the documentation seems to be wrong on the -1000 to 1000 interval.
39948
39949 2004-01-12  David Schleef  <ds@schleef.org>
39950
39951         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39952         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39953         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39954         Fix negotiation.  Add a bufferalloc function for the sink pad,
39955         and generally clean up some of the code.
39956
39957 2004-01-12  Julien MOUTTE <julien@moutte.net>
39958
39959         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39960         (gst_color_balance_channel_dispose): Adding safety check in dispose
39961         method.
39962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39963         (gst_xvimagesink_xcontext_clear),
39964         (gst_xvimagesink_interface_supported),
39965         (gst_xvimagesink_colorbalance_list_channels),
39966         (gst_xvimagesink_colorbalance_set_value),
39967         (gst_xvimagesink_colorbalance_get_value),
39968         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39969         Adding colorbalance interface support to set XV parameters such as
39970         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39971         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39972         interface.
39973
39974 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39975
39976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39977         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39978         (gst_audio_convert_init), (gst_audio_convert_set_property),
39979         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39980         (gst_audio_convert_link),
39981         (gst_audio_convert_buffer_to_default_format),
39982         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39983           - implement _getcaps and use it
39984           - improve linking
39985           - remove float caps since no float conversion is actually done
39986           - remove properties and arguments that were to be used for rate
39987             conversion
39988
39989 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39990
39991         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39992         (gst_audio_structure_set_int):
39993         * gst-libs/gst/audio/audio.h:
39994           add helper functions for _getcaps matching the standard audio
39995           templates
39996
39997 2004-01-12  David Schleef  <ds@schleef.org>
39998
39999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40000         Test that pad is negotiated before getting its caps.
40001
40002 2004-01-12  Julien MOUTTE <julien@moutte.net>
40003
40004         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40005         analyzing the pads of an element the bin is mostly in READY state so
40006         no caps were negotiated. This helper function needs to work with
40007         _get_caps directly then. I was not freeing them though, added that to
40008         fix the mem leak.
40009
40010 2004-01-12  Julien MOUTTE <julien@moutte.net>
40011
40012         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40014         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40015         than the free_func.
40016
40017 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40018
40019         * sys/oss/gstossaudio.c: (plugin_init):
40020         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40021         * sys/oss/gstosselement.h:
40022           make an oss debugging category
40023           make failure more descriptive
40024
40025 2004-01-11  David Schleef  <ds@schleef.org>
40026
40027         * ext/ffmpeg/gstffmpeg.c:
40028         * ext/ffmpeg/gstffmpegcodecmap.c:
40029         * ext/ffmpeg/gstffmpegdec.c:
40030         * ext/ffmpeg/gstffmpegenc.c:
40031         * ext/ffmpeg/gstffmpegprotocol.c:
40032         * ext/gdk_pixbuf/gstgdkanimation.c:
40033         * ext/jpeg/gstjpeg.c:
40034         * ext/libpng/gstpng.c:
40035         * ext/mpeg2dec/perftest.c:
40036         * ext/speex/gstspeex.c:
40037         * gst-libs/gst/resample/dtos.c:
40038         * gst/intfloat/gstintfloatconvert.c:
40039         * gst/oneton/gstoneton.c:
40040         * gst/rtjpeg/RTjpeg.c:
40041         * gst/rtp/gstrtp.c:
40042         * sys/dxr3/dxr3init.c:
40043         * sys/glsink/gstgl_nvimage.c:
40044         * sys/glsink/gstgl_pdrimage.c:
40045         * sys/glsink/gstglsink.c:
40046         * testsuite/gst-lint:
40047         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40048
40049 2004-01-11  David Schleef  <ds@schleef.org>
40050
40051         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40052         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40053         * ext/gdk_pixbuf/gstgdkanimation.c:
40054         (gst_gdk_animation_iter_create_pixbuf):
40055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40056         (gst_gdk_pixbuf_chain):
40057         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40058         * ext/jack/gstjack.c: (gst_jack_change_state):
40059         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40060         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40061         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40062         * gst/videofilter/gstvideofilter.c:
40063         (gst_videofilter_set_output_size):
40064         Remove all usage of gst_pad_get_caps(), and replace it with
40065         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40066
40067 2004-01-11  David Schleef  <ds@schleef.org>
40068
40069         * configure.ac:
40070         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40071         * ext/divx/gstdivxdec.c:
40072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40073         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40074         handle images that span multiple buffers.  Now work with both
40075         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40076         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40077         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40078         video/video.h changes
40079         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40080         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40081         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40082         of GstData free function.
40083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40084         same.
40085
40086 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40087
40088         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40089         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40090         (gst_v4l2element_get_property):
40091         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40092           add norm, channel and frequency properties.
40093         * sys/v4l2/gstv4l2tuner.c:
40094           fixes for tuner interface changes
40095         * sys/v4l2/gstv4l2element.h:
40096         * sys/v4l2/gstv4l2src.c:
40097         * sys/v4l2/gstv4l2src.h:
40098         * sys/v4l2/v4l2src_calls.c:
40099         * sys/v4l2/v4l2src_calls.h:
40100           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40101
40102 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40103
40104         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40105         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40106         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40107         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40108         * gst-libs/gst/tuner/tuner.h:
40109           GObjects aren't const.
40110           Add find_by_name functions.
40111           Add checks to _changed functions.
40112         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40113         (gst_v4l_tuner_get_norm):
40114           Fixes for above.
40115
40116 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40117
40118         * gst-libs/gst/video/video.h:
40119           Fix caps template names to be understandable.
40120           Prefix everything with GST_VIDEO.
40121         * ext/aalib/gstaasink.c:
40122         * ext/divx/gstdivxdec.c:
40123         * ext/divx/gstdivxenc.c:
40124         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40125         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40126         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40127         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40128         * ext/libcaca/gstcacasink.c:
40129         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40130         * ext/snapshot/gstsnapshot.c:
40131         * ext/swfdec/gstswfdec.c:
40132         * ext/xvid/gstxviddec.c:
40133         * ext/xvid/gstxvidenc.c:
40134         * gst/chart/gstchart.c:
40135         * gst/deinterlace/gstdeinterlace.c:
40136         * gst/effectv/gsteffectv.c:
40137         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40138         * gst/goom/gstgoom.c:
40139         * gst/median/gstmedian.c:
40140         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40141         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40142         * gst/overlay/gstoverlay.c:
40143         * gst/smooth/gstsmooth.c:
40144         * gst/smpte/gstsmpte.c:
40145         * gst/synaesthesia/gstsynaesthesia.c:
40146         * gst/videocrop/gstvideocrop.c:
40147         * gst/videodrop/gstvideodrop.c:
40148         * gst/y4m/gsty4mencode.c:
40149         * sys/qcam/gstqcamsrc.c:
40150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40151           Make them work with new video.h file.
40152         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40153         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40155         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40156           Make it work with new buffer allocation system.
40157
40158 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40159
40160         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40161         pad_alloc_buffer implementation to use ->srcpad
40162         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40163         pad_alloc_buffer implementation to use ->srcpad
40164         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40165         pad_alloc_buffer implementation to use ->srcpad
40166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40167         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40168         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40169         a reference to everything we need.
40170         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40172         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40173         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40174         a reference to everything we need.
40175         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40176
40177 2004-01-11  David Schleef  <ds@schleef.org>
40178
40179         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40180         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40181         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40182         structure members.
40183         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40184         value during a resize/renegotiation.
40185         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40186         gst_pad_alloc_buffer();
40187         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40188         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40189         structure members.
40190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40191         Fix for rename of buffer private structure members.
40192         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40193         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40194         Fix for rename of buffer private structure members.
40195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40196         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40197         Fix for rename of buffer private structure members.
40198
40199 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40200
40201         reviewed by: David Schleef <ds@schleef.org>
40202
40203         * gst/videofilter/Makefile.am:
40204         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40205         from the patch by ds to fit in with recent make_filter changes.
40206
40207 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40208
40209         * configure.ac: Adding examples/switch/Makefile
40210         * examples/Makefile.am: Adding examples/switch
40211         * examples/switch/Makefile.am: Adding switcher example.
40212         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40213         (switch_timer), (main): Adding an example demonstrating switch usage
40214         with 2 videotestsrc showing different patterns.
40215         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40216         (gst_switch_init): Fixing switch with the new caps system.
40217
40218 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40219
40220         * gst-libs/gst/video/video.h:
40221           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40222           They should probably be like
40223           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40224
40225 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40226
40227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40228         (qtdemux_parse_trak):
40229           fix audio chunk size/timestamp calculation
40230
40231 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40232
40233         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40234           fix SVQ3 caps
40235
40236 2004-01-11  Steve Baker  <steve@stevebaker.org>
40237
40238         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40239         (gst_agingtv_base_init), (gst_agingtv_class_init),
40240         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40241         (gst_agingtv_set_property), (gst_agingtv_get_property):
40242         Port agingTV to videofilter
40243
40244 2004-01-09  Julien MOUTTE <julien@moutte.net>
40245
40246         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40247         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40248
40249 2004-01-09  Julien MOUTTE <julien@moutte.net>
40250
40251         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40252         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40253         * gst-libs/gst/xoverlay/xoverlay.c:
40254         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40255         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40256         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40257         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40258         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40259         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40260         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40261         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40262         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40263         interface implementation to handle xid being 0 and fix some bugs
40264         triggered by Benjamin's testcase.
40265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40266         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40267         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40268         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40269         interface implementation to handle xid being 0 and fix some bugs
40270         triggered by Benjamin's testcase.
40271
40272 2004-01-09  David Schleef  <ds@schleef.org>
40273
40274         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40275         mouse pointer events.  It works.
40276
40277 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40278
40279         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40280           Use explicit caps - fix capsnego.
40281         * ext/xvid/gstxviddec.c:
40282         * ext/xvid/gstxvidenc.c:
40283           Remove macro-inside-macro which caused compile errors.
40284         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40285           Error out if it's not a RIFF file. Else we error out without
40286           gst_element_error() which is not good...
40287
40288 2004-01-08  David Schleef  <ds@schleef.org>
40289
40290         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40291         Fix pad_link function to handle formats that ffmpeg returns
40292         as multiple caps structures.
40293         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40294         Only complain if source buffer is _smaller_ than expected.
40295         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40296         (gst_videoscale_handle_src_event): Resize navigation events
40297         when passing them upstream.
40298         * gst/videotestsrc/gstvideotestsrc.c:
40299         * gst/videotestsrc/gstvideotestsrc.h:
40300         * gst/videotestsrc/videotestsrc.c:
40301         * gst/videotestsrc/videotestsrc.h:
40302         Rewrite many of the buffer painting functions to handle odd
40303         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40304         been verified to work with my video card.
40305         * testsuite/gst-lint:  Add check for elements calling
40306         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40307
40308 2004-01-08  David Schleef  <ds@schleef.org>
40309
40310         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40311         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40312
40313 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40314
40315         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40316         configure event is not emiting the desired size signal. That fixes
40317         aspect ratio issues with gst-player.
40318
40319 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40320
40321         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40322           Fix capsnego.
40323
40324 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40325
40326         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40327         public method to fire size signal.
40328
40329 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40330
40331         * examples/gstplay/Makefile.am: Adding the interface library.
40332         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40333         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40334         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40335         GST_IS_X_OVERLAY before signal connect.
40336         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40337         Removing the have_video_size signal.
40338         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40339         and associated public method.
40340         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40341         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40342         signal.
40343         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40344         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40345         signal.
40346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40347         Using XOverlay public method to fire size signal.
40348
40349 2004-01-07  David Schleef  <ds@schleef.org>
40350
40351         * gst/videofilter/Makefile.am:
40352         * gst/videofilter/gstvideotemplate.c:
40353         * gst/videofilter/make_filter:
40354         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40355         Convert make_filter to /bin/sh script.
40356
40357 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40358
40359         * gst/modplug/gstmodplug.cc: fix element description
40360
40361 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40362
40363         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40364         (got_video_size): Adding some new lines in g_print calls.
40365         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40366         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40367         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40368         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40369         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40370         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40371         Complete code review, reverting some stuff i disagree with, adding
40372         some fixes : time synchronization on invalid timestamps, renegotiation
40373         of private window.
40374         * sys/ximage/ximagesink.h:
40375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40376         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40377         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40378         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40379         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40380         (gst_xvimagesink_buffer_new),
40381         (gst_xvimagesink_navigation_send_event),
40382         (gst_xvimagesink_set_xwindow_id),
40383         (gst_xvimagesink_get_desired_size),
40384         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40385         stuff i disagree with, adding some fixes : Renegotiation of private
40386         window, implementing get_desired_size.
40387
40388 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40389
40390         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40391         (gst_afsink_handle_event):
40392         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40393         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40394         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40395         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40396         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40397           Fix for instantiate-test (see core). Also remove dead code from
40398           jpegenc (which still needs fixing, but that's lower on my TODO
40399           list...).
40400         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40401           Never return NULL as caps.
40402
40403 2004-01-07  David Schleef  <ds@schleef.org>
40404
40405         * configure.ac:
40406         * ext/Makefile.am:
40407         * ext/librfb/Makefile.am:
40408         * ext/librfb/gstrfbsrc.c:
40409         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40410         is the protocol used by VNC.
40411
40412 2004-01-07  David Schleef  <ds@schleef.org>
40413
40414         * gst/videofilter/gstvideotemplate.c:
40415         * gst/videofilter/gstvideotemplate.h:
40416         * gst/videofilter/make_filter:
40417         Merge videotemplate header into source file.
40418         * gst/effectv/Makefile.am:
40419         * gst/effectv/gsteffectv.c: (plugin_init):
40420         * gst/effectv/gstwarp.c:
40421         Make warpTV a subclass of videofilter.
40422
40423 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40424
40425         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40426           Add guard against invalid utf-8 conversions in mad. Just in case.
40427
40428 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40429
40430         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40431           Fix for bug shown by poisoning
40432
40433 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40434
40435         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40436         (gst_v4lmjpegsrc_buffer_free):
40437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40438         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40439         (gst_v4lsrc_buffer_free):
40440           Fix for removed bufferpools.
40441
40442 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40443
40444         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40445         Fix caps negotiation.
40446
40447         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40448         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40449         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40450         (dvdnavsrc_event):
40451         * ext/mpeg2dec/gstmpeg2dec.c:
40452         * gst-libs/gst/navigation/navigation.c:
40453         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40454         * gst-libs/gst/navigation/navigation.h:
40455         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40456         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40458         Super-simple first version of mouse and keyboard events. Clicking
40459         on a DVD menu now works, although it may not take you where you
40460         expected.
40461
40462         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40463         * gst/videotestsrc/gstvideotestsrc.c:
40464         (gst_videotestsrc_src_fixate):
40465         These fixate functions were broken - they never actually
40466         fixated :)
40467
40468 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40469
40470         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40471         (gst_icecastsend_init):
40472           fix for new caps system.
40473         * gst-libs/gst/mixer/mixertrack.h:
40474         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40475           Add 'master track' flag (for tools like ACME that only want to
40476           change the main volume).
40477
40478 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40479
40480         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40481         (gst_xvid_csp_to_caps):
40482         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40483         * ext/xvid/gstxvidenc.c:
40484         ifdef out ARGB type when it isn't available
40485         in xvidcore 1.0.0beta2
40486
40487 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40488
40489         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40490           When we have received a new SCR right in the first buffer after
40491           a seek (so in the same cycle that handles the discont), we should
40492           handle the buffer instead of unreffing it, else we lose data.
40493
40494 2004-01-06  Iain <iain@prettypeople.org>
40495
40496         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40497           buffer-frames caps too.
40498
40499         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40500           caps that we need, don't destroy them all and rebuild them. And when
40501           creating src pads, use the src pad template rather than the sink...
40502
40503 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40504
40505         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40506           Add pad to element *after* setting functions such as event handler.
40507           Without this, the scheduler (opt) will link pads, set the event
40508           handler from the default event function (dispatcher in gstpad.c)
40509           and *after* that, we will set our own event function, which will
40510           thus never be used (and thus mpegdemux doesn't handle events).
40511
40512 2004-01-04  David Schleef  <ds@schleef.org>
40513
40514         Fix the fixate functions to handle new prototype:
40515         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40516         * gst/videotestsrc/gstvideotestsrc.c:
40517         (gst_videotestsrc_src_fixate):
40518         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40519         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40521
40522 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40523
40524         * sys/ximage/ximagesink.h:
40525         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40526         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40527         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40528         (gst_ximagesink_xoverlay_init):
40529           assorted fixes to make (re)embedding work
40530         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40531         (gst_ximagesink_get_desired_size):
40532           implement desired size additions to XOverlay
40533
40534 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40535
40536         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40537         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40538         (gst_x_overlay_got_desired_size):
40539         * gst-libs/gst/xoverlay/xoverlay.h:
40540           Add optional "desired size" signal and querying.
40541
40542 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40543
40544         * gst/matroska/matroska-demux.c:
40545         (gst_matroska_demux_parse_blockgroup):
40546           Fix EBML-laced block parsing. Diffs are relative to previous
40547           lace, not the first lace. Thanks to Mosu from the Matroska
40548           team for detecting this.
40549         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40550         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40551         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40552         (gst_wavparse_change_state):
40553         * gst/wavparse/gstwavparse.h:
40554           Quickfix for capsnego.
40555
40556 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40557
40558         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40559           Fix indenting, fix pad creation.
40560
40561 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40562
40563         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40564         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40565         (gst_xviddec_sink_link):
40566           Implement src_getcaps() so proper size caps is negotiated.
40567
40568 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40569
40570         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40571           Finish flac decoder on EOS. See #116178.
40572
40573 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40574
40575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40576         (gst_matroska_demux_add_stream):
40577         * gst/matroska/matroska-ids.h:
40578           Add getcaps() function to fix capsnego...
40579
40580 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40581
40582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40583         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40584         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40585           Fix more integer overflows. Again, see #126967.
40586
40587 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40588
40589         * ext/mpeg2dec/gstmpeg2dec.c:
40590           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40591           #130416.
40592
40593 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40594
40595         * configure.ac:
40596         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40597         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40598         * ext/xvid/gstxvid.h:
40599         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40600         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40601         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40602         (gst_xviddec_change_state):
40603         * ext/xvid/gstxviddec.h:
40604         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40605         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40606         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40607         (gst_xvidenc_link), (gst_xvidenc_set_property),
40608         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40609         * ext/xvid/gstxvidenc.h:
40610           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40611
40612 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40613
40614         * gst/rtp/rtp-packet.c:
40615           Add sys/types.h include, since OS X doesn't define in_addr_t
40616           in netinet/in.h, like it does on Linux (see #129600).
40617
40618 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40619
40620         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40621
40622         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40623           Correct logic of dispose function (see #129306).
40624
40625 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40626
40627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40628         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40629         (gst_mpeg_parse_init):
40630         * gst/mpegstream/gstmpegparse.h:
40631           Remove clock (which was never provided, i.e. dead code), and
40632           also fix integer overflows at high PTS values (see #126967).
40633
40634 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40635
40636         * ext/flac/gstflacdec.c:
40637         * ext/libpng/gstpngenc.h:
40638         * ext/mikmod/gstmikmod.h:
40639           OS X fixes (see #126628).
40640
40641 2004-01-02  David Schleef  <ds@schleef.org>
40642
40643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40644         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40645         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40646         (gst_mpeg_parse_class_init): Move pad template registration
40647         to class_init, since the derived class (mpegdemux) doesn't
40648         want them.
40649
40650 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40651
40652         * sys/ximage/Makefile.am:
40653         * sys/xvideo/Makefile.am:
40654         * sys/xvimage/Makefile.am:
40655           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40656           after installation (see #127664).
40657
40658 2004-01-02  David Schleef  <ds@schleef.org>
40659
40660         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40661         (gst_ffmpegenc_connect):  Negotiation fixes.
40662         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40663         Remove inappropriate gst_caps_free().
40664         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40665         Reenable Ronald's internal resize code, since the core handles
40666         it correctly now.
40667
40668 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40669
40670         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40672         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40673           Fix pad template stuff.
40674
40675 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40676
40677         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40678         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40679           fix signed integer reading/writing.
40680
40681 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40682
40683         * ext/alsa/README:
40684           Remove outdated document
40685
40686 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40687
40688         * gst/cutter/gstcutter.c: (gst_cutter_init):
40689           src pad was being created twice - oops.
40690
40691 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40692
40693         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40694           Comment out internal resize. It doesn't handle the resulting
40695           XEvent internally, does another try_set_caps() which leads to
40696           a really nice loop.
40697           Real fix will come when Julien and Dave are awake. ;).
40698
40699 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40700
40701         * ext/mpeg2enc/gstmpeg2enc.cc:
40702           fix const/nonconst compile issue.
40703
40704 2004-01-02  David Schleef  <ds@schleef.org>
40705
40706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40707         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40708         Add fixate function and a check for bad formats.
40709
40710 2004-01-01  David Schleef  <ds@schleef.org>
40711
40712         Negotiation fixes:
40713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40714         (gst_audiofilter_init):
40715         * gst/debug/efence.c: (gst_efence_init):
40716         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40717         (gst_deinterlace_init):
40718         * gst/volume/gstvolume.c: (volume_connect):
40719
40720 2004-01-01  David Schleef  <ds@schleef.org>
40721
40722         Convert elements to use gst_pad_use_explicit_caps() where
40723         appropriate:
40724         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40725         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40726         (gst_afparse_open_file):
40727         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40728         (gst_afsrc_open_file):
40729         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40730         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40731         (gst_ffmpegdec_chain):
40732         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40733         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40734         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40735         (gst_gdk_pixbuf_chain):
40736         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40737         (gst_jpegdec_chain):
40738         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40739         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40740         (gst_mikmod_negotiate):
40741         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40742         (gst_mpeg2dec_negotiate_format):
40743         * ext/mpeg2enc/gstmpeg2enc.cc:
40744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40745         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40746         (gst_speexdec_sinkconnect):
40747         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40748         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40749         (gst_vorbisfile_new_link):
40750         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40751         (gst_ac3parse_chain):
40752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40753         (gst_asf_demux_setup_pad):
40754         * gst/auparse/gstauparse.c: (gst_auparse_init),
40755         (gst_auparse_chain):
40756         * gst/id3/gstid3types.c: (gst_id3types_loop):
40757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40758         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40759         (mp1videoparse_parse_seq):
40760         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40761         (bpf_from_header):
40762         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40763         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40765         (gst_mpeg_parse_send_data):
40766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40767         (gst_qtdemux_add_stream):
40768         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40769         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40770         (gst_wavparse_parse_fmt):
40771
40772 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40773
40774         * configure.ac:
40775           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40776           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40777           it therefore uses the wrong include paths. Too bad... Note
40778           that 1.6.1.93 is not release yet. ;).
40779           Also add a check for mplex, which is now using the lib'ified
40780           mplex from mjpegtools, too.
40781         * ext/ffmpeg/gstffmpegcodecmap.c:
40782           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40783           issues. I don't think ffmpeg handles 3ivx correctly, so this
40784           probably won't work. But it won't hurt either.
40785         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40786         (gst_ffmpegdec_chain):
40787         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40788         (gst_ffmpegenc_chain_audio):
40789           Fix memleak in audio encoding. Close codec if open fails, this
40790           calls the cleanup routines so we can re-use the context.
40791         * ext/mpeg2enc/gstmpeg2enc.cc:
40792           Fix pad template names/types, fix memory issue with getcaps().
40793         * ext/mpeg2enc/gstmpeg2encoder.cc:
40794         * ext/mpeg2enc/gstmpeg2encoder.hh:
40795           Fix compile issue with new caps system (const thingy).
40796         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40797         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40798           We read a first frame right on initing, so that we have a caps
40799           when we init the output. This caps is cached in padprivate and
40800           read as first frame.
40801         * ext/mplex/Makefile.am:
40802         * ext/mplex/gstmplex.cc:
40803         * ext/mplex/gstmplex.h:
40804         * ext/mplex/gstmplex.hh:
40805         * ext/mplex/gstmplexibitstream.cc:
40806         * ext/mplex/gstmplexibitstream.hh:
40807         * ext/mplex/gstmplexjob.cc:
40808         * ext/mplex/gstmplexjob.hh:
40809         * ext/mplex/gstmplexoutputstream.cc:
40810         * ext/mplex/gstmplexoutputstream.hh:
40811           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40812           had issues, didn't do capsnego, supported only a subset of the
40813           mplex features and required a mplex fork in our local CVS. Plus
40814           that it worked agaist a very old mplex version. Rewriting was
40815           faster than updating it.
40816         * gst-libs/ext/Makefile.am:
40817         * gst-libs/ext/mplex/INSTRUCT:
40818         * gst-libs/ext/mplex/Makefile.am:
40819         * gst-libs/ext/mplex/README:
40820         * gst-libs/ext/mplex/TODO:
40821         * gst-libs/ext/mplex/ac3strm_in.cc:
40822         * gst-libs/ext/mplex/audiostrm.hh:
40823         * gst-libs/ext/mplex/audiostrm_out.cc:
40824         * gst-libs/ext/mplex/aunit.hh:
40825         * gst-libs/ext/mplex/bits.cc:
40826         * gst-libs/ext/mplex/bits.hh:
40827         * gst-libs/ext/mplex/buffer.cc:
40828         * gst-libs/ext/mplex/buffer.hh:
40829         * gst-libs/ext/mplex/fastintfns.h:
40830         * gst-libs/ext/mplex/format_codes.h:
40831         * gst-libs/ext/mplex/inputstrm.cc:
40832         * gst-libs/ext/mplex/inputstrm.hh:
40833         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40834         * gst-libs/ext/mplex/mjpeg_logging.cc:
40835         * gst-libs/ext/mplex/mjpeg_logging.h:
40836         * gst-libs/ext/mplex/mjpeg_types.h:
40837         * gst-libs/ext/mplex/mpastrm_in.cc:
40838         * gst-libs/ext/mplex/mpegconsts.cc:
40839         * gst-libs/ext/mplex/mpegconsts.h:
40840         * gst-libs/ext/mplex/mplexconsts.hh:
40841         * gst-libs/ext/mplex/multplex.cc:
40842         * gst-libs/ext/mplex/outputstream.hh:
40843         * gst-libs/ext/mplex/padstrm.cc:
40844         * gst-libs/ext/mplex/padstrm.hh:
40845         * gst-libs/ext/mplex/stillsstream.cc:
40846         * gst-libs/ext/mplex/stillsstream.hh:
40847         * gst-libs/ext/mplex/systems.cc:
40848         * gst-libs/ext/mplex/systems.hh:
40849         * gst-libs/ext/mplex/vector.cc:
40850         * gst-libs/ext/mplex/vector.hh:
40851         * gst-libs/ext/mplex/videostrm.hh:
40852         * gst-libs/ext/mplex/videostrm_in.cc:
40853         * gst-libs/ext/mplex/videostrm_out.cc:
40854         * gst-libs/ext/mplex/yuv4mpeg.cc:
40855         * gst-libs/ext/mplex/yuv4mpeg.h:
40856         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40857         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40858           We don't fork mjpegtools' mplex in our CVS anymore.
40859         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40860         (gst_avi_demux_add_stream):
40861         * gst/avi/gstavidemux.h:
40862           Add getcaps() function for proper caps nego. This makes some
40863           parts of AVI playback/reading work.
40864         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40865           Resize window on new capsnego. This is probably wrong, but
40866           I'm still committing it because with current capsnego, the
40867           first successfull capsnego is auto-fixated, therefore rounded
40868           down to the lowest values in the caps. this results in a 16x16
40869           XWindow that is not reized when real capsnego finishes.
40870           Dave, I see more cases of this, do you know a proper solution?
40871         * tools/gst-launch-ext.in:
40872           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40873
40874 2003-12-31  David Schleef  <ds@schleef.org>
40875
40876         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40877         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40878           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40879
40880 2003-12-30  David Schleef  <ds@schleef.org>
40881
40882         * ext/ffmpeg/gstffmpegcolorspace.c:
40883         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40884         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40885         (gst_ffmpegcsp_chain): Negotiation fixes
40886         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40888         (gst_audio_convert_link), (gst_audio_convert_channels):
40889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40890         (gst_audioscale_link), (gst_audioscale_get_buffer),
40891         (gst_audioscale_chain): Negotiation fixes
40892         * gst/audioscale/gstaudioscale.h:
40893         * gst/videofilter/gstvideofilter.c:
40894         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40895         (gst_videofilter_link), (gst_videofilter_init),
40896         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40897         (gst_videofilter_find_format_by_structure):
40898         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40900         (gst_videoscale_link):
40901         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40902         (videoscale_find_by_structure), (gst_videoscale_setup):
40903         * gst/videoscale/videoscale.h: Negotiation fixes
40904         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40905         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40906         function, restrict resizing to a multiple of 4 (hack until
40907         everyone supports odd sizes correctly).
40908
40909 2003-12-29  Colin Walters  <walters@verbum.org>
40910
40911         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40912         signed.
40913
40914 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40915
40916         * ext/sndfile/gstsf.c: (gst_sf_loop):
40917           Fix warning about discarding const qualifier
40918
40919 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40920
40921         * gst/cutter/gstcutter.c:
40922         * gst/videoscale/gstvideoscale.c:
40923         * gst/volenv/gstvolenv.c:
40924         * gst-libs/gst/audio/audio.c:
40925         * gst-libs/gst/video/video.c:
40926           Fix warnings
40927
40928 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40929
40930         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40931           Don't send ALSA debugging to stderr.
40932         * ext/alsa/gstalsa.h:
40933           Use GST_WARNING instead of g_warning when ALSA functions fail.
40934
40935 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40936
40937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40938           Free XVAdapterInfo correctly.
40939
40940 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40941
40942         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40943         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40944           Make id3tag use correct caps nego.
40945
40946 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40947
40948         * ext/ivorbis/vorbis.c:
40949         * ext/ivorbis/vorbisenc.h:
40950         * ext/ivorbis/vorbisfile.c:
40951           Modify so that it uses the new caps things
40952
40953 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40954
40955         * testsuite/spider/spider1.c: (main):
40956         * testsuite/spider/spider2.c: (main):
40957         * testsuite/spider/spider3.c: (main):
40958           Make tests compile again. They probably don't work.
40959
40960 2003-12-24  Colin Walters  <walters@verbum.org>
40961
40962         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40963         we can't fixate the caps anymore.
40964
40965 2003-12-23  David Schleef  <ds@schleef.org>
40966
40967         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40968         * sys/oss/gstosssink.c: (gst_osssink_init),
40969         (gst_osssink_sink_fixate): Add fixate function.
40970
40971 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40972
40973         * ext/ffmpeg/gstffmpegcodecmap.c:
40974         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40975         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40976         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40977         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40978         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40979         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40980         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40981           fix typo in RGB masks, and move back to "old" colorspace
40982           capsnego code until whoever wrote this new crap has actually
40983           tested it so that it works.
40984           And yes, this works, keep it that way please.
40985
40986 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40987
40988         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40989         (gst_divxdec_init), (gst_divxdec_negotiate):
40990         * ext/divx/gstdivxdec.h:
40991         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40992         (gst_divxenc_init):
40993         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40994         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40995         * ext/mpeg2enc/gstmpeg2enc.cc:
40996         * ext/mpeg2enc/gstmpeg2encoder.cc:
40997         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40998         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40999         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41000         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41001         (dxr3spusink_init):
41002         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41003         (dxr3videosink_init):
41004           Fix caps breakage after Dave's caps branch merge.
41005
41006 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41007
41008         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41009           Fix for 24bpp display.
41010
41011 2003-12-23  Colin Walters  <walters@verbum.org>
41012
41013         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41014         a GnomeVFSHandle directly.
41015
41016 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41017
41018         * gst/volume/Makefile.am:
41019         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41020         (volume_base_init), (volume_init):
41021           Reenable volume element and fix to work with new caps stuff.
41022           Rhythmbox needs this.
41023
41024 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41025
41026         * gst/qtdemux/qtdemux.c: (plugin_init):
41027           qtdemux requires bytestream
41028
41029 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41030
41031         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41032           Fix remaining caps handling errors due to CAPS merge.
41033
41034 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41035
41036         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41037         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41038         (gst_faad_srcconnect):
41039           Port to new caps system.
41040
41041 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41042
41043         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41044         (got_video_size), (main): using g_print instead of g_message.
41045         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41046         signal which was not emitted because of "switch" element added to the
41047         bin but not connected. (Removing from the bin temporarily)
41048
41049 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41050
41051         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41052         find X development files. I don't understand the previous tests and
41053         they fail on my debian/ppc unstable. This one works.
41054         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41055         exiting.
41056         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41057         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41058         (gst_play_set_visualization): Add some safety checks in set_ methods
41059         and state_change. This was throwing some ugly CRITICAL messages when
41060         pipeline was getting disposed and casts were failing.
41061
41062 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41063
41064         * configure.ac:
41065           Improve mpeg2enc detection. This is for distributions that do
41066           ship mjpegtools, but without mpeg2enc. Also does object check
41067           for might there ever be ABI incompatibility.
41068         * ext/mpeg2enc/gstmpeg2enc.cc:
41069           Add Andrew as second maintainer (he's helping me), and also add
41070           an error if no caps was set. This happens if I pull before capsnego
41071           and that's something I should solve sometime else.
41072         * gst/matroska/matroska-demux.c:
41073         (gst_matroska_demux_parse_blockgroup):
41074           Fix time parsing.
41075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41076         (gst_matroska_mux_track_header):
41077           Add caps to templates.
41078         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41079           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41080         * gst/mpegstream/gstmpegdemux.c:
41081           Remove layer since it causes warnings about unfixed caps.
41082         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41083           Fix obvious typo (we error out if caps were set, we should of
41084           course error out if *no* caps were set).
41085         * sys/oss/gstosselement.c: (gst_osselement_convert):
41086           Fix format conversion, we confused bits/bytes.
41087         * sys/oss/gstosselement.h:
41088           Improve documentation for 'bps'.
41089         * sys/v4l/TODO:
41090           Remove stuff about plugins that need removing - this was done
41091           ages ago.
41092         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41093         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41095         (gst_v4lsrc_src_query):
41096         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41097         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41098           Add get_query_types(), get_formats() and query() functions.
41099
41100 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41101
41102         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41103           * moved CVS to freedesktop.org