gst/playback/gstdecodebin2.c: Fix random fat-fingering making this not compile.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-20  Michael Smith <msmith@songbirdnest.com>
2
3         * gst/playback/gstdecodebin2.c:
4           Fix random fat-fingering making this not compile.
5
6 2008-11-20  Michael Smith <msmith@songbirdnest.com>
7
8         * gst/playback/gstdecodebin2.c:
9           If the top-level type of the stream is plain text, don't try to decode
10           it, matching behaviour of decodebin.
11         * gst/playback/gstplaysink.c:
12           If we fail to generate a text chain (e.g. due to missing optional
13           plugins), don't crash.
14
15 2008-11-20  Michael Smith <msmith@songbirdnest.com>
16
17         * gst-libs/gst/rtsp/gstrtspdefs.c:
18           Fix win32 build. Oops.
19
20 2008-11-20  Michael Smith <msmith@songbirdnest.com>
21
22         * gst-libs/gst/rtsp/gstrtspdefs.c:
23           Use WSAGetLastError() rather than errno/h_errno on win32.
24
25 2008-11-20  Michael Smith <msmith@songbirdnest.com>
26
27         * gst-libs/gst/riff/riff-media.c:
28           Support WMA Lossless properly.
29
30 2008-11-18  David Schleef  <ds@schleef.org>
31
32         * gst/videotestsrc/gstvideotestsrc.c:
33         * gst/videotestsrc/gstvideotestsrc.h:
34         * gst/videotestsrc/videotestsrc.c:
35         * gst/videotestsrc/videotestsrc.h:
36           Add "colorspec" property, specifying whether to generate BT.601
37           or BT.709 video.  This only affects YCbCr values, not RGB, since
38           if you're generating a 709 test pattern, presumably you want
39           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
40           uses 75% colors instead of 100%, since this is often more useful
41           for testing (and also follows the SMPTE EG-1 guideline).
42
43 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
44
45         * gst/playback/gstdecodebin.c:
46         Add a "sink-caps" property to decodebin like it's done for decodebin2.
47         Fixes #560380.
48
49 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
50
51         * gst/audioresample/gstaudioresample.c:
52         Guard against a NULL dereference I somehow encountered -
53         with a FLUSH_STOP arriving either before basetransform _start(),
54         or after _stop().
55
56         * gst/typefind/gsttypefindfunctions.c:
57         Make sure we never jump backwards when typefinding corrupt mov files.
58
59 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
60
61         * gst-libs/gst/interfaces/propertyprobe.c:
62         Fix random type causing a docs warning.
63
64 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
65
66         * sys/v4l/gstv4l.c:
67           Give it a minimal rank for autovideosrc.
68
69 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
70
71         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
72         (plugin_init):
73         Improve typefinding of ISO JPEG2000 mime types.
74
75 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
76
77         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
78         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
79         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
80         * sys/xvimage/xvimagesink.h:
81         Avoid typechecking when we do trivial casts.
82         Move error handling out of the main program flow.
83         Sneak in the display-region caps property, not completely correct yet.
84         Cache the width/height in buffer_alloc instead of parsing it from the
85         caps all the time.
86
87 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         * gst/playback/gstplaybin2.c: (deactivate_group):
90         don't try to unlink the selector sinkpad when we don't have it yet. This
91         can happen if an error occured before the group was complete.
92
93 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
94
95         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
96         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
97         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
98         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
99         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
100         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
101         (gst_rtp_buffer_get_extension_data),
102         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
103         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
104         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
105         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
106         (gst_rtp_buffer_get_payload_type),
107         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
108         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
109         (gst_rtp_buffer_set_timestamp),
110         (gst_rtp_buffer_get_payload_subbuffer),
111         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
112         Avoid expensive type checks we already did as part of the 
113         _validate() function that should be called first.
114
115 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
116
117         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
118         (gst_base_rtp_depayload_push_full),
119         (gst_base_rtp_depayload_set_gst_timestamp):
120         Fix some cases where a newsegment event was not sent.
121
122 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * gst/playback/gstplaybin2.c: (activate_group):
125         Catch state change errors and stop from the uridecodebin elements
126         instead of trying to continue in vain.
127
128 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * gst-libs/gst/audio/gstbaseaudiosink.c:
131         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
132         (gst_base_audio_sink_callback):
133         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
134         for the latency to expire, fixes #559567.
135
136 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
137
138         * gst/adder/gstadder.c:
139           Change author string after seeing output of gst-inspector.
140
141 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
142
143         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
144         Don't try to do crazy things when we only have a text pad without a
145         video pad. Fixes #559478.
146
147 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
150         Fix case where we don't have a range for the rates or channels as is the
151         case with truespeech.
152
153 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * gst/volume/gstvolume.c: (volume_update_real_volume),
156         (gst_volume_set_volume), (gst_volume_get_volume),
157         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
158         (volume_transform_ip), (volume_update_mute),
159         (volume_update_volume), (volume_get_property):
160         * gst/volume/gstvolume.h:
161         Keep negotiated state in a separate variable.
162         Protect the volume and mute properties with the object lock.
163         Protect modifying the transform with the transform lock.
164
165 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
166
167         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
168         (gst_ffmpeg_pixfmt_to_caps):
169         Only convert caps to string when debug is enabled.
170
171 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         * ext/theora/gsttheoradec.h:
174         * ext/theora/theoradec.c: (gst_theora_dec_init),
175         (gst_theora_dec_reset), (theora_dec_src_event),
176         (theora_dec_sink_event), (theora_handle_type_packet):
177         Copy seqnum.
178         Keep events in a pending list, like vorbisdec, instead of trying
179         to construct a segment event ourselves.
180
181         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
182         (vorbis_dec_src_event), (vorbis_dec_sink_event):
183         * ext/vorbis/vorbisdec.h:
184         Copy seqnum.
185
186 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
189         (gst_ogg_demux_deactivate_current_chain),
190         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
191         (gst_ogg_demux_loop):
192         * ext/ogg/gstoggdemux.h:
193         Copy seqnums around to track playback segments and messages.
194
195 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
196
197         Based on patch by: Matthias Kretz <kretz at kde dot org>
198
199         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
200         (gst_alsasink_prepare), (gst_alsasink_unprepare),
201         (gst_alsasink_write):
202         Make all access non-blocking so that we can better handle unplugging
203         of usb devices. Fixes #559111
204
205 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         Patch by: Damien Lespiau  <damien.lespiau gmail com>
208
209         * gst-libs/gst/rtsp/gstrtspconnection.c:
210         (gst_rtsp_connection_write):
211         Make the next call to poll not depend on previous calls to poll with or
212         without reading from the active descriptor. Fixes #544293.
213
214 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
215
216         Patch by: Nick Haddad <nick at haddads dot net>
217
218         * gst-libs/gst/riff/riff-ids.h:
219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
220         Add support for other fourcc codes that are commonly used for
221         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
222         Fixes #558553.
223
224 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
225
226         * gst/audioresample/gstaudioresample.c:
227           Return the result of parent_class->event().
228
229 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
230
231         * gst/audioresample/gstaudioresample.c:
232         (gst_audioresample_class_init), (audioresample_fixate_caps):
233         Fixate the rate to the nearest supported rate instead of
234         the first one. Fixes bug #549510.
235
236 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         * win32/common/libgstaudio.def:
239         Add new symbols.
240
241 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
242
243         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
244         Attempt to make obfuscated code clearer.
245
246 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
247
248         * docs/libs/gst-plugins-base-libs-sections.txt:
249         * gst-libs/gst/floatcast/floatcast.h:
250         Move float endianness conversion macros to core. Second part of
251         bug ##555196.
252
253 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
254
255         * sys/ximage/ximagesink.h:
256         * sys/xvimage/xvimagesink.h:
257           Don't mark as gtk-doc docs as they aren't public.
258
259 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
260
261         * sys/xvimage/xvimagesink.c:
262         * sys/xvimage/xvimagesink.h:
263         * tests/icles/Makefile.am:
264         * tests/icles/test-colorkey.c:
265           Allow setting colorkey if possible. Implement property probe interface
266           for optional X features (autopaint-colorkey, double-buffer and
267           colorkey). Fixes #554533
268
269 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
270
271         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
272         Remove useless buffer size assignment. It already has this value.
273
274 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         * gst-libs/gst/audio/gstaudiosink.c:
277         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
278         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
279         (gst_audioringbuffer_stop):
280         Implement a separate activate functions to start monitoring the segments
281         or, in pull mode, pulling in data.
282
283         * gst-libs/gst/audio/gstbaseaudiosink.c:
284         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
285         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
286         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
287         (gst_base_audio_sink_activate_pull),
288         (gst_base_audio_sink_async_play),
289         (gst_base_audio_sink_change_state):
290         Implement pad and element convert query function.
291         Activate the ringbuffer.
292         Use the segment last_stop value as the offset to pull.
293         Use new basesink _do_preroll() method to preroll in the pulling thread.
294         Take appropriate locking in the pulling thread.
295
296         * gst-libs/gst/audio/gstringbuffer.h:
297         Update some docs.
298
299 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
300
301         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
302         Improve MXF typefinding a bit by searching for a header partition
303         pack instead of just a general partition pack and checking more
304         bytes for valid values.
305
306 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
307
308         * tests/icles/.cvsignore:
309         update ignore file.
310
311         * tests/icles/Makefile.am:
312         * tests/icles/test-box.c: (make_pipeline), (main):
313         Add another interactive command line experimentation suite for
314         dynamically boxing/cropping/saling an input video.
315
316 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         * docs/libs/gst-plugins-base-libs-sections.txt:
319         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
320         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
321         * gst-libs/gst/audio/gstringbuffer.h:
322         Add methods to more accuratly control the pulling thread of a
323         ringbuffer.
324         Add format conversion helper code to the ringbuffer.
325         API: GstRingBuffer:gst_ring_buffer_activate()
326         API: GstRingBuffer:gst_ring_buffer_is_active()
327         API: GstRingBuffer:gst_ring_buffer_convert()
328
329 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
330
331         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
332         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
333         (gst_audioringbuffer_stop):
334         Signal thread startup earlier so that we can immediatly go into pull
335         mode when we have to and block on preroll.
336
337 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
338
339         * gst-libs/gst/audio/gstringbuffer.c:
340         (gst_ring_buffer_prepare_read):
341         In pull mode we want the callback to prepull a buffer we can preroll on
342         even when we are not yet playing.
343
344 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
345
346         * ext/alsa/Makefile.am:
347         * ext/cdparanoia/Makefile.am:
348         * ext/gio/Makefile.am:
349         * ext/gnomevfs/Makefile.am:
350         * ext/libvisual/Makefile.am:
351         * ext/ogg/Makefile.am:
352         * ext/pango/Makefile.am:
353         * ext/theora/Makefile.am:
354         * ext/vorbis/Makefile.am:
355         * gst/adder/Makefile.am:
356         * gst/audioconvert/Makefile.am:
357         * gst/audiorate/Makefile.am:
358         * gst/audioresample/Makefile.am:
359         * gst/audiotestsrc/Makefile.am:
360         * gst/ffmpegcolorspace/Makefile.am:
361         * gst/gdp/Makefile.am:
362         * gst/playback/Makefile.am:
363         * gst/subparse/Makefile.am:
364         * gst/tcp/Makefile.am:
365         * gst/typefind/Makefile.am:
366         * gst/videorate/Makefile.am:
367         * gst/videoscale/Makefile.am:
368         * gst/videotestsrc/Makefile.am:
369         * gst/volume/Makefile.am:
370         * sys/v4l/Makefile.am:
371         * sys/ximage/Makefile.am:
372         * sys/xvimage/Makefile.am:
373           Don't install static libs for plugins. Fixes #550851 for base.
374
375 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
376
377         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
378         Set the default blocksize to -1 because we will then use the configured
379         samplesperbuffer to create our output buffer.
380
381 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
382
383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
384         (gst_riff_create_video_template_caps):
385         Add mappping for the KMVC (Karl Morton's Video) Codec.
386
387 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
388
389         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
390         Don't forget to advance the offset of what we're matching against, else
391         we end up in a forever loop.
392
393 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
394
395         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
396         Improve typefinding a bit. If we don't have a Unicode charset
397         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
398
399 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
400
401         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
402         Fix build on macosx.
403
404 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
405
406         Based on patch by: Robin Stocker <robin at nibor dot org>
407
408         * ext/theora/gsttheoradec.h:
409         * ext/theora/theoradec.c: (gst_theora_dec_init),
410         (theora_dec_setcaps), (theora_handle_type_packet),
411         (theora_dec_decode_buffer), (theora_dec_change_state):
412         Parse input caps and make the PAR override the encoded PAR when
413         specified by a container. Fixes #555699.
414
415 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
416
417         * gst-libs/gst/rtp/gstbasertpdepayload.c:
418         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
419         (gst_base_rtp_depayload_set_gst_timestamp),
420         (gst_base_rtp_depayload_change_state):
421         * gst-libs/gst/rtp/gstbasertpdepayload.h:
422         Add some more G_LIKELY
423         Fail when the setcaps function was not called.
424
425         * gst-libs/gst/rtp/gstbasertppayload.c:
426         (gst_basertppayload_set_outcaps):
427         Propagate return value of setcaps.
428
429 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
430
431         * gst/subparse/Makefile.am:
432         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
433         (gst_sub_parse_class_init), (gst_sub_parse_init),
434         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
435         (get_next_line), (gst_sub_parse_data_format_autodetect),
436         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
437         (gst_subparse_type_find):
438         * gst/subparse/gstsubparse.h:
439         Add support for UTF16/UTF32 subtitles as long as the first bytes of
440         the first buffer contain the BOM. This also adds support for other
441         encodings that allow NUL bytes via the encoding property.
442         Fixes bugs #552237 and #456788.
443
444 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
445
446         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
447         Don't drop the last byte of image tags if they're not an URI list.
448         Fixes bug #556066.
449
450 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
451
452         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
453         For looking at the 4th byte we have to get 4 bytes of course
454         and not 3.
455
456 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
459         Improve FLAC-without-headers typefinding by looking at most of the
460         frame header and checking if invalid values are used. Should prevent
461         quite some false positives compared to the old version which only
462         check if the first 14 bits are set.
463
464 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
465
466         * sys/xvimage/xvimagesink.c:
467           Don't assert on caps==NULL.
468
469 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
470
471         * gst/subparse/gstsubparse.c:
472         (gst_sub_parse_data_format_autodetect), (handle_buffer),
473         (gst_sub_parse_change_state):
474         * gst/subparse/gstsubparse.h:
475         * tests/check/elements/subparse.c: (GST_START_TEST):
476         Add support for subtitle files with UTF-8 BOM at the beginning
477         by simple stripping it from the first line before passing it
478         to any parsing code. Fixes bug #555257 and playback of files
479         created by Gnome Subtitles.
480
481 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
482
483         * gst/audiotestsrc/gstaudiotestsrc.c:
484         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
485         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
486         (gst_audio_test_src_start), (gst_audio_test_src_stop),
487         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
488         (gst_audio_test_src_create):
489         * gst/audiotestsrc/gstaudiotestsrc.h:
490         Define the default property values in the usual place.
491         Implement start/stop to reset values correctly.
492         Calculate the sample size only once when we negotiate.
493         Rename some values to make more sense.
494         Keep track of our byte range.
495         Add support for pull based scheduling. Disabled for now until we have
496         the whole stack working.
497         Set the BUFFER_OFFSET correctly.
498
499 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
500
501         Based on a patch by: xavierb at gmail dot com
502
503         * gst/subparse/gstsubparse.c:
504         (gst_sub_parse_data_format_autodetect):
505         * tests/check/elements/subparse.c: (GST_START_TEST):
506         Make the detection of the used subtitle a bit less strict
507         for srt subtitles. Fixes bug #555607.
508
509 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
510
511         * ext/vorbis/vorbisenc.c:
512         (gst_vorbis_enc_buffer_check_discontinuous):
513         Fix discontinuity detection which was broken by last commit.
514
515 2008-10-09  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
516
517         * configure.ac::
518           Require core CVS for ghostpad API additions used by decodebin2.
519
520 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
521
522         * gst-libs/gst/audio/gstbaseaudiosrc.c:
523         (gst_base_audio_src_create):
524         Fix debug statements (space between '%' and actual format).
525
526 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
527
528         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
529         Remove bogus assert, the decodepad could have been created inside an
530         already existing group.
531
532 2008-10-08  Andy Wingo  <wingo@pobox.com>
533
534         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
535         target instead of setting it.
536         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
537         API for a decode pad. The bugfix is that we set the group in
538         activate(), not when the pad was created because it might be NULL
539         then.
540         (gst_decode_group_control_source_pad, gst_decode_group_expose):
541         Update to use the API.
542
543 2008-10-08  Andy Wingo  <wingo@pobox.com>
544
545         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
546         be a subclass of GstGhostPad.
547         (analyze_new_pad): So, when emitting the signals that determine
548         how we do autoplugging, already create the ghost pad and use it as
549         the pad in the signal arguments. This allows applications to make
550         a connection between the pad passed in e.g. autoplug-continue, and
551         the pad passed in new-decoded-pad.
552         (connect_pad, expose_pad): Update to receive the ghosted decode
553         pad in the args, retargetting it as necessary if we have to plug
554         the target pad through a multiqueue.
555         (gst_decode_group_control_source_pad): Adapt to receive an
556         already-ghosted pad that just needs activation, blocking, and
557         drain notification.
558         (sort_end_pads): Adapt for decode pads actually being pads.
559         (gst_decode_group_expose): Adapt for decode pads actually being
560         pads. Rewrite the decode pad names so they appear in order. Adds a
561         new error case if we couldn't set the name.
562         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
563         logic.
564         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
565         New API for the decode pad, needed because we shouldn't do these
566         things inside gst_decode_pad_new(), but after.
567         (gst_decode_pad_new): Change to actually make the real pad, and
568         delay the blocking/drainage bits.
569
570 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
571
572         Patch by: Daniel Drake <dsd at laptop dot org>
573
574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
575         Unref all buffers when clearing collectpads. Fixes bug #546955.
576
577 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
578
579         Based on a patch by: Klaas <klaas at rivercrew dot net>
580
581         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
582         (gst_vorbis_enc_buffer_check_discontinuous),
583         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
584         * ext/vorbis/vorbisenc.h:
585         Keep track of the upstream segments and use the running time on that
586         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
587
588 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
589
590         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
591         Prevent overflows with big buffer when calculating the size of
592         the intermediate buffer by using gst_util_uint64_scale() instead of
593         plain arithmetics. Fixes bug #552801.
594
595 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
596
597         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
598
599         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
600         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
601         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
602         (gst_clock_overlay_get_property):
603         * ext/pango/gstclockoverlay.h:
604         API: Add ability to specify format for date/time display by
605         adding a "time-format" property.
606         Fixes bug #554879.
607
608 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
609
610         Patch by: Jan Gerber <j at oil21 dot org>
611
612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
613         (gst_riff_create_video_template_caps):
614         Add FFV1 fourcc to support playback of FFMPEG lossless video
615         in AVI. Fixes bug #555319.
616
617 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
618
619         Patch by: HĂ¥vard Graff <havard dot graff at tandberg dot com>
620
621         * gst-libs/gst/audio/gstbaseaudiosrc.c:
622         (gst_base_audio_src_create):
623         Implement skew clock slaving. Fixes #552559.
624
625 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
626
627         * gst-libs/gst/audio/multichannel.c:
628         * gst-libs/gst/audio/testchannels.c:
629         Fix include of config.h
630
631 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
632
633         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
634
635         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
636         (print_media), (gst_sdp_message_dump):
637         Fix parsing of the c= field containing multicast addresses.
638         Fixes #552199.
639         Add the connection info to the session or streams.
640         Fix parsing of the bandwidth.
641         Add debugging for the connections and bandwidths for a media.
642         Add debugging for the bandwidth of the session. 
643
644 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
645
646         * gst-libs/gst/rtp/gstbasertppayload.c:
647         (gst_basertppayload_change_state):
648         Configure the next seqnum and timestamp in the state change so that they
649         can be queried soon after.
650
651 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
652
653         * gst-libs/gst/rtp/gstbasertpdepayload.c:
654         (gst_base_rtp_depayload_chain):
655         Improve debugging of the rtptime.
656
657 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
658
659         * configure.ac:
660         Back to development -> 0.10.21.1
661
662 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
663
664         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
665         (plugin_init):
666         Add typefinding for FLAC without headers in the beginning.
667         This is already handled by flacdec and friends.
668
669 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
670
671         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
672         (plugin_init):
673         Add typefinder for MXF.
674
675 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
676
677         * tests/icles/Makefile.am:
678         Only build test-colorkey if GTK+ is available.
679
680 === release 0.10.21 ===
681
682 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
683
684         * configure.ac:
685           releasing 0.10.21, "We Could Be Wrong"
686
687 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
688
689         * configure.ac:
690         0.10.20.4 pre-release
691
692 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
695
696         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
697         Set the BOS flag on the BOS packet. Fixes #553244.
698
699 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
700
701         * gst-libs/gst/rtsp/gstrtspmessage.c:
702         (gst_rtsp_message_parse_request),
703         (gst_rtsp_message_parse_response):
704         Fix the g_return_val_if_fail() statements.
705
706 2008-09-22  Michael Smith <msmith@songbirdnest.com>
707
708         * gst-libs/gst/tag/gsttagdemux.c:
709           Fail to activate if there's insufficient data in the file to be usable,
710           preventing an assertion fail later. Fixes #552960
711
712 2008-09-15  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
713
714         * gst-libs/gst/pbutils/descriptions.c:
715         * gst/typefind/gsttypefindfunctions.c:
716           Recognise Kate subtitle streams (#550582).
717
718 2008-09-13  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
719
720         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
721           Remove trailing comma from enum list, which causes problems
722           with -pendantic (#550729).
723
724 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
725
726         * configure.ac:
727         0.10.20.2 pre-release
728
729         * po/LINGUAS:
730         * po/id.po:
731         * po/pt_BR.po:
732
733         New translations.
734
735 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
736
737         * gst-libs/gst/interfaces/propertyprobe.c:
738           (gst_property_probe_get_properties),
739           (gst_property_probe_get_property),
740           (gst_property_probe_probe_property),
741           (gst_property_probe_probe_property_name),
742           (gst_property_probe_needs_probe),
743           (gst_property_probe_needs_probe_name),
744           (gst_property_probe_get_values),
745           (gst_property_probe_get_values_name),
746           (gst_property_probe_probe_and_get_values),
747           (gst_property_probe_probe_and_get_values_name):
748           More sanity checks for our second-favourite interface.
749
750 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
751
752         * gst-libs/gst/interfaces/propertyprobe.c:
753           Check for NULL pointer, in the hope that this fixes #532864.
754
755 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
756
757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
758           No really, the next release is 0.10.21 (fix Since: tags in docs).
759
760 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
761
762         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
763         Disable a code path that is now called but causes a deadlock for some
764         reason and is unneeded.
765
766 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
767
768         * sys/xvimage/xvimagesink.c:
769         * sys/xvimage/xvimagesink.h:
770           Add a "draw-border" property that can be set to false to disable
771           drawing borders.
772           
773         * tests/icles/test-colorkey.c:
774         * tests/icles/Makefile.am:
775           Add new test application for the colorkey handling.
776
777 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
778
779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
780         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
781         This will also be fixed for upcoming gst-ffmpeg release so that once
782         this release of -base is out, it will work with the latest gst-ffmpeg
783         release.
784
785 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
786
787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
788         (gst_riff_create_audio_template_caps):
789         Add Truespeech mapping for RIFF formats (AVI/WAV).
790         Fixes #550656
791
792 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
793
794         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
795         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
796         Fixes #550638.
797
798 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
799
800         * configure.ac:
801         * gst/subparse/Makefile.am:
802         * gst/subparse/gstsubparse.c:
803         * gst/subparse/samiparse.c:
804         * tests/check/elements/subparse.c:
805           Rework last change, so that we build subparse, but just disable the
806           sami parse functionality, if we're configured to not use xml. In the
807           tests only the sami test is disabled now.
808
809 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
810
811         * configure.ac:
812           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
813           test runs.
814
815 2008-09-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
816
817         * po/POTFILES.in:
818           Add some more files with strings for translation.
819
820 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
821
822         * gst-libs/gst/tag/gstvorbistag.c:
823         * tests/check/libs/tag.c:
824           Use new geo location tags from core. Fixes #481169
825
826 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
827
828         * tests/check/elements/audioresample.c: (setup_audioresample),
829         (fail_unless_perfect_stream), (test_perfect_stream_instance),
830         (test_discont_stream_instance):
831         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
832         Add debugging for coherence.
833
834 2008-08-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
835
836         Patch by: Jonathan Matthew  <notverysmart gmail com>
837
838         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
839           Add typefinder for PDF documents (which is nice to have, since it's a
840           common format, but also helps prevent false positives). Fixes #549814.
841
842 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
845         (no_more_pads_cb):
846         Fix nasty race where multiple decodebins could start pushing data before
847         we manage to configure the sinks, resulting in not-linked errors in
848         typical RTSP streaming cases.
849
850 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
851
852         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
853         Since we now call stop, we trigger this code path that causes a deadlock
854         is apparently not needed.
855
856 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
857
858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
859         (gst_ring_buffer_stop):
860         Also allow the case where the ringbuffer was paused when we try to stop
861         it so that the basesrc stop function is still called.
862
863 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
864
865         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
866
867         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
868         Reprobe devices again instead of taking a cached list as new
869         devices could've been plugged in. Fixes bug #549062.
870
871 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
872
873         Patch by: Alessandro Dessina <alessandro nnva org>
874
875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
876         (gst_ogg_demux_activate_chain):
877         Don't add pads and activate them for skeleton streams. These are already
878         handled inside oggdemux. Fixes bug #537599.
879
880 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
881
882         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
883         Reset variable so that query and convert fail after going back to
884         READY. Fixes #548898.
885
886 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
887
888         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
889         If a buffer arrives with a timestamp before the timestamp+duration
890         of the previous buffer clip it instead of dropping it completely.
891         Slight improvement for the unfixable bug #548913.
892
893 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
894
895         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
896         Take the current timestamp instead of timestamp+duration for the offset.
897         This offset will later be used for calculating the timestamp and
898         otherwise vorbisdec will interpolate timestamps wrong if upstream
899         only sends timestamps and no granulepos.
900
901 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
902
903         * tests/examples/seek/seek.c:
904           Don't crash when having no visualisations.
905
906 2008-08-16  David Schleef  <ds@schleef.org>
907
908         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
909           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
910           Fixes #548065.
911
912 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
913
914         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
915         When cleaning up the caps fields also remove "depth" for the same
916         reason we remove "width".
917
918 2008-08-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
919
920         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
921           Add Lead H.264 here as well.
922
923 2008-08-14  Julien Moutte  <julien@fluendo.com>
924
925         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
926         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
927
928 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
929
930         * gst-libs/gst/audio/gstbaseaudiosrc.c:
931         (gst_base_audio_src_create):
932         When not slaved to another clock also subtract the base_time from our
933         internal clock time to get the running time.
934
935 2008-08-12  David Schleef  <ds@schleef.org>
936
937         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
938           since it has no basis in libtheora.
939
940 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
941
942         * gst-libs/gst/interfaces/propertyprobe.h:
943           Remove double "interface" from doc-string.
944
945         * gst-libs/gst/interfaces/xoverlay.h:
946           Document interface.
947
948         * gst-libs/gst/riff/riff.c:
949           Add basic doc blobs.
950
951 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
952
953         * gst-libs/gst/audio/Makefile.am:
954           Don't try to build that example anymore.
955
956 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
957
958         * gst-libs/gst/audio/.cvsignore:
959         * gst-libs/gst/audio/Makefile.am:
960         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
961         * gst-libs/gst/audio/make_filter:
962           Move audiofiltertemplate to gst-template.
963
964 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
965
966         * docs/libs/gst-plugins-base-libs-sections.txt:
967         * gst-libs/gst/audio/gstaudiosrc.h:
968           More docs and shuffling. What can we do with the hundreds of #defines.
969
970 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
971
972         * gst-libs/gst/audio/audio.h:
973         * gst-libs/gst/audio/gstaudiofilter.h:
974         * gst-libs/gst/audio/gstringbuffer.h:
975         * gst-libs/gst/interfaces/propertyprobe.h:
976         * gst-libs/gst/tag/gsttagdemux.h:
977           Reducing number of dundocumented symbols.
978
979 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
980
981         * gst-libs/gst/audio/audio.c:
982           Fix doc comment syntax.
983
984         * gst-libs/gst/interfaces/propertyprobe.c:
985           Add more doc-comments and a FIXME: for the signal.    
986
987 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
988
989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
990         (gst_ogg_mux_request_new_pad):
991         * ext/ogg/gstoggmux.h:
992         Don't pretend to support NEWSEGMENT events, instead override the
993         GstCollectPads event function to return FALSE on NEWSEGMENT events
994         and do the normal work for other events.
995
996         This prevents elements like flacenc to seek to the start and rewrite
997         some data which then results in a broken Ogg packet.
998
999 2008-08-07  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1000
1001         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1002
1003         * ext/alsa/gstalsaplugin.c: (plugin_init):
1004         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1005         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1007         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1008         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1009         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1010         * gst/playback/gstdecodebin.c: (plugin_init):
1011         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1012         * gst/playback/gstplayback.c: (plugin_init):
1013         * gst/playback/gstqueue2.c: (plugin_init):
1014         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1015         * sys/v4l/gstv4l.c: (plugin_init):
1016         Make sure gettext returns translations in UTF-8 encoding rather
1017         than in the current locale encoding (#546822).
1018
1019 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1020
1021         * gst-libs/gst/pbutils/descriptions.c:
1022           Add audio/x-qdm for qtdemux.
1023
1024 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1025
1026         * ext/vorbis/vorbisdec.c:
1027           Do not leak old taglist.
1028
1029 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1030
1031         * tests/icles/test-scale.c:
1032           Include <stdlib.h> for atoi().
1033
1034 2008-08-04  Andy Wingo  <wingo@pobox.com>
1035
1036         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1037         documentation fix.
1038
1039 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1040
1041         * gst/adder/gstadder.c:
1042           Cleanup lots of empty lines that came from gst-indent going havoc
1043           before I added the INDENT_ON/OFF marker some time agao.
1044
1045 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1046
1047         * configure.ac:
1048         * gst-libs/gst/riff/riff-read.c:
1049           Bump requirement to latest core and use new tag for riff formats.
1050           Needed for #520694.
1051
1052 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1053
1054         * tests/examples/dynamic/Makefile.am:
1055         * tests/examples/dynamic/codec-select.c: (make_encoder),
1056         (make_pipeline), (do_switch), (my_bus_callback), (main):
1057         Add example app that dynamically switches between 3 'encoders'.
1058
1059 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1062         Add some more comments.
1063
1064 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1065
1066         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1067         (gst_video_test_src_create):
1068         Discard buffers of the wrong size after renegotiation, this is perfectly
1069         possible with things like capsfilter that could suggest caps changes
1070         upstream without knowing the size of the buffer.
1071
1072 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1073
1074         * tests/icles/.cvsignore:
1075         * tests/icles/Makefile.am:
1076         * tests/icles/test-scale.c: (make_pipeline), (main):
1077         Add dynamic rescaling tests for the new basetransform.
1078
1079 2008-07-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1080
1081         * gst/audioconvert/Makefile.am:
1082           Dist recently-added gstfastrandom.h.
1083
1084 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1085
1086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1087         Fix a "may be used uninitialized in this function" which weirdly only
1088         appears on macosx (?).
1089
1090 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1091
1092         * gst-libs/gst/riff/riff-ids.h:
1093           Adding acid chunk for tempo and loop information.
1094
1095 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1096
1097         * sys/xvimage/Makefile.am:
1098           floor() needs linking to $(LIBM).
1099
1100 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1101
1102         * ext/gnomevfs/gstgnomevfssrc.c:
1103           Aggregate short reads and add some comments and debug logging.
1104           Fixes #537380
1105
1106 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1107
1108         * gst/playback/gstplaybasebin.c:
1109           Fix property doc markup (its not a signal).
1110
1111         * sys/xvimage/xvimagesink.c:
1112           Add since tag for new proeprties (also add sice tags fro the last two
1113           other additions).
1114
1115 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1116
1117         * sys/xvimage/xvimagesink.c:
1118         * sys/xvimage/xvimagesink.h:
1119           Add autofill/colorkey properties. Fixes #538656.
1120
1121 2008-07-28  David Schleef  <ds@schleef.org>
1122
1123         * sys/xvimage/xvimagesink.c:
1124           Fix rounding errors when converting colorbalance values
1125           between hardware and object property ranges.  Partial
1126           fix for #537889, however, there still seems to be a small
1127           drift problem that could be totem's fault.
1128
1129 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1130
1131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1132         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1133         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1134         This fixes a critical warning.
1135
1136 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1137
1138         * ext/ogg/gstoggmux.c:
1139         Allow muxing of CELT into Ogg streams.
1140
1141 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1142
1143         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1144         (plugin_init):
1145         Add simple typefinder for the CELT codec (www.celt-codec.org).
1146
1147 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1148
1149         Patch by: Jan Gerber <j at oil21 dot org>
1150
1151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1152         Fix calculation of the start time from skeleton streams.
1153         Fixes bug #530068.
1154
1155 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1156
1157         * tests/examples/seek/seek.c:
1158           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1159
1160 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1161
1162         * gst/audioconvert/audioconvert.h:
1163         * gst/audioconvert/gstaudioquantize.c:
1164         (gst_audio_quantize_setup_dither),
1165         (gst_audio_quantize_free_dither):
1166         * gst/audioconvert/gstfastrandom.h:
1167         Implement a linear congruential generator as pseudo random number
1168         generator for the dither noise. This is about 2 times faster than
1169         using GLib's mersenne twister. Also this uses only integer math for
1170         generating integers while GLib internally uses floating point math.
1171
1172 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1173
1174         * configure.ac:
1175           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1176
1177 2008-07-23  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1178
1179         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1180
1181         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1182           Use GST_STR_NULL to avoid crashes with libcs that don't
1183           like NULL strings in printf args (such as the win32 one).
1184           Fixes #544306.
1185
1186 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1187
1188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1189         Oops - set the size of the image used for probing back to 1x1, for
1190         consistency with ximagesink
1191
1192 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1193
1194         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1195         (gst_ximagesink_ximage_new):
1196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1197         (gst_xvimagesink_xvimage_new):
1198
1199         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1200         X server to attach to a shared memory segment after we've deleted it,
1201         with the result that MIT-SHM is disabled. Instead, remove it only after 
1202         X succeeds in attaching too.
1203
1204 2008-07-16  David Schleef  <ds@schleef.org>
1205
1206         * gst/audiotestsrc/gstaudiotestsrc.c:
1207         * gst/audiotestsrc/gstaudiotestsrc.h:
1208           Add 'ticks', a 1/30 second sine wave pulse every second.
1209
1210 2008-07-15  David Schleef  <ds@schleef.org>
1211
1212         * gst-libs/gst/video/video.c: Revert ABI change.
1213
1214 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1215
1216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1217         Make it impossible to have NULL caps at the point where we set
1218         framerate and other things. Also don't return immediately for "3ivd"
1219         video and let framerate, etc be set. Might fix bug #542508.
1220
1221 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1222
1223         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1224         Video format can also be conveniently determined from (many)
1225         non-fixed caps.
1226
1227 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1228
1229         * gst/playback/gstplaybasebin.c:
1230         * gst/playback/gstplaybasebin.h:
1231         * gst/playback/gstplaybin.c:
1232         * gst/playback/gststreamselector.c:
1233         First stab at integrating DVD subpicture overlay into
1234         playbin. Successfully plugs and plays, but the queues need
1235         shrinking - 3 seconds of video is too much buffering.
1236
1237 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1238
1239         * gst/audioconvert/gstaudioconvert.c:
1240           Remove now obsolete note in the docs.
1241
1242 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1243
1244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1245         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1246         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1247         * docs/plugins/gst-plugins-base-plugins.args:
1248         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1249         * docs/plugins/gst-plugins-base-plugins.interfaces:
1250         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1251         * docs/plugins/gst-plugins-base-plugins.signals:
1252         * docs/plugins/inspect/plugin-adder.xml:
1253         * docs/plugins/inspect/plugin-alsa.xml:
1254         * docs/plugins/inspect/plugin-audioconvert.xml:
1255         * docs/plugins/inspect/plugin-audiorate.xml:
1256         * docs/plugins/inspect/plugin-audioresample.xml:
1257         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1258         * docs/plugins/inspect/plugin-cdparanoia.xml:
1259         * docs/plugins/inspect/plugin-decodebin.xml:
1260         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1261         * docs/plugins/inspect/plugin-gdp.xml:
1262         * docs/plugins/inspect/plugin-gnomevfs.xml:
1263         * docs/plugins/inspect/plugin-libvisual.xml:
1264         * docs/plugins/inspect/plugin-ogg.xml:
1265         * docs/plugins/inspect/plugin-pango.xml:
1266         * docs/plugins/inspect/plugin-playback.xml:
1267         * docs/plugins/inspect/plugin-queue2.xml:
1268         * docs/plugins/inspect/plugin-subparse.xml:
1269         * docs/plugins/inspect/plugin-tcp.xml:
1270         * docs/plugins/inspect/plugin-theora.xml:
1271         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1272         * docs/plugins/inspect/plugin-uridecodebin.xml:
1273         * docs/plugins/inspect/plugin-video4linux.xml:
1274         * docs/plugins/inspect/plugin-videorate.xml:
1275         * docs/plugins/inspect/plugin-videoscale.xml:
1276         * docs/plugins/inspect/plugin-videotestsrc.xml:
1277         * docs/plugins/inspect/plugin-volume.xml:
1278         * docs/plugins/inspect/plugin-vorbis.xml:
1279         * docs/plugins/inspect/plugin-ximagesink.xml:
1280         * docs/plugins/inspect/plugin-xvimagesink.xml:
1281         * ext/alsa/gstalsamixer.c:
1282         * ext/alsa/gstalsasink.c:
1283         * ext/alsa/gstalsasrc.c:
1284         * ext/gio/gstgiosink.c:
1285         * ext/gio/gstgiosrc.c:
1286         * ext/gio/gstgiostreamsink.c:
1287         * ext/gio/gstgiostreamsrc.c:
1288         * ext/gnomevfs/gstgnomevfssink.c:
1289         * ext/gnomevfs/gstgnomevfssrc.c:
1290         * ext/ogg/gstoggdemux.c:
1291         * ext/ogg/gstoggmux.c:
1292         * ext/pango/gstclockoverlay.c:
1293         * ext/pango/gsttextoverlay.c:
1294         * ext/pango/gsttextrender.c:
1295         * ext/pango/gsttimeoverlay.c:
1296         * ext/theora/theoradec.c:
1297         * ext/theora/theoraenc.c:
1298         * ext/theora/theoraparse.c:
1299         * ext/vorbis/vorbisdec.c:
1300         * ext/vorbis/vorbisenc.c:
1301         * ext/vorbis/vorbisparse.c:
1302         * ext/vorbis/vorbistag.c:
1303         * gst/adder/gstadder.c:
1304         * gst/audioconvert/gstaudioconvert.c:
1305         * gst/audioresample/gstaudioresample.c:
1306         * gst/audiotestsrc/gstaudiotestsrc.c:
1307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1308         * gst/gdp/gstgdpdepay.c:
1309         * gst/gdp/gstgdppay.c:
1310         * gst/playback/gstdecodebin2.c:
1311         * gst/playback/gstplaybin.c:
1312         * gst/playback/gstplaybin2.c:
1313         * gst/playback/gstqueue2.c:
1314         * gst/playback/gsturidecodebin.c:
1315         * gst/tcp/gstmultifdsink.c:
1316         * gst/tcp/gsttcpserversink.c:
1317         * gst/videorate/gstvideorate.c:
1318         * gst/videoscale/gstvideoscale.c:
1319         * gst/videotestsrc/gstvideotestsrc.c:
1320         * gst/volume/gstvolume.c:
1321         * sys/ximage/ximagesink.c:
1322         * sys/xvimage/xvimagesink.c:
1323           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1324           titles. Drop mentining that all our example pipelines are "simple"
1325           pipelines.
1326
1327 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1328
1329         * tests/examples/seek/Makefile.am:
1330         Fix out of tree build by adding all required CFLAGS.
1331
1332 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1333
1334         * gst/playback/gstdecodebin.c: (add_raw_queue):
1335         And ref the pad before returning it again when linking to the queue
1336         failed. Otherwise we will unref the pad twice later and things break.
1337
1338 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1339
1340         * gst/playback/gstdecodebin.c: (add_raw_queue):
1341         If linking the raw pad with a queue fails, try it without a queue
1342         instead of failing completely. This should never happen.
1343
1344 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1345
1346         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1347
1348         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1349         Add a queue after a demuxer if the demuxer outputs raw data. This was
1350         done before only for non-raw data but is required in this case too.
1351         Fixes bug #540215.
1352
1353         decodebin2 doesn't have this issue because all streams of a group
1354         go through multiqueue.
1355
1356 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1357
1358         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1359
1360         * gst-libs/gst/sdp/gstsdpmessage.c:
1361         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1362         that getaddrinfo() can be used. Fixes #541358.
1363
1364 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1365
1366         * gst/videotestsrc/gstvideotestsrc.c:
1367         (gst_video_test_src_class_init), (gst_video_test_src_init),
1368         (gst_video_test_src_set_property),
1369         (gst_video_test_src_get_property), (gst_video_test_src_create):
1370         * gst/videotestsrc/gstvideotestsrc.h:
1371         Cleanups, use default property values as defines.
1372         Add property to enable/disable peer buffer allocation.
1373
1374 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1375
1376         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1377         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1378         Enable unit tests on PPC again as the bugs are now fixed.
1379
1380 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1381
1382         * gst-libs/gst/riff/riff-ids.h:
1383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1384         (gst_riff_create_audio_template_caps):
1385         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1386         Fixes bug #540351.
1387
1388 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1389
1390         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1391         (gst_ffmpeg_pixfmt_to_caps):
1392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1393         (gst_ffmpegcsp_get_unit_size):
1394         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1395         it on other formats. Also adjust the unit size only for that format
1396         to not include the palette. Fixes bug #540497.
1397
1398 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * gst/adder/gstadder.c:
1401           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1402
1403 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1404
1405         * ChangeLog:
1406           ChangeLog surgery.
1407   
1408         * tests/examples/seek/seek.c:
1409           Move variable into ifdef too.
1410         
1411
1412 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1413
1414         * tests/examples/seek/seek.c:
1415           Include config.h and check if we have X. Remove XInitThread(), don't
1416           think its needed. Fixes: #540334.
1417
1418 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1419
1420         Patch by: Sam Morris <sam at robots dot org to uk>
1421
1422         * gst-libs/gst/interfaces/mixertrack.c:
1423         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1424         (gst_mixer_track_set_property):
1425         API: Add "index" property to GstMixerTrack to differantiate between
1426         multiple mixer tracks with the same label.
1427
1428         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1429         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1430         Set the "index" property of GstMixerTrack to the index given by ALSA.
1431         Fixes bug #528299.
1432
1433 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1434
1435         * tests/examples/seek/Makefile.am:
1436         * tests/examples/seek/seek.c:
1437           Remove libgstvideo usage. Use gtk_get_option_group instead of
1438           gtk_init().
1439
1440 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1441
1442         * tests/check/Makefile.am:
1443           Name the test registry format neutral.
1444
1445 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1446
1447         * gst/playback/gstqueue2.c:
1448           Do not double notify. Remove the unsued return value.
1449
1450 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1451
1452         * ext/alsa/gstalsamixer.c:
1453           Also consider "speaker" as a name for master volume. If that doesn't
1454           help look for the first non-mono volume control that also has a
1455           playback switch.
1456
1457 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1458
1459         * ChangeLog:
1460           Forgot to save the ChangeLog :/
1461
1462 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1463
1464         * tests/examples/seek/Makefile.am:
1465         * tests/examples/seek/seek.c:
1466           Embedd the xwindow. Allow to play multiple files.
1467
1468 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1469
1470         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1471         (gst_ximagesink_setcaps):
1472         * sys/ximage/ximagesink.h:
1473         When the caps change, make sure to re-draw borders in
1474         force-aspect-ratio=true mode.
1475         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1476         Don't clear the border_draw flag until we actually draw the border.
1477         * tests/check/Makefile.am:
1478         Ignore alsasink/src during the states test too, so it doesn't fail
1479         when running without access to the sound device.
1480
1481 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1482
1483         * tests/examples/seek/seek.c:
1484           Fix crasher when playing a parse-launch line the 2nd time.
1485
1486 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1487
1488         * tests/check/pipelines/oggmux.c:
1489           Properly ifdef tests to fix compilation.
1490
1491 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1492
1493         * gst/playback/gstplay-marshal.list:
1494         * gst/playback/gstplaybin2.c:
1495           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1496           playbin2. This allows the user to get to the selector's sinkpads, and
1497           thus inspect a range of things - caps, tags, etc. 
1498
1499 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1500
1501         * gst/playback/gstplaybin2.c:
1502           Use a different constant for the convert-frame signal id.
1503           Fixes #537009.
1504
1505 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1506
1507         * gst/playback/gstplaybin2.c:
1508         * gst/playback/gstplaysink.c:
1509           Fix a whole bunch of typos in comments and log statements. 
1510
1511 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1512
1513         * sys/xvimage/xvimagesink.c:
1514           Don't set colour balance values on the Xv port if the user hasn't
1515           changed them (via properties or the interface). Avoids accumulating
1516           rounding errors for the common case.
1517           Partial fix for bug #537889.
1518
1519 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1520
1521         * gst/playback/gstdecodebin2.c:
1522           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1523           pads are drained.
1524
1525 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1526
1527         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1528         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1529         Report the encoder latency. Fixes #538232.
1530
1531 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1532
1533         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1534         (notify_source), (activate_group):
1535         Implement the source property, emit notify when it changes in the
1536         underlying uridecodebin.
1537
1538 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1539
1540         * tests/examples/seek/seek.c: (stop_cb):
1541         Free and clear the seek element list so that we don't use invalid
1542         references when seeking after recreating a gst-launch line.
1543
1544 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1545
1546         * gst-libs/gst/audio/gstbaseaudiosink.c:
1547         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1548         (gst_base_audio_sink_render):
1549         Report latency even if we are not live instead of hiding it.
1550         Take ts-offset and render-delay of the basesink into account when
1551         scheduling samples.
1552         Rework the clipping code so that we can take the various offsets into
1553         account and still do correct clipping.
1554
1555 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1556
1557         * configure.ac:
1558         Bump verion back to devel -> 0.10.20.1
1559
1560 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1561
1562         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1563         Don't increase the size of non-string image buffers by one as this
1564         might in theory confuse decoders. Still increase it by one for string
1565         image buffers to append '\0'.
1566
1567 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1568
1569         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1570         
1571         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1572         Fix a buffer memleak and remove a confusing and wrong debug output.
1573         Fixes bug #538663.
1574
1575 === release 0.10.20 ===
1576
1577 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1578
1579         * configure.ac:
1580           releasing 0.10.20, "Here I Go Again"
1581
1582 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1583
1584         * configure.ac:
1585         0.10.19.3 pre-release
1586
1587 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1588
1589         * gst-libs/gst/rtsp/gstrtspconnection.c:
1590         Fix build on win32.
1591         Patch By: David Schleef <ds@schleef.org>
1592         Fixes: #536874
1593
1594 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1595
1596         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1597         (gst_gio_base_src_create):
1598         * ext/gio/gstgiobasesrc.h:
1599         Try to read the requested number of bytes, even if the first
1600         read returns less than requested, until nothing is read anymore
1601         or we have the requested amount of bytes. This fixes playback of
1602         files via Samba as Samba only allows to read 64k at once.
1603
1604         Implement a caching algorithm that makes sure that we read at
1605         least 4k of data every time. Some elements will try to read a few
1606         bytes, then seek, read again a few bytes and so on and this is
1607         painfully slow as every operation has to go over DBus if GVfs is
1608         used as backend.
1609
1610         Fixes bug #536849 and #536848.
1611
1612         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1613         (gst_gio_src_check_get_range):
1614         Override check_get_range() to blacklist http/https URIs
1615         and whitelist file URIs. More to be added on demand.
1616
1617 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1618
1619         * configure.ac:
1620         0.10.19.2 pre-release
1621
1622 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1623
1624         * win32/common/libgstrtsp.def:
1625         * win32/common/libgsttag.def:
1626         Add new API functions to the dll exports
1627
1628 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1629
1630         * gst/playback/gstplaybasebin.c:
1631           Disconnect signals from decodebins we created before we remove it
1632           from playbin, to avoid crashes if the decodebin is eventually
1633           disposed after the playbin itself (possible if the app takes a
1634           reference on the decodebin).
1635           Fixes #536521.
1636
1637 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1638
1639         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1640           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1641           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1642           (h264_video_type_find), (mpeg_video_stream_type_find),
1643           (dv_type_find), (mmsh_type_find):
1644           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1645           copy caps for no good reason (this may be desirable to make it easier
1646           to detect leaks, but then it should probably be done for all caps
1647           in the typefinder somewhere).
1648
1649 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1650
1651         * tests/check/Makefile.am:
1652         Do not try to run the check tests for subparse unless it has been
1653         built.
1654
1655 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1656
1657         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1658         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1659         Do not try to run a test which requires vorbisenc unless we have
1660         actually built it.
1661
1662 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1663
1664         * gst-libs/gst/rtsp/gstrtspconnection.c:
1665         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1666         (gst_rtsp_connection_clear_auth_params),
1667         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1668         * gst-libs/gst/rtsp/gstrtspconnection.h:
1669         Add a couple of missing argument guards.
1670         Add a way of setting the DSCP for an RTSP connection.
1671         Add an accessor method for the ip member of GstRTSPConnection as all
1672         members are supposed to be private.
1673
1674 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1675
1676         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1677         Fixed accidental use of IPv4 options for all IPv6 addresses.
1678
1679 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1680
1681         * gst-libs/gst/interfaces/mixertrack.h:
1682           Document mixer track flags.
1683
1684 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1685
1686         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1687
1688         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1689         Don't set caps on the buffers that contain a copy of the buffer
1690         including the caps of them resulting in an always increasing refcount
1691         of the caps and insanely large caps. Instead include a buffer without
1692         caps in the new caps. Fixes bug #536475.
1693
1694 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1695
1696         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1697         Transform a given PAR to a range on the struct with the generic
1698         height/width instead of the struct with the possibly restricted
1699         height/width.
1700
1701 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1702
1703         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1704         Prefer the given format if it contains something stricter than [1,MAX]
1705         for height or width and only put a structure that requires rescaling
1706         as second. This makes it possible to use videoscale in pipelines where
1707         the source can actually produce the wanted height/width but usually
1708         selects a different one from the requested.
1709
1710 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1711
1712         Based on patch by: John Millikin <jmillikin gmail com>
1713
1714         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1715           (gst_vorbis_tag_add_coverart):
1716           Retrieve COVERART tags from vorbis comments (#512333)
1717
1718 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1719
1720         * gst-libs/gst/tag/tag.h:
1721         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1722           Don't forget to add new enum value here too (should probably use
1723           glib-mkenums here...).
1724
1725 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1726
1727         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1728         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1729         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1730           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1731           (gst_tag_image_data_to_image_buffer):
1732           Add two utility functions to avoid code duplication (#512333):
1733           API: add gst_tag_image_data_to_image_buffer()
1734           API: add gst_tag_list_add_id3_image()
1735           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1736
1737 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1738
1739         * win32/common/libgstaudio.def:
1740         Add gst_audio_check_channel_positions() to the exported symbols.
1741
1742 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1743
1744         * docs/libs/gst-plugins-base-libs-sections.txt:
1745         * gst-libs/gst/audio/multichannel.c:
1746         (gst_audio_check_channel_positions):
1747         * gst-libs/gst/audio/multichannel.h:
1748         API: Make gst_audio_check_channel_positions() public.
1749
1750         * tests/check/libs/audio.c: (GST_START_TEST):
1751         Add some simple checks for gst_audio_check_channel_positions().
1752
1753 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1754
1755         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1756           minrange and maxrange are scaled according to the frequency
1757           multiplier.
1758
1759 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1760
1761         * ext/pango/Makefile.am:
1762         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1763           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1764           Use gstvideo functions to calculate strides and plane offsets. Fixes
1765           rendering issue ('ghost' images of the text on the chroma planes)
1766           with widths or heights that are not multiples of 8 (#506659 and
1767           probably also #485729).
1768
1769         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1770           (main):
1771           Test with odd height/width too.
1772
1773 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1774
1775         * gst/adder/gstadder.c: (gst_adder_query_duration),
1776         (gst_adder_query_latency):
1777         When using gst_element_iterate_pads() one has to unref every pad
1778         after usage.
1779
1780 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1781
1782         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1783         (gst_base_audio_src_class_init):
1784         Add a gtk-doc chunk for the new properties to have a Since: indication.
1785
1786 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1787
1788         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1789         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1790         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1791         (gst_base_audio_src_change_state):
1792         Provide readable actual-buffer-time and actual-latency-time properties
1793         that reflect the configured ringbuffer values. Fixes #524724.
1794         API: GstBaseAudioSrc:actual-buffer-time
1795         API: GstBaseAudioSrc:actual-latency-time
1796
1797 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1798
1799         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1800         (gst_basertppayload_change_state):
1801         Simply converting the running time into an RTP timestamp by scaling it
1802         based on the clock-rate is good enough for making an RTP timestamp. This
1803         has the added benefit that we can later on expose a property with the
1804         RTP timestamp of running time 0, as is needed for RTSP servers to
1805         generate the response of the PLAY request.
1806
1807 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1808
1809         * gst/audioconvert/gstaudioconvert.c:
1810         (structure_has_fixed_channel_positions),
1811         (gst_audio_convert_transform_caps):
1812         Allow up to 11 positioned channels now that audioconvert can handle
1813         this but add no default positions for > 8 channels.
1814         
1815         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1816         Add some unit tests for the above change: Test conversion of
1817         11 positioned channels to stereo and the other way around, test
1818         conversion of 15 unpositioned channels in different ways.
1819
1820 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1821
1822         * win32/common/libgstaudio.def:
1823         Add gst_audio_clock_reset to the list of exported symbols.
1824
1825 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1826
1827         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1828         Remove wrong_channels_identification_header unit test as we now
1829         support 7 (and more channels).
1830
1831 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1832
1833         * gst/audioconvert/gstchannelmix.c:
1834         (gst_channel_mix_fill_one_other):
1835         If mixing left or right to center (or the other way around) only take
1836         the complete value if we don't already have the original position in
1837         the source.
1838
1839 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1840
1841         * gst-libs/gst/audio/multichannel.c:
1842         (gst_audio_check_channel_positions),
1843         (gst_audio_set_structure_channel_positions_list),
1844         (gst_audio_fixate_channel_positions):
1845         Allow rear center together with rear left/right and other previously
1846         conflicting channel positions. The reason why they weren't allowed
1847         was the channel mixing implementation in audioconvert.
1848         Also take this into account when fixing channel layouts.
1849
1850         Allow setting channel positions for 1/2 channels when using
1851         gst_audio_set_structure_channel_position().
1852
1853         * gst/audioconvert/gstchannelmix.c:
1854         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1855         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1856         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1857         Major rewrite of the channel mixing.
1858
1859         We now allow previously conflicting channel positions to appear
1860         together (rear center and rear left/right for example).
1861         Fixes bug #533817.
1862
1863         Rework the way channels are mixed together to take more possible
1864         channel positions into account, properly mix from/to side channels
1865         and don't assume that either center, left&right or nothing of a
1866         specific position is available anymore.
1867
1868         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1869         Adjust unit tests with non-standard 1/2 channel layouts to the more
1870         correct new behaviour.
1871
1872         Add a unit test for 5.1->Stereo downmixing.
1873
1874 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1875
1876         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1877         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1878         Add sane defaults for the 7 and 8 channel layouts as those are
1879         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1880         more than 8 channels instead of erroring out. Fixes bug #535356.
1881
1882 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1883
1884         * docs/plugins/Makefile.am:
1885         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1886         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1887         * ext/theora/theoraparse.c:
1888         Add theoraparse to the docs and fix some docs.
1889
1890 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1891
1892         * gst-libs/gst/cdda/gstcddabasesrc.c:
1893         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1894         Fix EOS condition and track addition check, the track.end sector is
1895         included in the track. Fixes #533265.
1896
1897 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1898
1899         Patch by: Mark Nauwelaerts <manauw at skynet be>
1900
1901         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1902         (gst_video_rate_flush_prev), (gst_video_rate_event),
1903         (gst_video_rate_chain):
1904         * gst/videorate/gstvideorate.h:
1905         React (more) to NEWSEGMENT
1906         Small adjustment in timestamp calculation to prevent mismatches
1907         Fixes #435633.
1908
1909 2008-05-28  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1910
1911         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1912           Initialise error to NULL as we should.
1913
1914 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1915
1916         * gst/adder/gstadder.c: (gst_adder_query_duration),
1917         (gst_adder_query_latency), (gst_adder_query):
1918         Implement latency query.
1919
1920 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1921
1922         * gst/adder/gstadder.c: (gst_adder_query_duration):
1923         Correctly resync the iterator if gst_iterator_next() returns
1924         GST_ITERATOR_RESYNC.
1925
1926 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1927
1928         * win32/vs6/libgstpbutils.dsp:
1929           Add pbutils-enumtypes.c to sources (#518037).
1930
1931 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1932
1933         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1934         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1935         * gst-libs/gst/audio/gstaudioclock.h:
1936         Add method to inform the clock that the time starts from 0 again. We use
1937         this info to calculate a clock offset so that the time we report in
1938         internal_time is monotonically increasing, as required by the clock base
1939         class. Fixes #521761.
1940         API: GstAudioClock::gst_audio_clock_reset()
1941
1942         * gst-libs/gst/audio/gstbaseaudiosink.c:
1943         (gst_base_audio_sink_skew_slaving),
1944         (gst_base_audio_sink_change_state):
1945         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1946         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1947         Reset reported time when we (re)create the ringbuffer.
1948
1949 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1950
1951         * ext/alsa/gstalsamixertrack.c:
1952           (gst_alsa_mixer_track_update_alsa_capabilities):
1953           Make sure playback volumes aren't accidentally overwritten by
1954           capture volumes if an alsa mixer track has both playback and
1955           capture capabilities: we create two GstMixerTracks in that
1956           case, so make sure we query only the alsa capabilities that
1957           refer to the type of GstMixerTrack we created from the dual
1958           capability alsa element. Should fix issues with Audigy2 sound
1959           cards (#518082).
1960
1961 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1962
1963         * tests/check/pipelines/oggmux.c: (test_pipeline):
1964           Don't use deprecated function.
1965
1966 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1967
1968         * gst/playback/gstdecodebin2.c:
1969         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1970         Check for NULL cases and log them, creating ghostpads can, for example,
1971         fail when the pad returns wrong caps.
1972
1973         * gst/playback/gstplaybin2.c: (perform_eos):
1974         When pushing out the EOS event, collect the return value and warn when
1975         something failed.
1976
1977 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1978
1979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1980         (gst_riff_create_video_template_caps):
1981         Add support for DVCPRO.
1982
1983 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1984
1985         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1986           Change default scaling method from nearest-neighbour to bilinear.
1987
1988 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1989
1990         * tests/check/libs/video.c:
1991           More checks.
1992
1993 2008-05-25  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1994
1995         * gst/subparse/gstsubparse.c: (parser_state_init),
1996           (gst_sub_parse_format_autodetect), (handle_buffer):
1997         * gst/subparse/gstsubparse.h:
1998         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1999           Limit duration to a maximum of five seconds for tmplayer format where
2000           we can guess the duration only from the timestamp of the next line of
2001           text. We don't want to show a text for eternities just because nothing
2002           else is being said for a while.
2003
2004 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2005
2006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2007         (gst_base_rtp_depayload_chain),
2008         (gst_base_rtp_depayload_handle_sink_event),
2009         (gst_base_rtp_depayload_push_full),
2010         (gst_base_rtp_depayload_change_state):
2011         Check sequence numbers, mark input buffers with a discont flag for the
2012         subclass when we detected a gap, drop duplicate buffers. We do this
2013         because one can use the element without a jitterbuffer in front and we
2014         don't want to feed the subclasses invalid or reordered data.
2015         Do an error when the subclass did not provide a process function instead
2016         of crashing.
2017         Some other small cleanups.
2018
2019 2008-05-22  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2020
2021         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2022           May just as well use the precalculated uvstride here.
2023
2024 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2025
2026         * docs/plugins/Makefile.am:
2027         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2029         * docs/plugins/gst-plugins-base-plugins.args:
2030         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2031         * docs/plugins/gst-plugins-base-plugins.interfaces:
2032         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2033         * docs/plugins/inspect/plugin-adder.xml:
2034         * docs/plugins/inspect/plugin-alsa.xml:
2035         * docs/plugins/inspect/plugin-audioconvert.xml:
2036         * docs/plugins/inspect/plugin-audiorate.xml:
2037         * docs/plugins/inspect/plugin-audioresample.xml:
2038         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2039         * docs/plugins/inspect/plugin-cdparanoia.xml:
2040         * docs/plugins/inspect/plugin-decodebin.xml:
2041         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2042         * docs/plugins/inspect/plugin-gdp.xml:
2043         * docs/plugins/inspect/plugin-gio.xml:
2044         * docs/plugins/inspect/plugin-gnomevfs.xml:
2045         * docs/plugins/inspect/plugin-libvisual.xml:
2046         * docs/plugins/inspect/plugin-ogg.xml:
2047         * docs/plugins/inspect/plugin-pango.xml:
2048         * docs/plugins/inspect/plugin-playback.xml:
2049         * docs/plugins/inspect/plugin-queue2.xml:
2050         * docs/plugins/inspect/plugin-subparse.xml:
2051         * docs/plugins/inspect/plugin-tcp.xml:
2052         * docs/plugins/inspect/plugin-theora.xml:
2053         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2054         * docs/plugins/inspect/plugin-uridecodebin.xml:
2055         * docs/plugins/inspect/plugin-video4linux.xml:
2056         * docs/plugins/inspect/plugin-videorate.xml:
2057         * docs/plugins/inspect/plugin-videoscale.xml:
2058         * docs/plugins/inspect/plugin-videotestsrc.xml:
2059         * docs/plugins/inspect/plugin-volume.xml:
2060         * docs/plugins/inspect/plugin-vorbis.xml:
2061         * docs/plugins/inspect/plugin-ximagesink.xml:
2062         * docs/plugins/inspect/plugin-xvimagesink.xml:
2063         * ext/cdparanoia/gstcdparanoiasrc.c:
2064         * ext/ogg/gstoggdemux.c:
2065         * ext/ogg/gstoggdemux.h:
2066         * ext/ogg/gstoggmux.c:
2067         * ext/ogg/gstoggmux.h:
2068         * gst/audioconvert/audioconvert.c:
2069         * gst/audioconvert/audioconvert.h:
2070         * gst/audioconvert/gstaudioconvert.h:
2071         * gst/gdp/gstgdpdepay.h:
2072         * gst/gdp/gstgdppay.h:
2073         * gst/playback/gstdecodebin.c:
2074         * gst/playback/gstdecodebin2.c:
2075         * gst/playback/gstplaybin.c:
2076         * gst/playback/gstplaybin2.c:
2077         * gst/playback/gsturidecodebin.c:
2078         * gst/tcp/gstmultifdsink.c:
2079         * gst/tcp/gstmultifdsink.h:
2080         * gst/tcp/gsttcp.h:
2081
2082         Add some documentation comments, and some new headers to be scanned.
2083         Rename some internal enum declarations (audioconvert's DitherType and
2084         NoiseShapingType, GstUnitType from the TCP elements) to match the
2085         documented GObject type names so that the docs pick them up.
2086         Name the playbin2 docs markups properly so they get picked up. They'll
2087         need renaming back when/if playbin2 becomes playbin.
2088
2089         100% symbol coverage for the plugin docs, booya.
2090
2091 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2092
2093         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2094
2095         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2096         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2097
2098 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2099
2100         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2101
2102         * gst/playback/gstdecodebin.c: (remove_fakesink):
2103         Lock the fakesink before setting the state to NULL and removing it from
2104         the bin so that a concurrent state change cannot interfere. 
2105         Fixes #534331.
2106
2107 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2108
2109         * docs/Makefile.am:
2110         Fix installing plugin documentation when gtk-doc is disabled.
2111
2112 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2113
2114         * gst-libs/gst/rtsp/Makefile.am:
2115         Distribute, don't install md5.h
2116
2117 2008-05-21  Julien Moutte  <julien@fluendo.com>
2118
2119         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2120         instead of SOL_IP, works on more platforms.
2121         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2122         arguments.
2123
2124 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2125
2126         * ext/vorbis/vorbisdec.c:
2127         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2129         Some debug and comment fixes.
2130
2131         * tests/examples/dynamic/addstream.c: (main):
2132         Fix , to ;
2133
2134 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2135
2136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2137         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2138         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2139         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2140         (cleanup_decodebin):
2141         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2142         (connect_element), (gst_decode_group_control_demuxer_pad):
2143         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2144         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2145         (mute_group_type):
2146         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2147         (gst_play_bin_set_property), (handoff), (gen_video_element),
2148         (gen_text_element), (gen_audio_element), (gen_vis_element),
2149         (remove_sinks), (add_sink), (setup_sinks):
2150         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2151         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2152         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2153         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2154         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2155         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2156         (gen_vis_chain), (gst_play_sink_reconfigure),
2157         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2158         (gst_play_sink_request_pad):
2159         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2160         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2161         (cb_newpad):
2162         * gst/playback/test6.c: (new_decoded_pad_cb):
2163         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2164         * tests/check/elements/audiorate.c: (test_injector_chain),
2165         (do_perfect_stream_test):
2166         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2167         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2168         * tests/check/elements/gnomevfssink.c:
2169         * tests/check/elements/textoverlay.c:
2170         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2171         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2172         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2173         * tests/check/pipelines/oggmux.c: (test_pipeline):
2174         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2175         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2176         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2177         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2178         * tests/examples/seek/seek.c: (make_mod_pipeline),
2179         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2180         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2181         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2182         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2183         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2184         (update_fill), (msg_buffering):
2185         Don't use bad gst_element_get_pad().
2186
2187 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2188
2189         * gst-libs/gst/riff/riff-media.c:
2190           Fix wrong method name in docs. Fix calculation of strf fields for
2191           broken mulaw/alaw.
2192   
2193         * gst-libs/gst/riff/riff-read.c:
2194           Whitespace fix and removing double ';'.
2195
2196 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2197
2198         * docs/design/part-playbin2.txt:
2199         Add some leftover doc.
2200
2201 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2202
2203         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2204         Fix copy & paste error in last commit.
2205
2206 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2207
2208         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2209         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2210         other channel positions when source has SIDE channels and dest doesn't
2211         or the other way around.
2212
2213 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2214
2215         Patch by: Henrik Eriksson <henriken at axis dot com>
2216
2217         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2218         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2219         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2220         (gst_multi_fd_sink_get_property):
2221         * gst/tcp/gstmultifdsink.h:
2222         Add support for DSCP QOS. Fixes #469933.
2223
2224 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2225
2226         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2227         Add another test that checks if conversion between standard 1 and 2
2228         channel layouts with and without positions set is working.
2229
2230 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2231
2232         * gst-libs/gst/audio/multichannel.c:
2233         (gst_audio_check_channel_positions):
2234         Allow non-standard 2 channel layouts.
2235         
2236         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2237         Add some tests for converting and remapping non-standard 1 and 2
2238         channel layouts.
2239
2240 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2241
2242         * gst/audioconvert/gstchannelmix.c:
2243         (gst_channel_mix_fill_normalize):
2244         Prevent division by zero if the channel mix matrix contains only
2245         zeroes.
2246
2247 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2248
2249         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2250
2251         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2252         Close a buffer memory leak. Fixes bug #534071.
2253
2254 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2255
2256         * gst-libs/gst/rtsp/gstrtsptransport.h:
2257         Make the GstRTSPTransport struct members public as there are no
2258         setters/getters and it's supposed to be changed directly.
2259         Fixes bug #533087.
2260
2261 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2262
2263         * gst/adder/gstadder.c:
2264         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2265         claim this on the pad template caps.
2266
2267 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2268
2269         * gst-libs/gst/audio/gstbaseaudiosink.c:
2270         (gst_base_audio_sink_sync_latency):
2271         We can only use our optimal calibration if we prerolled before the
2272         latency expired.
2273
2274 2008-05-20  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2275
2276         * configure.ac:
2277           Require core CVS for GstBaseSrc buffer caps setting magic.
2278
2279 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2280
2281         * gst/audioconvert/gstaudioconvert.c:
2282         (gst_audio_convert_fixate_channels):
2283         Fix logic in last commit.
2284
2285 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2286
2287         * gst/audioconvert/gstaudioconvert.c:
2288         (gst_audio_convert_fixate_channels):
2289         Passthrough the channel positions if the number of output channels is
2290         the same as the number of input channels, the input had a channel
2291         layout and downstream requests no special one. We did this already for
2292         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2293
2294 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2295
2296         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2297         (gst_gnome_vfs_src_finalize),
2298         (gst_gnome_vfs_src_received_headers_callback),
2299         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2300         * ext/gnomevfs/gstgnomevfssrc.h:
2301         Set the ICY caps on the srcpad from where they get picked up by the base
2302         class now and set on the outgoing buffers.
2303
2304         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2305         (gst_base_audio_src_create):
2306         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2307         BaseSrc now sets the caps on outgoing buffers automatically.
2308
2309 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2310
2311         * gst-libs/gst/audio/gstbaseaudiosink.c:
2312         (gst_base_audio_sink_resample_slaving),
2313         (gst_base_audio_sink_skew_slaving),
2314         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2315         (gst_base_audio_sink_async_play),
2316         (gst_base_audio_sink_change_state):
2317         Change the way in which the ringbuffer is started when dealing with a
2318         slaved clock and latency. We now sync to the clock until we reach
2319         upstream latency before starting the ringbuffer. This has the effect
2320         that we can accurately align the master and slave clocks and let the
2321         rate correction code take care of the initial drift or rounding errors
2322         instead of leaving them uncorrected with the old approach.
2323
2324 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2325
2326         * gst/audioconvert/gstaudioconvert.c:
2327         (gst_audio_convert_fixate_channels):
2328         Correctly set the default channel positions when converting to 8
2329         channels.
2330
2331 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2332
2333         * configure.ac:
2334           Error out if we don't have the required version of core.
2335
2336 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2337
2338         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2339           Use data scan helper in aac typefinder and stop scanning
2340           for headers when we've found a type. Also fix potential invalid
2341           memory access when calculating the frame length.
2342
2343 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2344
2345         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2346           (mpeg_sys_is_valid_pack):
2347           Don't modify scan context when we return FALSE in ensure_data, so
2348           it's possible to continue scanning, and we don't end up with a NULL
2349           data pointer and a positive size, which might bite us the next time
2350           we're called. Small constification.
2351
2352 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2353
2354         * gst/adder/gstadder.c:
2355         Adder doesn't support 24 bit samples so don't claim it supports them
2356         in the pad template caps.
2357
2358 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2359
2360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2361         (gst_base_rtp_depayload_chain):
2362         Validate the RTP packet before further processing it. It's just too
2363         dangerous to accept random packets and people are not forced to use a
2364         jitterbuffer or session manager to filter out the bad packets.
2365
2366         * gst-libs/gst/rtp/gstrtpbuffer.c:
2367         (gst_rtp_buffer_set_extension_data),
2368         (gst_rtp_buffer_get_payload_subbuffer):
2369         Small cleanups.
2370         When setting extension data in a buffer that is too small, we fail and
2371         we should not set the extension bit.
2372         Change GST_WARNINGS into g_warning because they really are
2373         programming errors.
2374
2375         * tests/check/libs/rtp.c: (GST_START_TEST):
2376         Catch the g_warnings now in the unit tests and that fact that failing to
2377         set extension data left the extension bit untouched.
2378
2379 2008-05-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2380
2381         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2382           Revert previous change which made basetransform handle buffer_alloc
2383           and which breaks things badly in the non-passthrough case since it
2384           returned buffers with a different (ie. sometimes smaller) size than
2385           the size requested.
2386
2387 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2388
2389         Patch by: Bernard B <b-gnome at largestprime dot net>
2390
2391         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2392         Fix seqnum compare function for bordercase values and fix the docs
2393         again. Fixes #533075.
2394
2395         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2396         Add a testcase for seqnum compare function.
2397
2398 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2399
2400         * gst/adder/gstadder.c: (gst_adder_setcaps),
2401         (gst_adder_class_init):
2402         Correctly declare the supported endianness on the pad templates
2403         and check for correct endianness in the set caps function. Adder
2404         only supports native endianness.
2405         Also use gst_element_class_set_details_simple().
2406
2407 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2408
2409         * sys/xvimage/xvimagesink.c:
2410           Better debug logging in port value handling. Merging separate port
2411           value loops into one.
2412
2413 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2414
2415         Patch by: Hannes Bistry <hannesb at gmx dot de>
2416
2417         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2418         * gst/tcp/gsttcpserversink.c:
2419         (gst_tcp_server_sink_handle_server_read),
2420         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2421         Fix regression in clientsrc because we did not add the fd to the poll
2422         set anymore. Fixes #532364.
2423         Do some cleanups here and there.
2424
2425 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2426
2427         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2428         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2429         * gst/playback/gstplay-marshal.list:
2430         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2431         Use correct marshallers. GstCaps are a boxed type and no GObject
2432         subclass.
2433
2434 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2435
2436         * win32/common/libgstrtsp.def:
2437         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2438         symbols.
2439
2440 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2441
2442         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2443
2444         * tests/check/elements/audioresample.c:
2445         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2446         (live_switch_push), (GST_START_TEST):
2447         Add unit test for the latest basetransform negotiation changes.
2448         See bug #526768.
2449
2450 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2451
2452         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2453         Fix nv12<->nv21 conversion if stride is larger than width.
2454
2455 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2456
2457         Patch by: Jan Gerber <j at oil21 dot org>
2458
2459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2460         (gst_ogg_pad_parse_skeleton_fisbone):
2461         * ext/ogg/gstoggdemux.h:
2462         Parse presentation time from skeleton streams and use it as offset
2463         for the timestamps. Fixes bug #530068.
2464
2465 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2466
2467         * gst-libs/gst/audio/gstbaseaudiosink.c:
2468         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2469         Revert previous patch that attempted to more accurately calculate the
2470         initial offset between master and slave clock. The best thing we can do
2471         in general is take the time of both clocks as the diff since we don't
2472         know when the actual preroll happened.
2473
2474 2008-05-11  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2475
2476         * gst-libs/gst/pbutils/install-plugins.c:
2477           Fix docs: type and missing word.
2478
2479 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2480
2481         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2482           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2483           for this instead; don't check if we've found enough markers after
2484           each and every step, it's enough to do that only if we've actually
2485           found a new marker.
2486           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2487
2488 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2489
2490         * gst/typefind/gsttypefindfunctions.c:
2491           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2492           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2493           (mpeg_video_stream_type_find):
2494           Move scan helper thingy to the beginning of the file so we can use
2495           it in other typefind functions. Rename it to something more
2496           generic. Also improve handling of things towards the end of the
2497           typefind data: peek as much as we can if we know the size of the
2498           data, rather than just min_size.
2499
2500 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2501
2502         * docs/libs/gst-plugins-base-libs-sections.txt:
2503         * gst-libs/gst/interfaces/colorbalance.c:
2504         * gst-libs/gst/interfaces/colorbalance.h:
2505         * gst-libs/gst/interfaces/colorbalancechannel.c:
2506         * gst-libs/gst/interfaces/colorbalancechannel.h:
2507         * gst-libs/gst/interfaces/tuner.c:
2508         * gst-libs/gst/interfaces/tunerchannel.c:
2509         * gst-libs/gst/interfaces/tunerchannel.h:
2510         * gst-libs/gst/interfaces/tunernorm.c:
2511         * gst-libs/gst/interfaces/tunernorm.h:
2512         * gst-libs/gst/video/video.c:
2513         * gst-libs/gst/video/video.h:
2514         Document the GstTuner and GstColorBalance interfaces, and some
2515         other random API functions that needed it. 70% symbol coverage, woo.
2516
2517 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2518
2519         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2520         Choose to allocate one less segment but require one additional segment
2521         as latency. 
2522
2523         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2524         No need to increment the number of segments in the source.
2525
2526         * gst-libs/gst/audio/gstbaseaudiosink.c:
2527         (gst_base_audio_sink_get_time), (clock_convert_external),
2528         (gst_base_audio_sink_resample_slaving),
2529         (gst_base_audio_sink_skew_slaving),
2530         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2531         (gst_base_audio_sink_async_play):
2532         Remove adding latency when returning the internal time while subtracting
2533         it again when we use the value a little later.
2534         When calculating the end timestamp, we are making a rounding error
2535         with the current algorithm. Ensure that we don't accumulate these
2536         rounding errors when aligning samples by not resampling at all if we
2537         don't need to. Fixes #419351.
2538         Make the initial calibration of the clock slaving a little more
2539         predictable and accurate. Also handle the case where we don't do
2540         clock slaving.
2541
2542 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2543
2544         Based on a patch by:
2545           Björn Benderius <bjoern dot benderius at axis dot com>
2546
2547         * gst/ffmpegcolorspace/avcodec.h:
2548         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2549         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2550         (gst_ffmpegcsp_avpicture_fill):
2551         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2552         * gst/ffmpegcolorspace/imgconvert_template.h:
2553         Add conversions from/to NV12 and NV21 and conversions between those
2554         two formats. Fixes bug #532166.
2555
2556 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2557
2558         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2559         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2560         which happens for example with files smaller than 128kb.
2561
2562 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2563
2564         Patch by: Wouter Cloetens <zombie at e2big dot org>
2565
2566         * gst-libs/gst/rtsp/Makefile.am:
2567         * gst-libs/gst/rtsp/gstrtspconnection.c:
2568         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2569         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2570         (add_auth_header), (gst_rtsp_connection_free),
2571         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2572         (gst_rtsp_connection_set_auth_param),
2573         (gst_rtsp_connection_clear_auth_params):
2574         * gst-libs/gst/rtsp/gstrtspconnection.h:
2575         Add Digest authorization support for RTSP connections. See #532065.
2576
2577         * gst-libs/gst/rtsp/md5.c:
2578         * gst-libs/gst/rtsp/md5.h:
2579         Yeap, another md5 implementation until we can depend on a glib that has
2580         support for it.
2581
2582 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2583
2584         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2585
2586         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2587         Let audioresample use the buffer allocation of basetransform instead
2588         of it's own stuff.
2589
2590         * tests/check/elements/audioresample.c: (alloc_only_48000),
2591         (GST_START_TEST), (audioresample_suite):
2592         Add unit test for the recent basetransform bugfix, where upstream
2593         changes caps to something that can't be passed through anymore.
2594
2595 2008-05-07  Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas at tandberg com>
2596
2597         * win32/common/config.h.in:
2598           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2599           use the real thing than having "???" unconditionally.
2600
2601 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2602
2603         * gst-libs/gst/audio/gstbaseaudiosink.c:
2604         (gst_base_audio_sink_query):
2605         Report the latency with the new seglatency parameter.
2606
2607         * gst-libs/gst/audio/gstringbuffer.c:
2608         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2609         (gst_ring_buffer_acquire):
2610         * gst-libs/gst/audio/gstringbuffer.h:
2611         Add new field to the ringbufferspec to specify the expected latency
2612         between the underlying device read/write pointer, this is needed
2613         when writing sinks that sit a little closer to the hardware.
2614         Add some more docs for other fields.
2615
2616 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2617
2618         * gst/volume/gstvolume.c: (volume_transform_ip):
2619         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2620         reason instead of crashing later. Might fix bug #509125.
2621
2622 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2623
2624         Based on a patch by: Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2625
2626         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2627         * gst/audioconvert/audioconvert.h:
2628         * gst/audioconvert/gstaudioconvert.c:
2629         (gst_audio_convert_parse_caps),
2630         (structure_has_fixed_channel_positions),
2631         (gst_audio_convert_transform_caps):
2632         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2633         Add support for more than 8 channels and NONE channel layouts. For
2634         more than 8 channels no channel conversion is supported yet, only
2635         format conversions are supported. Fixes bug #398033.
2636
2637         * tests/check/elements/audioconvert.c: (verify_convert),
2638         (GST_START_TEST), (audioconvert_suite):
2639         Add some unit tests by Tim for checking the NONE channel layouts
2640         and more than 8 channels and add some more unit tests for channel
2641         conversions.
2642
2643 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2644
2645         * gst/playback/gstdecodebin2.c: (connect_pad):
2646         When autoplugging fails, set the element back to NULL before
2647         unreffing it.
2648
2649 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2650
2651         * win32/common/libgstaudio.def:
2652         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2653         symbols.
2654
2655 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2656
2657         * gst/subparse/samiparse.c: (handle_start_sync),
2658         (end_sami_element), (characters_sami):
2659         Remove trailing, leading and double whitespaces.
2660         Correctly timestamp buffers and output the last buffer too.
2661
2662         * tests/check/elements/subparse.c: (GST_START_TEST),
2663         (subparse_suite):
2664         Add a simple unit test for SAMI parsing.
2665
2666 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2669
2670         * gst/subparse/samiparse.c: (handle_start_sync),
2671         (start_sami_element), (end_sami_element), (characters_sami),
2672         (sami_context_reset):
2673         Only output characters inside the "sync" elements. There could be
2674         other elements like "style" that have some content but should
2675         not be printed. Fixes bug #467911.
2676
2677 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2678
2679         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2680         (set_active_source):
2681         * gst/playback/gstplaybasebin.h:
2682         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2683         (playbin_set_audio_mute):
2684         Allow setting -1 as current-audio to mute the current audio stream,
2685         similar to what is done for subtitles. Fixes bug #342294.
2686
2687 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2688
2689         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2690         It's SorensOn and not SorensEn.
2691
2692 2008-05-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2693
2694         * gst-libs/gst/pbutils/descriptions.c: (formats):
2695           Fix description of video/x-flash-video.
2696
2697 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2700         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2701         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2702         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2703         Remove some unused code.
2704
2705         * gst/audioconvert/gstaudioquantize.c:
2706         (gst_audio_quantize_free_noise_shaping):
2707         Don't return before freeing the noise shaping history.
2708
2709 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2710
2711         * tests/check/elements/subparse.c: (do_test),
2712           (test_tmplayer_style3b), (subparse_suite):
2713           Add unit test for the tmplayer variant from bug #530962.
2714
2715 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2716
2717         * gst/subparse/gstsubparse.c: (handle_buffer),
2718           (gst_sub_parse_sink_event):
2719         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2720           (tmplayer_parse_line):
2721           Fix parsing of tmplayer subtitle variant where every single line contains
2722           text and there isn't an empty line after each line to determine the
2723           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2724           making sure that we push out the last line of text without a duration if
2725           there's still text left in the buffer at the end.
2726
2727 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2728
2729         * gst/subparse/gstsubparse.c: (feed_textbuf):
2730           Fix detection of discontinuities based on the buffer offset (doesn't work
2731           so well if no buffer offset is set) and also check for the DISCONT buffer
2732           flag. This keeps the parser state from being reset after each buffer in
2733           the unit test.
2734
2735 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2736
2737         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2738           Further fine-tuning: don't absolutely require sequence or GOP headers
2739           (as introduced in the previous commit), but adjust the typefind
2740           probabilities returned accordingly if we don't see them. Also make sure
2741           picture header and first slice are somewhat close to each other (which
2742           is not perfect but still better than requiring a fixed offset or having
2743           no limit at all).
2744
2745 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2746
2747         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2748         (gst_basertppayload_sink_setcaps),
2749         (gst_basertppayload_sink_getcaps):
2750         Rename the setcaps/getcaps function internally to make it clear that
2751         they are called for the sink pad.
2752
2753 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2754
2755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2756         (gst_base_rtp_depayload_class_init),
2757         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2758         (gst_base_rtp_depayload_packet_lost),
2759         (gst_base_rtp_depayload_set_gst_timestamp):
2760         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2761         Catch packet-lost events from the jitterbuffer and convert them into a
2762         vmethod call (lost-packet) so that depayloaders can do something smart.
2763         Also add a default packet-lost function that sends out a segment update
2764         to the decoders.
2765
2766 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2767
2768         * gst/playback/test4.c:
2769         * gst/playback/test5.c:
2770         * gst/playback/test6.c:
2771         * gst/playback/test7.c:
2772           Also include config.h when relying on defines from it. Fixes the
2773           build. Its been a please to serve :)
2774
2775 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2776
2777         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2778         (paint_setup_NV21), (paint_hline_NV12_NV21):
2779         Add support for NV12 and NV21 in videotestsrc
2780
2781 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2782
2783         * gst/videoscale/gstvideoscale.c:
2784         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2785         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2786         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2787         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2788         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2789         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2790         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2791         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2792         (vs_image_scale_linear_RGB555):
2793         Support 1x1 images as input and output as for example the BBC HQ new
2794         streams have 1x1 GIFs in the playlists for some reason.
2795
2796 2008-05-01  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2797
2798         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2799           (try_to_link_1):
2800           If we can't activate one of the decoders we plugged in (such as,
2801           say, musepackdec) for some reason (it might not support push mode,
2802           for example), remove any pad probes that close_pad_link() might
2803           have set up. This makes sure we later don't try to remove a probe
2804           for a pad that doesn't exist any longer, and avoids nast warnings
2805           and probably other things too.
2806
2807 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2808
2809         * gst/typefind/gsttypefindfunctions.c:
2810           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2811           (plugin_init):
2812           Rework mpeg video stream typefinding a bit more: make sure sequence,
2813           GOP, picture and slice headers appear in the order they should and
2814           that we've in fact at least had one of each; fix picture header
2815           detection; decouple picture and slice header check - don't assume
2816           they're at a fixed offset, there may be extra data in between. Also,
2817           announce varying degrees of probability depending on what we found
2818           exactly (multiple pictures, at least one picture, just sequence and
2819           GOP headers). Finally, in _ensure_data(), take into account that we
2820           might be typefinding smaller amounts of data, such as the first
2821           buffer of a stream, so fall back to the minimum size needed as long
2822           as that's available, instead of erroring out if there's less than
2823           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2824           fuzzed file from #399342 as valid.
2825
2826 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2827
2828         * ext/theora/theoradec.c:
2829           Cool kids don't divide by zero.
2830           Treat PAR of x:0 as 1:1.
2831           Fixes #530719.
2832
2833 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2834
2835         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2836           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2837           (mpeg_video_stream_type_find):
2838           Refactor a bit: use context structure to track parsing offset and
2839           size of available data and make the code a bit clearer. Fixes bad
2840           memory access in #356937.
2841
2842 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2843
2844         * gst/playback/test4.c:
2845         * gst/playback/test5.c:
2846         * gst/playback/test6.c:
2847         * gst/tcp/gstmultifdsink.c:
2848           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2849           is defined.
2850
2851 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2852
2853         * gst-libs/gst/audio/gstbaseaudiosink.h:
2854         Clarify some docs.
2855
2856         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2857         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2858         (gst_base_audio_src_set_slave_method),
2859         (gst_base_audio_src_get_slave_method),
2860         (gst_base_audio_src_set_property),
2861         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2862         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2863         Add property and methods for selecting the clock slave method in the
2864         source, like in the sink.
2865         We only implement "none" and "re-timestamp" for now.
2866         API: gst_base_audio_src_set_slave_method()
2867         API: gst_base_audio_src_get_slave_method()
2868
2869 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2870
2871         * gst-libs/gst/rtp/gstrtpbuffer.c:
2872         Fix the docs about the seqnum compare function, it returns a difference.
2873
2874 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2875
2876         * ext/alsa/gstalsadeviceprobe.c:
2877         (gst_alsa_get_device_list): Don't return before freeing up
2878         the allocated structures.
2879
2880 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2881
2882         * gst/playback/gstplaybin.c:
2883           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2884
2885 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2886
2887         * ext/ogg/gstoggdemux.c:
2888           Revert the event part, that should not go in.
2889
2890 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2891
2892         * ext/ogg/gstoggdemux.c:
2893           Don't leak GstPluginFeatures when filtering.
2894
2895 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2896
2897         * sys/xvimage/xvimagesink.c:
2898           Add some logging for cases when grabbing the xv failed.
2899
2900 2008-04-21  David Schleef  <ds@schleef.org>
2901
2902         * ext/ogg/gstoggmux.c:
2903           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2904           packet.  Should conform to what we currently think is the
2905           final Ogg/Dirac muxing spec.
2906
2907 2008-04-21  David Schleef  <ds@schleef.org>
2908
2909         * sys/xvimage/xvimagesink.c:
2910           Fix typo that causes the overlay keying color to bright green
2911           on a 16-bit display.  Dark grey good.  Bright green bad.
2912
2913 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2914
2915         * ext/gnomevfs/gstgnomevfsuri.c:
2916           Add  FIXME comment about using uri-list for source and sink.
2917
2918 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2919
2920         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2921         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2922         vaargs functions to gint. Otherwise the fractions will get 0 set
2923         instead of the correct value on big endian systems. Fixes bug #529018.
2924
2925 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2926
2927         * ext/gnomevfs/gstgnomevfssink.c:
2928         (gst_gnome_vfs_sink_uri_get_protocols):
2929         * ext/gnomevfs/gstgnomevfssrc.c:
2930         (gst_gnome_vfs_src_uri_get_protocols):
2931         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2932         (gst_gnomevfs_get_supported_uris):
2933         Get the list of supported URI schemes in a threadsafe way and use the
2934         same list for the source and sink.
2935
2936 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2937
2938         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2939         (gst_gio_get_supported_protocols):
2940         Don't generate a new supported protocols list on each call but cache
2941         it. It's supposed to be static anyway, this way we only leak it once
2942         per process.
2943
2944         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2945         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2946         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2947         (gst_gio_sink_start):
2948         * ext/gio/gstgiosink.h:
2949         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2950         (gst_gio_src_class_init), (gst_gio_src_finalize),
2951         (gst_gio_src_set_property), (gst_gio_src_get_property),
2952         (gst_gio_src_start):
2953         * ext/gio/gstgiosrc.h:
2954         API: Add "file" properties where one can set a GFile as
2955         source/destination.
2956
2957         Add locking to the properties and use
2958         gst_element_class_set_details_simple() instead of a static
2959         GstElementDetails struct.
2960
2961 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2962
2963         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2964         (plugin_init):
2965         Add "mpp" and "mp+" as possible extensions for MusePack files.
2966
2967         Add typefinding for MusePack StreamVersion 8 files and include the
2968         stream version in the caps.
2969
2970 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2971
2972         * gst-libs/gst/rtp/gstrtppayloads.c:
2973         (gst_rtp_payload_info_for_name):
2974         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2975
2976 2008-04-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
2977
2978         * configure.ac:
2979           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2980           (NB: this only affects compilation of some of the examples).
2981           Remove some configure.ac cruft that's not needed any longer.
2982
2983 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2984
2985         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2986         Don't validate the payload if there isn't any.
2987         Fixes #525915
2988
2989 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2990
2991         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2992         Use g_atomic_int_set() instead of gst_atomic_int_set().
2993
2994 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2995
2996         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2997         Return NULL instead of a gchar * array with one NULL element if we
2998         don't get any supported URI schemes from GIO.
2999
3000 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3001
3002         * gst/audiotestsrc/gstaudiotestsrc.c:
3003           Remove cpp style commented old code.
3004
3005 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3006
3007         * gst/playback/gstdecodebin2.c:
3008           Fix signal docs.
3009
3010 2008-04-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3011
3012         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3013           (gst_text_overlay_init):
3014           Fix textoverlay unit test again by making the supposed default
3015           value for the wait-text property the actual default value.
3016           Also fix Since: tag for new property.
3017
3018 2008-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3019
3020         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3021           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3022           (gst_video_format_get_pixel_stride),
3023           (gst_video_format_get_component_width),
3024           (gst_video_format_get_component_height),
3025           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3026           (gst_video_format_convert):
3027           Add guards to these functions to ensure sane input values.
3028
3029         * tests/check/libs/video.c:
3030           Fix unit test not to create caps with width=0 and height=0.
3031
3032 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3033
3034         * docs/design/draft-keyframe-force.txt:
3035         Fix typo.
3036
3037         * gst/playback/gstqueue2.c: (update_buffering),
3038         (gst_queue_handle_src_query):
3039         Set buffering mode in the messages.
3040         Set buffering percent in the query.
3041
3042         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3043         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3044         Do some more fancy things based on the buffering method in use.
3045
3046 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3047
3048         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3049         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3050         (msg_buffering), (main):
3051         Add basic download reports to seek using the new buffering API.
3052
3053 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3054
3055         * gst/playback/gstqueue2.c: (update_buffering),
3056         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3057         (gst_queue_src_checkgetrange_function):
3058         Include extra buffering stats in the buffering message.
3059         Implement BUFFERING query.
3060
3061         * gst/playback/gsturidecodebin.c: (do_async_start),
3062         (do_async_done), (type_found), (setup_streaming), (setup_source),
3063         (gst_uri_decode_bin_change_state):
3064         Only add decodebin2 when the type is found in streaming mode.
3065         Make uridecodebin async to PAUSED even when we don't have decodebin2
3066         added yet.
3067
3068 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3071         Filter cdda from the supported URI schemes. We can't support
3072         musicbrainz tags and everything else one expects from a cdda source
3073         with GIO. Fixes bug #526794.
3074
3075 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3076
3077         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3078         (gst_xvimagesink_buffer_alloc):
3079         Fix calculation of 'expected size' for YV12 buffers.
3080         Be a little more verbose in the debug output for buffer-alloc'ed
3081         buffers which turn out to have the wrong size.
3082
3083 2008-04-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3084
3085         * NEWS:
3086         * RELEASE:
3087         * gst-plugins-base.doap:
3088           Merge other changes from 0.10.19 release branch.
3089
3090 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3091
3092         * gst-libs/gst/audio/gstbaseaudiosink.c:
3093           (gst_base_audio_sink_class_init):
3094         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3095           (gst_base_audio_src_class_init):
3096         * gst/playback/gstplayback.c: (plugin_init):
3097         * gst/volume/gstvolume.c: (plugin_init):
3098           Work around missing bits of thread-safety on older GLibs some
3099           more to avoid assertions when starting up multiple playbin
3100           objects concurrently (see #512382).
3101
3102 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3103
3104         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3105           Remove some more fields.
3106
3107 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3108
3109         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3110
3111         * configure.ac:
3112         Actually build dlls when cross-compiling with mingw32.
3113         Fixes bug #526247.
3114
3115 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3116
3117         * configure.ac:
3118           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3119
3120 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3121
3122         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3123         (msg_buffering), (connect_bus_signals), (main):
3124         Add statusbar.
3125         Add buffering support with feedback in the statusbar.
3126
3127 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3128
3129         * ext/ogg/gstoggmux.c:
3130           Fix sample pipeline description.
3131
3132 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3133
3134         * docs/plugins/Makefile.am:
3135         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3136         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3137         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3138           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3139
3140         * docs/plugins/gst-plugins-base-plugins.args:
3141         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3142         * docs/plugins/gst-plugins-base-plugins.interfaces:
3143         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3144         * docs/plugins/inspect/plugin-adder.xml:
3145         * docs/plugins/inspect/plugin-alsa.xml:
3146         * docs/plugins/inspect/plugin-audioconvert.xml:
3147         * docs/plugins/inspect/plugin-audiorate.xml:
3148         * docs/plugins/inspect/plugin-audioresample.xml:
3149         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3150         * docs/plugins/inspect/plugin-cdparanoia.xml:
3151         * docs/plugins/inspect/plugin-decodebin.xml:
3152         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3153         * docs/plugins/inspect/plugin-gdp.xml:
3154         * docs/plugins/inspect/plugin-gnomevfs.xml:
3155         * docs/plugins/inspect/plugin-libvisual.xml:
3156         * docs/plugins/inspect/plugin-ogg.xml:
3157         * docs/plugins/inspect/plugin-pango.xml:
3158         * docs/plugins/inspect/plugin-playback.xml:
3159         * docs/plugins/inspect/plugin-queue2.xml:
3160         * docs/plugins/inspect/plugin-subparse.xml:
3161         * docs/plugins/inspect/plugin-tcp.xml:
3162         * docs/plugins/inspect/plugin-theora.xml:
3163         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3164         * docs/plugins/inspect/plugin-uridecodebin.xml:
3165         * docs/plugins/inspect/plugin-video4linux.xml:
3166         * docs/plugins/inspect/plugin-videorate.xml:
3167         * docs/plugins/inspect/plugin-videoscale.xml:
3168         * docs/plugins/inspect/plugin-videotestsrc.xml:
3169         * docs/plugins/inspect/plugin-volume.xml:
3170         * docs/plugins/inspect/plugin-vorbis.xml:
3171         * docs/plugins/inspect/plugin-ximagesink.xml:
3172         * docs/plugins/inspect/plugin-xvimagesink.xml:
3173           Update introspection data.
3174
3175         * ext/ogg/gstoggmux.c:
3176           Document oggmux.
3177
3178         * gst/playback/gstdecodebin2.c:
3179           Don't use gtk-doc style comment start for private stuff, but make it
3180           formatted like this for consistency.
3181
3182 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3183
3184         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3185         (gst_decode_bin_init), (gst_decode_bin_dispose),
3186         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3187         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3188         (analyze_new_pad), (connect_pad), (expose_pad),
3189         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3190         (gst_decode_group_expose), (gst_decode_group_free),
3191         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3192         Remove fakesink hack, we can now implement this more elegantly.
3193         Added property to bypass typefinding.
3194         Removed underrun callback and demuxer pad probe, we now use the srcpad
3195         probe to expose groups.
3196         API::sink-caps property
3197
3198         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3199         Guard against multiple emissions of the no_more_pads signal, which
3200         happens when we are dealing with chained oggs.
3201
3202         * gst/playback/gsturidecodebin.c: (remove_decoders),
3203         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3204         (setup_source):
3205         For streams, use our own typefind element and plug our queue after it.
3206         We will need this to determine the type of buffering to use for the
3207         queue soon.
3208
3209 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3210
3211         * gst-libs/gst/audio/gstbaseaudiosink.c:
3212         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3213         Guard against over and underflows because of clock slaving.
3214         When we are using our own clock, still compensate for any calibrations
3215         that we might have done to our clock.
3216
3217 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3218
3219         * ext/theora/theoradec.c: (theora_handle_type_packet),
3220         (theora_dec_chain):
3221         Don't try to do anything fancy with the return code from pushing an
3222         event, it does not have enough information to turn it into a
3223         GST_FLOW_ERROR.
3224
3225 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3226
3227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3228         (gst_ogg_demux_chain_elem_pad):
3229         Add small debug line.
3230         Pass return code from the internal decoder instead of the too generic
3231         GST_FLOW_ERROR.
3232
3233 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3234
3235         * gst-libs/gst/cdda/Makefile.am:
3236         * gst-libs/gst/cdda/base64.c:
3237         * gst-libs/gst/cdda/base64.h:
3238         * gst-libs/gst/cdda/gstcddabasesrc.c:
3239         (gst_cddabasesrc_calculate_musicbrainz_discid):
3240         Use GLib's base64 implementation instead of our own.
3241
3242 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3243
3244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3245         (gst_ogg_demux_read_chain):
3246         Refix oggdemux, we only have a problem if we failed to find a chain and
3247         we are not EOF.
3248
3249 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3250
3251         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3252
3253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3254         (gst_ogg_demux_read_chain):
3255         When we fail to find a BOS page and we and up with no chain, error out
3256         properly instead of segfaulting. Fixes #525665.
3257
3258 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3259
3260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3261         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3262         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3263         no-more-pads...
3264
3265 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3266
3267         * gst/playback/gstqueue2.c: (update_out_rates),
3268         (gst_queue_open_temp_location_file),
3269         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3270         (gst_queue_handle_src_query), (gst_queue_set_property):
3271         Update the estimated input data when we push out a buffer.
3272         Add some debug info about the temp file.
3273         Only forward src events when we are not using a temp file.
3274         Don't block the duration query, we need to find something better.
3275         Don't leak the temp filename.
3276
3277 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3278
3279         * configure.ac:
3280         Require GLib 2.12 and liboil 0.3.14.
3281
3282         * gst/volume/gstvolume.c: (volume_process_double):
3283         Unconditionally use liboil 0.3.14 function.
3284
3285 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3286
3287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3288         ms-gsm can have arbitrarty sample rates. See #481354.
3289
3290 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3291
3292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3293         MP4S is generic MPEG-4, not a microsoft variant.
3294
3295 2008-03-27  Michael Smith <msmith@fluendo.com>
3296
3297         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3298           Check the body CRC (if set) when depayloading.
3299           Fixes #522401.
3300
3301 2008-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3302
3303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3304           Fix Since: version for new property.
3305
3306 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3307
3308         * gst-libs/gst/rtsp/gstrtspconnection.c:
3309         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3310         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3311         Don't error when poll_wait returns EAGAIN.
3312
3313 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3314
3315         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3316         The queue is never filled when there are no buffers in the queue at all.
3317         Fixes #523993.
3318
3319 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3320
3321         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3322         (init_group), (free_group), (gst_play_bin_init),
3323         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3324         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3325         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3326         (gst_play_bin_set_current_video_stream),
3327         (gst_play_bin_set_current_audio_stream),
3328         (gst_play_bin_set_current_text_stream),
3329         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3330         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3331         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3332         (activate_group), (deactivate_group), (setup_next_source),
3333         (save_current_group), (gst_play_bin_change_state):
3334         Update some docs.
3335         Add new locks and conds to protect pipeline creation and group
3336         switching.
3337         Implement the sub-uri property.
3338         Keep track of pending uridecodebin creation and configure the output
3339         pipeline after all streams are configured.
3340         Propagate subtitle encoding to the uridecodebins.
3341         Implement getting the video/audio/visualisation elements.
3342         Use input-selector for stream switching.
3343         If we are asked to do visualisation, prefer to autoplug raw sinks
3344         instead of sinks that accept encoded data.
3345
3346 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3347
3348         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3349         (gst_play_sink_init), (gst_play_sink_dispose),
3350         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3351         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3352         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3353         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3354         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3355         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3356         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3357         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3358         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3359         * gst/playback/gstplaysink.h:
3360         Add methods to get audio/video/vis elements.
3361         Add methods to set the font description for the overlay.
3362         Remove properties, we're using this element with its methods only.
3363         Add support for subtitles.
3364         Rearrange the locking a bit to not use the object lock for protecting
3365         the pipeline construction.
3366         Try to use the volume and mute property on the sink when its available.
3367         Implement the mute option with volume when the sink does not have a mute
3368         property.
3369         Only add volume element when the sink has no volume property.
3370         Only do visualisations with raw audio pads.
3371
3372 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3373
3374         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3375         (gst_text_overlay_init), (gst_text_overlay_set_property),
3376         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3377         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3378         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3379         (gst_text_overlay_change_state):
3380         * ext/pango/gsttextoverlay.h:
3381         Add property to configure waiting for text on the textpad or not, with
3382         the default behaviour being the old one (always wait for text before
3383         rendering the video). This default behaviour is usually not the best one
3384         because the text stream can very sparse and could require queueing a lot
3385         of video.
3386         Fix the flushing and EOS handing so that we don't mix up their meaning.
3387
3388 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3389
3390         * gst/playback/gsturidecodebin.c:
3391         (gst_uri_decode_bin_autoplug_factories),
3392         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3393         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3394         (gst_uri_decode_bin_set_property),
3395         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3396         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3397         (proxy_autoplug_factories_signal), (make_decoder),
3398         (source_new_pad), (setup_source):
3399         Add a readonly source property and notify.
3400         Add new lock for protecting the construction of the pipeline.
3401         Keep track of the decodebins we plugged.
3402         Correctly proxy the autoplug signal so that it actually continues.
3403         Proxy subtitle-encoding to the decodebins.
3404
3405 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3406
3407         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3408         (text_toggle_cb), (update_streams), (main):
3409         Rearrange some buttons in playbin2 and make some other boxes insensitive
3410         when needed.
3411         Add language codes to subtitle selection boxes when we gind the right
3412         tags for the streams.
3413
3414 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3415
3416         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3417         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3418         (gst_decode_bin_set_subs_encoding),
3419         (gst_decode_bin_get_subs_encoding),
3420         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3421         (deactivate_free_recursive):
3422         Protect caps property with the object lock.
3423         Protect encoding property with the object lock.
3424         Keep list of elements we added that have the subtitle-encoding property.
3425         Distribute the subtitle-encoding to all of the elements when it
3426         changes.
3427
3428 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3429
3430         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3431         Small debug improvement.
3432
3433         * gst-libs/gst/audio/gstbaseaudiosink.c:
3434         (gst_base_audio_sink_render):
3435         Fix bug in determining the sample start/stop position, we want to base
3436         this decision on the fact that we are going forwards or backwards, not
3437         slower or faster. This fixes some ugly resync warnings when playing at
3438         very slow speeds.
3439
3440 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3441
3442         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3443         Correctly set the supported URI schemes and don't leave
3444         some schemes in the middle or at the start at NULL.
3445
3446 2008-03-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3447
3448         * tests/check/elements/gdpdepay.c:
3449           Make test compile without unused function/variable warnings on PPC.
3450  
3451 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3452
3453         * configure.ac:
3454         * ext/alsa/gstalsamixerelement.c:
3455         (gst_alsa_mixer_element_class_init):
3456         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3457         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3458         * ext/cdparanoia/gstcdparanoiasrc.c:
3459         (gst_cd_paranoia_src_class_init):
3460         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3461         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3462         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3463         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3464         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3465         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3467         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3468         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3469         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3470         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3471         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3472         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3473         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3474         (gst_audio_filter_template_class_init):
3475         * gst-libs/gst/audio/gstbaseaudiosink.c:
3476         (gst_base_audio_sink_class_init):
3477         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3478         (gst_base_audio_src_class_init):
3479         * gst-libs/gst/cdda/gstcddabasesrc.c:
3480         (gst_cdda_base_src_class_init):
3481         * gst-libs/gst/interfaces/mixertrack.c:
3482         (gst_mixer_track_class_init):
3483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3484         (gst_base_rtp_depayload_class_init):
3485         * gst-libs/gst/rtp/gstbasertppayload.c:
3486         (gst_basertppayload_class_init):
3487         * gst/audioconvert/gstaudioconvert.c:
3488         (gst_audio_convert_class_init):
3489         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3490         * gst/audioresample/gstaudioresample.c:
3491         (gst_audioresample_class_init):
3492         * gst/audiotestsrc/gstaudiotestsrc.c:
3493         (gst_audio_test_src_class_init):
3494         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3495         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3497         (preroll_unlinked):
3498         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3499         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3500         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3501         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3502         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3503         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3504         (gst_stream_selector_class_init):
3505         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3506         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3507         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3508         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3509         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3510         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3511         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3512         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3513         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3514         * gst/videotestsrc/gstvideotestsrc.c:
3515         (gst_video_test_src_class_init):
3516         * gst/volume/gstvolume.c: (gst_volume_class_init):
3517         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3518         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3519         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3521         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3523         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3524         static strings (i.e. all). This gives us less memory usage,
3525         fewer allocations and thus less memory defragmentation. Depend
3526         on core CVS for this. Fixes bug #523806.
3527
3528 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3529
3530         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3531         Filter http and https protocols. GIO/GVfs handles them but it's
3532         impossible to implement iradio/icecast with it. Better use
3533         souphttpsrc or something else for this.
3534
3535         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3536         If getting the file informations by a query fails try it with the
3537         seek-to-end trick too.
3538
3539 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3540
3541         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3542         (gst_volume_base_init), (gst_volume_class_init),
3543         (volume_process_double), (volume_process_float),
3544         (volume_transform_ip), (plugin_init):
3545         memset buffers to zero if we get a GAP buffer. We usually see a
3546         buffer as one unit so let's handle it as one and don't care about
3547         volume changes while processing one buffer.
3548         Also clean up some stuff a bit.
3549
3550 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3551
3552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3553         (gst_audio_convert_create_silence_buffer),
3554         (gst_audio_convert_transform):
3555         Make audioconvert GAP-aware by outputting silence buffers when the
3556         input has the GAP flag set. This is up to 8x faster.
3557         Based on a patch by Stefan Kost. Fixes bug #517813.
3558
3559 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3560
3561         * gst/volume/gstvolume.c: (volume_process_double):
3562         Use oil_scalarmultiply_f64_ns() for double processing when it's
3563         available at compile time.
3564
3565 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3566
3567         * configure.ac:
3568         Fix lrint/lrintf checks to actually work. These functions are
3569         in libm on Linux at least so try to link to it.
3570
3571 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3572
3573         * configure.ac:
3574         Back to development - 0.10.18.1
3575
3576 === release 0.10.18 ===
3577
3578 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3579
3580         * configure.ac:
3581           releasing 0.10.18, "I will follow"
3582
3583 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3584
3585         * configure.ac:
3586         * win32/common/config.h:
3587         0.10.17.4 pre-release
3588
3589 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3590
3591         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3592         Use GST_STR_NULL when trying to print strings that could be NULL because
3593         this might crash on some platforms. See #520808.
3594
3595 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3596
3597         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
3598
3599         * gst-libs/gst/rtsp/gstrtspconnection.c:
3600         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3601         (read_line), (gst_rtsp_connection_read_internal):
3602         Generic Windows fixes that makes libgstrtsp work on Windows when
3603         coupled with the new GstPoll API. See #520808.
3604
3605 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3606
3607         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3608
3609         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3610           If seeking to a new position succeeds don't simply return from
3611           create() without creating a buffer. Do this only in the case
3612           seeking to the new position fails. Fixes bug #523054.
3613
3614 2008-03-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3615
3616         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3617           (gst_video_format_from_rgba32_masks):
3618           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3619           (#522635).
3620
3621         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3622           Add unit test for the RGB caps parsing and creation, checking for
3623           internal consistency of the new API and consistency of the API with
3624           the old GST_VIDEO_CAPS_* defines.
3625
3626 2008-03-14  David Schleef  <ds@schleef.org>
3627
3628         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3629           because -base is in freeze.
3630
3631 2008-03-14  David Schleef  <ds@schleef.org>
3632
3633         Patch by: William M. Brack
3634
3635         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3636
3637 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3638
3639         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3640         (gst_selector_pad_chain):
3641         * gst/playback/gststreamselector.h:
3642         Revert change that caused regression until a real fix is found.
3643         Fixes #522203.
3644
3645 2008-03-12  Michael Smith <msmith@fluendo.com>
3646
3647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3648         * gst-libs/gst/audio/gstringbuffer.h:
3649           Rename recently added buffer types to make more sense.
3650         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3651         (gst_alsasink_write):
3652           Adapt for above API changes.
3653           Fixes bug #520523.
3654
3655 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3656
3657         * win32/common/libgstnetbuffer.def:
3658         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3659
3660 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3661
3662         * configure.ac:
3663         * win32/common/config.h:
3664         0.10.17.3 pre-release
3665
3666 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3667
3668         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3669         (gst_base_audio_src_create):
3670         Fix duration when no clock was provided. Fixes #520300.
3671
3672 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3673
3674         Patch by: Olivier Crete  <tester at tester ca>
3675
3676         * docs/libs/gst-plugins-base-libs-sections.txt:
3677         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3678         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3679         Add trivial function to compare GstNetAddress. See #520626.
3680         API: GstNetBuffer::gst_netaddress_equal
3681
3682 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3683
3684         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3685         Update mode property docs, it's deprecated now.
3686
3687 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * gst-libs/gst/rtsp/gstrtspconnection.c:
3690         (gst_rtsp_connection_create):
3691         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3692         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3693         * gst/tcp/gstmultifdsink.h:
3694         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3695         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3696         Remove GstPollMode from gstpoll constructor.
3697
3698 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3699
3700         * configure.ac:
3701         * win32/common/config.h:
3702         0.10.17.2 pre-release
3703
3704 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3705
3706         * gst/Makefile.am:
3707         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3708         them twice
3709
3710         * win32/common/libgstinterfaces.def:
3711         * win32/common/libgstrtp.def:
3712         Add new API to the defs
3713
3714 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3715
3716         Patch by: Mersad Jelacic  <mersad at axis dot com>
3717
3718         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3719         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3720         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3721         possible to specify the sample size in bits. (#509637)
3722
3723 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3724
3725         * tests/check/libs/mixer.c:
3726           Add a few simple checks for the new message types.
3727
3728 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3729
3730         * docs/libs/gst-plugins-base-libs-sections.txt:
3731         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3732           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3733           (gst_mixer_message_get_type),
3734           (gst_mixer_message_parse_option_changed),
3735           (gst_mixer_message_parse_options_list_changed):
3736         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3737           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3738           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3739           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3740           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3741           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3742
3743 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3744
3745         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3746           (gst_mixer_options_get_values):
3747         * gst-libs/gst/interfaces/mixeroptions.h:
3748           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3749           (_GstMixerOptions), (_GstMixerOptionsClass):
3750           API: add GstMixerOptions::get_values vfunc (#519906)
3751
3752 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3753
3754         * configure.ac:
3755         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3756         plug-ins are included/excluded. (#498222)
3757
3758 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3759
3760         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3761         Add typefinder for IMelody files, using audio/x-imelody.
3762         See bug #519516.
3763
3764 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3765
3766         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3767         * ext/alsa/gstalsasink.c: (set_hwparams):
3768         * ext/alsa/gstalsasrc.c: (set_hwparams):
3769         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3770         * ext/ogg/gstoggmux.h:
3771         * ext/ogg/gstogmparse.c:
3772         * gst-libs/gst/audio/audio.c:
3773         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3774         * gst-libs/gst/pbutils/missing-plugins.c:
3775         (gst_missing_uri_sink_message_new),
3776         (gst_missing_element_message_new),
3777         (gst_missing_decoder_message_new),
3778         (gst_missing_encoder_message_new):
3779         * gst-libs/gst/rtp/gstbasertppayload.c:
3780         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3781         (gst_rtcp_packet_bye_get_reason):
3782         * gst/audioconvert/gstaudioconvert.c:
3783         * gst/audioresample/gstaudioresample.c:
3784         * gst/ffmpegcolorspace/imgconvert.c:
3785         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3786         * gst/typefind/gsttypefindfunctions.c:
3787         * gst/videoscale/vs_4tap.c:
3788         * gst/videoscale/vs_4tap.h:
3789         * sys/v4l/gstv4lelement.c:
3790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3791         * sys/v4l/v4l_calls.c:
3792         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3793         (gst_v4lsrc_try_capture):
3794         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3795         (gst_ximagesink_ximage_new):
3796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3797         (gst_xvimagesink_xvimage_new):
3798         * tests/check/elements/audioconvert.c:
3799         * tests/check/elements/audioresample.c:
3800         (fail_unless_perfect_stream):
3801         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3802         * tests/check/elements/decodebin.c:
3803         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3804         (setup_gdpdepay_streamheader):
3805         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3806         (setup_gdppay_streamheader):
3807         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3808         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3809         * tests/check/elements/textoverlay.c:
3810         * tests/check/elements/videorate.c: (setup_videorate):
3811         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3812         * tests/check/elements/volume.c: (setup_volume):
3813         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3814         * tests/check/elements/vorbistag.c:
3815         * tests/check/generic/clock-selection.c:
3816         * tests/check/generic/states.c: (setup), (teardown):
3817         * tests/check/libs/cddabasesrc.c:
3818         * tests/check/libs/video.c:
3819         * tests/check/pipelines/gio.c:
3820         * tests/check/pipelines/oggmux.c:
3821         * tests/check/pipelines/simple-launch-lines.c:
3822         (simple_launch_lines_suite):
3823         * tests/check/pipelines/streamheader.c:
3824         * tests/check/pipelines/theoraenc.c:
3825         * tests/check/pipelines/vorbisdec.c:
3826         * tests/check/pipelines/vorbisenc.c:
3827         * tests/examples/seek/scrubby.c:
3828         * tests/examples/seek/seek.c: (query_positions_elems),
3829         (query_positions_pads):
3830         * tests/icles/stress-xoverlay.c: (myclock):
3831         Correct all relevant warnings found by the sparse semantic code
3832         analyzer. This include marking several symbols static, using
3833         NULL instead of 0 for pointers and using "foo (void)" instead
3834         of "foo ()" for declarations.
3835
3836         * win32/common/libgstrtp.def:
3837         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3838
3839 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3840
3841         Patch by: JosĂ© Alburquerque <jaalburqu svn gnome org>
3842
3843         * gst/playback/gstplaybin2.c:
3844           Make the function signature of the _get_*_tags() functions match
3845           the signature of the vfuncs they implement, ie. return a
3846           GstTagList rather than a GstStructure, which is more correct,
3847           even if one is typedef'ed to the other (#518940).
3848
3849 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3850
3851         * gst-libs/gst/rtsp/gstrtspconnection.c:
3852           Don't include unix headers unconditionally (fixes #518037).
3853
3854 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3855
3856         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3857           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3858           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3859           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3860           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3861           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3862           (gst_video_format_is_packed), (video_format_is_packed):
3863           Add unit test that makes sure that the strides, offsets and
3864           sizes returned for the various YUV formats by the new video API
3865           match the old reference implementation in videotestsrc.
3866
3867 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3868
3869         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3870           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3871           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3872           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3873           (gst_video_format_get_pixel_stride),
3874           (gst_video_format_get_component_width),
3875           (gst_video_format_get_component_height),
3876           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3877         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3878           (GST_VIDEO_FORMAT_Y42B):
3879           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3880
3881 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3882
3883         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3884           YV12 is I420 with swapped components 1 and 2, so the offset of
3885           component 1 for I420 should be the offset for component 2 for YV12
3886           and vice versa.
3887
3888 2008-02-29  Rene Stadler  <mail@renestadler.de>
3889
3890         * sys/v4l/gstv4lelement.c:
3891         Add missing semicolon to fix indentation.
3892
3893 2008-02-29  Julien Moutte  <julien@fluendo.com>
3894
3895         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3896         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3897         if we can do SPDIF output.
3898         * ext/alsa/gstalsa.h:
3899         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3900         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3901         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3903         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3904         to support AC3, EC3 and IEC958 buffers.
3905
3906 2008-02-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3907
3908         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3909           (gst_mixer_message_parse_mute_toggled),
3910           (gst_mixer_message_parse_record_toggled),
3911           (gst_mixer_message_parse_volume_changed),
3912           (gst_mixer_message_parse_option_changed):
3913           De-cruft and fix message type assertions (NULL is not a really
3914           valid mixer message type string).
3915
3916 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3917
3918         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3919         When negotiating, actually start from a format that we can support
3920         instead of from the too generic template.
3921
3922 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3923
3924         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3925         Enable vis setting.
3926
3927         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3928         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3929         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3930         (gen_vis_chain):
3931         Implement vis switching while playing.
3932
3933 2008-02-28  David Schleef  <ds@schleef.org>
3934
3935         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3936
3937 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3938
3939         Patch by: Peter Kjellerstedt  <pkj at axis com>
3940
3941         * gst/tcp/Makefile.am:
3942         * gst/tcp/fdsetstress.c:
3943         * gst/tcp/gstfdset.c:
3944         * gst/tcp/gstfdset.h:
3945         Removed fdset and stress test, they are now known as GstPoll in
3946         core. 
3947
3948         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3949         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3950         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3951         (gst_multi_fd_sink_handle_client_write),
3952         (gst_multi_fd_sink_queue_buffer),
3953         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3954         (gst_multi_fd_sink_stop):
3955         * gst/tcp/gstmultifdsink.h:
3956         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3957         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3958         (gst_tcp_gdp_read_caps):
3959         * gst/tcp/gsttcp.h:
3960         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3961         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3962         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3963         * gst/tcp/gsttcpclientsink.h:
3964         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3965         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3966         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3967         * gst/tcp/gsttcpclientsrc.h:
3968         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3969         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3970         * gst/tcp/gsttcpserversink.h:
3971         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3972         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3973         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3974         * gst/tcp/gsttcpserversrc.h:
3975         Port to GstPoll. See #505417.
3976
3977 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3978
3979         Patch by: Peter Kjellerstedt  <pkj at axis com>
3980
3981         * gst-libs/gst/rtsp/gstrtspconnection.c:
3982         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3983         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3984         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3985         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3986         (gst_rtsp_connection_flush):
3987         * gst-libs/gst/rtsp/gstrtspconnection.h:
3988         Use GstPoll for the rtsp connection. See #505417.
3989
3990 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3991
3992         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3993         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3994         Add combo box for visualisations, populate it with a factory list
3995         of all visualisation plugins, configure vis plugin instance in
3996         playbin2. 
3997
3998 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3999
4000         * tests/check/libs/rtp.c: (GST_START_TEST):
4001         Add check for RTP buffer defaults, padding and marker bit API.
4002
4003 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4004
4005         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4006         Use memcpy() instead of upcasting a byte array to long *. This
4007         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4008         This should be ported to GCheckSum once we can use GLib 2.16.
4009         Partially fixes bug #500833.
4010
4011 2008-02-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4012
4013         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4014           Push tag event after the newsegment event. Log the pointer of
4015           the buffer we're actually going to push rather than the buffer
4016           we're feeding to _make_metadata_writable().
4017
4018 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4019
4020         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4021         Comment smoke typefinder for now. The smokedec plugin needs one
4022         frame per buffer but we have no parser yet, thus it simply crashes
4023         in most situations.
4024
4025 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4026
4027         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4028         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4029
4030 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4031
4032         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4033         (plugin_init):
4034         Add midi typefinder, copied from the timidity plugin.
4035
4036 2008-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4037
4038         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4039
4040         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4041         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4042           (subparse_suite):
4043           Forward slashes at the beginning and end of a line also signify
4044           italics (Fixes: #518162).
4045
4046 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4047
4048         * tests/check/gst-plugins-base.supp:
4049         Add a suppression for a cached value in GIO that wasn't moved
4050         while moving gio from -bad to -base.
4051
4052 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4053
4054         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4055
4056         * configure.ac:
4057         Don't hardcode -Wall and -Werror for configure checks, this fails
4058         with non-GCC compilers. Fixes bug #517991.
4059
4060 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4061
4062         * gst/audioconvert/gstaudioconvert.c:
4063         * gst/audioconvert/gstaudioquantize.c:
4064         * gst/audioconvert/gstaudioquantize.h:
4065           Make audioconvert gap aware. If noiseshaping is used, wait for
4066           noiseshaping to converge before marking as GAP. Fixes #517813.
4067
4068 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4069
4070         * gst/audiotestsrc/gstaudiotestsrc.c:
4071           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4072
4073 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4074
4075         * ext/gnomevfs/gstgnomevfssink.c:
4076         (gst_gnome_vfs_sink_handle_event):
4077         Return FALSE when seeking for a new segment fails instead
4078         of silently ignoring the failure and appending every buffer
4079         that comes for the new segment.
4080
4081 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4082
4083         * gst/playback/gstplaysink.c: (find_property),
4084         (gst_play_sink_find_property), (gen_video_chain),
4085         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4086         Recursively search the sink element for a last-frame property so that we
4087         can also find the property in autovideosink and friends that don't
4088         always proxy the internal sink properties.
4089
4090 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4091
4092         * gst-libs/gst/audio/multichannel.c:
4093           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4094           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4095           (gst_audio_set_structure_channel_positions_list),
4096           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4097           (gst_audio_fixate_channel_positions):
4098           Fix confusing terminology in docs and code: structure fields are
4099           'fields' and not 'properties'.
4100
4101 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4102
4103         * gst-libs/gst/audio/multichannel.c:
4104           (gst_audio_check_channel_positions), (add_list_to_struct):
4105           Give more useful warning messages if one of the channel
4106           layout enums passed to us is invalid and if the "channels"
4107           field in the caps has a GType we don't expect.
4108
4109 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4110
4111         * gst-libs/gst/audio/multichannel.c:
4112           Fix typo in docs blurb.
4113
4114 2008-02-19  Julien Moutte  <julien@fluendo.com>
4115
4116         Patch by: Josep Torra Valles <josep@fluendo.com>
4117
4118         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4119         typefind lookup to fix typefinding on HD clips.
4120
4121 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4122
4123         * gst/playback/gstscreenshot.c:
4124         * gst/playback/gstscreenshot.h:
4125           Fix up copyright (I rewrote the GStreamer-0.10 code for
4126           this from scratch back in the days).
4127
4128 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4129
4130         * gst/playback/Makefile.am:
4131         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4132         (create_element), (gst_play_frame_conv_convert):
4133         * gst/playback/gstscreenshot.h:
4134         Add screenshot conversion code from totem.
4135
4136         * gst/playback/gstplay-marshal.list:
4137         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4138         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4139         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4140         Implement frame property to get a color-unconverted snapshot.
4141         Implement convert-frame action signal to get a converted snapshot image.
4142         Configure connection speed in uridecodebin.
4143         Document some more properties.
4144
4145         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4146         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4147         (gst_play_sink_get_last_frame):
4148         * gst/playback/gstplaysink.h:
4149         Use last-buffer property of the video sink to get a video snapshot.
4150
4151         * tests/examples/seek/seek.c: (shot_cb), (main):
4152         Add snapshot button for playbin2 and use the frame property to save the
4153         frame as a png in the current directory.
4154
4155 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4156
4157         Patch by: Josep Torra Valles <josep at fluendo dot com>
4158
4159         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4160         (plugin_init):
4161         Add typefinding support for h264 elementary streams.
4162         Fixes bug #517420.
4163
4164 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4165
4166         * configure.ac:
4167           Require CVS of core for new API in collectpads.
4168
4169         * gst/adder/gstadder.c:
4170           Use new API to make adder sparse stream aware.
4171
4172 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4173
4174         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4175         (no_more_pads_cb):
4176         Get the object data correct so that we can remove our channels
4177         correctly.
4178
4179         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4180         (gen_vis_chain), (gst_play_sink_reconfigure),
4181         (gst_play_sink_request_pad):
4182         Add option to disable async behaviour in the sinks when possible. This
4183         makes it possible to avoid an audio queue when dealing with
4184         visualisations.
4185         Add option to add a queue for the audio path.
4186
4187         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4188         (main):
4189         Disable the vis checkbox to match the defaults of playbin2.
4190         Only get the stream info when we need to.
4191
4192 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4193
4194         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4195         (gst_gio_base_sink_set_stream):
4196         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4197         (gst_gio_base_src_set_stream):
4198         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4199         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4200         Don't use async operations as they require a running main loop.
4201         This makes us block again when closing streams and unable
4202         to mount the enclosing volume of an URI if it isn't yet.
4203
4204 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4205
4206         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4207         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4208         (gen_vis_chain), (gst_play_sink_reconfigure),
4209         (gst_play_sink_request_pad):
4210         Move tee in front of the audio and vis pipelines.
4211         Add queue for audio for now.
4212         Add visualisation support.
4213
4214         * tests/examples/seek/seek.c: (main):
4215         Visualisation is by default disabled.
4216
4217 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4218
4219         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4220         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4221         Improve debugging a bit.
4222
4223         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4224         * ext/gio/gstgiosink.h:
4225         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4226         * ext/gio/gstgiosrc.h:
4227         Try to mount the enclosing volume of a GFile if it isn't mounted
4228         yet. This requires us to wait for an async operation to finish, done
4229         with an nested GMainLoop. Authentication is not supported yet, will
4230         come later.
4231
4232 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4233
4234         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4235         (gst_play_bin_set_property), (gst_play_bin_get_property),
4236         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4237         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4238         (gst_play_sink_get_mute), (gen_audio_chain):
4239         * gst/playback/gstplaysink.h:
4240         Add mute property.
4241
4242         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4243         (gst_selector_pad_chain):
4244         * gst/playback/gststreamselector.h:
4245         Make sure we forward the event only once.
4246
4247         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4248         Add and implement the mute button for playbin2.
4249
4250 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4251
4252         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4253
4254         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4255         Add some more debug info.
4256         Make sure we never return a negative delay. Fixes #516246.
4257
4258 2008-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4259
4260         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4261           Revert patch that makes the sink hold the object lock when
4262           calling snd_pcm_delay(), since it breaks playback for me.
4263
4264 2008-02-12  Julien Moutte  <julien@fluendo.com>
4265
4266         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4267         some seek flags when changing rate.
4268
4269 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4270
4271         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4272         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4273         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4274         Fix potential leaks.
4275
4276         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4277         Fix leak when there is no function configured.
4278
4279 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4280
4281         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4282         (gst_v4lsrc_buffer_finalize):
4283         Correctly chain up the finalize method.
4284
4285 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         * ext/gio/gstgiostreamsink.c:
4288         * ext/gio/gstgiostreamsrc.c:
4289         Add documentation and example code for giostreamsink/giostreamsrc.
4290
4291         * tests/check/pipelines/gio.c: (GST_START_TEST):
4292         Ask the GMemoryOutputStream for the data instead of assuming that
4293         the pointer to the data stayed the same. It could've been realloc'ed.
4294
4295 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4296
4297         * ext/gio/gstgiosink.c:
4298         * ext/gio/gstgiosrc.c:
4299         Make the documentation of giosink/giosrc complete, large parts
4300         are based on the gnomevfssink/gnomevfssrc docs.
4301
4302 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4303
4304         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4305         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4306         * docs/plugins/gst-plugins-base-plugins.args:
4307         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4308         * docs/plugins/gst-plugins-base-plugins.interfaces:
4309         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4310         * docs/plugins/gst-plugins-base-plugins.signals:
4311         * docs/plugins/inspect/plugin-adder.xml:
4312         * docs/plugins/inspect/plugin-audioconvert.xml:
4313         * docs/plugins/inspect/plugin-audiorate.xml:
4314         * docs/plugins/inspect/plugin-audioresample.xml:
4315         * docs/plugins/inspect/plugin-decodebin.xml:
4316         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4317         * docs/plugins/inspect/plugin-gdp.xml:
4318         * docs/plugins/inspect/plugin-gio.xml:
4319         * docs/plugins/inspect/plugin-gnomevfs.xml:
4320         * docs/plugins/inspect/plugin-libvisual.xml:
4321         * docs/plugins/inspect/plugin-ogg.xml:
4322         * docs/plugins/inspect/plugin-pango.xml:
4323         * docs/plugins/inspect/plugin-playback.xml:
4324         * docs/plugins/inspect/plugin-queue2.xml:
4325         * docs/plugins/inspect/plugin-subparse.xml:
4326         * docs/plugins/inspect/plugin-theora.xml:
4327         * docs/plugins/inspect/plugin-uridecodebin.xml:
4328         * docs/plugins/inspect/plugin-videorate.xml:
4329         * docs/plugins/inspect/plugin-videoscale.xml:
4330         * docs/plugins/inspect/plugin-volume.xml:
4331         * docs/plugins/inspect/plugin-vorbis.xml:
4332         Add the GIO documentation again and while at that run make update.
4333
4334 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4335
4336         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4337         * ext/alsa/gstalsasink.c: (set_swparams):
4338         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4339           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4340           against libasound >= 1.0.16, since it's been deprecated in
4341           0.10.16, and alignment is always 1 then, apparently. (#512899)
4342
4343 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4344
4345         * gst/playback/gstplaybin.c: (gen_audio_element):
4346         * gst/playback/gstplaysink.c: (gen_audio_chain):
4347           Handle case where we can't create the volume element a bit
4348           better (#514307).
4349
4350 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4351
4352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4353         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4354           Add support for https protocol. Fixes #510229.
4355
4356 2008-02-11  Julien Moutte  <julien@fluendo.com>
4357         
4358         Patch by: Alan Peevers <peeves@pacbell.net>
4359
4360         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4361         lock when calling alsa methods.
4362
4363 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4364
4365         * gst/typefind/gsttypefindfunctions.c:
4366           Bump rank of jpeg and png typefinders, which will return maximum
4367           probability in the most common cases (thus short-circuiting more
4368           expensive typefinders like the mp3 one for these two quite common
4369           image types).
4370
4371 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4372
4373         * ext/theora/theoraparse.c:
4374         Fix long description of the theora parser to be more verbose than just
4375         the type name.
4376
4377 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4378
4379         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4380
4381         * sys/xvimage/xvimagesink.c:
4382         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4383         Fixes bug #515654.
4384
4385 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4386
4387         * gst/playback/gstplaybasebin.c:
4388         Set is_dynamic as True if there are elements with both request
4389         and sometimes src pad templates instead of breaking out when it
4390         finds the first pad template that is a src.
4391
4392 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4393
4394         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4395         (update_streams), (video_combo_cb), (audio_combo_cb),
4396         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4397         Add some stream switching and volume gui for playbin2.
4398
4399 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         * gst/playback/gstplay-marshal.list:
4402         Added marshal for streamselector Tags.
4403
4404         * gst/playback/gstplaybasebin.c: (set_active_source):
4405         Streamselector now selects pads based on the pad object instead of its
4406         name.
4407
4408         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4409         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4410         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4411         (gst_play_bin_get_text_tags),
4412         (gst_play_bin_set_current_video_stream),
4413         (gst_play_bin_set_current_audio_stream),
4414         (gst_play_bin_set_current_text_stream),
4415         (gst_play_bin_set_property), (gst_play_bin_get_property),
4416         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4417         Remove option to mute streams with the current-a/v/t property, we have
4418         this functionality in the flags.
4419         Add signals to notify when the number of A/V/T channels changed.
4420         Add action signals to get tags for the A/V/T streams.
4421         Implement setting the current A/V/T stream.
4422         Rearrange some things to simplify stream selection.
4423         Implement volume.
4424
4425         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4426         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4427         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4428         (activate_vis), (gst_play_sink_reconfigure):
4429         * gst/playback/gstplaysink.h:
4430         Add and implement volume setting methods.
4431
4432         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4433         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4434         (gst_selector_pad_event), (gst_stream_selector_class_init),
4435         (gst_stream_selector_init), (gst_stream_selector_finalize),
4436         (gst_stream_selector_set_property),
4437         (gst_stream_selector_get_property),
4438         (gst_stream_selector_get_linked_pad),
4439         (gst_stream_selector_request_new_pad):
4440         * gst/playback/gststreamselector.h:
4441         Add pad properties for tags and status of pads.
4442         Keep tags on pads.
4443         Make active pad selection based on pad object instead of name.
4444
4445 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4446
4447         * configure.ac:
4448           Revert last change as we now check in gtk-doc.m4 for sed.
4449
4450 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4451
4452         * configure.ac:
4453         Find and subst SED when building the docs.
4454
4455 2008-02-08  Julien Moutte  <julien@fluendo.com>
4456
4457         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4458         (main): Make sure bus signals are reconnected when pressing STOP
4459         and then PLAY again for a parse launch pipeline. Fix a ref leak
4460         on the bus.
4461         * win32/common/config.h: Updated.
4462
4463 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4464
4465         * configure.ac:
4466         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4467         pre-releases or releases.
4468
4469 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4470
4471         * configure.ac:
4472         * ext/gio/Makefile.am:
4473         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4474         reporting
4475
4476 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4477
4478         * docs/plugins/Makefile.am:
4479         Add the headers which need scanning for the GIO plugin. The rest of
4480         the docs still need migrating.
4481
4482 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4483
4484         * ext/Makefile.am:
4485         * tests/check/Makefile.am:
4486         * tests/check/pipelines/.cvsignore:
4487         Add gio in a few more places.
4488
4489 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4490
4491         * configure.ac:
4492         * ext/Makefile.am:
4493         * tests/check/Makefile.am:
4494         Move gio plugin from -bad and mark as experimental.
4495
4496 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4497
4498         * gst-libs/gst/interfaces/mixeroptions.c:
4499         * gst-libs/gst/interfaces/mixertrack.c:
4500         Comment out a couple of other things which break the build when
4501         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4502
4503 2008-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4504
4505         * docs/libs/gst-plugins-base-libs-sections.txt:
4506           Fix pbutils header.
4507
4508 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4509
4510         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4511         Fix compiler warning.
4512
4513 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4514
4515         Patch by: Peter Kjellerstedt  <pkj at axis com>
4516
4517         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4518         Clear the addrinfo struct using memset. Fixes #514937.
4519
4520 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4521
4522         * gst/tcp/gstfdset.h:
4523         Remove unused field to same some memory.
4524
4525         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4526         Mark action signals as such.
4527
4528 2008-02-06  Michael Smith <msmith@fluendo.com>
4529
4530         * ext/theora/theoradec.c: (_theora_granule_frame),
4531         (_inc_granulepos):
4532           Increment granulepos for new-bitstream versions appropriately.
4533           Fixes #514623.
4534
4535 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4536
4537         * tests/examples/seek/seek.c: (do_seek),
4538         (rate_spinbutton_changed_cb), (update_streams), (main):
4539         Remove obsolete stream_time reset after flushing seek, core does that
4540         automatically now.
4541         Improve accuracy of speed spinbutton.
4542         Only do playbin2 stuff when we actually use it.
4543
4544 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4545
4546         * tests/check/Makefile.am:
4547           Revert previous change of the test environment's GST_PLUGIN_PATH.
4548           The problem is not with the plugins, but with element factories
4549           and only occurs if elements are split out from existing plugins
4550           or if plugins change name (see #512740).
4551
4552 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4553
4554         * tests/check/Makefile.am:
4555           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4556           with the core's plugins first and our local build directories last,
4557           since we might be building against an installed core, and that
4558           core's plugin directory may contain older or other versions of
4559           our own -base plugins, but we really do want to test our local
4560           ones (if there are multiple plugins or element factories with the
4561           same name, those inspected last will trump those read in earlier).
4562           Fixes #512740 for the most part.
4563
4564 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4565
4566         * configure.ac:
4567         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4568         Use gmtime_r if available as gmtime is not MT-safe.
4569         Fixes bug #511810.
4570
4571 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4572
4573         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4574         Cast glong to time_t as time_t might have a different type on
4575         other platforms, like FreeBSD, and we get a compiler warning
4576         otherwise. Fixes bug #511825.
4577
4578 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4579
4580         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4581         (get_group), (get_n_pads), (gst_play_bin_get_property),
4582         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4583         (autoplug_select_cb), (deactivate_group):
4584         Remove stream-info, we going for something easier.
4585         Refactor getting the current group.
4586         Implement getting the number of audio/video/text streams.
4587
4588         * gst/playback/gststreamselector.c:
4589         (gst_stream_selector_class_init), (gst_stream_selector_init),
4590         (gst_stream_selector_get_property),
4591         (gst_stream_selector_request_new_pad),
4592         (gst_stream_selector_release_pad):
4593         * gst/playback/gststreamselector.h:
4594         Add property for number of pads.
4595
4596         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4597         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4598         (text_toggle_cb), (update_streams), (msg_async_done),
4599         (msg_state_changed), (main):
4600         Block slider callback when updating the slider position.
4601         Add gui elements for controlling playbin2.
4602         Add callback for async_done that updates position/duration.
4603
4604 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4605
4606         * docs/plugins/Makefile.am:
4607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4609         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4610         * docs/plugins/gst-plugins-base-plugins.interfaces:
4611         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4612           First round of plugin docs cleansups.
4613
4614         * docs/plugins/inspect/plugin-adder.xml:
4615         * docs/plugins/inspect/plugin-alsa.xml:
4616         * docs/plugins/inspect/plugin-audioconvert.xml:
4617         * docs/plugins/inspect/plugin-audiorate.xml:
4618         * docs/plugins/inspect/plugin-audioresample.xml:
4619         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4620         * docs/plugins/inspect/plugin-cdparanoia.xml:
4621         * docs/plugins/inspect/plugin-decodebin.xml:
4622         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4623         * docs/plugins/inspect/plugin-gdp.xml:
4624         * docs/plugins/inspect/plugin-gnomevfs.xml:
4625         * docs/plugins/inspect/plugin-libvisual.xml:
4626         * docs/plugins/inspect/plugin-ogg.xml:
4627         * docs/plugins/inspect/plugin-pango.xml:
4628         * docs/plugins/inspect/plugin-subparse.xml:
4629         * docs/plugins/inspect/plugin-tcp.xml:
4630         * docs/plugins/inspect/plugin-theora.xml:
4631         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4632         * docs/plugins/inspect/plugin-video4linux.xml:
4633         * docs/plugins/inspect/plugin-videorate.xml:
4634         * docs/plugins/inspect/plugin-videoscale.xml:
4635         * docs/plugins/inspect/plugin-videotestsrc.xml:
4636         * docs/plugins/inspect/plugin-volume.xml:
4637         * docs/plugins/inspect/plugin-vorbis.xml:
4638         * docs/plugins/inspect/plugin-ximagesink.xml:
4639         * docs/plugins/inspect/plugin-xvimagesink.xml:
4640           Regenerate.
4641
4642         * ext/ogg/Makefile.am:
4643         * ext/ogg/gstoggmux.c:
4644         * ext/ogg/gstoggmux.h:
4645           Add header for oggmux. the c-file needs a doc blob still.
4646
4647 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4648
4649         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4650
4651         * gst-libs/gst/rtp/gstrtpbuffer.c:
4652         (gst_rtp_buffer_set_extension_data):
4653         * gst-libs/gst/rtp/gstrtpbuffer.h:
4654         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4655         Add gst_rtp_buffer_set_extension_data() 
4656         Add a unit test for this addition. Fixes #511478.
4657         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4658
4659 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4660
4661         * configure.ac:
4662         Back to CVS
4663
4664 === release 0.10.17 ===
4665
4666 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4667
4668         * configure.ac:
4669           releasing 0.10.17, "Peanut Butter and Jelly"
4670
4671 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4672
4673         * gst-libs/gst/interfaces/mixeroptions.c:
4674         * gst-libs/gst/interfaces/mixertrack.c:
4675         Also remove the conditional registration of the signals
4676         that disappeared with the ABI change in 0.10.14
4677
4678 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4679
4680         * gst-libs/gst/rtsp/gstrtspconnection.c:
4681         Revert patch to gstrtspconnection.c for brown paper bag
4682         release of -base. Re-opens: #511825
4683
4684 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4685
4686         * gst-libs/gst/interfaces/mixeroptions.h:
4687         * gst-libs/gst/interfaces/mixertrack.h:
4688         Change the way these deprecated function pointers are removed
4689         so that the compiled ABI is unconditionally smaller. This 
4690         sets in stone an ABI break that actually occurred when the
4691         things were deprecated in 0.10.14, which seems to be the best
4692         fix as the only known users are oss-mixer and sunaudio-mixer in 
4693         gst-plugins-good.
4694         Fixes: #513018
4695
4696 2008-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4697
4698         * win32/common/libgstpbutils.def:
4699           Export the two new _get_type() functions which are needed
4700           by the python bindings.
4701
4702 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4703
4704         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4705         Cast glong to time_t as time_t might have a different type on
4706         other platforms, like FreeBSD, and we get a compiler warning
4707         otherwise. Fixes bug #511825.
4708
4709 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4710
4711         * gst-libs/gst/audio/gstaudiofilter.c:
4712         (gst_audio_filter_class_init):
4713         Initialize the GstRingerBuffer class to get it's debug category
4714         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4715         category and otherwise we get some g_critical(). Fixes bug #512334.
4716
4717 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4718
4719         * configure.ac:
4720         Back to CVS
4721
4722 === release 0.10.16 ===
4723
4724 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4725
4726         * configure.ac:
4727           releasing 0.10.16, "Scheduled Interruption"
4728
4729 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4730
4731         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4732
4733         * gst-libs/gst/rtp/gstrtpbuffer.c:
4734         (gst_rtp_buffer_get_extension_data):
4735         Fix typos and wrong extension check. Fixes #511274.
4736
4737 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4738
4739         * po/sk.po:
4740         Oops - add new sk.po mentioned in the LINGUAS I just committed
4741
4742 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4743
4744         * po/LINGUAS:
4745         Add ca translation to the disted list.
4746
4747         * win32/vs6/libgstsdp.dsp:
4748         Convert line endings to CRLF
4749
4750 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4751
4752         * win32/MANIFEST:
4753         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4754
4755 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4756
4757         * win32/common/libgstsdp.def:
4758         * win32/common/libgstvideo.def:
4759         Add new API declarations
4760
4761 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4762
4763         * ext/theora/gsttheoradec.h:
4764         * ext/theora/gsttheoraparse.h:
4765         * ext/theora/theoradec.c:
4766         * ext/theora/theoraparse.c:
4767         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4768         and parser by inspecting the bitstream version of the incoming data.
4769
4770 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4771
4772         * configure.ac:
4773         * pkgconfig/Makefile.am:
4774         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4775         * pkgconfig/gstreamer-audio.pc.in:
4776         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4777         * pkgconfig/gstreamer-cdda.pc.in:
4778         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4779         * pkgconfig/gstreamer-fft.pc.in:
4780         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4781         * pkgconfig/gstreamer-floatcast.pc.in:
4782         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4783         * pkgconfig/gstreamer-interfaces.pc.in:
4784         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4785         * pkgconfig/gstreamer-netbuffer.pc.in:
4786         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4787         * pkgconfig/gstreamer-pbutils.pc.in:
4788         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4789         * pkgconfig/gstreamer-riff.pc.in:
4790         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4791         * pkgconfig/gstreamer-rtp.pc.in:
4792         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4793         * pkgconfig/gstreamer-rtsp.pc.in:
4794         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4795         * pkgconfig/gstreamer-sdp.pc.in:
4796         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4797         * pkgconfig/gstreamer-tag.pc.in:
4798         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4799         * pkgconfig/gstreamer-video.pc.in:
4800         Provide one pkg-config file for every gst-plugins-base library.
4801         This makes linking to those libraries much more intuitive and
4802         provides standard pkg-config behaviour for them. Fixes bug #499697.
4803
4804 2008-01-13  David Schleef  <ds@schleef.org>
4805
4806         * gst/videoscale/vs_4tap.c:
4807           Fix valgrind error on 4tap scaling method.
4808
4809 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4810
4811         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4812         Include Winsock2.h for VS6 and use a different way initialize
4813         hints structure so it can build with VS6.
4814         * win32/MANIFEST:
4815         * win32/vs6/libgstsdp.dsp:
4816         * win32/common/libgstsdp.def:
4817         Add new files for libgstsdp.
4818         * win32/vs6/grammar.dsp:
4819         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4820         * win32/vs6/gst_plugins_base.dsw:
4821         * win32/vs6/libgstdecodebin.dsp:
4822         * win32/vs6/libgstdecodebin2.dsp:
4823         * win32/vs6/libgstplaybin.dsp:
4824         * win32/vs6/libgstvolume.dsp:
4825         Add new dependencies to the link list.
4826
4827 2008-01-13  Julien Moutte  <julien@fluendo.com>
4828
4829         * win32/common/config.h:
4830         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4831         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4832         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4833         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4834         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4835         * win32/common/interfaces-enumtypes.c:
4836         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4837         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4838         (gst_mixer_track_flags_get_type),
4839         (gst_tuner_channel_flags_get_type):
4840         * win32/common/multichannel-enumtypes.c:
4841         (gst_audio_channel_position_get_type):
4842         * win32/common/pbutils-enumtypes.c:
4843         (gst_install_plugins_return_get_type):
4844         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4845         in the win32 build directory.
4846
4847 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4848
4849         * tests/check/Makefile.am:
4850         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4851
4852         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4853         * tests/check/elements/playbin.c:
4854         * tests/check/libs/mixer.c: (test_element_interface_supported),
4855         (gst_implements_interface_init):
4856         * tests/check/libs/rtp.c: (GST_START_TEST):
4857         Fix various assignment type mismatches.
4858
4859 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4860
4861         * configure.ac:
4862         * gst-libs/gst/rtsp/Makefile.am:
4863         Add test to see if hstrerror is available or if we need libresolv
4864         (Solaris) for it, then use it in libgstrtsp.
4865
4866 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4867
4868         * gst-libs/gst/tag/Makefile.am:
4869         Fix include path order
4870
4871 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4872
4873         * gst-libs/gst/pbutils/install-plugins.c:
4874         (gst_install_plugins_context_copy),
4875         (gst_install_plugins_context_get_type):
4876         * gst-libs/gst/pbutils/install-plugins.h:
4877         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4878         for bindings.
4879
4880 2008-01-11  Michael Smith <msmith@fluendo.com>
4881
4882         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4883         (_theora_granule_frame), (_theora_granule_start_time),
4884         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4885           Adapt for post-alpha meaning of granulepos, when we
4886           have a newer version of libtheora.
4887         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4888         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4889         (theora_enc_is_discontinuous), (theora_enc_chain):
4890           Likewise.
4891         * tests/check/Makefile.am:
4892           Link libtheora into theoraenc test so we can check which version of
4893           libtheora we're testing against.
4894         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4895         (check_buffer_granulepos),
4896         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4897         (theoraenc_suite):
4898           Adapt tests to check the values that are now defined for theora; make
4899           the tests backwards-adapt the passed values if we're running against an
4900           old libtheora.
4901           Fixes #497964
4902
4903 2008-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4904
4905         * gst-libs/gst/audio/gstbaseaudiosink.c:
4906           (gst_base_audio_sink_class_init):
4907         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4908           (gst_base_audio_src_class_init):
4909           Ref audio clock class from a thread-safe context to make sure
4910           we're not bit by GObjects lack of thread-safety here (#349410),
4911            however unlikely that may be in practice.
4912
4913 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4914
4915         * autogen.sh:
4916           Add -Wno-portability to the automake parameters to stop warnings
4917           about GNU make extensions being used. We require GNU make in almost
4918           every Makefile anyway.
4919           
4920         * configure.ac:
4921           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4922           at the same time is required for per target flags.
4923
4924 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4925
4926         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4927           Post an error message if we can't pull as many bytes as we need
4928           for the tag. This makes sure the user gets to see a proper error
4929           message if a file with a partial ID3 tag is fed to decodebin, and
4930           not a 'no ID3 tag demuxer' error, which would be confusing
4931           (see #508138).
4932
4933 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4934
4935         * gst-libs/gst/pbutils/descriptions.c: (formats):
4936           Add description strings for ID3, APE, and ICY tags.
4937
4938 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4939
4940         * gst/playback/gstdecodebin.c: (try_to_link_1):
4941           Make sure we error out correctly if we can't activate one of
4942           the elements we've added.  Fixes #508138.
4943           
4944 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4945
4946         Patch by: Bastien Nocera <hadess at hadess net>
4947
4948         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4949           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4950           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4951           the volume is the same for all channels. This works around
4952           some problem in alsa that leaves us with inconsistent state
4953           for some reason (#486840).
4954
4955 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4956
4957         Patch by: Jerone Young <jerone at gmail com>
4958
4959         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4960           If there's no mixer track by the name of 'Master' or 'Front',
4961           check if there's one called 'PCM' before trying the generic
4962           fallback logic (fixes #506928, where we pick 'Mic' as master
4963           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4964
4965 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4966
4967         * gst/playback/gstplay-enum.c:
4968         (register_gst_autoplug_select_result),
4969         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4970         (gst_play_flags_get_type):
4971         * gst/playback/gstplay-enum.h:
4972         Add enums for configuration flags.
4973
4974         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4975         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4976         (gst_play_bin_get_property), (no_more_pads_cb),
4977         (autoplug_select_cb), (gst_play_bin_change_state):
4978         Merge mode with flags.
4979         Add more property getters/setters, defaults and docs.
4980         Add properties to get number of audio/video/text streams.
4981         Create sink object in _init so that we can always rely on it being
4982         there.
4983
4984         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4985         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4986         (activate_vis), (gst_play_sink_reconfigure),
4987         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4988         (gst_play_sink_change_state):
4989         * gst/playback/gstplaysink.h:
4990         Use flags to configure the sink pipelines.
4991         Add tee before audio pipeline so that we can use it for visualisations.
4992         Start working on integrating visualisations.
4993         Remove mode, we can do everything with the flags now.
4994         Add method to configue the sink pipeline.
4995
4996 2008-01-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4997
4998         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4999           (check_buffer_timestamp), (check_buffer_duration):
5000           Turn these functions into macros so we can see right away
5001           where the failure occured.
5002
5003 2008-01-05  Julien Moutte  <julien@fluendo.com>
5004
5005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5006         debugging information to understand how X calculates the stride
5007         for XvImages.
5008
5009 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5010
5011         * gst/volume/Makefile.am:
5012         * gst/volume/gstvolume.c: (volume_choose_func),
5013         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5014         (volume_setup):
5015         * gst/volume/gstvolume.h:
5016         Use GstAudioFilter as base class for the volume element instead of
5017         plain GstBaseTransform.
5018
5019 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5022         Don't set element details for the abstract GstAudioFilter class.
5023
5024 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5025
5026         * gst-libs/gst/audio/gstaudiofilter.c:
5027         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5028         Implement get_unit_size() vmethod of GstBaseTransform.
5029
5030 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5031
5032         * gst-libs/gst/pbutils/Makefile.am:
5033         * gst-libs/gst/pbutils/pbutils.h:
5034         Use glib-enum generator to have a proper enum GType for
5035         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5036
5037 2007-12-31  David Schleef  <ds@schleef.org>
5038
5039         * tests/check/Makefile.am:
5040         * tests/check/pipelines/theoraenc.c:
5041           Reenable theoraenc test, which fails on the buildbot but
5042           not locally.
5043
5044 2007-12-31  David Schleef  <ds@schleef.org>
5045
5046         * docs/libs/.cvsignore:
5047         * docs/plugins/.cvsignore:
5048           Add *-undeclared.txt to fix buildbot.
5049
5050 2007-12-31  David Schleef  <ds@schleef.org>
5051
5052         * tests/check/Makefile.am:
5053           Second attempt at disabling theoraenc test long enough to
5054           get buildbot to compile -base.
5055
5056 2007-12-31  David Schleef  <ds@schleef.org>
5057
5058         * tests/check/pipelines/theoraenc.c:
5059           Disable theoraenc test long enough to get the buildbot to
5060           compile a recent -base.
5061
5062 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5063
5064         * tests/examples/seek/seek.c: (stop_cb):
5065         Make sure we reset the slider value to 0.0 without racing against a
5066         possible g_idle that sets it to something else.
5067
5068 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5069
5070         * sys/ximage/ximagesink.c:
5071         fix typo
5072
5073 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5074
5075         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5076         * gst-libs/gst/rtsp/gstrtspdefs.h:
5077         Add Location header so that we can start implementing redirects.
5078         See #506025.
5079
5080 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5081
5082         * gst/subparse/gstssaparse.c:
5083         combine if's
5084
5085 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5086
5087         * gst/subparse/gstssaparse.c:
5088         remove duplicate log message
5089
5090 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5091
5092         * ext/libvisual/visual.c: (gst_visual_chain):
5093         Fix 'xyz may be used uninitialized' compiler warnings caused
5094         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5095         abort() in any case but properly report the error.
5096
5097 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5098
5099         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5100         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5101         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5102         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5103         (autoplug_select_cb), (activate_group), (deactivate_group),
5104         (setup_next_source), (save_current_group),
5105         (gst_play_bin_change_state):
5106         Code cleanups.
5107         Remove next-uri, we can use the uri property just fine.
5108         Fix some crasher.
5109         Unref uridecodebin when switching.
5110         Fix going to READY.
5111
5112         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5113         (gst_play_sink_init), (gst_play_sink_dispose),
5114         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5115         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5116         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5117         (gst_play_sink_set_property), (gst_play_sink_get_property),
5118         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5119         (gen_vis_element), (gst_play_sink_get_mode),
5120         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5121         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5122         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5123         (gst_play_sink_change_state):
5124         * gst/playback/gstplaysink.h:
5125         Add some locking to make things threadsafe.
5126
5127         * gst/playback/test7.c: (about_to_finish_cb):
5128         Fix test.
5129
5130 2007-12-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5131
5132         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5133           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5134           (gst_video_scale_transform):
5135           Don't claim to be able to handle/transform caps that can't really
5136           be handled by the currently selected scaling method (here: RGB or
5137           packed YUV with 4-tap method). Also add locking to method property.
5138
5139         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5140           (test_basetransform_based):
5141           Some test pipelines for the above (not entirely valgrind clean yet
5142           apparently).
5143
5144 2007-12-21  David Schleef  <ds@schleef.org>
5145
5146         * gst-libs/gst/video/video.c:
5147         * gst-libs/gst/video/video.h:
5148           Add additional RGBA and RGB-24 video formats.
5149
5150 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5151
5152         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5153           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5154           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5155         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5156           (cddabasesrc_suite):
5157           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5158           deprecated in the future (see #498924).
5159
5160 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5161
5162         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5163           Don't leak event.
5164
5165 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5166
5167         * gst-libs/gst/riff/riff-read.c:
5168         Use GST_ROUND_UP_2 macro
5169
5170 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5171
5172         * gst/playback/.cvsignore:
5173           Ignore more.
5174
5175 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5176
5177         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5178         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5179           (set_active_source):
5180         * gst/playback/gstplaybasebin.h:
5181         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5182           (setup_sinks), (playbin_set_subtitles_visible):
5183           Make switching off of subtitles work. To avoid all kind of
5184           problems with unlinking of the subtitle input, we just keep
5185           the subtitle inputs linked as they are and tell textoverlay
5186           not to render them. Fixes #373011.
5187           Other subtitle switching issues (esp. when there are both
5188           external and in-stream subtitles) remain. They'll be solved
5189           in playbin2.
5190
5191 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5192
5193         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5194         Init the pad segment too.
5195
5196 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5197
5198         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5199         (gst_audioringbuffer_open_device),
5200         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5201         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5202         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5203         (gst_audio_sink_create_ringbuffer):
5204         Improve debug output.
5205
5206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5207         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5208         Prevent some functions from doing things and failing when the
5209         ringbuffer is not yet acquired.
5210
5211 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5212
5213         * gst-libs/gst/interfaces/interfaces.h:
5214           Also remove interfaces.h from CVS as it is not needed anymore.
5215
5216 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         * gst-libs/gst/interfaces/Makefile.am:
5219           interfaces.h is not used anymore so remove it from the build
5220           process.
5221
5222 2007-12-17  David Schleef  <ds@schleef.org>
5223
5224         * gst/videotestsrc/gstvideotestsrc.c:
5225         * gst/videotestsrc/gstvideotestsrc.h:
5226           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5227           for testing vertical refresh synchronization.
5228
5229 2007-12-17  David Schleef  <ds@schleef.org>
5230
5231         * docs/libs/gst-plugins-base-libs-sections.txt:
5232         * gst-libs/gst/video/video.c:
5233         * gst-libs/gst/video/video.h:
5234           Add new GstVideFormat enum and write a bunch of helper functions
5235           based around it.
5236
5237 2007-12-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5238
5239         * Makefile.am:
5240           Use new common/win32.mak.
5241
5242 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5243
5244         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5245         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5246         Add debug info.
5247         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5248         the parent state change function, just like the audiosink, because the
5249         parent waits for the element to finish its processing before completing
5250         the state change. This makes going to PAUSED a lot snappier.
5251         When going from READY to PAUSED, don't allow the ringbuffer to start
5252         yet.
5253
5254 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5255
5256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5257         Yet another fix for broken software that produce files with an empty
5258         blockalign field. Instead of completely failing, make a second attempt
5259         at guessing the width/depth by looking at strf->size.
5260
5261 2007-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5262
5263         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5264           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5265         * gst-libs/gst/pbutils/install-plugins.c:
5266           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5267         * gst-libs/gst/pbutils/missing-plugins.c:
5268           (gst_missing_plugin_message_get_installer_detail),
5269           (gst_missing_encoder_installer_detail_new):
5270         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5271         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5272           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5273           avoid compiler warnings (#503930).
5274
5275 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5276
5277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5278         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5279         for jpeg video streams.
5280         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5281         for the above modification.
5282
5283 2007-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5284
5285         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5286           (gst_x_overlay_handle_events):
5287           More guards (we don't want klass to end up being NULL).
5288
5289 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5290
5291         * configure.ac:
5292         * gst/volume/gstvolume.c: (gst_volume_init):
5293           Use new gst_base_transform_set_gap_aware() function as volume
5294           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5295           for this.
5296
5297 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5298
5299         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5300         Don't go to READY on EOS as this avoids testing of seeking and
5301         restarting after EOS, use the stop button when you want to READY.
5302         Don't try to do a flushing seek in segment-done, it does not make
5303         sense to use this for gapless playback and is not needed.
5304
5305 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5306
5307         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5308         (reset_rate_timer), (update_in_rates), (update_out_rates),
5309         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5310         (gst_queue_chain), (gst_queue_loop):
5311         Use separate timers for input and output rates.
5312         Pause measuring the output rate when we block for more data.
5313         See #503262.
5314
5315 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         * gst/playback/gstqueue2.c: (gst_queue_chain):
5318         Pause the timer to measure the input rate when we block because the
5319         queue is filled. See #503262.
5320
5321 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5322
5323         Patch by: Peter Kjellerstedt  <pkj at axis com>
5324
5325         * gst-libs/gst/rtsp/gstrtspconnection.c:
5326         (gst_rtsp_connection_free):
5327         Close control sockets. Fixes #503440.
5328
5329 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5330
5331         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5332         Expose the right pad in the right place with the right element.
5333
5334 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5335
5336         * gst-libs/gst/pbutils/descriptions.c: (formats):
5337           Add description for 'private' dts caps (who come up with that name?).
5338
5339 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5340
5341         * Makefile.am:
5342           Add check-exports target and run it with 'make check'.
5343
5344         * configure.ac:
5345           Be stricter about what we export in our libraries: change regexp so that
5346           we only export _gst_foo(), but not __gst_foo().
5347
5348         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5349         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5350           Change internal functions to __gst_foo so they dont' get exported.
5351
5352         * win32/common/libgstaudio.def:
5353           Add missing symbols.
5354
5355 2007-12-11  David Schleef  <ds@schleef.org>
5356
5357         * ChangeLog: remove conflict markers
5358
5359 2007-12-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5360
5361         * ext/gnomevfs/Makefile.am:
5362         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5363           Use gst_tag_freeform_string_to_utf8() here, which also takes
5364           into account any character sets specified by the user via
5365           environment variables.
5366
5367 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5368
5369         * gst/audioconvert/Makefile.am:
5370         Also link to libm.
5371
5372 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5373
5374         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5375         No need for floating point operations here. avoids having to link
5376         against the math library too.
5377
5378 2007-12-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5379
5380         * gst-libs/gst/pbutils/descriptions.c: (formats),
5381           (format_info_get_desc):
5382         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5383           (GST_START_TEST):
5384           Add one or two missing formats.  Generate ADPCM description
5385           dynamically depending on layout/format.
5386
5387 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5388
5389         * configure.ac:
5390           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5391
5392 2007-12-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5393
5394         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5395
5396         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5397           Some .srt files start with chunk number 0 and not chunk number 1,
5398           recognise and accept those as well (fixes #502497).
5399
5400         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5401           (test_src):
5402           Add unit test for the above.
5403
5404 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5405
5406         * gst/playback/gstplay-enum.c:
5407         (register_gst_autoplug_select_result),
5408         (gst_autoplug_select_result_get_type):
5409         * gst/playback/gstplay-enum.h:
5410         Add missing files.
5411
5412 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5413
5414         * gst/playback/Makefile.am:
5415         Group decodebin2 and uridecodebin into the same plugin so that they
5416         can share the GEnumType.
5417
5418         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5419         (_gst_select_accumulator), (gst_decode_bin_class_init),
5420         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5421         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5422         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5423         Add signal to sort factories instead of the more awkward autoplug-select
5424         signal.
5425         Modify autoplug_select so that we can try, skip or expose the
5426         autopluggin of an element on a pad.
5427
5428         * gst/playback/gstfactorylists.c: (compare_ranks),
5429         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5430         (element_filter), (gst_factory_list_get_elements),
5431         (gst_factory_list_debug), (gst_factory_list_filter):
5432         * gst/playback/gstfactorylists.h:
5433         Simplify the API, allow getting elements based on mask.
5434
5435         * gst/playback/gstplay-marshal.list:
5436         Add some more marshallers.
5437
5438         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5439         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5440         (autoplug_select_cb), (activate_group):
5441         Add support for managing non-raw sinks by providing a custom element and
5442         sink list to decodebin2.
5443         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5444         decodebin2.
5445
5446         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5447         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5448         * gst/playback/gstplaysink.h:
5449         Add support for raw and non-raw sinks. 
5450         Add support to force sinks selected by playbin2.
5451         Don't plug raw converters for non-raw sinks.
5452
5453         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5454         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5455         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5456         (plugin_init):
5457         Use right accumulators.
5458         Proxy new signal.
5459
5460 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5461
5462         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5463         Use runnning time as the base time instead of the timestamp.
5464         Spotted by Saur on IRC.
5465
5466 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5467
5468         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5469         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5470
5471 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5472
5473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5474         (gst_ogg_demux_read_chain):
5475         If we find a new serial number but it does not contain a BOS page, make
5476         sure we initialize the chain to NULL because else we will try to scan it
5477         and crash. Fixes #500763
5478
5479 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5480
5481         * gst/playback/Makefile.am:
5482         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5483         (get_feature_array), (decoders_filter), (sinks_filter),
5484         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5485         (gst_factory_list_filter):
5486         * gst/playback/gstfactorylists.h:
5487         Refactor some common code to filter factories and check caps compat.
5488
5489         * gst/playback/gstdecodebin.c:
5490         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5491         (gst_decode_bin_init), (gst_decode_bin_dispose),
5492         (gst_decode_bin_autoplug_continue),
5493         (gst_decode_bin_autoplug_factories),
5494         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5495         (find_compatibles):
5496         * gst/playback/gstplaybin.c:
5497         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5498         (gst_play_bin_init), (gst_play_bin_finalize),
5499         (autoplug_factories_cb), (activate_group):
5500         * gst/playback/gstqueue2.c:
5501         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5502         (proxy_autoplug_continue_signal),
5503         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5504         (proxy_drained_signal):
5505         Add some more debug info and use factor filtering code.
5506
5507 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5508
5509         * gst/audiotestsrc/gstaudiotestsrc.c:
5510         * gst/volume/gstvolume.c:
5511         * gst/volume/gstvolume.h:
5512           Add GAP-flag support.
5513
5514 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5515
5516         * tests/examples/seek/seek.c: (main): Increase the range of the
5517         rate selector as I would like to test QOS behavior at higher
5518         forward and reverse playback speed like say 64x.
5519
5520 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5521
5522         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5523         (audioresample_query), (audioresample_query_type),
5524         (gst_audioresample_set_property):
5525         Implement latency query.
5526
5527 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5528
5529         * gst-libs/gst/audio/gstbaseaudiosink.c:
5530         (gst_base_audio_sink_drain):
5531         Our EOS time contains the base_time, _wait_eos() expects a running_time
5532         so we have to subtract the base_time again before calling the function.
5533         This fixes an EOS regression where the base_time was added twice and EOS
5534         took longer and longer in certain situations.
5535         Fixes #498767.
5536
5537 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5538
5539         * docs/libs/gst-plugins-base-libs-sections.txt:
5540         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5541         (gst_base_audio_sink_set_provide_clock),
5542         (gst_base_audio_sink_get_provide_clock),
5543         (gst_base_audio_sink_set_slave_method),
5544         (gst_base_audio_sink_get_slave_method),
5545         (gst_base_audio_sink_set_property),
5546         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5547         (gst_base_audio_sink_none_slaving),
5548         (gst_base_audio_sink_handle_slaving):
5549         * gst-libs/gst/audio/gstbaseaudiosink.h:
5550         Expose methods for some object properties so that subclasses can more
5551         easily configure them.
5552         Added slave method none, that completely disables slaving to the
5553         internal clock.
5554         API: gst_base_audio_sink_set_provide_clock()
5555         API: gst_base_audio_sink_get_provide_clock()
5556         API: gst_base_audio_sink_set_slave_method()
5557         API: gst_base_audio_sink_get_slave_method()
5558
5559         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5560         (gst_base_audio_src_set_provide_clock),
5561         (gst_base_audio_src_get_provide_clock),
5562         (gst_base_audio_src_set_property),
5563         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5564         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5565         Expose methods for some object properties so that subclasses can more
5566         easily configure them.
5567         API: gst_base_audio_src_set_provide_clock()
5568         API: gst_base_audio_src_get_provide_clock()
5569
5570 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5571
5572         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5573
5574         * gst-libs/gst/sdp/gstsdpmessage.c:
5575         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5576
5577 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5578
5579         * tests/check/libs/fft.c: (GST_START_TEST):
5580         Fix scaling to really have dB instead of something else.
5581
5582 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5583
5584         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5585         GTK version, use it.
5586
5587 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5588
5589         * tests/examples/seek/seek.c: (main): Try to support stable version
5590         of GTK.
5591
5592 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5593
5594         * gst/playback/README:
5595         * gst/playback/test7.c:
5596           Fix the build + little README update.
5597
5598 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5599
5600         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5601         Add playbin2 seek pipeline.
5602
5603 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5604
5605         * gst/playback/Makefile.am:
5606         * gst/playback/gstplayback.c: (plugin_init):
5607         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5608         (eos_cb), (about_to_finish_cb), (main):
5609         Add playbin2.
5610         Added gapless playback example.
5611
5612         * gst/playback/gstplaybasebin.c:
5613         * gst/playback/gstplaybasebin.h:
5614         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5615         * gst/playback/gstqueue2.c:
5616         * gst/playback/test.c:
5617         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5618         (pad_removed_cb):
5619         * gst/playback/gststreaminfo.h:
5620         Change email.
5621
5622         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5623         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5624         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5625         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5626         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5627         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5628         (drained_cb), (unlink_group), (activate_group),
5629         (setup_next_source), (gst_play_bin_change_state),
5630         (gst_play_bin2_plugin_init):
5631         Added raw first version of playbin2. Does chained oggs and gapless
5632         playback fine. No support for raw sinks yet. No visualisations or
5633         subtitles yet.
5634
5635         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5636         (gst_play_sink_class_init), (gst_play_sink_init),
5637         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5638         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5639         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5640         (gst_play_sink_set_property), (gst_play_sink_get_property),
5641         (post_missing_element_message), (free_chain), (add_chain),
5642         (activate_chain), (gen_video_chain), (gen_text_element),
5643         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5644         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5645         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5646         (gst_play_sink_send_event), (gst_play_sink_change_state):
5647         * gst/playback/gstplaysink.h:
5648         Added Element that abstracts the sinks and their pipelines for playbin2.
5649
5650 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5651
5652         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5653         (gst_selector_pad_class_init), (gst_selector_pad_init),
5654         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5655         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5656         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5657         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5658         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5659         (gst_stream_selector_init), (gst_stream_selector_set_property),
5660         (gst_stream_selector_get_linked_pad),
5661         (gst_stream_selector_getcaps),
5662         (gst_stream_selector_is_active_sinkpad),
5663         (gst_stream_selector_activate_sinkpad),
5664         (gst_stream_selector_get_linked_pads),
5665         (gst_stream_selector_request_new_pad),
5666         (gst_stream_selector_release_pad):
5667         * gst/playback/gststreamselector.h:
5668         Improve streamselector, make it select and unselect the current pad more
5669         intelligently. 
5670         Subclass GstPad for the sinkpads of the selector.
5671         Handle segments more correctly.
5672         Fix caps negotiation.
5673         Implement release_pad.
5674
5675 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5676
5677         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5678         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5679         (remove_fakesink):
5680         Add drained signal fired when decodebin finishes decoding the data.
5681         Remove deprecated STATE_DIRTY message.
5682
5683         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5684         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5685         (analyse_source), (proxy_drained_signal), (make_decoder),
5686         (source_new_pad), (value_list_append_structure_list),
5687         (handle_redirect_message), (handle_message):
5688         Proxy the new drained signal.
5689         Handle pad removed from decodebin.
5690         Handle redirect messages by sorting multiple redirections based on the
5691         connection speed.
5692
5693 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5694
5695         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5696
5697         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5698         Fix leaking headers. Fixes #496761.
5699
5700 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5701
5702         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5703
5704         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5705         (gst_ximagesink_change_state):
5706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5707         Don't leak the PAR on errors. Fixes #496731.
5708
5709 2007-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5710
5711         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5712           (gst_tag_from_id3_user_tag):
5713           Add mapping for audio cd discid tags, so we can extract
5714           them from tags as well (see #347848). Also compare identifiers
5715           in ID3v2 TXXX frames in a case-insensitive way to increase
5716           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5717
5718 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5719
5720         * gst-plugins-base.doap:
5721         Oops, fix the release name.
5722
5723 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5724
5725         * gst-plugins-base.doap:
5726         Add 0.10.15 release
5727
5728 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5729
5730         * configure.ac:
5731         Back to CVS
5732
5733 === release 0.10.15 ===
5734
5735 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5736
5737         * configure.ac:
5738           releasing 0.10.15, "No need to argue"
5739
5740 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5741
5742         * win32/vs6/libgstfft.dsp:
5743         Convert line endings to DOS.
5744
5745 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5746
5747         * win32/vs6/gst_plugins_base.dsw:
5748         * win32/vs6/libgstfft.dsp:
5749         * win32/MANIFEST:
5750         Add a project file for fft plugin and remove socket
5751         based plugin which don't build from the workspace.
5752         * win32/vs6/libgstaudio.dsp:
5753         * win32/vs6/libgstrtp.dsp:
5754         * win32/vs6/libgsttag.dsp:
5755         Convert line endings back to DOS.
5756         Fixes #496724
5757
5758 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5759
5760         * win32/vs6/libgstinterfaces.dsp:
5761         * win32/vs6/libgstrtsp.dsp:
5762         Convert line endings back to DOS
5763
5764 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5765
5766         * gst-libs/gst/fft/kiss_fft_f32.h:
5767         * gst-libs/gst/fft/kiss_fft_f64.h:
5768         * gst-libs/gst/fft/kiss_fft_s16.h:
5769         * gst-libs/gst/fft/kiss_fft_s32.h:
5770         Don't include malloc.h which doesn't exist on Mac OSX.
5771         Instead, pull in glib.h and use g_malloc/g_free for 
5772         consistency. Fixes: #496548
5773
5774 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5775
5776         * gst/playback/gstdecodebin2.c:
5777           Dont leak ghostpad. Fixes #475451.
5778
5779 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5780
5781         * docs/design/design-decodebin.txt:
5782         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5783         Update some more docs and comments.
5784
5785 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5786
5787         Patch by: Sebastien Moutte  <sebastien moutte net>
5788
5789         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5790           (gst_rtcp_unix_to_ntp):
5791         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5792           Fix some C99-isms and and a missing function that some versions of
5793           MSVC don't like too much (#494346).
5794
5795         * win32/vs6/gst_plugins_base.dsw:
5796         * win32/vs6/libgstaudio.dsp:
5797         * win32/vs6/libgstrtp.dsp:
5798         * win32/vs6/libgsttag.dsp:
5799           Update vs6 projects files (#494346).
5800
5801 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5802
5803         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5804
5805         * win32/common/libgstaudio.def:
5806         * win32/common/libgstcdda.def:
5807         * win32/common/libgstinterfaces.def:
5808         * win32/common/libgstnetbuffer.def:
5809         * win32/common/libgstpbutils.def:
5810         * win32/common/libgstrtp.def:
5811         * win32/common/libgstrtsp.def:
5812         * win32/common/libgsttag.def:
5813         * win32/common/libgstvideo.def:
5814           More missing symbols to export (fixes #493986).
5815
5816 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * docs/libs/gst-plugins-base-libs-sections.txt:
5819         * gst-libs/gst/fft/gstfftf32.c:
5820         * gst-libs/gst/fft/gstfftf32.h:
5821         * gst-libs/gst/fft/gstfftf64.c:
5822         * gst-libs/gst/fft/gstfftf64.h:
5823         * gst-libs/gst/fft/gstffts16.c:
5824         * gst-libs/gst/fft/gstffts16.h:
5825         * gst-libs/gst/fft/gstffts32.c:
5826         * gst-libs/gst/fft/gstffts32.h:
5827         * tests/check/libs/fft.c: (GST_START_TEST):
5828         Remove the magnitude and phase calculation functions as these have
5829         very special use cases and can't even be used for the spectrum
5830         element. Also adjust the docs to mention some properties of the used
5831         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5832
5833 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5834
5835         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5836           (finish_source):
5837           Avoid crash when there are external subtitles (fixes #491722).
5838
5839 2007-11-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5840
5841         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5842         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5843           'Could not open resource for writing' is not an acceptable
5844           error message when we can't open the audio device (see #492334),
5845           even less so when we're trying to open it to record something.
5846
5847 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5848
5849         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5850
5851         * win32/common/libgstrtp.def:
5852           Add some more missing symbols (#492813).
5853
5854 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5855
5856         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5857
5858         * tests/check/elements/audioconvert.c: (verify_convert):
5859           Add check to make sure that the out caps have a channel layout
5860           set on them where they should have one.
5861
5862 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5863
5864         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5865
5866         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5867         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5868           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5869           (#492306).
5870
5871         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5872           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5873           (it disappeared in GLib 2.14.0) (#492306).
5874
5875         * gst-libs/gst/sdp/Makefile.am:
5876         * gst-libs/gst/sdp/gstsdpmessage.c:
5877           Fix includes and LIBS for win32/Mingw (#492306).
5878
5879         * tests/examples/dynamic/addstream.c (pause_play_stream):
5880           Use more portable g_usleep() instead of sleep() (#492306).
5881
5882 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5883
5884         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5885
5886         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5887           (gst_ring_buffer_parse_caps):
5888           Return NULL instead of an enum that happens to be 0, fixes warning
5889           on MSVC (#492114).
5890
5891         * gst-libs/gst/audio/gstringbuffer.h:
5892           No trailing commas in enum list (for gcc-2.9x).
5893
5894         * gst/videotestsrc/videotestsrc.c: (random_char):
5895           Make information loss explicit instead of implicitly truncating to
5896           eight bits via the return value.  Fixes runtime error on MSVC when
5897           using the debug CRT (#492114).
5898
5899         * win32/common/config.h.in:
5900           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5901
5902         * win32/common/libgstinterfaces.def:
5903         * win32/common/libgstrtp.def:
5904           Export a few more symbols (#492114).
5905
5906 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5907
5908         * gst-libs/gst/audio/audio.c:
5909         * gst-libs/gst/audio/audio.h:
5910           Readd the deprecation guards, but preserve compilability.
5911
5912 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5913
5914         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5915           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5916           Preserve channel layout when fixating the number of channels in the
5917           output caps, or make sure there's a suitable channel position layout
5918           set on the caps if required. Fixes #430677.
5919
5920 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5921
5922         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5923           Make sure the pipeline really operates in push mode as it should
5924           in this case.
5925
5926 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5927
5928         * gst-libs/gst/audio/audio.h:
5929           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5930           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5931           (ie. normal cvs builds) will fail.
5932
5933 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5934
5935         * docs/libs/Makefile.am:
5936         * gst-libs/gst/audio/audio.c:
5937         * gst-libs/gst/audio/audio.h:
5938         * gst-libs/gst/interfaces/mixer.c:
5939           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5940
5941 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5942
5943         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5944           (test_channel_layout_value_intersect), (audio_suite):
5945           Add simple unit test to make sure GstValue intersection
5946           of channel layouts works the way I think it does.
5947
5948 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5949
5950         * docs/libs/gst-plugins-base-libs-sections.txt:
5951         * gst-libs/gst/audio/gstaudiofilter.h:
5952         * gst-libs/gst/interfaces/mixer.h:
5953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5954         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5955         * gst-libs/gst/sdp/gstsdpmessage.c:
5956           Fix the docs according to what gtk-doc complained about.
5957
5958 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * tests/icles/stress-playbin.c:
5961           Fix the build.
5962
5963 2007-10-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5964
5965         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5966         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5967           Post nice/more useful error message if we don't have a decoder for
5968           the primary type.
5969
5970 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5971
5972         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5973         Be a bit more useful, unblock the pads after we fired the no-more-pads
5974         signal so that we can use the signal to inspect and connect all pads
5975         without having to keep extra state outside of decodebin.
5976
5977 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5978
5979         * gst/playback/gsturidecodebin.c:
5980         (gst_uri_decode_bin_autoplug_continue),
5981         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5982         Implement default signal handler so that we return TRUE when nothing is
5983         connected.
5984
5985 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5986
5987         * gst-libs/gst/riff/riff-media.c:
5988         (gst_riff_wavext_add_channel_layout),
5989         (gst_riff_wave_add_default_channel_layout),
5990         (gst_riff_wavext_get_default_channel_mask),
5991         (gst_riff_create_audio_caps):
5992         Use the ALSA channel layout as default for wav files without channel
5993         layout information. This fixes playback of chan-id.wav on 5.1 systems
5994         for example. Also refactor the channel layout setting a bit and add
5995         more default channel orders. Fixes #489010.
5996
5997 2007-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5998
5999         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6000           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6001           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6002           instead.
6003
6004 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6005
6006         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6007         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6008         (gst_decode_bin_set_subs_encoding),
6009         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6010         (gst_decode_bin_get_property), (analyze_new_pad):
6011         Move subtitle encoding property to decodebin2 so that it can set the
6012         property value on all elements that it autoplugs and that require it.
6013         Make caps refcounting more consistent in get/set.
6014
6015         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6016         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6017         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6018         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6019         (proxy_autoplug_continue_signal),
6020         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6021         (make_decoder):
6022         Proxy properties and relevant signals from the internal decodebin.
6023         Make properties MT safe.
6024
6025 2007-10-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6026
6027         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6028         * gst-libs/gst/tag/tags.c:
6029           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6030           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6031
6032         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6033           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6034
6035         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6036           (gst_tag_to_vorbis_comments):
6037           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6038           just mapping everything I found in the wild) (#414539).
6039
6040 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6041
6042         Inspired by patch of: RenĂ© Stadler <mail at renestadler dot de>
6043
6044         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6045         (gst_decode_bin_autoplug_continue),
6046         (gst_decode_bin_autoplug_factories),
6047         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6048         (find_compatibles):
6049         * gst/playback/gstplay-marshal.list:
6050         Remove the autoplug-sort signal and replace it with a binding friendly
6051         autoplug-select signal.
6052         Add an autoplug-factories signal that can be used to generate a list of
6053         factories to try to autoplug.
6054         Add the GstPad to the autoplugging signal args as it might be needed to
6055         make a good factory selection.
6056         Fix up the marshallers for this. Fixes #407282.
6057
6058 2007-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6059
6060         * gst-libs/gst/tag/gsttagdemux.c:
6061           Don't abort with an assertion if we receive a seek event with
6062           a start type of NONE (see launchpad bug #155878).
6063
6064 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6065
6066         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6067         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6068         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6070         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6071         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6072         Make sure that before we clean up the X resources, we shutdown and join
6073         the event thread.
6074         Also make sure the event thread does not shut down immediatly after
6075         startup because the running variable is not yet correctly set.
6076         Fixes #378770. 
6077
6078 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6079
6080         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6081         Make the window for a race in typefind and shutting down smaller until
6082         we figure out the right locking here. Avoids #485753 usually.
6083
6084         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6085         Remove unneeded lock causing a race in typefind and shutting down.
6086         Fixes #485753.
6087
6088         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6089         Also remove sinks when going to NULL because we might not complete the
6090         state change to PAUSED, causing the PAUSED->READY state change not to
6091         happen.
6092
6093 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6094
6095         * gst-libs/gst/audio/gstbaseaudiosink.c:
6096         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6097         Also explicitly release the ringbuffer when going to NULL because it
6098         is required in the setcaps function, before the state change to PAUSED
6099         completes.
6100
6101 2007-10-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6102
6103         * tests/icles/.cvsignore:
6104         * tests/icles/Makefile.am:
6105         * tests/icles/stress-playbin.c:
6106           Does what it says on the tin.
6107
6108 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6109
6110         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6111         Fix queue negotiation. See #486758.
6112
6113 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6114
6115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6116         (gst_xvimagesink_xwindow_new),
6117         (gst_xvimagesink_update_colorbalance),
6118         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6119
6120         Fix handling of some of the X atoms. If the last parameter is True,
6121         XInternAtom won't create the atom if it doesn't exist, and therefore
6122         might return None. This causes X errors on Xv implementations that
6123         don't provide the colour balance attributes.
6124
6125 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6126
6127         * gst-libs/gst/tag/gstvorbistag.c:
6128         * tests/check/libs/tag.c:
6129           Extract vorbis comment LICENSE tags correctly.
6130
6131 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6132
6133         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6134
6135         * gst-libs/gst/tag/gstid3tag.c:
6136         * tests/check/libs/tag.c:
6137           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6138
6139 2007-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6140
6141         * gst-libs/gst/tag/gsttagdemux.c:
6142           Don't error out when a buggy downstream element doesn't
6143           handle the newsegment event we send properly (especially
6144           not without posting a meaningful error message on the
6145           bus). See bug #471370 and launchpad bug #136264.
6146
6147 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6148
6149         * gst-libs/gst/audio/gstbaseaudiosink.c:
6150         (gst_base_audio_sink_drain):
6151         Use new basesink method to make our EOS drain interruptable.
6152
6153 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6154
6155         * gst-libs/gst/rtp/gstrtppayloads.c:
6156         Fix silly search-replace oversight.
6157
6158 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6159
6160         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6161
6162         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6163         (gst_basertppayload_set_outcaps):
6164         Fix caps memleak. Fixes #484989.
6165
6166
6167 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6168
6169         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6170         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6171         Fix debug output.
6172
6173 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6174
6175         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6176         (gst_base_audio_src_create):
6177         Also handle the case where there is no clock set on the audio source,
6178         like in the unit tests.
6179
6180 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6181
6182         * gst-libs/gst/rtp/gstrtppayloads.c:
6183         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6184         to avoid compiler warnings
6185
6186 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6187
6188         * gst/playback/gstdecodebin.c: (type_found),
6189         (gst_decode_bin_change_state):
6190         * gst/playback/gstdecodebin2.c: (type_found),
6191         (gst_decode_bin_change_state):
6192         Don't disconnect the have_type signal because we never reconnect it
6193         later on. Instead keep a variable to see if we already detected a type.
6194
6195 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6196
6197         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6198         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6199         (type_found):
6200         Unlink the signal handler when we found the type, we're not going to do
6201         anything sensible with more type_found signals anyway.
6202
6203 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6204
6205         * gst-libs/gst/tag/gsttagdemux.c:
6206           Don't leak caps.
6207
6208 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6209
6210         * gst-libs/gst/tag/Makefile.am:
6211         * gst-libs/gst/tag/gsttagdemux.c:
6212         * gst-libs/gst/tag/gsttagdemux.h:
6213           API: add GstTagDemux base class for simple tag demuxers.
6214
6215         * docs/libs/gst-plugins-base-libs-docs.sgml:
6216         * docs/libs/gst-plugins-base-libs-sections.txt:
6217           Add GstTagDemux to docs.
6218
6219 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6220
6221         * gst-libs/gst/rtp/gstrtpbuffer.c:
6222         (gst_rtp_buffer_get_payload_subbuffer):
6223         Fix bug introduced with last commit which inverted the logic and
6224         caused all buffers to be dropped. Fixes #483620.
6225         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6226
6227 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6228
6229         * gst-libs/gst/rtp/gstrtpbuffer.c:
6230           Replace g_return_if_val (as it could be disabled), with regular return
6231           and warning.
6232
6233 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6234
6235         * tests/check/pipelines/simple-launch-lines.c:
6236           Print message name and not just number.
6237
6238 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6239
6240         * gst-libs/gst/audio/gstbaseaudiosink.c:
6241         (gst_base_audio_sink_async_play):
6242         When slaved to the clock, don't try to align a sample with the previous
6243         one when going to PLAYING again.
6244
6245 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6246
6247         * tests/examples/snapshot/snapshot.c:
6248           Fix the build.
6249
6250 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6251
6252         * gst-libs/gst/sdp/gstsdpmessage.h:
6253         Add RFC 3556 bandwidth modifiers.
6254
6255 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6256
6257         * docs/libs/gst-plugins-base-libs-docs.sgml:
6258         * docs/libs/gst-plugins-base-libs-sections.txt:
6259         * gst-libs/gst/rtp/gstrtppayloads.c:
6260         Update documentation.
6261
6262 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6263
6264         * gst-libs/gst/rtp/Makefile.am:
6265         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6266         (gst_rtp_payload_info_for_name):
6267         * gst-libs/gst/rtp/gstrtppayloads.h:
6268         Added new file and header to deal with payload info.
6269
6270         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6271         (gst_rtp_buffer_default_clock_rate):
6272         * gst-libs/gst/rtp/gstrtpbuffer.h:
6273         Payload specific stuff is move to new headers.
6274         Implement _default_clock rate using the new payload function.
6275
6276         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6277         (gst_sdp_parse_line):
6278         * gst-libs/gst/sdp/gstsdpmessage.h:
6279         Add some more comments.
6280
6281 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6282
6283         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6284         (sdp_check_header), (sdp_type_find), (plugin_init):
6285         Add typefind function for application/sdp.
6286         Remove some old dirac typefind code that was ifdeffed out.
6287
6288 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6289
6290         * win32/common/libgstaudio.def:
6291         Add new exported functions.
6292         * win32/vs6/grammar.dsp:
6293         Add autogeneration and copy of some autegenerated files from win32/common
6294         for rtsp library.
6295         * win32/vs6/libgstaudioconvert.dsp:
6296         Add gstaudioquantize.c to the build.
6297         * win32/vs6/libgstinterfaces.dsp:
6298         Add videoorientation.c to the build.
6299         * win32/vs6/libgstriff.dsp:
6300         Add libgsttag to the link libraries list.
6301         * win32/vs6/libgstvolume.dsp:
6302         Add liboil to the link.
6303         * win32/vs6/gst_plugins_base.dsw:
6304         * win32/vs6/libgstrtsp.dsp:
6305         * win32/common/libgstrtsp.def:
6306         Add files to build libgstrtsp library.
6307         
6308 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6309
6310         * tests/examples/snapshot/snapshot.c: (main):
6311         Print error when pipeline failed to construct.
6312
6313 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6314
6315         * configure.ac:
6316         * gst-libs/gst/tag/gstid3tag.c:
6317         * gst-libs/gst/tag/gstvorbistag.c:
6318           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6319           and ID3v2 tags.
6320
6321 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6322
6323         * gst-libs/gst/floatcast/floatcast.h:
6324           Don't include config.h in an installed public header, this
6325           might break compilation of applications that don't have such
6326           a header and doesn't necessarily do what it's supposed to do
6327           anyway (ie. check for the lrint/lrintf defines) (#442065).
6328           Add docs for the various macros and document how this header
6329           has to be used (link against libm, etc.); add a few FIXMEs;
6330           include math.h for non-c99 code path.  Based on patch by
6331           Jan Schmidt.
6332           
6333 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6334
6335         * configure.ac:
6336         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6337         of duplicating these macros in configure.ac.
6338
6339 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6340
6341         * po/hu.po:
6342         * po/sv.po:
6343         * po/uk.po:
6344           Updated translations to 0.10.14
6345
6346 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6347
6348         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6349
6350         * po/pl.po:
6351           Added Polish translation.
6352
6353 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6354
6355         translated by: Ilkka Tuohela <hile@iki.fi>
6356
6357         * po/fi.po:
6358           Added Finnish translation.
6359
6360 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6361
6362         translated by: Jorge GonzĂ¡lez GonzĂ¡lez <aloriel@gmail.com>
6363
6364         * po/es.po:
6365           Added Spanish translation.
6366
6367 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6368
6369         translated by: Mogens Jaeger <mogens@jaeger.tf>
6370
6371         * po/da.po:
6372           Added Danish translation.
6373
6374 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6375
6376         translated by: Funda Wang <fundawang@linux.net.cn>
6377
6378         * po/zh_CN.po:
6379           Added Chinese (simplified) translation.
6380
6381 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6382
6383         translated by: Alexander Shopov <ash@contact.bg>
6384
6385         * po/bg.po:
6386           Added Bulgarian translation.
6387
6388 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6389
6390         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6391         Fix compilation wrt printf arguments.
6392
6393 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6394
6395         * configure.ac:
6396         * tests/examples/Makefile.am:
6397         * tests/examples/snapshot/.cvsignore:
6398         * tests/examples/snapshot/Makefile.am:
6399         * tests/examples/snapshot/snapshot.c: (main):
6400         Add simple snapshot example program using appsink.
6401
6402 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6403
6404         * tests/check/generic/states.c:
6405           Improved state change unit test.
6406
6407 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6408
6409         * docs/plugins/.cvsignore:
6410         * tests/check/.cvsignore:
6411           Ignore registries in any format.
6412
6413 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6414
6415         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6416         (gst_base_rtp_depayload_chain),
6417         (gst_base_rtp_depayload_set_gst_timestamp):
6418         Only copy timestamp on outgoing packets if the depayloader did not set
6419         one.
6420         Also copy duration on outgoing packets.
6421
6422 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6423
6424         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6425         (gst_basertppayload_set_outcaps):
6426         Fix compilation because of missing %d in printf.
6427         When fixating caps, fixate what we can and throw away all remaining
6428         unfixed caps, subclasses should do something smart if they need to.
6429
6430 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6431
6432         * ext/gnomevfs/gstgnomevfssrc.c:
6433           Improve debug logs a bit and be more verbose if things go wrong.
6434
6435 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6436
6437         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6438         (gst_text_overlay_set_property):
6439         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6440         * gst-libs/gst/audio/gstbaseaudiosink.c:
6441         (gst_base_audio_sink_render):
6442         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6443         (gst_rtcp_unix_to_ntp):
6444         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6445         * gst/playback/gstqueue2.c:
6446         * tests/examples/seek/seek.c: (set_scale):
6447         Fix a bunch of compile warnings shown with Forte.
6448
6449         * gst/audiorate/gstaudiorate.c:
6450         Always pull in config.h before including any system headers.
6451
6452 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6453
6454         * gst/playback/gstqueue2.c: (update_buffering),
6455         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6456         (gst_queue_handle_sink_event), (gst_queue_chain),
6457         (gst_queue_push_one), (gst_queue_sink_activate_push),
6458         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6459         Also fix #476514 for queue2.
6460
6461 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6462
6463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6464         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6465         (gst_base_rtp_depayload_chain),
6466         (gst_base_rtp_depayload_handle_sink_event),
6467         (gst_base_rtp_depayload_push_full),
6468         (gst_base_rtp_depayload_set_gst_timestamp),
6469         (gst_base_rtp_depayload_change_state):
6470         Remove code to deal with RTP to GST time conversion, we now just copy
6471         the GST timestamp we receive to the outgoing buffers.
6472         Handle segment and flushes correctly.
6473
6474         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6475         When we have no valid input timestamp, use the previous rtp timestamp on
6476         the outgoing RTP packet instead of the RTP base time.
6477
6478 2007-09-15  David Schleef  <ds@schleef.org>
6479
6480         * ext/alsa/gstalsa.c:
6481         * ext/alsa/gstalsadeviceprobe.c:
6482         * ext/alsa/gstalsamixer.c:
6483         * ext/alsa/gstalsasink.c:
6484         * ext/alsa/gstalsasrc.c:
6485           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6486
6487 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6488
6489         * gst-libs/gst/rtp/gstbasertppayload.c:
6490         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6491         Add some debug info when negotiating caps.
6492
6493 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6496         A buffer with an empty payload is also a valid buffer.
6497
6498 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6499
6500         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6501         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6502         (gst_basertppayload_change_state):
6503         Make sure we start our RTP timestamp from the random base RTP
6504         timestamp even if the buffer timestamp starts from some random value.
6505
6506 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6507
6508         * configure.ac:
6509         * tests/examples/Makefile.am:
6510         * tests/examples/dynamic/.cvsignore:
6511         * tests/examples/dynamic/Makefile.am:
6512         * tests/examples/dynamic/addstream.c: (create_stream),
6513         (pause_play_stream), (message_received), (eos_message_received),
6514         (perform_step), (main):
6515         Add simple exmple app to demonstrate starting and pausing live and
6516         non-live bins in a PLAYING pipeline.
6517
6518 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6519
6520         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6521         typefind for QCP files (RFC #3625)
6522
6523 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6524
6525         * gst-libs/gst/audio/gstbaseaudiosink.c:
6526         (gst_base_audio_sink_init):
6527         Disable pull mode scheduling, we're not ready for it yet and it subtly
6528         breaks a lot of things.
6529
6530 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6531
6532         * tests/check/elements/libvisual.c:
6533           Test all libvisual plugins, not just the first one; this reproduces
6534           bug #450336 quite easily.  Looks like a problem with the 'jess'
6535           visualisation.
6536
6537 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6538
6539         * tests/check/Makefile.am:
6540         * tests/check/elements/.cvsignore:
6541         * tests/check/elements/libvisual.c:
6542           Add basic libvisual test case in an attempt to reproduce bug #450336.
6543           Doesn't reproduce that bug, but some other crasher instead (invalid
6544           free), at least with make elements/libvisual.forever and the bumscope
6545           plugin on x86-64/gutsy. Leaving test disabled for now.
6546
6547 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6548
6549         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6550
6551         * gst-libs/gst/rtsp/gstrtspconnection.c:
6552         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6553         (read_body), (gst_rtsp_connection_receive):
6554         Make sure we can not cancel in the middle of receiving a message.
6555         Fixes #475731.
6556
6557 2007-09-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6558
6559         Patch by: Josep Torra Valles <josep@fluendo.com>
6560
6561         * gst/playback/gstplaybasebin.c:
6562           Increase upper limit for audio queue a bit; fixes preroll problem
6563           with playbin and decodebin2 when playing a quicktime trailer with
6564           multichannel audio via http (#464666).
6565
6566 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6567
6568         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6569         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6570         (gst_base_audio_src_provide_clock),
6571         (gst_base_audio_src_set_property),
6572         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6573         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6574         Allow othe clocks than the internal clock to be used for the pipeline.
6575         Add property to disable clock provide.
6576         API: GstBaseAudioSrc::provide-clock
6577
6578 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6579
6580         * gst/playback/gstdecodebin2.c:
6581           Don't leak request pads. Fixes #475395.
6582
6583 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6584
6585         Patch by: RenĂ© Stadler <mail at renestadler dot de>
6586
6587         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6588         (gst_ximage_buffer_class_init):
6589         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6590         (gst_xvimage_buffer_class_init):
6591         Correctly chain up finalize with the parent class to prevent
6592         memory leaks. Fixes #474880.
6593
6594 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6595
6596         * gst/volume/gstvolume.c: (volume_choose_func):
6597         * tests/check/elements/volume.c: (GST_START_TEST):
6598         Revert the latest change: floating point samples are allowed to
6599         have any value, not only values in the range [-1,1]. Thanks to Andy
6600         Wingo for noticing.
6601         Also fix processing of int32 samples with volumes > 4 by making the
6602         unity value smaller which prevents overflows.
6603
6604 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6605
6606         * gst-libs/gst/rtp/gstrtpbuffer.c:
6607         * tests/check/libs/rtp.c:
6608           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6609
6610 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6611
6612         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6613
6614         * gst-libs/gst/rtp/gstrtpbuffer.c:
6615           Fix up GstRTPHeader helper struct so that compilers will not under
6616           any circumstances add padding in between our fields, as currently
6617           happens with MSVC on win32, because that would lead to us sending
6618           out RTP payloads with broken RTP headers (#471194).
6619           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6620           
6621         * tests/check/Makefile.am:
6622         * tests/check/libs/.cvsignore:
6623         * tests/check/libs/rtp.c:
6624           Add some simple unit tests for GstRTPBuffer. Some are disabled
6625           because the code tested still needs fixing (set_csrc() does not work).
6626
6627 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6628
6629         * win32/MANIFEST:
6630         * win32/common/gstrtsp-enumtypes.c:
6631         * win32/common/gstrtsp-enumtypes.h:
6632         * win32/common/interfaces-enumtypes.c:
6633         * win32/common/interfaces-enumtypes.h:
6634         * win32/common/multichannel-enumtypes.c:
6635           Add rtsp enumtypes (#474384) and update others.
6636
6637 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6638
6639         * configure.ac:
6640           Fix configure check for HAVE_LIBXML_HTML.
6641
6642 2007-09-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6643
6644         * tests/check/libs/.cvsignore:
6645           Ignore more, in case the build bots work again one day.
6646
6647 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6648
6649         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6650
6651         * configure.ac:
6652         * gst-libs/gst/Makefile.am:
6653         * gst-libs/gst/fft/Makefile.am:
6654         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6655         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6656         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6657         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6658         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6659         * gst-libs/gst/fft/gstfft.h:
6660         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6661         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6662         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6663         * gst-libs/gst/fft/gstfftf32.h:
6664         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6665         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6666         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6667         * gst-libs/gst/fft/gstfftf64.h:
6668         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6669         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6670         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6671         * gst-libs/gst/fft/gstffts16.h:
6672         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6673         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6674         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6675         * gst-libs/gst/fft/gstffts32.h:
6676         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6677         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6678         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6679         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6680         * gst-libs/gst/fft/kiss_fft_f32.h:
6681         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6682         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6683         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6684         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6685         * gst-libs/gst/fft/kiss_fft_f64.h:
6686         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6687         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6688         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6689         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6690         * gst-libs/gst/fft/kiss_fft_s16.h:
6691         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6692         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6693         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6694         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6695         * gst-libs/gst/fft/kiss_fft_s32.h:
6696         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6697         (kiss_fftr_f32), (kiss_fftri_f32):
6698         * gst-libs/gst/fft/kiss_fftr_f32.h:
6699         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6700         (kiss_fftr_f64), (kiss_fftri_f64):
6701         * gst-libs/gst/fft/kiss_fftr_f64.h:
6702         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6703         (kiss_fftr_s16), (kiss_fftri_s16):
6704         * gst-libs/gst/fft/kiss_fftr_s16.h:
6705         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6706         (kiss_fftr_s32), (kiss_fftri_s32):
6707         * gst-libs/gst/fft/kiss_fftr_s32.h:
6708         * gst-libs/gst/fft/kiss_version:
6709         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6710         * pkgconfig/gstreamer-plugins-base.pc.in:
6711         Add libgstfft, a FFT library based on Kiss FFT which is
6712         BSD licensed. Supported sample formats are int16, int32,
6713         float and double. For those formats a real FFT and IFFT
6714         can be done, different windowing functions can be applied
6715         and functions for extracting the magnitude and phase exist.
6716         Fixes #468619.
6717
6718         * docs/libs/Makefile.am:
6719         * docs/libs/gst-plugins-base-libs-docs.sgml:
6720         * docs/libs/gst-plugins-base-libs-sections.txt:
6721         Integrate libgstfft into the docs.
6722
6723         * tests/check/Makefile.am:
6724         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6725         Add unit tests for libgstfft, currently only testing the FFT.
6726         Unit tests for IFFT will follow soon.
6727
6728 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6729
6730         Patch by: Peter Kjellerstedt  <pkj at axis com>
6731
6732         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6733         (gst_sdp_message_init), (gst_sdp_message_uninit),
6734         (is_multicast_address), (gst_sdp_message_as_text),
6735         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6736         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6737         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6738         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6739         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6740         (gst_sdp_media_init), (gst_sdp_media_uninit),
6741         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6742         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6743         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6744         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6745         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6746         * gst-libs/gst/sdp/gstsdpmessage.h:
6747         Separate INIT_ARRAY() and related macros into two versions, one for
6748         structures and one for pointers (e.g., INIT_ARRAY() and
6749         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6750         lists of emails and phone numbers.
6751         Add missing const as appropriate.
6752         Change all gint to guint since they all actually represent unsigned
6753         values.
6754         Do not use time as a variable name as it shadows the global time().
6755         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6756         Actually implement gst_sdp_message_add_time().
6757         Make gst_sdp_message_add_time() take repeat times as an argument.
6758         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6759         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6760         misspelled as badwidth).
6761         gst-indented and a little clean up. Fixes #471067.
6762
6763 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6764
6765         * gst/volume/gstvolume.c: (volume_choose_func),
6766         (volume_process_double), (volume_process_double_clamp),
6767         (volume_process_float_clamp):
6768         Correctly clamp float/double samples in the [-1.0,1.0] range to
6769         prevent weird effects.
6770         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6771         Add unit tests for all samples types that had none before.
6772
6773 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6774
6775         * gst-libs/gst/rtp/gstrtpbuffer.c:
6776           Need to include stdlib.h for abs() here too.
6777
6778 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6779
6780         * gst/playback/gststreaminfo.c:
6781           Fix build.
6782
6783 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6784
6785         * gst/playback/gststreaminfo.c:
6786           Clean up some half-disabled code and comment.
6787
6788 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6789
6790         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6791
6792         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6793         (gst_base_rtp_payload_audio_handle_event):
6794         Return FALSE from the event handler to let the parent class handle the
6795         event. Fixes #446766.
6796
6797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6798         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6799         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6800
6801         * gst-libs/gst/rtp/gstbasertppayload.c:
6802         Bump the MTU to 1400.
6803
6804 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6805
6806         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6807         Add an audio/x-nsf typefind function for the nsfdec element.
6808
6809 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6810         * gst/playback/gstplaybasebin.c:
6811         Included "myth://" on stream_uris list for enable buffering to mythtv files
6812
6813 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6814
6815         * docs/libs/gst-plugins-base-libs-sections.txt:
6816         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6817         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6818         (gst_rtcp_unix_to_ntp):
6819         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6820         Fix parsing of RB blocks.
6821         Fix docs.
6822         Added helper functions to convert to/from UNIX and NTP time.
6823         API: gst_rtcp_ntp_to_unix()
6824         API: gst_rtcp_unix_to_ntp()
6825
6826         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6827         (gst_rtp_buffer_get_header_len),
6828         (gst_rtp_buffer_get_extension_data),
6829         (gst_rtp_buffer_get_payload_subbuffer),
6830         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6831         (gst_rtp_buffer_ext_timestamp):
6832         * gst-libs/gst/rtp/gstrtpbuffer.h:
6833         Fix some more docs.
6834         Implement handling of packets with extensions.
6835         Fix padding check in _validate().
6836         Added function to get extension data.
6837         API: gst_rtp_buffer_get_header_len()
6838         API: gst_rtp_buffer_get_extension_data()
6839
6840 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6841
6842         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6843         (gst_base_rtp_depayload_class_init),
6844         (gst_base_rtp_depayload_set_gst_timestamp):
6845         Add some more docs for the queue-delay property and fix a typo in a
6846         comment.
6847
6848         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6849         Fix typo.
6850
6851 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6852
6853         * gst-libs/gst/audio/gstbaseaudiosink.c:
6854         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6855         (gst_base_audio_sink_change_state):
6856         When skew slaving, try to hover around the middle of a segment so that
6857         we at most drift by half a segment.
6858         If we are aligning in the oposite direction of the clock skew, we don't
6859         have to resync.
6860
6861 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6862
6863         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6864         (gst_base_rtp_depayload_setcaps),
6865         (gst_base_rtp_depayload_set_gst_timestamp):
6866         Be less silly with the segment start, just apply the clock-base to the
6867         timestamp.
6868
6869 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6870
6871         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6872         (gst_base_rtp_depayload_class_init),
6873         (gst_base_rtp_depayload_finalize),
6874         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6875         (gst_base_rtp_depayload_handle_sink_event),
6876         (gst_base_rtp_depayload_set_gst_timestamp),
6877         (gst_base_rtp_depayload_change_state):
6878         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6879         Deprecate the queue handling thread thing and remove the code.
6880         Use new method to calculate the extended timestamp.
6881
6882 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6883
6884         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6885         (gst_rtcp_packet_sdes_copy_entry):
6886         Use g_strndup which does exactly what we want.
6887
6888         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6889         (gst_rtp_buffer_ext_timestamp):
6890         * gst-libs/gst/rtp/gstrtpbuffer.h:
6891         Add helper function to compare seqnums.
6892         Add helper function to calculate extended timestamps.
6893         API: gst_rtp_buffer_compare_seqnum()
6894         API: gst_rtp_buffer_ext_timestamp()
6895
6896 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6897
6898         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6899         (gst_rtcp_packet_sdes_get_entry),
6900         (gst_rtcp_packet_sdes_copy_entry):
6901         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6902         Fix and document SDES item data function.
6903         Add new function that makes a proper copy of SDES item data.
6904         API: gst_rtcp_packet_sdes_copy_entry()
6905
6906 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6907
6908         * configure.ac:
6909         * gst/Makefile.am:
6910           The tcp and subparse plugins are under gst, but not totaly free of
6911           dependencies. Handle selection inconfigure.ac, so that they show up
6912           on the final list of what is build and what is not. Maybe they should
6913           better be moved to ext.
6914
6915 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6916
6917         Patch by: Daniel DĂ­az  <yosoy@danieldiaz.org>
6918
6919         * configure.ac:
6920         * gst/Makefile.am:
6921           Check if libxml provides HTML parser which subparse needs.
6922           Fixes #451970.
6923
6924 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6925
6926         * ext/alsa/gstalsa.c:
6927           Fix typo and compilation on big endian systems.
6928
6929 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6930
6931         * gst/subparse/gstssaparse.c:
6932           Convert SSA newline codes into actual newline characters (#470766).
6933
6934 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6935
6936         * docs/libs/gst-plugins-base-libs-sections.txt:
6937         * gst-libs/gst/pbutils/install-plugins.c:
6938         * gst-libs/gst/pbutils/install-plugins.h:
6939         * tests/check/libs/pbutils.c:
6940           API: also add gst_install_plugins_supported() while we're at it
6941           (see #470456).
6942
6943 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6944
6945         * docs/libs/gst-plugins-base-libs-sections.txt:
6946         * gst-libs/gst/pbutils/missing-plugins.c:
6947         * gst-libs/gst/pbutils/missing-plugins.h:
6948         * tests/check/libs/pbutils.c:
6949           API: add gst_missing_*_installer_detail_new() convenience API so
6950           that applications that know exactly what they're missing can request
6951           installer detail strings for those items directly instead of having
6952           to first create a dummy missing-plugin message and then get the
6953           installer detail string from that.  Fixes #470456.
6954
6955 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6956
6957         * gst/playback/gstdecodebin.c: (close_pad_link):
6958         We need to set up delayed-linking whenever the caps are non-fixed,
6959         not just when there are multiple types - use gst_pad_is_fixed()
6960         to test.
6961
6962 2007-08-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6963
6964         * gst-libs/gst/pbutils/missing-plugins.c:
6965           (gst_missing_plugin_message_get_installer_detail):
6966           Add missing separator in PID fallback case.
6967
6968 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6969
6970         * ext/alsa/Makefile.am:
6971         There is no GST_PLUGINS_BASE_LIBS defined.
6972         
6973         * ext/alsa/gstalsa.c:
6974         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6975         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6976         Add support for ALSA 24-bit formats.
6977         snd_pcm_delay can return an error code, especially
6978         during XRUNS. In that case, the best we can do is assume
6979         delay = 0.
6980
6981         * gst/audioconvert/Makefile.am:
6982         Add flags from -base before any more-remote dependencies.
6983
6984 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6985
6986         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6987
6988         * gst/volume/gstvolume.c: (volume_choose_func),
6989         (volume_update_real_volume), (gst_volume_set_volume),
6990         (gst_volume_init), (volume_process_int32),
6991         (volume_process_int32_clamp), (volume_process_int24),
6992         (volume_process_int24_clamp), (volume_process_int16),
6993         (volume_process_int16_clamp), (volume_process_int8),
6994         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6995         * gst/volume/gstvolume.h:
6996         Add support for int32, int24 and int8 to the volume element.
6997         Fixes #445529.
6998
6999 2007-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7000
7001         * tests/examples/Makefile.am:
7002           Fix even more.
7003
7004 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7005
7006         * configure.ac:
7007         * docs/libs/Makefile.am:
7008         * docs/libs/gst-plugins-base-libs-docs.sgml:
7009         * docs/libs/gst-plugins-base-libs-sections.txt:
7010         * ext/gnomevfs/gstgnomevfssrc.c:
7011         * ext/gnomevfs/gstgnomevfssrc.h:
7012         * gst-libs/gst/Makefile.am:
7013         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7014         * pkgconfig/gstreamer-plugins-base.pc.in:
7015         * sys/v4l/v4lsrc_calls.c:
7016         * tests/examples/Makefile.am:
7017         * win32/common/config.h:
7018           Revert unwanted commit. many thanks to moap. I want a fix for 
7019           https://thomas.apestaart.org/moap/trac/ticket/239
7020
7021 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7022
7023         * gst/volume/gstvolume.c:
7024           Move passthrough below gst_object_sync_values(). Fixes #442654.
7025
7026 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7027
7028         * gst-libs/gst/audio/audio.c:
7029         Clarify the docs a little.
7030
7031 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7032
7033         * gst/volume/gstvolume.c:
7034           Enable liboil for float and add more details about problems with
7035           int16.
7036
7037 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7038
7039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7040         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7041
7042 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7043
7044         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7045         When calculating the first timestamp of the buffers, don't go below 0
7046         and clip the samples because the offset was on the eos page.
7047         Fixes #466717.
7048
7049 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7050
7051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7052         (gst_ogg_demux_collect_chain_info):
7053         Also submit the eos page when trying to find the first timestamp.
7054         See #466717.
7055
7056 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7057
7058         * gst-libs/gst/audio/audio.h:
7059         Use gst_util_uint64_scale() instead of doing the math
7060         with double for GST_FRAMES_TO_CLOCK_TIME() and
7061         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7062         prevents rounding errors. Fixes #467667.
7063
7064 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7065
7066         * gst-libs/gst/rtsp/gstrtspconnection.c:
7067         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7068         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7069         * gst-libs/gst/rtsp/gstrtspconnection.h:
7070         Small cleanups.
7071         On shutdown, don't read the control socket yet.
7072         Set timeout value correctly in all cases.
7073         Add function to check if the server accepts reads or writes.
7074         API: gst_rtsp_connection_poll()
7075
7076         * gst-libs/gst/rtsp/gstrtspdefs.h:
7077         Fix compilation with -pedantic.
7078         Add enum for _poll.
7079
7080 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7081
7082         Patch by: Olivier Crete  <tester at tester ca>
7083
7084         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7085         (gst_basertppayload_getcaps):
7086         * gst-libs/gst/rtp/gstbasertppayload.h:
7087         Add getcaps vfunc to basertppayload. See #465146.
7088
7089 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7090
7091         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7092         Only post buffering messages when we are a stream.
7093
7094 2007-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7095
7096         * gst-libs/gst/pbutils/install-plugins.c:
7097         * gst-libs/gst/pbutils/missing-plugins.c:
7098           Small docs fix and addition.
7099
7100 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7101
7102         * tests/icles/.cvsignore:
7103         * tests/icles/Makefile.am:
7104         * tests/icles/test-textoverlay.c:
7105           Add a dumb little test for textoverlay alignments.
7106
7107 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7108
7109         Patch by: Dan Williams  <dcbw redhat com>
7110
7111         * ext/pango/gsttextoverlay.c:
7112         * ext/pango/gsttextoverlay.h:
7113           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7114           "silent" property so there's a Since tag in the API reference.
7115
7116 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7117
7118         * gst-libs/gst/rtp/gstbasertppayload.c:
7119         (gst_basertppayload_set_outcaps):
7120         * gst-libs/gst/rtp/gstbasertppayload.h:
7121         Improve caps negotiation so that downstream elements can confiure
7122         certain RTP properties by fixing them on the caps. See #465146.
7123         Add docs.
7124
7125 2007-08-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7126
7127         * docs/libs/gst-plugins-base-libs-sections.txt:
7128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7129         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7130           Mark as deprecated some macros which were presumably meant to be
7131           private API and accidentally exposed in the public header file.
7132           Also actually _init() lock (only works at the moment because the
7133           struct is zeroed out when created and the initial values in the
7134           mutex struct are zeroes too). (#459585)
7135
7136 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7137
7138         * docs/libs/Makefile.am:
7139           Remove cruft and do some cleanups.
7140
7141         * docs/libs/gst-plugins-base-libs-docs.sgml:
7142           Prepare for comming gtkdoc features (rebase against online docs).
7143
7144 2007-08-10  Michael Smith <msmith@fluendo.com>
7145
7146         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7147           Debug output fixes.
7148         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7149         (GST_START_TEST):
7150           Change the number of buffers used; 500 is too many and leads to
7151           timeouts.
7152
7153 2007-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7154
7155         * gst/playback/gstqueue2.c:
7156         * gst/videorate/gstvideorate.c:
7157           Printf format fixes (#465028).
7158
7159 2007-08-09  Michael Smith <msmith@fluendo.com>
7160
7161         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7162           If we have a large (> 1 second) discontinuity, push a series of
7163           smaller buffers rather than a single very large buffer. Avoids
7164           unreasonably large single buffer allocations when encountering a
7165           large gap.
7166         * tests/check/elements/audiorate.c: (GST_START_TEST),
7167         (audiorate_suite):
7168           Add a test for this.
7169
7170 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7171
7172         * gst/playback/gstplaybasebin.c: (group_commit),
7173         (queue_remove_probe), (queue_threshold_reached):
7174
7175         Patch by: Josep Torra Valles <josep@fluendo.com>
7176         Fixes: #465015
7177         Make sure we remove the check_queues buffer probe from the 
7178         correct queue to avoid racily going back to "buffering 99%" when
7179         buffering is actually complete.
7180
7181         Also, fix the spelling of Josep's surname in the ChangeLog.
7182
7183 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7184
7185         * ext/ogg/gstoggmux.c:
7186           Do not leak oggmux instance.
7187         
7188         * ext/vorbis/vorbisenc.c:
7189           Also log values.
7190
7191 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7192
7193         * po/hu.po:
7194         * po/it.po:
7195         * po/nl.po:
7196         * po/uk.po:
7197         * po/vi.po:
7198           Updated translations.
7199
7200 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7201
7202         patch by: Yang Hong <hongyang@redflag-linux.com>
7203
7204         * ext/pango/gsttextoverlay.c:
7205         * ext/pango/gsttextoverlay.h:
7206           Add 'silent' property to GstTimeOverlay. Fixes #462979
7207
7208 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7209
7210         Patch by: Josep Torra Valles <josep@fluendo.com>
7211
7212         * docs/plugins/gst-plugins-base-plugins.args:
7213         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7214         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7215         (gst_uri_decode_bin_get_property), (gen_source_element):
7216         Add connection-speed property. Fixes #464690.
7217
7218 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7219
7220         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7221
7222         * configure.ac:
7223         * gst-libs/gst/rtsp/Makefile.am:
7224         * gst-libs/gst/rtsp/gstrtspconnection.c:
7225         (gst_rtsp_connection_connect):
7226         Fix compilation on windows. Fixes #464320.
7227
7228 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7229
7230         Patch by: Josep Torra Valles <josep@fluendo.com>
7231
7232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7233         (gst_play_base_bin_init), (queue_threshold_reached),
7234         (gen_source_element), (setup_substreams),
7235         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7236         (gst_play_base_bin_get_streaminfo_value_array):
7237         * gst/playback/gstplaybasebin.h:
7238         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7239         (gst_play_bin_set_property), (gst_play_bin_get_property),
7240         (gst_play_bin_handle_redirect_message):
7241         Move connection-speed property from playbin to playbasebin so that we
7242         can also configure it in source elements that have the connection-speed
7243         property. Fixes #464028.
7244         Add some debug info here and there.
7245
7246 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7247
7248         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7249         Properly respond to conversion queries. Fixes #464079.
7250
7251 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7252
7253         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7254         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7255         (gst_audio_test_src_init_sine_table),
7256         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7257         * gst/audiotestsrc/gstaudiotestsrc.h:
7258         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7259         Also set the default volume to the default value specified in the
7260         GParamSpec.
7261
7262 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7263
7264         Patch by: Jens Granseuer <jensgr at gmx dot net>
7265
7266         * gst/audioconvert/gstaudioquantize.c:
7267         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7268
7269 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7272         Add rdt manager for rdt transport.
7273         Fix parsing of RDT transport.
7274
7275 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7276
7277         * configure.ac:
7278         Back to CVS
7279
7280 === release 0.10.14 ===
7281
7282 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7283
7284         * configure.ac:
7285           releasing 0.10.14, "Light Years Ahead"
7286
7287 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7288
7289         * tests/check/libs/audio.c: (GST_START_TEST):
7290         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7291
7292 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7293
7294         * gst-libs/gst/audio/audio.c:
7295         When clipping a buffer with no timestamp, assume it is
7296         within the segment without warnings.
7297
7298         Fixes: #460978
7299
7300 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7301
7302         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7303         Fire the signal on the object, not the interface.
7304
7305 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7306
7307         * gst-libs/gst/rtsp/.cvsignore:
7308         Ber. Don't include the full path, idiot.
7309
7310 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7311
7312         * gst-libs/gst/rtsp/.cvsignore:
7313         Ignore generated files.
7314
7315 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7316
7317         * gst-libs/gst/interfaces/Makefile.am:
7318         * gst-libs/gst/interfaces/interfaces-marshal.list:
7319         * gst-libs/gst/interfaces/rtspextension.c:
7320         * gst-libs/gst/interfaces/rtspextension.h:
7321         * gst-libs/gst/rtsp/Makefile.am:
7322         * gst-libs/gst/rtsp/gstrtsp.h:
7323         * gst-libs/gst/rtsp/gstrtspextension.c:
7324         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7325         (gst_rtsp_extension_detect_server),
7326         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7327         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7328         (gst_rtsp_extension_configure_stream),
7329         (gst_rtsp_extension_get_transports),
7330         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7331         * gst-libs/gst/rtsp/gstrtspextension.h:
7332         * gst-libs/gst/rtsp/rtsp-marshal.list:
7333         Move the rtspextension.h interface into gstrtspextension.h
7334         as part of libgstrtsp instead of libgstinterfaces, because it's
7335         only for use within plugins, not applications. 
7336         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7337         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7338         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7339         is abstract.
7340
7341 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * gst-libs/gst/interfaces/Makefile.am:
7344         * gst-libs/gst/interfaces/interfaces-marshal.list:
7345         * gst-libs/gst/interfaces/rtspextension.c:
7346         (gst_rtsp_extension_iface_init),
7347         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7348         * gst-libs/gst/interfaces/rtspextension.h:
7349         Fix marshaller for the send signal.
7350         Add URL to stream selection interface method.
7351
7352 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7353
7354         * gst-libs/gst/riff/Makefile.am:
7355         Pull in our dependencies from -base before those from outside.
7356
7357 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7358
7359         * docs/libs/gst-plugins-base-libs-sections.txt:
7360         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7361         * gst-libs/gst/rtsp/gstrtspbase64.h:
7362         API: gst_rtsp_base64_decode_ip()
7363         Added function to decode Base64 in-place.
7364
7365 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7366
7367         * tests/check/libs/.cvsignore:
7368         Ignore the mixer test binary.
7369
7370 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7371
7372         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7373         Gratuitous comment change to trigger a rebuild on the buildbots.
7374
7375 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7376
7377         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7378         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7379         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7380         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7381         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7382         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7383         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7384         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7385         (gst_sdp_media_get_attribute_val):
7386         * gst-libs/gst/sdp/gstsdpmessage.h:
7387         Constify args where we can.
7388
7389 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7390
7391         * gst-libs/gst/interfaces/Makefile.am:
7392         * gst-libs/gst/interfaces/rtspextension.c:
7393         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7394         (gst_rtsp_extension_detect_server),
7395         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7396         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7397         (gst_rtsp_extension_configure_stream),
7398         (gst_rtsp_extension_get_transports),
7399         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7400         * gst-libs/gst/interfaces/rtspextension.h:
7401         Move interface for RTSP extensions from -good to here.
7402         Added helper methods to invoke interface methods.
7403
7404 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7405
7406         * docs/libs/gst-plugins-base-libs-sections.txt:
7407         * gst-libs/gst/rtsp/gstrtspdefs.h:
7408         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7409         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7410         (gst_rtsp_message_init_response),
7411         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7412         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7413         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7414         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7415         (gst_rtsp_message_get_body), (dump_key_value):
7416         * gst-libs/gst/rtsp/gstrtspmessage.h:
7417         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7418         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7419         (gst_rtsp_range_parse):
7420         * gst-libs/gst/rtsp/gstrtsprange.h:
7421         * gst-libs/gst/rtsp/gstrtsptransport.c:
7422         * gst-libs/gst/rtsp/gstrtspurl.c:
7423         Fix some more RTSP docs.
7424         Add some missing methods for dealing with messages.
7425
7426 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7427
7428         * docs/libs/gst-plugins-base-libs-docs.sgml:
7429         * docs/libs/gst-plugins-base-libs-sections.txt:
7430         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7431         * gst-libs/gst/rtsp/gstrtspbase64.h:
7432         * gst-libs/gst/rtsp/gstrtspconnection.c:
7433         (gst_rtsp_connection_connect), (add_auth_header),
7434         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7435         (read_body), (gst_rtsp_connection_receive),
7436         (gst_rtsp_connection_next_timeout),
7437         (gst_rtsp_connection_reset_timeout),
7438         (gst_rtsp_connection_set_auth):
7439         * gst-libs/gst/rtsp/gstrtspconnection.h:
7440         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7441         * gst-libs/gst/rtsp/gstrtspdefs.h:
7442         * gst-libs/gst/rtsp/gstrtspmessage.h:
7443         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7444         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7445         (gst_rtsp_range_parse):
7446         * gst-libs/gst/rtsp/gstrtspurl.h:
7447         Added beginnings of RTSP documentation.
7448
7449 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7450
7451         * docs/libs/Makefile.am:
7452         * docs/libs/gst-plugins-base-libs-docs.sgml:
7453         * docs/libs/gst-plugins-base-libs-sections.txt:
7454         * gst-libs/gst/sdp/gstsdp.h:
7455         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7456         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7457         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7458         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7459         (gst_sdp_message_get_attribute_val),
7460         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7461         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7462         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7463         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7464         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7465         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7466         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7467         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7468         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7469         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7470         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7471         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7472         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7473         (gst_sdp_media_get_attribute_val_n),
7474         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7475         (print_media), (gst_sdp_message_dump):
7476         * gst-libs/gst/sdp/gstsdpmessage.h:
7477         Document the SDP library.
7478         Add some of the missing SDPMedia methods.
7479
7480 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7481
7482         * configure.ac:
7483         * gst-libs/gst/Makefile.am:
7484         * gst-libs/gst/rtsp/Makefile.am:
7485         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7486         * gst-libs/gst/rtsp/gstrtspbase64.h:
7487         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7488         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7489         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7490         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7491         (parse_response_status), (parse_request_line), (parse_line),
7492         (gst_rtsp_connection_read), (read_body),
7493         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7494         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7495         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7496         (gst_rtsp_connection_set_auth):
7497         * gst-libs/gst/rtsp/gstrtspconnection.h:
7498         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7499         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7500         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7501         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7502         (gst_rtsp_find_method):
7503         * gst-libs/gst/rtsp/gstrtspdefs.h:
7504         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7505         (gst_rtsp_message_new), (gst_rtsp_message_init),
7506         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7507         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7508         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7509         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7510         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7511         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7512         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7513         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7514         (gst_rtsp_message_dump):
7515         * gst-libs/gst/rtsp/gstrtspmessage.h:
7516         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7517         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7518         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7519         * gst-libs/gst/rtsp/gstrtsprange.h:
7520         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7521         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7522         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7523         (range_as_text), (rtsp_transport_mode_as_text),
7524         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7525         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7526         (gst_rtsp_transport_free):
7527         * gst-libs/gst/rtsp/gstrtsptransport.h:
7528         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7529         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7530         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7531         * gst-libs/gst/rtsp/gstrtspurl.h:
7532         * gst-libs/gst/sdp/Makefile.am:
7533         * gst-libs/gst/sdp/gstsdp.h:
7534         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7535         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7536         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7537         (gst_sdp_attribute_init), (gst_sdp_message_new),
7538         (gst_sdp_message_init), (gst_sdp_message_uninit),
7539         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7540         (gst_sdp_media_uninit), (gst_sdp_media_free),
7541         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7542         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7543         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7544         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7545         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7546         (gst_sdp_message_get_attribute_val),
7547         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7548         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7549         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7550         (gst_sdp_media_get_attribute_val_n),
7551         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7552         (read_string), (read_string_del), (gst_sdp_parse_line),
7553         (gst_sdp_message_parse_buffer), (print_media),
7554         (gst_sdp_message_dump):
7555         * gst-libs/gst/sdp/gstsdpmessage.h:
7556         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7557         Move SDP and RTSP from helper objects in -good to a reusable library.
7558         Use a proper gst_ namespace.
7559
7560 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7561
7562         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7563         (vorbis_dec_flush_decode):
7564         Use the new buffer clipping function from gstaudio here.
7565
7566 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7567
7568         * docs/libs/gst-plugins-base-libs-sections.txt:
7569         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7570         * gst-libs/gst/audio/audio.h:
7571         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7572         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7573         Also add deprecation guards for gst_audio_structure_set_int() to the
7574         header.
7575
7576 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7577
7578         * docs/libs/gst-plugins-base-libs-sections.txt:
7579           Cleanup the docs.
7580
7581 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7582
7583         Patch by: Dan Williams <dcbw at redhat dot com>
7584
7585         * gst/playback/gstplaybasebin.c:
7586         (gst_play_base_bin_get_streaminfo_value_array):
7587         Don't return NULL when querying the stream info value array but instead
7588         return an empty array. Fixes #459204.
7589
7590 2007-07-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7591
7592         * gst/playback/gsturidecodebin.c:
7593           Init debug category before using it.
7594
7595 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7596
7597         * gst-libs/gst/interfaces/mixer.h:
7598         Add padding vars in place of the signal pointers
7599         when building with DISABLE_DEPRECATED so that the
7600         interface structure doesn't change size.
7601
7602 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7603
7604         * docs/libs/gst-plugins-base-libs-sections.txt:
7605         * ext/alsa/gstalsamixer.c:
7606         * ext/alsa/gstalsamixer.h:
7607         * ext/alsa/gstalsamixerelement.c:
7608         * ext/alsa/gstalsamixertrack.c:
7609         * gst-libs/gst/interfaces/mixer.c:
7610         * gst-libs/gst/interfaces/mixer.h:
7611         * gst-libs/gst/interfaces/mixeroptions.c:
7612         * gst-libs/gst/interfaces/mixeroptions.h:
7613         * gst-libs/gst/interfaces/mixertrack.c:
7614         * gst-libs/gst/interfaces/mixertrack.h:
7615         * tests/check/Makefile.am:
7616         * tests/check/libs/mixer.c:
7617
7618         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7619         Fixes: #152864 
7620
7621         Add support for notifying mixer changes on the message bus, and
7622         implement it in alsamixer.
7623
7624         API: gst_mixer_get_mixer_flags
7625         API: gst_mixer_message_parse_mute_toggled
7626         API: gst_mixer_message_parse_record_toggled
7627         API: gst_mixer_message_parse_volume_changed
7628         API: gst_mixer_message_parse_option_changed
7629         API: GstMixerMessageType
7630         API: GstMixerFlags
7631
7632 2007-07-20  Michael Smith <msmith@fluendo.com>
7633
7634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7635         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7636           xcontext->im_format is only for testing XShm support (as the header
7637           file comments document). Use xvimage->im_format for everything else.
7638           Avoids spurious warnings on buffer allocation before setcaps.
7639
7640 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7641
7642         * tests/examples/volume/Makefile.am:
7643         * tests/icles/Makefile.am:
7644           We should use $(LIBM).
7645
7646 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7647
7648         * tests/icles/Makefile.am:
7649           This needs -lm.
7650
7651 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * gst-libs/gst/rtp/gstbasertppayload.c:
7654         (gst_basertppayload_class_init), (gst_basertppayload_init),
7655         (gst_basertppayload_set_property),
7656         (gst_basertppayload_get_property):
7657         Don't break ABI, restore previous ranges. Keep the default random
7658         selection of timestamp and seqnum offset but as soon as the app sets a
7659         specific value, use that one.
7660
7661 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7662
7663         Patch by: Bastien Nocera <hadess at hadess dot net>
7664
7665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7666         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7667         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7668         * sys/xvimage/xvimagesink.h:
7669         Add option to turn off double-buffering for debugging purposes.
7670         Fixes #437169.
7671
7672 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7673
7674         Patch by: Jorn Baayen <jorn at openedhand dot com>
7675
7676         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7677         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7678         (gst_ximagesink_init), (gst_ximagesink_class_init):
7679         * sys/ximage/ximagesink.h:
7680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7681         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7682         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7683         * sys/xvimage/xvimagesink.h:
7684         add 'handle-expose' property. Useful for video widgets which may want to
7685         be in control of Expose behaviour. Fixes #380625
7686
7687 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7688
7689         * gst-libs/gst/rtp/gstbasertppayload.c:
7690         (gst_basertppayload_class_init), (gst_basertppayload_init),
7691         (gst_basertppayload_event), (gst_basertppayload_push),
7692         (gst_basertppayload_set_property),
7693         (gst_basertppayload_get_property),
7694         (gst_basertppayload_change_state):
7695         * gst-libs/gst/rtp/gstbasertppayload.h:
7696         Fix ranges of rtp payloader properties so that the full range can be
7697         used in addition to -1 (random).
7698         Fix wrong seqnum reporting in caps.
7699         Fixes #420326.
7700
7701 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7702
7703         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7704         (gst_video_rate_query):
7705         Use boilerplate.
7706         Add latency query, might not be perfect yet but already works a lot
7707         better. Fixes #442557.
7708
7709 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7710
7711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7712         (gst_xvimagesink_setcaps):
7713         * sys/xvimage/xvimagesink.h:
7714         After a caps change, redraw our borders to avoid garbage left there
7715         when the image format changes to a smaller size, like 16:9 -> 4:3
7716         Also, hold the flow_lock a bit longer in the set_caps while we're
7717         fiddling with the xcontext.
7718
7719 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7720
7721         * Makefile.am:
7722         * configure.ac:
7723         * tests/Makefile.am:
7724         Remove bogus check for libcheck, since we check for
7725         gstreamer-check and it pulls in the required info from there, and we
7726         weren't actually _using_ the information for libcheck ourselves
7727         anyway.
7728
7729 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7730
7731         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7732         (gst_ffmpeg_caps_to_pixfmt):
7733         Fix the r_mask test for RGBA32 on little-endian.
7734         Fix a stupid typo that would have obviously broken 
7735         compilation on big-endian, if anyone was testing.
7736
7737 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7738
7739         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7740         (paint_hline_str4):
7741         * gst/videotestsrc/videotestsrc.h:
7742         Add alpha to the color struct.
7743         Use a default alpha value of 255 instead of 128.
7744
7745 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7746
7747         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7748         (setup_source):
7749         Clear the dynamic pads counter when starting a new uri. This makes
7750         reusing playbin work again.
7751         Fixes #454264.
7752
7753 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7754
7755         * configure.ac:
7756           Use pkg-config to locate check.
7757
7758 2007-07-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7759
7760         * configure.ac:
7761         * tests/check/elements/volume.c: (GST_START_TEST):
7762           Fix 'make check' build against core CVS.
7763
7764 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7765
7766         * gst-libs/gst/interfaces/propertyprobe.c:
7767         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7768         * gst-libs/gst/tag/gstvorbistag.c:
7769           Make gtk-doc happy.
7770
7771 2007-07-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7772
7773         * gst-libs/gst/audio/gstbaseaudiosink.c:
7774         (gst_base_audio_sink_callback):
7775           Quick hack to make audiosinks stop at EOS when operating in
7776           pull-mode; needs to be fixed properly some day.
7777
7778 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7779
7780         * docs/libs/gst-plugins-base-libs-sections.txt:
7781           Fix location of includes in the docs.
7782
7783 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7784
7785         * gst/ffmpegcolorspace/avcodec.h:
7786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7787         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7788         (gst_ffmpegcsp_avpicture_fill):
7789         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7790         (img_get_alpha_info):
7791         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7792         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7793         end of the word. Partially fixes #451908
7794
7795 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7796
7797         * docs/libs/Makefile.am:
7798         * docs/plugins/Makefile.am:
7799           Simplify --extra-dir as gtkdoc scans recursively.
7800
7801 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7802
7803         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7804         (gst_adder_request_new_pad):
7805         Make getcaps more robust by not using the proxycaps function. This makes
7806         sure that we don't end up recursively calling getcaps upstream.
7807         See #316248.
7808
7809 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7810
7811         * gst/audioconvert/audioconvert.c:
7812         Include math.h to fix compilation.
7813
7814 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7815
7816         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7817         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7818         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7819         format, as produced by some dc1394 cameras like the iSight.
7820         See http://www.fourcc.org/yuv.php#IYU1
7821
7822 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7823
7824         * gst/audioconvert/Makefile.am:
7825         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7826         (check_default), (audio_convert_prepare_context),
7827         (audio_convert_clean_context), (audio_convert_convert):
7828         * gst/audioconvert/audioconvert.h:
7829         * gst/audioconvert/gstaudioconvert.c:
7830         (gst_audio_convert_dithering_get_type),
7831         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7832         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7833         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7834         * gst/audioconvert/gstaudioconvert.h:
7835         * gst/audioconvert/gstaudioquantize.c:
7836         (gst_audio_quantize_setup_noise_shaping),
7837         (gst_audio_quantize_free_noise_shaping),
7838         (gst_audio_quantize_setup_dither),
7839         (gst_audio_quantize_free_dither),
7840         (gst_audio_quantize_setup_quantize_func),
7841         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7842         * gst/audioconvert/gstaudioquantize.h:
7843         Implement dithering and noise shaping in audioconvert. By default now
7844         TPDF dithering (and no noise shaping) will be used when converting
7845         from a higher bit depth to 20 bit depth or smaller, otherwise
7846         everything will be as it is now.
7847         For the last audioconvert in a pipeline it would make sense to
7848         use some kind of noise shaping, enabling it by default for all
7849         conversions would give undesired results though. Fixes #360246.
7850         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7851         (GST_START_TEST):
7852         Adjust unit test for the new audioconvert.
7853
7854 2007-06-28  Wim Taymans  <wim@fluendo.com>
7855
7856         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7857         Use other metrics as well when estimating the buffer level.
7858
7859 2007-06-28  Wim Taymans  <wim@fluendo.com>
7860
7861         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7862         Small debug improvement.
7863
7864         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7865         (plugin_init):
7866         Tweak the rate estimation period.
7867         When calculating the buffer filledness in rate estimation mode, don't
7868         mix it with other metrics.
7869
7870 2007-06-28  Wim Taymans  <wim@fluendo.com>
7871
7872         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7873         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7874         When creating the groups, allow for a 5 second, unlimited buffers
7875         preroll phase after which we expose the group.
7876         When the group is exposed, use a small number of buffers up to a 2
7877         second limit. Also disconnect the overrun signal from multiqueue when we
7878         exposed the group because it is not needed anymore.
7879
7880 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7881
7882         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7883           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7884           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7885           (#451707); also, output some debugging info when dealing with
7886           freeform strings.
7887
7888         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7889           Add unit test for the above.
7890
7891 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7892
7893         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7894           Add description for Windows Media RTP caps.
7895
7896         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7897           Remove RTP fields that don't define the format from caps.
7898
7899 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7900
7901         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7902           Skip empty buffers, but not empty header buffers. That way the original
7903           vorbisdec unit test still passes (#451145); also, take into account
7904           that those empty packets might carry a granulepos.
7905
7906         * tests/check/Makefile.am:
7907         * tests/check/elements/vorbisdec.c:
7908         (_create_codebook_header_buffer), (_create_audio_buffer),
7909         (GST_START_TEST), (vorbisdec_suite):
7910           Add unit test that sends an empty packet.
7911
7912 2007-06-27  Wim Taymans  <wim@fluendo.com>
7913
7914         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7915         Don't error out on 0-sized packets, just emit a warning because this is
7916         not a fatal error. Fixes #451145.
7917
7918 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7919
7920         * docs/plugins/gst-plugins-base-plugins.args:
7921         * docs/plugins/gst-plugins-base-plugins.signals:
7922         * docs/plugins/inspect/plugin-adder.xml:
7923         * docs/plugins/inspect/plugin-alsa.xml:
7924         * docs/plugins/inspect/plugin-audioconvert.xml:
7925         * docs/plugins/inspect/plugin-audiorate.xml:
7926         * docs/plugins/inspect/plugin-audioresample.xml:
7927         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7928         * docs/plugins/inspect/plugin-cdparanoia.xml:
7929         * docs/plugins/inspect/plugin-decodebin.xml:
7930         * docs/plugins/inspect/plugin-decodebin2.xml:
7931         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7932         * docs/plugins/inspect/plugin-gdp.xml:
7933         * docs/plugins/inspect/plugin-gnomevfs.xml:
7934         * docs/plugins/inspect/plugin-libvisual.xml:
7935         * docs/plugins/inspect/plugin-ogg.xml:
7936         * docs/plugins/inspect/plugin-pango.xml:
7937         * docs/plugins/inspect/plugin-playbin.xml:
7938         * docs/plugins/inspect/plugin-subparse.xml:
7939         * docs/plugins/inspect/plugin-tcp.xml:
7940         * docs/plugins/inspect/plugin-theora.xml:
7941         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7942         * docs/plugins/inspect/plugin-video4linux.xml:
7943         * docs/plugins/inspect/plugin-videorate.xml:
7944         * docs/plugins/inspect/plugin-videoscale.xml:
7945         * docs/plugins/inspect/plugin-videotestsrc.xml:
7946         * docs/plugins/inspect/plugin-volume.xml:
7947         * docs/plugins/inspect/plugin-vorbis.xml:
7948         * docs/plugins/inspect/plugin-ximagesink.xml:
7949         * docs/plugins/inspect/plugin-xvimagesink.xml:
7950           Update docs with caps info.
7951
7952 2007-06-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7953
7954         * po/POTFILES.in:
7955           Add more files with translatable strings (#450875).
7956
7957 2007-06-23  Edward Hervey  <edward@fluendo.com>
7958
7959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7960         The chain should be freed if we error out here, else it will leak.
7961         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7962         (cleanup_decodebin):
7963         Don't forget to *properly* remove the signals, else it will leak.
7964
7965 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7966
7967         * MAINTAINERS:
7968         Updating all the maintainers files
7969
7970 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7971
7972         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7973         (main):
7974           Destroy and recreate parse-launch based pipeline after stop to be able
7975           to play again. Reorder some code and add more comments.
7976
7977 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7978
7979         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7980         When handling a delayed-caps notification case, mark
7981         the group as dynamic so that the nbdynamic count is
7982         incremented and decremented correctly. Fixes: #449156
7983         Patch by: Wim Taymans <wim@fluendo.com>
7984
7985 2007-06-19  Andy Wingo  <wingo@pobox.com>
7986
7987         * gst-libs/gst/audio/gstbaseaudiosink.c
7988         (gst_base_audio_sink_init): Enable pull-mode operation.
7989
7990 2007-06-19  Michael Smith <msmith@fluendo.com>
7991
7992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7993           Change minimum rate back to 1000 to allow low-sample-rate wav files
7994           to play back.
7995
7996 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7997
7998         * po/vi.po:
7999           Update translations.
8000
8001 2007-06-15  David Schleef  <ds@schleef.org>
8002
8003         * gst/playback/gstqueue2.c:
8004           Fix compile error from ignored return value.
8005
8006 2007-06-15  Michael Smith <msmith@fluendo.com>
8007
8008         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8009           Update tmpbuf for all neccesary rows, not just one, as is required
8010           when downscaling.
8011           Fixes #402076.
8012
8013 2007-06-15  Michael Smith <msmith@fluendo.com>
8014
8015         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8016         (eos_buffer_probe):
8017           Add a test that ensures we set DELTA_UNIT on all non-header,
8018           non-video buffers, if we have a video stream.
8019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8020         (gst_ogg_mux_process_best_pad):
8021           Move setting delta_pad to earlier, where we inspect all pads, so
8022           that leading audio pages don't get DELTA_UNIT unset if they come
8023           before the first DELTA_UNIT from video pages. Fixes the newly-added
8024           test. Fixes #385527.
8025
8026 2007-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8027
8028         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8029           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8030           fails on the p5-ppc64 build bot and the failure looks like it is due
8031           to the same issue as #348114, ie. a compiler bug.
8032
8033 2007-06-13  Edward Hervey  <edward@fluendo.com>
8034
8035         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8036         Fix build on MacOSX.
8037
8038 2007-06-13  Wim Taymans  <wim@fluendo.com>
8039
8040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8041         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8042         Fix compilation on mingw. Fixes #446972.
8043
8044 2007-06-12  Wim Taymans  <wim@fluendo.com>
8045
8046         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8047
8048         * gst/playback/gstqueue2.c: (update_buffering),
8049         (gst_queue_locked_enqueue):
8050         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8051         also update the buffering status when receiving events. Fixes #446551.
8052
8053 2007-06-11  Wim Taymans  <wim@fluendo.com>
8054
8055         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8056
8057         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8058         (gst_queue_handle_src_query):
8059         Wait for preroll before attempting to forward a duration query upstream.
8060         Fixes #445505.
8061
8062 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8063
8064         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8065         (gst_base_rtp_depayload_set_gst_timestamp):
8066         Use G_GINT64_CONSTANT macro for int64 constant.
8067         * win32/common/libgstinterfaces.def:
8068         * win32/common/libgsttag.def:
8069         Add new exported functions.
8070
8071 2007-06-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8072
8073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8074           The BOS page of the first Dirac video stream needs to come before
8075           the BOS page of any Vorbis streams or other audio streams, just like
8076           it is with Theora.
8077
8078 2007-06-07  Wim Taymans  <wim@fluendo.com>
8079
8080         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8081         Fix compilation.
8082
8083 2007-06-06  Wim Taymans  <wim@fluendo.com>
8084
8085         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8086
8087         * gst/playback/gstqueue2.c: (gst_queue_init),
8088         (gst_queue_handle_sink_event), (gst_queue_chain),
8089         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8090         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8091         (gst_queue_src_activate_pull):
8092         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8093         Does not yet completely work because duration queries upstream won't
8094         block yet.
8095
8096 2007-06-06  Wim Taymans  <wim@fluendo.com>
8097
8098         * configure.ac:
8099         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8100         Some more fseeko checks.
8101
8102 2007-06-06  Wim Taymans  <wim@fluendo.com>
8103
8104         * configure.ac:
8105         check for large file support.
8106
8107 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8108
8109         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8110
8111         * gst/subparse/gstsubparse.c: (parse_subrip),
8112         (subviewer_unescape_newlines), (parse_subviewer),
8113         (gst_sub_parse_data_format_autodetect),
8114         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8115         * gst/subparse/gstsubparse.h:
8116         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8117         * tests/check/elements/subparse.c: (GST_START_TEST),
8118         (subparse_suite):
8119         Add a unit test for both SubViewer formats.
8120
8121 2007-06-01  Michael Smith <msmith@fluendo.com>
8122
8123         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8124           Don't overflow intermediate values when seeking to large time values
8125           in audiotestsrc.
8126
8127 2007-06-05  Wim Taymans  <wim@fluendo.com>
8128
8129         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8130         (gst_queue_create_read), (gst_queue_read_item_from_file),
8131         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8132         Include stdio to define fseeko.
8133
8134 2007-06-05  Wim Taymans  <wim@fluendo.com>
8135
8136         Patch by: Edward Hervey  <edward@fluendo.com>
8137
8138         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8139         (gst_v4lsrc_query):
8140         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8141
8142 2007-06-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8143
8144         * gst-libs/gst/riff/Makefile.am:
8145         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8146           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8147           our own implementation.
8148
8149 2007-06-05  Wim Taymans  <wim@fluendo.com>
8150
8151         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8152         (gst_base_rtp_depayload_setcaps),
8153         (gst_base_rtp_depayload_set_gst_timestamp),
8154         (gst_base_rtp_depayload_change_state):
8155         Handle timestamp wraparound.
8156
8157 2007-06-05  Wim Taymans  <wim@fluendo.com>
8158
8159         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8160         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8161         (gst_uri_decode_bin_change_state):
8162         Make sure we name srcpads uniquely even when using different internal
8163         decodebins.
8164         Signal no-more-pads when no more dynamic elements exist.
8165         Remove pads on cleanup.
8166
8167 2007-06-05  Wim Taymans  <wim@fluendo.com>
8168
8169         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8170
8171         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8172         (gst_queue_init), (gst_queue_finalize),
8173         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8174         (gst_queue_create_read), (gst_queue_read_item_from_file),
8175         (gst_queue_open_temp_location_file),
8176         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8177         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8178         (gst_queue_is_empty), (gst_queue_is_filled),
8179         (gst_queue_change_state), (gst_queue_set_temp_location),
8180         (gst_queue_set_property):
8181         Add support for filebased buffering. Fixes #441264.
8182
8183 2007-06-05  Wim Taymans  <wim@fluendo.com>
8184
8185         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8186         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8187         (caps_notify_group_cb), (gst_decode_group_new),
8188         (gst_decode_group_free):
8189         Add support for delayed caps fixation when autoplugging.
8190         Optimize cases where a multiqueue is not needed/wanted, like right after
8191         anything that is not a demuxer.
8192
8193 2007-06-05  Wim Taymans  <wim@fluendo.com>
8194
8195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8196         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8197         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8198         consideratly speedup ogg chain detection by not trying to find a base
8199         timestamp for skeleton streams. 
8200
8201 2007-06-05  Wim Taymans  <wim@fluendo.com>
8202
8203         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8204         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8205         (gst_multi_fd_sink_remove_flush),
8206         (gst_multi_fd_sink_remove_client_link),
8207         (gst_multi_fd_sink_handle_client_write),
8208         (gst_multi_fd_sink_handle_clients):
8209         * gst/tcp/gstmultifdsink.h:
8210         Add support for remove_flush.
8211
8212 2007-06-05  Wim Taymans  <wim@fluendo.com>
8213
8214         * docs/design/draft-keyframe-force.txt:
8215         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8216         (theora_enc_chain):
8217         Add draft design for forcing keyframes in encoders and implement in
8218         theoraenc.
8219
8220 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8221
8222         * configure.ac:
8223           Back to CVS
8224
8225 === release 0.10.13 ===
8226
8227 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8228
8229         * configure.ac:
8230           releasing 0.10.13, "What's Going on?"
8231
8232 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8233
8234         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8235         In riff, the depth is stored in the size field but it just means that
8236         the least significant bits are cleared. We can therefore just play
8237         the sample as if it had a depth == width. Fixes: #440997
8238
8239         Patch by: Wim Taymans <wim@fluendo.com> 
8240         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8241
8242 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8243
8244         * gst-libs/gst/floatcast/floatcast.h:
8245         Define inline when needed on win32 builds. Fixes: #441295
8246         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8247
8248 2007-05-29  Wim Taymans  <wim@fluendo.com>
8249
8250         * gst/playback/gstplaybasebin.c: (queue_overrun),
8251         (no_more_pads_full):
8252         Stop buffering when the group is commited because the queues filled up.
8253         Fixes #442024.
8254
8255 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8256
8257         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8258         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8259         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8260         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8261         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8262         * ext/alsa/gstalsamixer.h:
8263         * ext/alsa/gstalsamixerelement.c:
8264         (gst_alsa_mixer_element_interface_supported),
8265         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8266         (gst_alsa_mixer_element_set_property),
8267         (gst_alsa_mixer_element_get_property),
8268         (gst_alsa_mixer_element_change_state):
8269         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8270         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8271         (gst_mixer_option_changed):
8272         * gst-libs/gst/interfaces/mixer.h:
8273         Revert commits towards #152864 made so far. We'll pick it up again
8274         after the 0.10.13 release.
8275
8276 2007-05-24  Wim Taymans  <wim@fluendo.com>
8277
8278         * gst-libs/gst/audio/gstbaseaudiosink.c:
8279         (gst_base_audio_sink_render):
8280         After an interrupt (PAUSED/flush) assume that the next sample should not
8281         be aligned to the previous sample. Fixes #417992.
8282
8283 2007-05-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8284
8285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8286           Don't add channels and rate fields to the template caps for
8287           audio/x-dts, as wavparse might not always be able to set them,
8288           which would then lead to 'caps are not a real subset of the
8289           template caps' warnings.
8290
8291 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8292
8293         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8294         Handle unknown or invalid pads without crashing, as might occur if
8295         a media file like an mp3 is specified as a subtitle file.
8296         Fixes: #410039
8297
8298 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8299
8300         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8301         (setup_sinks):
8302         Block the subtitle bin output queue before ghosting it and linking,
8303         then unblock after. This avoids spurious not-linked errors caused 
8304         by the queue starting up (because it gets linked when it is ghosted). 
8305         Fixes: #350299
8306
8307 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8308
8309         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8310         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8311         file. Avoids flukes where the input gets typefound to some valid but
8312         useless type.
8313
8314 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8315
8316         * tests/check/Makefile.am:
8317         * tests/check/elements/.cvsignore:
8318         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8319         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8320           Add unit test for gnomevfssink seeking and position reporting for
8321           file:// URIs.
8322
8323 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8324
8325         Patch by: Mark Nauwelaerts <manauw at skynet be>
8326
8327         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8328         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8329         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8330         * ext/gnomevfs/gstgnomevfssink.h:
8331           Fix position reporting, especially after a seek (from upstream),
8332           see #412648.
8333
8334 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8335
8336         * ext/cdparanoia/gstcdparanoiasrc.c:
8337           Repair umlaut.
8338
8339 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8340
8341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8342         Specify the full valid range for MP3 samplerates. Fixes a regression
8343         caused by extra header checks since the last release.
8344
8345 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8346
8347         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8349         Fix a locking-order bug I introduced with my changes the other day.
8350         Patch by Mike Smith.
8351
8352 2007-05-21  Michael Smith <msmith@fluendo.com>
8353
8354         * ext/theora/theoradec.c: (theora_handle_data_packet):
8355           Don't look inside 0-length packets (which indicate duplicated
8356           frames)
8357
8358 2007-05-21  Wim Taymans  <wim@fluendo.com>
8359
8360         * ext/cdparanoia/gstcdparanoiasrc.c:
8361         (gst_cd_paranoia_src_read_sector):
8362         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8363         (gst_base_audio_src_create):
8364         Small cleanups.
8365
8366         * ext/theora/theoradec.c: (theora_dec_sink_event):
8367         Fix typo.
8368
8369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8370         (gst_base_rtp_depayload_set_gst_timestamp):
8371         Add some FIXME
8372
8373         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8374         And some debug info when a FIXME path is hit.
8375
8376 2007-05-21  Wim Taymans  <wim@fluendo.com>
8377
8378         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8379         (gst_base_rtp_audio_payload_class_init),
8380         (gst_base_rtp_audio_payload_init),
8381         (gst_base_rtp_audio_payload_finalize),
8382         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8383         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8384         (gst_base_rtp_payload_audio_handle_event):
8385         Some cleanups, remove minptime property as it is now in the parent
8386         class.
8387         Override parent class event function.
8388
8389         * gst-libs/gst/rtp/gstbasertppayload.c:
8390         (gst_basertppayload_class_init), (gst_basertppayload_init),
8391         (gst_basertppayload_event), (gst_basertppayload_set_property),
8392         (gst_basertppayload_get_property):
8393         * gst-libs/gst/rtp/gstbasertppayload.h:
8394         Add min-ptime property.
8395         Add handle-event vmethod. Fixes #415001.
8396
8397 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8398
8399         * gst-libs/gst/audio/gstbaseaudiosink.c
8400           (gst_base_audio_sink_change_state):
8401           Fix typo in comment.
8402
8403         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8404           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8405           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8406           close_link):
8407         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8408           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8409           Remove trailing whitespaces in comments.
8410
8411         * gst/volume/Makefile.am:
8412           Fix tabs.
8413
8414 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8415
8416         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8417
8418         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8419           set_option, get_option, _gst_reserved):
8420           Revert reordering functions (keep ABI).
8421
8422 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8423
8424         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8425         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8426         (gst_ximagesink_show_frame):
8427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8428         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8429         (gst_xvimagesink_show_frame):
8430         When we create our own window, indicate that we handle the 
8431         WM_DELETE client message from the window manager, so that it won't 
8432         kill our window (and our app) along with it. Handle ClientMessage,
8433         post an error on the bus, and close the window. Further buffers
8434         arriving will result in a FlowError because the window has been
8435         destroyed.
8436
8437         Fixes: #393975
8438
8439         Clean up the X event handling loop and make them the same for
8440         both xvimagesink and ximagesink while I'm at it.
8441
8442 2007-05-17  Wim Taymans  <wim@fluendo.com>
8443
8444         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8445         Make decodebin2 autoplug depayloaders too.
8446
8447         * gst/playback/gsturidecodebin.c: (source_new_pad):
8448         Set the newly created decoder in a usable state when autoplugging a
8449         dynamic source such as RTSP.
8450
8451 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8452
8453         * gst/playback/gststreaminfo.c: (cb_probe):
8454           Ignore video-codec tag for audio streams and ignore audio-codec tags
8455           for video streams. Should make codec name collection a bit more
8456           robust against sloppy demuxers that send tag events containing both
8457           tags down each pad.
8458
8459 2007-05-17  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/playback/gstqueue2.c: (update_rates):
8462         Tweak the buffering thresholds a little.
8463         Update the buffer size with the previously calculate rate instead of
8464         only when we calculate a new rate so that we get smoother buffering
8465         updates.
8466
8467         * gst/playback/Makefile.am:
8468         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8469         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8470         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8471         (gst_uri_decode_bin_get_property), (unknown_type),
8472         (add_element_stream), (no_more_pads_full), (no_more_pads),
8473         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8474         (gen_source_element), (has_all_raw_caps), (analyse_source),
8475         (remove_decoders), (make_decoder), (remove_source),
8476         (source_new_pad), (setup_source), (decoder_query_init),
8477         (decoder_query_duration_fold), (decoder_query_duration_done),
8478         (decoder_query_position_fold), (decoder_query_position_done),
8479         (decoder_query_latency_fold), (decoder_query_latency_done),
8480         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8481         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8482         (gst_uri_decode_bin_change_state), (plugin_init):
8483         New element that intergrates a source, optional buffering element and
8484         decodebin.
8485
8486 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8487
8488         * configure.ac:
8489           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8490           (also has a .pc file, so we don't need the fallback check any
8491           longer). Fixes #438840.
8492
8493 2007-05-17  Wim Taymans  <wim@fluendo.com>
8494
8495         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8496         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8497         (apply_segment), (apply_buffer), (update_buffering),
8498         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8499         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8500         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8501         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8502         (plugin_init):
8503         fix build.
8504
8505 2007-05-17  Wim Taymans  <wim@fluendo.com>
8506
8507         * gst/playback/Makefile.am:
8508         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8509         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8510         (gst_queue_getcaps), (gst_queue_bufferalloc),
8511         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8512         (apply_buffer), (update_buffering), (reset_rate_timer),
8513         (update_rates), (gst_queue_locked_flush),
8514         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8515         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8516         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8517         (gst_queue_loop), (gst_queue_handle_src_event),
8518         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8519         (gst_queue_src_activate_push), (gst_queue_change_state),
8520         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8521         On our way to playbin2 this is the new network queue that does buffering
8522         all by itself using high and low watermarks. It can also measure up and
8523         downstream bandwidth to optimally size the queue.
8524
8525 2007-05-17  Michael Smith <msmith@fluendo.com>
8526
8527         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8528         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8529           Use the segment->last_stop value to calculate the next timestamp to
8530           generate after a seek; not the segment->start value.
8531
8532 2007-05-15  David Schleef  <ds@schleef.org>
8533
8534         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8535           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8536
8537 2007-05-15  Wim Taymans  <wim@fluendo.com>
8538
8539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8540         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8541         Some more chained streaming ogg timestamp fixes.
8542
8543 2007-05-15  Wim Taymans  <wim@fluendo.com>
8544
8545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8546         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8547         (gst_ogg_demux_handle_page):
8548         Add some FIXMEs.
8549         Fix chain start/stop segment handling based on patch by
8550         <ahalda at cs dot mcgill dot ca> see #320984.
8551
8552 2007-05-15  Michael Smith <msmith@fluendo.com>
8553
8554         * configure.ac:
8555           We don't require a C++ compiler. So don't require one.
8556
8557 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8558
8559         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8560           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8561           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8562           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8563           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8564           gst_alsa_mixer_update_track):
8565           Apply some of the cleanup Tim suggested in #152864 afterwards.
8566
8567 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8568
8569         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8570
8571         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8572           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8573           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8574           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8575           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8576           gst_alsa_mixer_handle_source_callback,
8577           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8578           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8579           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8580           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8581           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8582           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8583         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8584         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8585           gst_alsa_mixer_element_interface_supported,
8586           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8587           gst_alsa_mixer_element_set_property,
8588           gst_alsa_mixer_element_get_property,
8589           gst_alsa_mixer_element_change_state):
8590         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8591         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8592           gst_mixer_option_changed):
8593         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8594           volume_changed, option_changed, _gst_reserved):
8595           Implement notification for alsamixer. Fixes #152864
8596
8597 2007-05-14  David Schleef  <ds@schleef.org>
8598
8599         * gst/videotestsrc/videotestsrc.c:
8600         * gst/videotestsrc/videotestsrc.h:
8601           Add support for video/x-raw-bayer.
8602
8603 2007-05-12  David Schleef  <ds@schleef.org>
8604
8605         * sys/xvimage/xvimagesink.c:
8606           Add some sanity checking for the XVImage size returned by X.
8607           Related to #377400.
8608
8609 2007-05-12  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8612         (gst_base_rtp_depayload_setcaps),
8613         (gst_base_rtp_depayload_set_gst_timestamp):
8614         Parse and use additional caps fields as described in updated
8615         application/x-rtp caps spec.
8616
8617 2007-05-12  Wim Taymans  <wim@fluendo.com>
8618
8619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8620         (gst_ogg_demux_collect_chain_info):
8621         If there is a stream in a chain without any data packets, ignore the
8622         stream in the total length calculations. Might be related to #436820.
8623
8624 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8625
8626         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8627         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8628         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8629         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8630         (plugin_init):
8631
8632         Consolidate and re-work our mpeg system stream detection to probe
8633         more packets and produce a higher confidence result. Fixes a
8634         regression caused by lowering the typefind probability last year
8635         - related to bug #397810. Remove the redundant MPEG-1 specific 
8636         typefind function, as the new one detects both MPEG-1 & MPEG-2
8637         happily.
8638
8639         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8640         little. 
8641
8642         Tested against my media test directory, with some improvements and
8643         no regressions.
8644
8645 2007-05-10  Wim Taymans  <wim@fluendo.com>
8646
8647         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8648         (queue_out_of_data):
8649         Connect to the new queue "pushing" signal instead of the broken
8650         "running" one.
8651
8652 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8653
8654         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8655         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8656         Move variable declaration before the first instruction.
8657         * gst/videotestsrc/videotestsrc.c:
8658         Define M_PI if it's not defined yet.
8659         * win32/common/libgstrtp.def:
8660         Add new exported functions.
8661
8662 2007-05-09  Michael Smith <msmith@fluendo.com>
8663
8664         * ext/theora/theoradec.c: (theora_handle_type_packet):
8665           gst_pad_push_event() does not return a GstFlowReturn!
8666
8667 2007-05-09  Wim Taymans  <wim@fluendo.com>
8668
8669         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8670         * tests/examples/seek/seek.c: (do_seek):
8671         Some small cosmetic changes.
8672
8673 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8674
8675         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8676           gst_adder_change_state):
8677         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8678           segment_pending, segment_position, segment_rate):
8679           Handle playback-rate on adder.
8680
8681 2007-05-07  Michael Smith <msmith@fluendo.com>
8682
8683         * ext/theora/gsttheoradec.h:
8684         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8685         (theora_dec_sink_event), (theora_handle_comment_packet),
8686         (theora_handle_type_packet), (theora_dec_change_state):
8687           Don't push events (newsegment, tags) before initialising the
8688           decoder.
8689           This is neccesary for seeking to work correctly in gnonlin.
8690
8691 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8692
8693         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8694         * gst/adder/gstadder.c:
8695         * gst/audiotestsrc/gstaudiotestsrc.c
8696           (gst_audio_test_src_create_white_noise):
8697         * gst/videotestsrc/gstvideotestsrc.c:
8698         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8699           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8700           volume_sink_template, volume_src_template, gst_volume_init,
8701           volume_process_double, volume_process_int16,
8702           volume_process_int16_clamp):
8703           Doc fixes and formatting.
8704
8705 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8706
8707         * tests/check/Makefile.am:
8708         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8709           Minimal check for volume's GstController usability; also another
8710           test for #422295.
8711
8712 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8713
8714         * gst-libs/gst/cdda/gstcddabasesrc.c:
8715         (gst_cdda_base_src_add_track):
8716           Fix it so that it (a) makes sense and (b) doesn't break
8717           everything cdda-related including the unit test.
8718
8719 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8720
8721         * gst-libs/gst/cdda/gstcddabasesrc.c:
8722         (gst_cdda_base_src_add_track):
8723           Fix build when disabling asserts.
8724
8725 2007-05-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8726
8727         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8728           When XShm is not available, we might get row strides that are not
8729           rounded up to multiples of four; this is bad, because virtually
8730           every RGB-processing element in GStreamer assumes rowstrides are
8731           rounded up to multiples of four, so let's allocate at least enough
8732           memory to avoid crashes in this case. The image will still be
8733           displayed distorted though if this happens, so that still needs
8734           fixing (maybe by allocating a bigger image with an 'even' width
8735           and then clipping it appropriately when rendering - something for
8736           Xlib aficionados in any case).
8737
8738 2007-05-03  Michael Smith <msmith@fluendo.com>
8739
8740         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8741           If a buffer doesn't have a timestamp, assume it's contiguous with
8742           the previous buffer, and synthesise timestamps appropriately.
8743
8744 2007-05-03  Edward Hervey  <edward@fluendo.com>
8745
8746         * tests/check/elements/videorate.c: (GST_START_TEST):
8747         Set buffer timestamp to a valid value in order to test the buffer
8748         really does stay in videorate.
8749
8750 2007-05-03  Edward Hervey  <edward@fluendo.com>
8751
8752         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8753         There is no sensible way to handle incoming buffers which don't have a
8754         valid timestamp. We therefore discard them and wait for the next one.
8755
8756 2007-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8757
8758         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8759         * gst/playback/gstdecodebin2.c: (plugin_init):
8760           Better error message for text files.
8761
8762 2007-04-29  Wim Taymans  <wim@fluendo.com>
8763
8764         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8765         Fix offset bug in generation RR packets.
8766
8767 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8768
8769         * ext/theora/theoradec.c: (_theora_granule_time),
8770         (theora_dec_push_forward), (theora_handle_data_packet),
8771         (theora_dec_decode_buffer): Calculate buffer duration correctly
8772         to generate a perfect stream (#433888).
8773         * gst/audioresample/gstaudioresample.c:
8774         (audioresample_check_discont): Glib provides ABS.
8775
8776 2007-04-27  Wim Taymans  <wim@fluendo.com>
8777
8778         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8779         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8780         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8781         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8782         (gst_rtcp_packet_bye_set_reason):
8783         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8784         Fix RB block parsing and writing.
8785         Add support for constructing BYE packets.
8786
8787 2007-04-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8788
8789         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8790         (gst_base_audio_src_create):
8791         * po/POTFILES.in:
8792           When posting a warning message because samples were dropped, post
8793           something more intelligible than he default error message for clock
8794           errors which is just confusing in this context (#432984).
8795
8796 2007-04-25  Wim Taymans  <wim@fluendo.com>
8797
8798         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8799         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8800         (read_packet_header), (gst_rtcp_packet_move_to_next),
8801         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8802         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8803         (gst_rtcp_packet_sdes_get_item_count),
8804         (gst_rtcp_packet_sdes_first_item),
8805         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8806         (gst_rtcp_packet_sdes_first_entry),
8807         (gst_rtcp_packet_sdes_next_entry),
8808         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8809         (gst_rtcp_packet_sdes_add_entry):
8810         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8811         Implement code to write SR, RR and SDES packets.
8812
8813 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8814
8815         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8816
8817         * sys/ximage/ximagesink.c:
8818           Fix build if XShm is not available (#432362).
8819
8820 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8821
8822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8823         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8824         pointers to random memory which are passed to g_free() when
8825         audio_convert_prepare_context() is called the first time.
8826
8827 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8828
8829         Patch by: Dan Williams <dcbw redhat com>
8830
8831         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8832           Don't leak incoming buffer if gst_pad_push() returns a
8833           non-OK flow. Fixes #432755.
8834          
8835         * tests/check/elements/videorate.c: (GST_START_TEST),
8836         (videorate_suite):
8837           Unit test for the above by Yours Truly.
8838
8839 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8840
8841         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8842         (gst_adder_sink_event), (gst_adder_collected):
8843           Fix non-flushing segmented seeks, Fixes #340060 for me
8844
8845 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8846
8847         Patch by: Olivier Crete  <tester at tester ca>
8848
8849         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8850         (gst_base_rtp_audio_payload_class_init),
8851         (gst_base_rtp_audio_payload_init),
8852         (gst_base_rtp_audio_payload_dispose):
8853           Chain up to parent class in dispose function; get rid of
8854           unnecessary 'diposed' flag in private structure (#415001).
8855
8856 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8857
8858         * docs/libs/gst-plugins-base-libs.types:
8859         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8860         (gst_base_rtp_audio_payload_class_init):
8861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8862         * gst-libs/gst/rtp/gstbasertppayload.c:
8863           Some minor docs fixes and additions; also add missing 'Since' bits.
8864
8865 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8866
8867         Patch by: Zeeshan Ali  <zeenix gmail com>
8868
8869         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8870         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8871         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8872         (gst_base_rtp_audio_payload_push):
8873         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8874           The recently-added gst_base_rtp_audio_payload_push() should take an
8875           object of type GstBaseRTPAudioPayload as first argument (#431672).
8876
8877 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8878
8879         * gst/audioresample/gstaudioresample.c:
8880           Make more functions static, just because we can.
8881
8882 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8883
8884         * tests/check/elements/audioresample.c:
8885           Add unit test for audioresample shutdown crasher (#420106).
8886
8887 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8888
8889         * gst/subparse/gstsubparse.c:
8890         * gst/subparse/samiparse.c:
8891           Use GST_DISABLE_XML here
8892
8893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8894         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8895         (gst_xvimagesink_buffer_alloc),
8896         (gst_xvimagesink_navigation_send_event):
8897         * sys/xvimage/xvimagesink.h:
8898           Include stdlib.h when using atoi.
8899           
8900         * tests/check/elements/playbin.c: (playbin_suite):
8901           Use GST_DISABLE_REGISTRY here
8902
8903 2007-04-19  Michael Smith  <msmith@fluendo.com>
8904
8905         * ext/theora/gsttheoraenc.h:
8906         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8907         (theora_enc_sink_event), (theora_enc_change_state):
8908           Track initialisation state; don't try to use encoder state if we're
8909           not initialised (it'll segfault).
8910
8911 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8912
8913         * tests/check/pipelines/.cvsignore:
8914         Fix build.
8915
8916 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8917
8918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8919         Allow random depths between 1 and 32 instead of only multiplies of 8.
8920
8921 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8922
8923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8924         Set the maximum number of channels for PCM and float in the correct
8925         place to have it also used when creating the template caps.
8926
8927 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8928
8929         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8930         Correctly support 4, 6 and 8 channels with normal PCM and float
8931         wav files.
8932
8933         Fix the depth and signedness calculation in extensible wav files and
8934         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8935         mask is found.
8936
8937         Add support for float, alaw and mulaw in extensible wav files.
8938
8939         This allows correct playback of all but 5 files from
8940         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8941         
8942         (gst_riff_create_audio_template_caps):
8943         Add voxware and float formats to the template caps.     
8944
8945 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8946
8947         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8948
8949         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8950         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8951
8952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8953         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8954         Use the correct format strings for integer formats.
8955
8956 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8957
8958         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8959           Don't use pad_alloc_buffer_and_set_caps to create a small header
8960           packet, or, worse, to create a big temporary video buffer using the
8961           src pad.
8962
8963 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8964
8965         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8966         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8967           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8968           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8969
8970 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8971
8972         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8973           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8974           streamheader_suite):
8975           Add another test set up for failure
8976
8977 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8978
8979         * tests/check/Makefile.am:
8980         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8981           GST_START_TEST, streamheader_suite, main):
8982           Add a test for the streamheader bug Wim fixed.
8983
8984 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8985
8986         * ext/theora/theoradec.c: (theora_dec_sink_event):
8987         Fix misleading comment.
8988
8989 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8990
8991         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8992           More sanity checks for the header fields.
8993
8994 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8995
8996         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8997           Try encodings from all environment variables, not just those in the
8998           first environment variable that is set.
8999
9000 2007-04-12  Wim Taymans  <wim@fluendo.com>
9001
9002         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9003         (gst_video_rate_chain):
9004         Add some debug.
9005
9006         * tests/check/elements/videorate.c: (GST_START_TEST),
9007         (videorate_suite):
9008         Added check for videorate changing caps handling. Closes #421834.
9009
9010 2007-04-12  Michael Smith  <msmith@fluendo.com>
9011
9012         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9013           Use scale functions to avoid overflow when calculating duration of 
9014           vorbis buffers.
9015
9016 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9017
9018         * docs/libs/gst-plugins-base-libs-sections.txt:
9019         * gst-libs/gst/tag/tag.h:
9020         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9021           API: add gst_tag_freeform_string_to_utf8() (#405072).
9022
9023         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9024           Use gst_tag_freeform_string_to_utf8() here.
9025
9026 2007-04-12  Wim Taymans  <wim@fluendo.com>
9027
9028         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9029         (gst_gdp_pay_sink_event):
9030         Make sure we set the IN_CAPS flag correctly.
9031
9032         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9033         Get the IN_CAPS flag before we call functions that mess with the flags.
9034
9035 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9036
9037         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9038           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9039           Only stamp buffers with offset/offset_end right before they get
9040           pushed.  This ensures offset continuity, which was not the case
9041           before as shown by
9042           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9043
9044 2007-04-06  Wim Taymans  <wim@fluendo.com>
9045
9046         * gst/playback/gstplaybin.c: (add_sink),
9047         (gst_play_bin_change_state):
9048         Activate sync in playbin, we are ready to handle it for live streams.
9049
9050 2007-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9051
9052         * tests/check/elements/playbin.c:
9053         (test_sink_usage_video_only_stream), (playbin_suite):
9054           Add small test for stream-info-value-array code paths.
9055
9056 2007-04-05  Wim Taymans  <wim@fluendo.com>
9057
9058         * gst-libs/gst/audio/gstbaseaudiosink.c:
9059         (gst_base_audio_sink_skew_slaving):
9060         Don't try to create invalid calibration parameters by making the
9061         internal time go backwards, instead make external time go forward.
9062
9063 2007-04-05  Wim Taymans  <wim@fluendo.com>
9064
9065         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9066
9067         * gst/playback/gstplaybasebin.c: (add_stream):
9068         Fix leak in add_stream(), when g_value_set_object() increases the
9069         refcount of streaminfo object. Fixes #426250.
9070
9071 2007-04-03  David Schleef  <ds@schleef.org>
9072
9073         * gst/videotestsrc/gstvideotestsrc.c:
9074         * gst/videotestsrc/gstvideotestsrc.h:
9075         * gst/videotestsrc/videotestsrc.c:
9076         * gst/videotestsrc/videotestsrc.h:
9077           Add a test pattern called "circular", which has concentric
9078           rings with varying radial frequency.  The main purpose of this
9079           pattern is to test fidelity loss in a filter or scaler element.
9080           Notably, this pattern is scale invariant, and is optimally viewed
9081           with a width (and height) of 400.
9082
9083 2007-04-03  Wim Taymans  <wim@fluendo.com>
9084
9085         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9086
9087         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9088         (deactivate_free_recursive):
9089         Decodebin2 doesn't unref pads it obtains in some occasions:
9090         - multiqueue src pads, when either connecting further or exposing
9091         - sink pads of new autoplugged elements
9092         - peer pads when recursively freeing elements
9093         Fixes #425455.
9094
9095 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9096
9097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9098         Add audio/x-raw-float support, now that audioconvert support
9099         non-native endianness floats.
9100
9101 2007-03-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9102
9103         * docs/libs/gst-plugins-base-libs-docs.sgml:
9104           gstreamer-plugins-base.pc doesn't exist, it's
9105           gstreamer-plugins-base-0.10.pc.
9106
9107 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9108
9109         Patch by: RenĂ© Stadler <mail at renestadler dot de>
9110         with some minor changes
9111
9112         * gst-libs/gst/floatcast/floatcast.h:
9113         Use more efficient float endianness conversion functions that don't
9114         involve 2 function calls per value.
9115         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9116         (check_default), (audio_convert_prepare_context):
9117         * gst/audioconvert/gstaudioconvert.c:
9118         (gst_audio_convert_parse_caps), (make_lossless_changes):
9119         Support non-native endianness floats as input and output.
9120         Fixes #339838.
9121         * tests/check/elements/audioconvert.c: (verify_convert),
9122         (GST_START_TEST):
9123         Add unit tests for the non-native endianness float conversions.
9124
9125 2007-03-29  Wim Taymans  <wim@fluendo.com>
9126
9127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9128         (gst_base_rtp_depayload_base_init),
9129         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9130         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9131         (gst_base_rtp_depayload_set_gst_timestamp),
9132         (gst_base_rtp_depayload_change_state),
9133         (gst_base_rtp_depayload_set_property),
9134         (gst_base_rtp_depayload_get_property):
9135         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9136         Add Private structure.
9137         Bring element code to 2007.
9138         Parse clock-base caps param and use it when generating the
9139         newsegment.
9140         Reset variables before going to PAUSED.
9141         Fix some docs.
9142
9143 2007-03-29  Wim Taymans  <wim@fluendo.com>
9144
9145         * docs/libs/gst-plugins-base-libs-docs.sgml:
9146         * docs/libs/gst-plugins-base-libs-sections.txt:
9147         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9148         (gst_base_rtp_audio_payload_get_adapter):
9149         Add RTCP docs.
9150         Fix some more docs.
9151
9152         * gst-libs/gst/rtp/Makefile.am:
9153         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9154         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9155         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9156         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9157         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9158         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9159         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9160         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9161         (gst_rtcp_packet_sr_get_sender_info),
9162         (gst_rtcp_packet_sr_set_sender_info),
9163         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9164         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9165         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9166         (gst_rtcp_packet_sdes_get_chunk_count),
9167         (gst_rtcp_packet_sdes_first_chunk),
9168         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9169         (gst_rtcp_packet_sdes_first_item),
9170         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9171         (gst_rtcp_packet_bye_get_ssrc_count),
9172         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9173         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9174         (gst_rtcp_packet_bye_get_reason_len),
9175         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9176         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9177         Add new helper object for parsing and creating RTCP messages.
9178
9179 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9180
9181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9182         PCM samples with width=8 must be always unsigned, no matter what
9183         depth they have.
9184
9185 2007-03-29  Andy Wingo  <wingo@pobox.com>
9186
9187         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9188         perfect offsets also, not just timestamps.
9189
9190         * tests/check/elements/videorate.c (test_more): Test that given
9191         any incoming offsets, that videorate produces perfect offsets.
9192
9193 2007-03-29  Wim Taymans  <wim@fluendo.com>
9194
9195         * gst-libs/gst/riff/riff-ids.h:
9196         Add some more RIFF formats.
9197
9198 2007-03-29  Wim Taymans  <wim@fluendo.com>
9199
9200         * gst-libs/gst/rtp/gstrtpbuffer.c:
9201         (gst_rtp_buffer_default_clock_rate):
9202         * gst-libs/gst/rtp/gstrtpbuffer.h:
9203         Fix fixed payload names and docs.
9204         Added method to get the default clock rates of fixed payload types.
9205         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9206
9207 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9208
9209         * tests/check/pipelines/.cvsignore:
9210         Add new vorbisdec test to cvsignore.
9211
9212 2007-03-28  Wim Taymans  <wim@fluendo.com>
9213
9214         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9215         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9216         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9217         (gst_base_audio_sink_set_property),
9218         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9219         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9220         (gst_base_audio_sink_skew_slaving),
9221         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9222         (gst_base_audio_sink_async_play):
9223         * gst-libs/gst/audio/gstbaseaudiosink.h:
9224         Store private stuff in GstBaseAudioSinkPrivate.
9225         Add configurable clock slaving modes property.
9226         API:: GstBaseAudioSink::slave-method property
9227         Some more latency reporting tweaks.
9228         Added skew based clock slaving correction and make it the default until
9229         the resampling method is more robust.
9230
9231 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9232
9233         * gst/audioconvert/audioconvert.c:
9234         Add docs to the integer pack functions and implement proper
9235         rounding. Before we had rounding towards negative infinity, i.e.
9236         always the smaller number was taken. Now we use natural rounding,
9237         i.e. rounding to the nearest integer and to the one with the largest
9238         absolute value for X.5. The old rounding introduced some minor
9239         distortions. Fixes #420079
9240         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9241         Fix one unit test that assumed the old rounding and added unit tests
9242         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9243         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9244         rounding from signed int32 to signed/unsigned int16.
9245
9246 2007-03-27  Michael Smith  <msmith@fluendo.com>
9247
9248         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9249         (gst_audio_convert_transform_caps):
9250           Fix typo in debug line introduced recently, as pointed out on irc.
9251
9252 2007-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9253
9254         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9255         * tests/check/libs/tag.c: (GST_START_TEST):
9256           Make sure we parse floating-point numbers in vorbis comments
9257           correctly with either '.' or ',' as separator, no matter what
9258           the current locale is. Add unit test for this too.
9259
9260 2007-03-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9261
9262         Patch by: RenĂ© Stadler  <mail at renestadler de>
9263
9264         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9265           When writing out floating-point numbers to vorbis comment tags, always
9266           use the same character as separator no matter what the current locale is
9267           (fixes #423051).
9268
9269         * tests/check/libs/tag.c: (GST_START_TEST):
9270           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9271
9272 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9273
9274         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9275           vorbis_handle_data_packet):
9276           Correctly set DURATION to generate a timestamp-continuous stream.
9277           One bug left at the end; see
9278           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9279         * tests/check/Makefile.am:
9280         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9281           Add a test to check this.  Without the above patch this test fails.
9282
9283 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9284
9285         * gst-libs/gst/rtp/Makefile.am:
9286         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9287
9288 2007-03-23  Michael Smith  <msmith@fluendo.com>
9289
9290         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9291         (gst_video_rate_reset), (gst_video_rate_chain):
9292           If videorate changes caps, we can no longer use the old buffer
9293           (which may have a different size, incompatible with our caps).
9294           So don't do that; just duplicate the new frame more times.
9295
9296 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9297
9298         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9299         Remove playbin's override of the set_clock vmethod. It's irrelevant
9300         after Wim's commit on the 19th.
9301
9302 2007-03-22  Wim Taymans  <wim@fluendo.com>
9303
9304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9305         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9306         * ext/gnomevfs/gstgnomevfssrc.h:
9307         Don't cache file sizes. Fixes #341078.
9308
9309 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9310
9311         * gst/playback/gstplaybin.c: (add_sink):
9312           Use GST_PTR_FORMAT to log caps. 
9313
9314 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9315
9316         Patch by: Young-Ho Cha <ganadist at chollian net>
9317
9318         * gst/subparse/samiparse.c: (handle_start_font):
9319           Special-case some more colour names that pango doesn't handle by
9320           default. Fixes #420578.
9321
9322 2007-03-20  Michael Smith  <msmith@fluendo.com>
9323
9324         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9325           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9326           that marks EOS internally. After that, libvorbis will buffer all
9327           input data, and encode none of it, eventually leading to memory
9328           exhaustion.
9329
9330 2007-03-19  Wim Taymans  <wim@fluendo.com>
9331
9332         * gst/playback/gstdecodebin.c: (remove_fakesink):
9333         Don't post STATE_DIRTY anymore.
9334
9335         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9336         (gst_play_bin_change_state):
9337         Remove stream_time reset in seek handling, core does that now.
9338         Disable clocking for live pipelines by forcing a NULL clock to the
9339         complete pipeline, core is too smart now for our previous hack.
9340         We can always autoplug in PAUSED now.
9341
9342 2007-03-17  David Schleef  <ds@schleef.org>
9343
9344         * REQUIREMENTS:  Update this file, change the formatting to make
9345         it more consistent, plus more machine readable.
9346
9347 2007-03-16  Michael Smith  <msmith@fluendo.com>
9348
9349         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9350         (strip_width_64), (append_with_other_format):
9351           Previous fix was too simplistic, and broke the tests. Use a better
9352           approach; only strip 64 from widths for integer audio.
9353
9354 2007-03-16  Michael Smith  <msmith@fluendo.com>
9355
9356         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9357         (gst_audio_convert_transform_caps):
9358           We don't support 64 bit integer audio, so don't try to claim we can.
9359           Stops us producing caps don't match our template caps.
9360           Update comments.
9361
9362 2007-03-15  Michael Smith  <msmith@fluendo.com>
9363
9364         * gst/audioresample/gstaudioresample.c:
9365         (audioresample_check_discont), (audioresample_transform):
9366           Don't trigger discontinuities for very small imperfections; a filter
9367           flush will sound bad, and many plugins have rounding errors leading
9368           to these.
9369
9370 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9371
9372         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9373
9374         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9375         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9376         API: add "min-ptime" property to RTP base audio payloader.
9377         API: add gst_base_rtp_audio_payload_push().
9378         API: add gst_base_rtp_audio_payload_get_adapter().
9379         Fixes #415001
9380         Indentation/whitespace/documentation fixes.
9381
9382 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9383
9384         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9385         (audioresample_transform_size), (audioresample_do_output),
9386         (audioresample_transform), (audioresample_pushthrough): Handle
9387         discontinuous streams.
9388         * gst/audioresample/gstaudioresample.h:
9389         * tests/check/elements/audioresample.c:
9390         (test_discont_stream_instance), (GST_START_TEST),
9391         (audioresample_suite): Add a test for discontinuous streams.
9392         * win32/common/config.h: Updated.
9393
9394 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9395
9396         * po/af.po:
9397         * po/az.po:
9398         * po/cs.po:
9399         * po/en_GB.po:
9400         * po/it.po:
9401         * po/nb.po:
9402         * po/nl.po:
9403         * po/or.po:
9404         * po/sq.po:
9405         * po/sr.po:
9406         * po/sv.po:
9407         * po/uk.po:
9408         * po/vi.po:
9409           Update translations from translation project.
9410
9411 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9412
9413         * gst/audioresample/debug.h:
9414         * gst/audioresample/resample.c: (resample_init):
9415           Since I really am not interested in a debug line for each sample
9416           being processed, move the library's debugging to its own category,
9417           libaudioresample
9418
9419 2007-03-13  Michael Smith  <msmith@fluendo.com>
9420
9421         * ext/theora/theoradec.c: (theora_handle_type_packet):
9422           Since the plugin doesn't support anything other than 4:2:0 right
9423           now, post an error and fail if we get something else. Won't matter
9424           until libtheora supports the other pixel formats, but hopefully
9425           that'll be soon...
9426
9427 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9428
9429         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9430         Use gst_guint64_to_gdouble for conversion.
9431         * win32/MANIFEST:
9432         Add new files to the win32 MANIFEST.
9433         * win32/common/libgstaudio.def:
9434         * win32/common/libgstpbutils.def:
9435         Add new exported functions.
9436         * win32/vs6/gst_plugins_base.dsw:
9437         * win32/vs6/libgstdecodebin.dsp:
9438         * win32/vs6/libgstplaybin.dsp:
9439         Change the link to libgstpbutils.lib.
9440         * win32/vs6/libgstdecodebin2.dsp:
9441         Add a new project for decodebin2.
9442         * win32/vs6/libgstpbutils.dsp:
9443         Add a new project for pbutils.
9444
9445 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9446
9447         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9448           Also accept partial dates with only year and month,
9449           like 1999-12-00 (fixes #410396 even more).
9450
9451         * tests/check/libs/tag.c: (GST_START_TEST):
9452           Add unit test for the above.
9453
9454 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9455
9456         * tests/check/elements/subparse.c: (GST_START_TEST),
9457         (subparse_suite):
9458           Add unit test for MPL2 subtitle format (#413799).
9459
9460 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9461
9462         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9463
9464         * gst/subparse/Makefile.am:
9465         * gst/subparse/gstsubparse.c:
9466         (gst_sub_parse_data_format_autodetect),
9467         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9468         (gst_subparse_type_find):
9469         * gst/subparse/gstsubparse.h:
9470         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9471         * gst/subparse/mpl2parse.h:
9472           Add support for MPL2 subtitle format (#413799).
9473
9474 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9475
9476         * configure.ac:
9477           We require core CVS for the new buffer metadata copy functions.
9478
9479 2007-03-09  Wim Taymans  <wim@fluendo.com>
9480
9481         * gst-libs/gst/tag/gstid3tag.c:
9482         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9483         Fixes #414496.
9484
9485         Patch by: Alex Lancaster <alexl at users sourceforge net>
9486
9487 2007-03-09  Wim Taymans  <wim@fluendo.com>
9488
9489         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9490         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9491         Improve adapter usage and comments.
9492
9493 2007-03-09  Wim Taymans  <wim@fluendo.com>
9494
9495         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9496         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9497         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9498         Use new metadata copy function.
9499
9500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9501         (gst_ffmpegcsp_transform):
9502         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9503         Basetransform copied the metadata for us.
9504
9505 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9506
9507         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9508         (gst_text_overlay_video_event):
9509           Some more logging. Only accept newsegment events in TIME format and
9510           send a WARNING message if they are not in TIME format.
9511
9512         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9513         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9514         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9515         * gst/subparse/gstsubparse.h:
9516           No need to allocate GstSegment structure dynamically, just put it
9517           into the instance structure; ignore newsegment events in BYTE
9518           format and in particular don't let it overwrite our saved TIME
9519           segment from the last seek.
9520
9521 2007-03-09  Michael Smith  <msmith@fluendo.com>
9522
9523         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9524           Replace AC3 typefinder with one that isn't terrible, and actually
9525           works usefully.
9526
9527 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9528
9529         * gst/audioconvert/gstaudioconvert.c:
9530         (gst_audio_convert_transform):
9531           fix error category and translatable string
9532           
9533
9534 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9535
9536         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9537         * pkgconfig/gstreamer-plugins-base.pc.in:
9538           Fix up utils => pbutils here too.
9539
9540 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9541
9542         * gst/subparse/gstsubparse.c: (handle_buffer):
9543           Break out of loop in chain function as soon as possible if we get
9544           a non-OK flow return.
9545
9546 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9547
9548         * tests/check/elements/alsa.c: (GST_START_TEST):
9549         Unref the mixer if the state change fails too (if the
9550         alsa devices are inaccessible, for example)
9551
9552 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9553
9554         * tests/check/Makefile.am:
9555         Don't test libvisual elements in the states check, because libvisual
9556         seems to leak internally.
9557
9558         Re-enable the alsa and states tests now that there's new suppressions
9559         in gst.supp.
9560
9561         * tests/check/elements/alsa.c: (GST_START_TEST):
9562         Don't leak the alsamixer we instantiated.
9563
9564 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9565
9566         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9567         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9568         (gst_ximagesink_finalize):
9569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9570         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9571         Move some cleanup stuff from the state change handler into a _reset()
9572         function that can be called from _finalize(). This ensures that things
9573         get freed even if (for some reason) the NULL->READY state transition
9574         fails in the parent class.
9575         Even if a parent state change fails, process our downward state change
9576         logic instead of bailing out early.
9577         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9578
9579 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9580
9581         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9582         Extra log line.
9583
9584         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9585         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9586         Use pango_font_description_set_family_static instead of 
9587         pango_font_description_set_family to save a string copy (it was
9588         leaking due to the strdup anyway)
9589
9590         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9591         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9592         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9593         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9594         Chain up in finalize.
9595
9596 2007-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9597
9598         * gst-libs/gst/interfaces/mixertrack.c:
9599         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9600         (gst_mixer_track_set_property):
9601           API: add "untranslated-label" property which should be set by
9602           implementations at construct time (#414645).
9603
9604         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9605         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9606           Set "untranslated-label" when constructing mixer track objects.
9607
9608         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9609           Unit test to check the above.
9610
9611 2007-03-07  Wim Taymans  <wim@fluendo.com>
9612
9613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9614         Fix confusing debug message.
9615
9616 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9617
9618         * gst-plugins-base.doap:
9619         update doap file with new version
9620
9621 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9622
9623         * configure.ac:
9624         Back to CVS
9625
9626 === release 0.10.12 ===
9627
9628 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9629
9630         * configure.ac:
9631           releasing 0.10.12, "Zombie Horde"
9632
9633 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9634
9635         * configure.ac:
9636         Bump version to 0.10.11.4 pre-release
9637
9638 2007-03-06  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst-libs/gst/audio/gstbaseaudiosink.c:
9641         (gst_base_audio_sink_async_play):
9642         Fix regression that made GStreamer skip the first samples of audio.
9643         Fixes #414684.
9644
9645 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9646
9647         * configure.ac:
9648         Bump version to 0.10.11.3 pre-release
9649
9650 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9651
9652         * po/POTFILES.in:
9653           Update paths for the rename from utils to pbutils to fix the build.
9654
9655 2007-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9656
9657         * gst-libs/gst/pbutils/Makefile.am:
9658           Change directory to install headers in from gst/utils to gst/pbutils
9659           as well.
9660
9661 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9662
9663         * configure.ac:
9664         * docs/libs/gst-plugins-base-libs-docs.sgml:
9665         * docs/libs/gst-plugins-base-libs-sections.txt:
9666         * gst-libs/gst/Makefile.am:
9667         * gst-libs/gst/interfaces/mixer.c:
9668         * gst-libs/gst/pbutils/Makefile.am:
9669         * gst-libs/gst/pbutils/descriptions.c:
9670         (gst_pb_utils_get_source_description),
9671         (gst_pb_utils_get_sink_description),
9672         (gst_pb_utils_get_decoder_description),
9673         (gst_pb_utils_get_encoder_description),
9674         (gst_pb_utils_get_element_description),
9675         (gst_pb_utils_add_codec_description_to_tag_list),
9676         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9677         * gst-libs/gst/pbutils/descriptions.h:
9678         * gst-libs/gst/pbutils/install-plugins.c:
9679         * gst-libs/gst/pbutils/install-plugins.h:
9680         * gst-libs/gst/pbutils/missing-plugins.c:
9681         (gst_missing_uri_source_message_new),
9682         (gst_missing_uri_sink_message_new),
9683         (gst_missing_element_message_new),
9684         (gst_missing_decoder_message_new),
9685         (gst_missing_encoder_message_new),
9686         (gst_missing_plugin_message_get_description):
9687         * gst-libs/gst/pbutils/missing-plugins.h:
9688         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9689         * gst-libs/gst/pbutils/pbutils.h:
9690         * gst-libs/gst/utils/Makefile.am:
9691         * gst-libs/gst/utils/base-utils.c:
9692         * gst-libs/gst/utils/base-utils.h:
9693         * gst-libs/gst/utils/descriptions.c:
9694         * gst-libs/gst/utils/descriptions.h:
9695         * gst-libs/gst/utils/install-plugins.c:
9696         * gst-libs/gst/utils/install-plugins.h:
9697         * gst-libs/gst/utils/missing-plugins.c:
9698         * gst-libs/gst/utils/missing-plugins.h:
9699         * gst-plugins-base.spec.in:
9700         * gst/playback/Makefile.am:
9701         * gst/playback/gstdecodebin.c:
9702         * gst/playback/gstdecodebin2.c:
9703         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9704         (gen_source_element):
9705         * gst/playback/gstplaybin.c: (plugin_init):
9706         * tests/check/Makefile.am:
9707         * tests/check/libs/pbutils.c: (GST_START_TEST),
9708         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9709         * tests/check/libs/utils.c:
9710           rename utils to pbutils
9711
9712 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9713
9714         * docs/plugins/Makefile.am:
9715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9717         * docs/plugins/inspect/plugin-decodebin2.xml:
9718         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9719         Add documentation for decodebin2 that indicates that the API
9720         is still unstable.
9721
9722 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9723
9724         * configure.ac:
9725         Update to 0.10.11.2 (0.10.12 pre-release)
9726
9727 2007-03-01  Wim Taymans  <wim@fluendo.com>
9728
9729         * gst-libs/gst/audio/gstbaseaudiosink.c:
9730         (gst_base_audio_sink_async_play):
9731         base time is irrelevant here.
9732
9733 2007-03-01  Wim Taymans  <wim@fluendo.com>
9734
9735         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9736         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9737         Improve debugging.
9738
9739         * gst-libs/gst/audio/gstbaseaudiosink.c:
9740         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9741         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9742         Improve latency and clock slaving calculations.
9743         Improve slave clock calibration.
9744
9745         * gst-libs/gst/audio/gstringbuffer.c:
9746         (gst_ring_buffer_commit_full):
9747         When we are asked to render N sample to 0 bytes, return N.
9748
9749 2007-03-01  Wim Taymans  <wim@fluendo.com>
9750
9751         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9752         (gst_alsasink_write), (gst_alsasink_reset):
9753         * ext/alsa/gstalsasink.h:
9754         Remove unused dispose function.
9755         Rename lock to not interfere with alsasrc lock.
9756
9757         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9758         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9759         (gst_alsasrc_read), (gst_alsasrc_reset):
9760         * ext/alsa/gstalsasrc.h:
9761         Implement finalize function.
9762         Use lock to protect alsa access.
9763         Implement _reset.
9764         Fine tune sw params.
9765
9766 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9767
9768         * configure.ac:
9769           Convert to new AG_GST style.
9770
9771 2007-02-28  Wim Taymans  <wim@fluendo.com>
9772
9773         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9774
9775         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9776         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9777         Fix race condition when rapidly switching visualisations in playbin.
9778         Fixes #401029.
9779
9780 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9781
9782         * tests/check/Makefile.am:
9783         Include local stuff before system installed things in LDFLAGS and
9784         CFLAGS.
9785
9786 2007-02-28  Wim Taymans  <wim@fluendo.com>
9787
9788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9789         Improve debugging.
9790
9791 2007-02-28  Wim Taymans  <wim@fluendo.com>
9792
9793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9794         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9796         Fix duration and timestamping, taking latency into account.
9797         Implement latency query.
9798
9799 2007-02-28  Wim Taymans  <wim@fluendo.com>
9800
9801         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9802         (gst_audio_clock_new):
9803         Fix clock name.
9804
9805         * gst-libs/gst/audio/gstbaseaudiosink.c:
9806         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9807         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9808         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9809         (gst_base_audio_src_create):
9810         Improve latency query code.
9811         Use proper clock names.
9812
9813 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9814
9815         * tests/check/generic/states.c: (GST_START_TEST):
9816           Copy the states.c test from core again
9817         * tests/check/Makefile.am:
9818           ignore cdio and cdparanoiasrc
9819
9820 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9821
9822         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9823         (double_hq), (audio_convert_get_func_index), (check_default),
9824         (audio_convert_prepare_context), (audio_convert_convert):
9825           Also make valgrind happy and avoid copying data in some cases.
9826
9827 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9828
9829         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9830         (double_hq), (audio_convert_get_func_index),
9831         (audio_convert_prepare_context), (audio_convert_convert):
9832         * gst/audioconvert/gstaudioconvert.c:
9833         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9834         (gst_audio_convert_transform_caps):
9835         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9836         (audioconvert_suite):
9837           Don't run inplace if that overwrites source data as we go. Add more
9838           tests. Fixes #339837 even more.
9839
9840 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9841
9842         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9843         (msg_segment_done): Fix various seeking bugs (Slider was not
9844         updating when doing a non flushing seek, Reverse playback 
9845         on segment seek was wrong).
9846
9847 2007-02-26  Wim Taymans  <wim@fluendo.com>
9848
9849         * tests/examples/seek/seek.c: (stop_seek):
9850         When we stop scrubbing, don't leave the pipeline PLAYING when we
9851         requested a PAUSED state.
9852
9853 2007-02-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9854
9855         Patch by: RenĂ© Stadler <mail at renestadler de>
9856
9857         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9858           Parse date strings in vorbis comments that have an invalid (zero)
9859           month or day (#410396).
9860
9861         * tests/check/libs/tag.c: (GST_START_TEST):
9862           Test case for the above.
9863
9864 2007-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9865
9866         Patch by: LoĂ¯c Minier <lool+gnome at via ecp fr>
9867
9868         * configure.ac:
9869         * ext/alsa/Makefile.am:
9870         * gst/audiotestsrc/Makefile.am:
9871           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9872
9873 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9874
9875         * gst/playback/gstplaybin.c:
9876           Improve docs: point out that the application needs to assist playbin
9877           with buffering.
9878
9879 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9880
9881         * gst-libs/gst/utils/install-plugins.c:
9882         * gst-libs/gst/utils/missing-plugins.c:
9883         * tests/check/libs/utils.c: (missing_msg_check_getters):
9884           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9885           to just 'gstreamer'. Document the caps string component of the
9886           decoder/encoder detail a bit better, since not everyone will be
9887           familiar with the GStreamer media type/caps system (but they better
9888           enjoy nested itemized lists).
9889
9890 2007-02-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9891
9892         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9893         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9894           Fix copying of GstNetBuffer (would crash before, or at least lead to
9895           invalid memory access, #410772), for now by copying the GstBuffer copy
9896           code from the core over here so we can copy the GstBuffer fields on a
9897           provided buffer instance (of type GstNetBuffer in this case). Would be
9898           better to fix this with some support by the core though (and in the long
9899           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9900
9901         * tests/check/Makefile.am:
9902           Enable unit test for GstNetBuffer.
9903
9904 2007-02-22  Andy Wingo  <wingo@pobox.com>
9905
9906         * gst-libs/gst/audio/gstbaseaudiosink.c
9907         (gst_base_audio_sink_init): Disable pull-mode activation until we
9908         figure out how to make audio sinks go to PLAYING.
9909
9910 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9911
9912         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9913         (double_hq), (audio_convert_get_func_index),
9914         (audio_convert_prepare_context), (audio_convert_convert):
9915         * gst/audioconvert/audioconvert.h:
9916         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9917         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9918         * gst/audioconvert/gstchannelmix.h:
9919         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9920           Add float as an intermediate format, as well as float mixing. Enable
9921           test that was failing before. Fixes #339837
9922
9923 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9924
9925         * tests/examples/seek/seek.c: (do_seek):
9926         Undo the previous commit: -1 as a stop time implies that the stop
9927         time is the end of file, clearing any previously configured segment.
9928
9929 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9930
9931         * tests/examples/seek/seek.c: (do_seek):
9932         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9933
9934 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9935
9936         * gst/volume/gstvolume.c: (volume_process_int16),
9937         (volume_process_int16_clamp), (volume_set_caps):
9938           Unbreak volume, value remains gint.
9939
9940 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9941
9942         * gst/volume/gstvolume.c: (volume_choose_func),
9943         (volume_update_real_volume), (gst_volume_set_volume),
9944         (gst_volume_init), (volume_process_double), (volume_process_float),
9945         (volume_process_int16), (volume_process_int16_clamp),
9946         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9947         * gst/volume/gstvolume.h:
9948           Extend float audio support (double) and some int->uint cleanups.
9949
9950 2007-02-20  Edward Hervey  <edward@fluendo.com>
9951
9952         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9953         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9954         (sort_end_pads), (gst_decode_group_expose),
9955         (gst_decode_group_hide):
9956         Don't free groups from the streaming threads. Just put them aside and
9957         free them in dispose.
9958
9959 2007-02-20  Edward Hervey  <edward@fluendo.com>
9960
9961         * gst/playback/gstdecodebin2.c: (connect_element),
9962         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9963         (sort_end_pads), (gst_decode_group_expose):
9964         Handle dynamic pads within groups.
9965         Sort pads before exposing them in order to make playbin happy.
9966         There still is a race with the multiqueue filling up. This should be
9967         solved separately.
9968         Fixes #398721
9969
9970 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9971
9972         * gst-libs/gst/utils/base-utils.c:
9973         * gst-libs/gst/utils/descriptions.c:
9974         * gst-libs/gst/utils/install-plugins.c:
9975         * gst-libs/gst/utils/missing-plugins.c:
9976           Some more docs (and descriptions for two subtitle formats).
9977
9978 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9979
9980         * gst-libs/gst/audio/audio.c:
9981           Fix documentation.
9982
9983 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9984
9985         Patch by: Yves Lefebvre  <ivanohe abacom com>
9986
9987         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9988           Don't leak caps. Fixes #408278.
9989
9990 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9991
9992         * ext/cdparanoia/gstcdparanoiasrc.h:
9993         * ext/ogg/gstoggdemux.h:
9994         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9995         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9996         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9997         * gst-libs/gst/audio/audio.h:
9998         * gst-libs/gst/audio/gstaudiofilter.h:
9999         * gst-libs/gst/interfaces/videoorientation.h:
10000         * gst/adder/gstadder.h:
10001           More docs coverage and some ChangeLog surgery (add missing names)
10002
10003 2007-02-15  Wim Taymans  <wim@fluendo.com>
10004
10005         * sys/ximage/ximagesink.c:
10006         (gst_ximagesink_calculate_pixel_aspect_ratio):
10007         * sys/xvimage/xvimagesink.c:
10008         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10009         Small constifications.
10010
10011 2007-02-15  Wim Taymans  <wim@fluendo.com>
10012
10013         * gst-libs/gst/audio/gstbaseaudiosink.c:
10014         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10015         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10016         (gst_base_audio_sink_async_play),
10017         (gst_base_audio_sink_change_state):
10018         Answer latency query.
10019         Use configured latency when syncing.
10020         Fix clock slaving.
10021
10022         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10023         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10024         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10025         Fix possible memleak.
10026         Implement latency query.
10027         Small cleanups.
10028
10029 2007-02-15  Wim Taymans  <wim@fluendo.com>
10030
10031         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10032         Ignore errors in reset, these are not fatal. They also grab the element
10033         lock which is already taking when this function is called. Fixes
10034         #405451.
10035
10036 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10037
10038         * configure.ac:
10039           Remove 'tests/examples/xerror/Makefile' from output files again.
10040
10041 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10042
10043         * configure.ac:
10044         * docs/plugins/Makefile.am:
10045           Also crossref against gst-plugins-base-libs.
10046
10047 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10048
10049         * configure.ac:
10050         * docs/libs/Makefile.am:
10051         * docs/plugins/Makefile.am:
10052           Add crossreferences to glib/gobject/gstream docs.
10053
10054         * gst-libs/gst/audio/audio.h:
10055           Source formatting.
10056
10057         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10058           Add own debug category.
10059
10060 2007-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10061
10062         Patch by: RenĂ© Stadler <mail at renestadler de>
10063
10064         * gst-libs/gst/tag/gstvorbistag.c:
10065           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10066           (#403597).
10067
10068 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10069
10070         * gst/playback/gstplaybasebin.c: (setup_source):
10071           When we have external subtitles and wait for the subtitle decodebin
10072           to get up and running, we set up a (sync) bus handler for the
10073           subtitle decodebin, so we can stop waiting when it posts an error
10074           message. However, we should do that before we set the subtitle
10075           decodebin's state to playing, otherwise things are racy and we might
10076           miss error messages posted before we had a chance to set up the bus.
10077           This should finally fix totem hanging on .txt pseudo-subtitle files.
10078           
10079 2007-02-10  SĂ©bastien Moutte  <sebastien at moutte dot net>
10080
10081         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10082           Use gst_gdouble_to_guint64 for conversions.
10083         * win32/common/config.h.in:
10084           Add a define for GST_INSTALL_PLUGINS_HELPER
10085         * win32/common/libgstaudio.def:
10086         * win32/common/libgstcdda.def:
10087         * win32/common/libgstnetbuffer.def:
10088         * win32/common/libgstrtp.def:
10089         * win32/common/libgutils.def:
10090           Add new exported functions.
10091         * win32/vs6/gst_plugins_base.dsw:
10092         * win32/vs6/libgstdecodebin.dsp:
10093         * win32/vs6/libgstnetbuffer.dsp:
10094         * win32/vs6/libgstplaybin.dsp:
10095         * win32/vs6/libgstrtp.dsp:
10096         * win32/vs6/libgstvorbis.dsp:
10097         * win32/vs6/libgstcdda.dsp:
10098         * win32/vs6/libgstgdp.dsp:
10099         * win32/vs6/libgstutils.dsp:
10100           Update and add new project files.
10101
10102 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10103
10104         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10105         (subrip_remove_unhandled_tags), (parse_subrip):
10106           For SubRip (.srt) subtitles, ignore all markup tags we don't
10107           handle (like font tags, for example).
10108
10109         * tests/check/elements/subparse.c:
10110           Add test for this.
10111
10112 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10113
10114         * gst/playback/gstdecodebin.c: (add_fakesink),
10115         (gst_decode_bin_change_state):
10116         * gst/playback/gstdecodebin2.c: (add_fakesink),
10117         (gst_decode_bin_change_state):
10118           Don't error out if there is no fakesink in the NULL to READY state
10119           change, since when decodebin is re-used, we're only adding the
10120           fakesink element in READY to PAUSED.
10121
10122         * tests/check/elements/decodebin.c:
10123         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10124         (decodebin_suite):
10125           Minimal unit test to make sure we can use the same decodebin
10126           instance twice (at least with audiotestsrc input).
10127
10128 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10129
10130         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10131           Try to get devic-name from device string first, and from handle only
10132           as fallback (seems to yield better results and is more robust
10133           against buggy probing code on the application side).
10134
10135 2007-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10136
10137         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10138
10139         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10140         (gst_alsa_find_device_name):
10141         * ext/alsa/gstalsa.h:
10142         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10143         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10144           Improve device-name detection a bit, especially in the case where
10145           the device is not actually open (#405020, #405024). Move common code
10146           into gstalsa.c instead of duplicating it.
10147
10148 2007-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10149
10150         * gst/audioconvert/gstaudioconvert.c:
10151           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10152
10153 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10154
10155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10156         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10157         (gst_xvimagesink_interface_supported),
10158         (gst_xvimagesink_probe_get_properties),
10159         (gst_xvimagesink_probe_probe_property),
10160         (gst_xvimagesink_probe_needs_probe),
10161         (gst_xvimagesink_probe_get_values),
10162         (gst_xvimagesink_property_probe_interface_init),
10163         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10164         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10165         (gst_xvimagesink_get_type):
10166         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10167         for XVAdaptors so that one can choose the adaptor to use with 
10168         gstreamer-properties.
10169
10170 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10171
10172         * gst/audioconvert/gstaudioconvert.c:
10173           Also mention that a conversion from double to float is suboptimal still.
10174
10175 2007-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10176
10177         * gst-libs/gst/audio/gstaudiofilter.c:
10178         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10179           Clear our formats structure and free the caps contained in it when
10180           shutting down.
10181
10182 2007-02-05  Andy Wingo  <wingo@pobox.com>
10183
10184         * gst-libs/gst/audio/gstbaseaudiosink.c
10185         (gst_base_audio_sink_callback): Update basesink->offset so that we
10186         pull monotonically increasing offsets instead of, um, seeking back
10187         to 0 each time. Fixes alsasrc ! alsasink!
10188
10189 2007-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10190
10191         * gst/videoscale/gstvideoscale.c:
10192           A width and height of 1 makes us crash, so increase minimum size to
10193           2x2 pixels until someone feels like fixing this (#404512).
10194
10195 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10196
10197         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10198           Add small test to make sure request pads are cleaned up properly
10199           even if oggmux never changes state out of NULL.
10200
10201 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10202
10203         * tests/check/libs/utils.c: (GST_START_TEST):
10204           Fix unit test. Turns out things work much better when you
10205           NULL-terminate string arrays. Should make p5 build bot happy again.
10206
10207 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10208
10209         * gst-libs/gst/audio/Makefile.am:
10210         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10211         (gst_audio_filter_template_base_init),
10212         (gst_audio_filter_template_class_init),
10213         (gst_audio_filter_template_init),
10214         (gst_audio_filter_template_set_property),
10215         (gst_audio_filter_template_get_property),
10216         (gst_audio_filter_template_setup),
10217         (gst_audio_filter_template_filter),
10218         (gst_audio_filter_template_filter_inplace), (plugin_init):
10219           Oops, forgot to commit fixed-up example.
10220
10221 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10222
10223         * docs/libs/gst-plugins-base-libs-sections.txt:
10224         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10225         (gst_audio_filter_class_init), (gst_audio_filter_init),
10226         (gst_audio_filter_set_caps),
10227         (gst_audio_filter_class_add_pad_templates):
10228         * gst-libs/gst/audio/gstaudiofilter.h:
10229           Port GstAudioFilter to 0.10. This change technically breaks
10230           API and ABI (and thus also every library developer's heart),
10231           but seems justifiable on the grounds that the base class was
10232           completely unusable before (ie. would crash immediately when
10233           actually used). Fixes #403963 (and eventually also #403572).
10234           Also document all of this a bit.
10235
10236 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10237
10238         * gst-libs/gst/utils/install-plugins.c:
10239         (gst_install_plugins_spawn_child):
10240         * tests/check/libs/utils.c:
10241         (test_base_utils_install_plugins_do_callout):
10242           Lowering log level to see why things fail on the p5 build bot;
10243           fix some typos in unit test messages.
10244
10245 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10246
10247         * tests/check/libs/utils.c:
10248         (test_base_utils_install_plugins_do_callout):
10249           Don't hard-code temp directory for test helper; use GLib functions
10250           to write out file and do error checking etc.
10251
10252 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10253
10254         * gst-libs/gst/utils/Makefile.am:
10255         * gst-libs/gst/utils/base-utils.h:
10256         * gst-libs/gst/utils/install-plugins.c:
10257         (gst_install_plugins_context_set_xid),
10258         (gst_install_plugins_context_new),
10259         (gst_install_plugins_context_free),
10260         (gst_install_plugins_get_helper),
10261         (gst_install_plugins_spawn_child),
10262         (gst_install_plugins_return_from_status),
10263         (gst_install_plugins_installer_exited),
10264         (gst_install_plugins_async), (gst_install_plugins_sync),
10265         (gst_install_plugins_return_get_name),
10266         (gst_install_plugins_installation_in_progress):
10267         * gst-libs/gst/utils/install-plugins.h:
10268           API: add API for applications to initiate installation of missing
10269           plugins, ie. gst_install_plugins_async() primarily.
10270           Based on libgimme-codec by Ryan Lortie.
10271
10272         * configure.ac:
10273           Add --with-install-plugins-helper configure option so distros can specify
10274           the path of the helper script or program to call when plugin installation
10275           is requested (distros: please do any argument munging in this helper
10276           script instead of patching GStreamer to pass arguments differently
10277           to another program directly).
10278
10279         * docs/libs/gst-plugins-base-libs-docs.sgml:
10280         * docs/libs/gst-plugins-base-libs-sections.txt:
10281           Build and document new API.
10282
10283         * tests/check/libs/utils.c: (result_cb),
10284         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10285         (libgstbaseutils_suite):
10286           Some simple checks for the new API.
10287
10288 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10289
10290         * tests/check/elements/audioconvert.c: (test_float_conversion):
10291           Add small test for 32bit float <=> 64bit float conversion (works
10292           only one way so far, 32=>64 produces structured noise).
10293
10294 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10295
10296         * gst/audioconvert/gstaudioconvert.c:
10297         (set_structure_widths_32_and_64), (make_lossless_changes):
10298           We don't support floats with a width of 40, 48 or 56 bits.
10299
10300 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10301
10302         * gst/audioconvert/audioconvert.c: (float), (double),
10303         (audio_convert_get_func_index):
10304         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10305         (make_lossless_changes):
10306           Support for 64-bit float audio in audioconvert (#339837)
10307
10308 2007-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10309
10310         Patch by: Holger Wansing  <linux wansing-online de>
10311
10312         * po/LINGUAS:
10313         * po/de.po:
10314           Add German translation (#352069).
10315
10316 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10317
10318         reviewed by: Wim Taymans <wim@fluendo.com>
10319
10320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10321         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10322         Use newly added GstCollectPads API to free the allocated resources in
10323         the GstOggPad structures (#402393).
10324
10325 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10326
10327         * gst/playback/gstplaybin.c: (gen_vis_element):
10328           Add audioresample+audioconvert in front of the visualisation
10329           element, so that elements like libvisual 0.4 that don't support all
10330           samplerates can work.
10331
10332           Fixes: #402505
10333
10334 2007-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10335
10336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10337         (gst_play_base_bin_get_streaminfo_value_array):
10338           Take some locks and make a copy of the streaminfo value array we
10339           maintain while holding the lock, so that the application can
10340           retrieve the stream-info as a value array in a thread-safe way.
10341
10342 2007-01-30  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/audioconvert/gstaudioconvert.c:
10345         Don't fail on 0 sized buffers. Fixes #396835.
10346
10347 2007-01-29  David Schleef  <ds@schleef.org>
10348
10349         * gst/typefind/gsttypefindfunctions.c:
10350           Detect BBCD as video/x-dirac, so we can play raw dirac
10351           streams.
10352
10353 2007-01-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10354
10355         * ext/theora/theoraenc.c: (theora_enc_chain):
10356           Check return value of theora_encode_header(), or we might try to
10357           allocate a random number of bytes. theora_encode_header() can fail
10358           if libtheora has been compiled with encoding support disabled.
10359           Fixes #398110.
10360
10361 2007-01-29  Wim Taymans  <wim@fluendo.com>
10362
10363         * tests/check/gst/.cvsignore:
10364         Do as buildbot says.
10365
10366 2007-01-29  Wim Taymans  <wim@fluendo.com>
10367
10368         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10369         Fix strides in libvisual. Gst uses X strides.
10370         Inspired by: <ed at catmur dot co dot uk> and 
10371         <tim at centricular dot net>
10372         Fixes #401118.
10373
10374 2007-01-27  Wim Taymans  <wim@fluendo.com>
10375
10376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10377         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10378         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10379         (gst_ogg_demux_perform_seek),
10380         (gst_ogg_demux_bisect_forward_serialno),
10381         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10382         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10383         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10384         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10385         * ext/ogg/gstoggdemux.h:
10386         Properly propagate streaming errors when we are scanning the file for
10387         chains so that we don't crash when shut down. Might fix some crashers
10388         when quickly switching oggs in RB such as #332503 and #378436.
10389
10390 2007-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10391
10392         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10393           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10394           error code as well.
10395
10396 2007-01-25  Wim Taymans  <wim@fluendo.com>
10397
10398         * gst/playback/gstplaybasebin.c: (remove_source):
10399         Don't try to disconnect a signal from a finalized object.
10400
10401 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10402
10403         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10404           Cast lock macro parameters to make sure we're actually accessing the
10405           lock member at the right class level. Free list itself in _dispose()
10406           as well and NULL it in case dispose gets called multiple times.
10407
10408 2007-01-25  Edward Hervey  <edward@fluendo.com>
10409
10410         * gst/playback/gstdecodebin2.c:
10411         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10412         Free GstDecodeGroups no longer used.
10413         (gst_decode_group_expose):
10414         Don't unlock too many times !
10415         (deactivate_free_recursive):
10416         Free iterator once we're done with it.
10417         Fix for recursively deactivating elements (stop at ghostpads).
10418
10419 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10420
10421         * gst/playback/gstplaybin.c: (handoff):
10422           Fix up caps on the frame buffer before we save it and potentially
10423           make it accessible to other threads via g_object_get; also use
10424           gst_buffer_replace() instead of gst_mini_object_replace().
10425
10426 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10427
10428         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10429           Make getting the current frame thread-safe.
10430
10431 2007-01-25  Edward Hervey  <edward@fluendo.com>
10432
10433         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10434         (gst_decode_group_new), (gst_decode_group_free):
10435         Set queues to bigger sizes to cope with HD contents.
10436         Fix some mutex freeing and add comment about MT safe methods.
10437
10438 2007-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10439
10440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10441         (gst_text_overlay_text_event):
10442           Don't unnecessarily ref (and then leak) upstream events if the text
10443           pad is not linked. Fixes #399948.
10444
10445         * tests/check/gst-plugins-base.supp:
10446           Add suppression for pango on edgy/x86 for textoverlay test.
10447
10448 2007-01-24  Wim Taymans  <wim@fluendo.com>
10449
10450         * gst-libs/gst/rtp/gstrtpbuffer.h:
10451         Add some more fixed payloads.
10452
10453 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10454
10455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10456           Error out properly if we get an error from libogg while reading the
10457           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10458
10459 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10460
10461         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10462           Don't leak mutex.
10463
10464         * tests/check/elements/playbin.c:
10465         (test_sink_usage_video_only_stream),
10466         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10467         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10468         (test_missing_suburisource_handler),
10469         (test_missing_primary_decoder), (playbin_suite):
10470           Run all tests once with decodebin and once with decodebin2.
10471           One test does not pass yet with decodebin2.
10472
10473 2007-01-23  Edward Hervey  <edward@fluendo.com>
10474
10475         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10476         Fix the cases where oggmux doesn't properly figure out that all
10477         sinkpads have gone EOS, and therefore doesn't push out the remaining
10478         buffers and the final EOS event.
10479         Fixes #363379
10480
10481 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10482
10483         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10485         Don't lock on navigation event push, just on keysym to string.
10486         Fixes #397673 again.
10487
10488 2007-01-22  Edward Hervey  <edward@fluendo.com>
10489
10490         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10491         (get_current_group), (group_demuxer_event_probe),
10492         (gst_decode_group_expose), (deactivate_free_recursive),
10493         (gst_decode_group_free):
10494         Cleanups.
10495         Don't forget to emit 'no-more-pads' once a group is exposed.
10496         Cleanup elements from a DecodeGroup once we remove it.
10497         Protect call to gst_decode_group_expose() with the decodebin lock.
10498
10499 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10500
10501         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10503         Looking at Xorg code i can't figure out if that XKeysymToString
10504         function is thread sensible or not. Lock it just in case as
10505         recommended by Radek Doulik <rodo at ximian dot com>.
10506
10507 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10508
10509         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10511         Lock that X Call as well. Fixes #397673.
10512
10513 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10514
10515         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10516           Don't go into an endless loop if the file starts with 00 00 01 2X,
10517           like quicktime redirect files might. Fixes #396042.
10518
10519         * tests/check/Makefile.am:
10520         * tests/check/gst/.cvsignore:
10521         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10522         (typefindfunctions_suite):
10523           Add unit test for the above.
10524
10525 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10526
10527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10528           On second thought, use "depth" field rather than "bpp" field.
10529
10530 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10531
10532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10533           Camtasia caps apparently need a bpp field (#398875).
10534
10535 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10536
10537         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10538         (gen_source_element), (gst_play_base_bin_change_state):
10539           Attempt at a better error message in case we don't have the required
10540           URI handler installed; post missing-plugin message also when we're
10541           missing an URI handler for the subtitle URI; clean up properly also
10542           when an error occurs and we never made it to PAUSED state.
10543
10544         * tests/check/elements/playbin.c: (GST_START_TEST),
10545         (playbin_suite):
10546           Check that we're also getting a missing-plugin messsage for a
10547           missing subtitle URI handler (and clean up properly).
10548
10549 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10550
10551         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10552           Plug a few reference leaks.
10553
10554 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10555
10556         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10557           Lower probability a bit if the marker isn't right at the start,
10558           to decrease the chance of false positives.
10559
10560 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10561
10562         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10563           Small mpeg2 system stream typefinding improvement: make typefinder
10564           probe a bit into the stream instead of just looking for a marker
10565           at the beginning. Fixes #397810.
10566
10567 2007-01-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10568
10569         * gst/audioconvert/gstchannelmix.c:
10570           Remove compatibility cruft for prehistoric GLib versions.
10571
10572 2007-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10573
10574         * gst/playback/Makefile.am:
10575         * gst/playback/gstdecodebin.c: (close_pad_link):
10576         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10578         (gst_play_base_bin_handle_message_func), (unknown_type):
10579           Let decodebin be the element to post missing-plugin messages for
10580           missing decoders (rather than playbin); make playbin implement
10581           GstBin::handle_message so we can suppress missing-plugin messages
10582           for types we're not handling on purpose (don't want to bring up an
10583           installer in those cases).
10584
10585 2007-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10586
10587         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10588         * gst-libs/gst/tag/gstvorbistag.c:
10589         (gst_tag_list_to_vorbiscomment_buffer):
10590         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10591           Fix potentially unaligned access (#397207).
10592
10593 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10594
10595         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10596         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10597         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10598         (main):
10599           Allow to toggle looping while it plays. Fix callback prototype. Clean
10600           up code a bit more. Add copyright header.
10601
10602 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10603
10604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10605           Red and blue mask was swapped (spotted by Dan Williams).
10606
10607 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10608
10609         * gst-libs/gst/tag/gstid3tag.c:
10610         * gst-libs/gst/tag/gstvorbistag.c:
10611           Use new beats-per-minute tag from core.
10612
10613 2007-01-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10614
10615         * po/POTFILES.in:
10616           Add new files with translatable strings, so they actually make it
10617           into the template file one day.
10618
10619 2007-01-12  Andy Wingo  <wingo@pobox.com>
10620
10621         * gst-libs/gst/audio/gstbaseaudiosink.c
10622         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10623         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10624         stuff, as the base class handles this now. Actually tell the ring
10625         buffer to start.
10626         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10627         How did this work before? Maybe I'm not as awesome a programmer as
10628         I think.
10629
10630         * gst-libs/gst/audio/gstbaseaudiosrc.c
10631         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10632         of a pad function.
10633
10634 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10635
10636         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10637           Remove more fields so that the application can better blacklist
10638           formats that have been tried before.
10639
10640 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10641
10642         * gst-libs/gst/audio/mixerutils.h:
10643           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10644           used when compiling with c++ compilers as well.
10645
10646 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10647
10648         * gst/typefind/gsttypefindfunctions.c:
10649           Fix comment.
10650
10651 2007-01-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10652
10653         * gst/playback/gstplaybin.c: (post_missing_element_message),
10654         (gen_video_element), (gen_text_element), (gen_audio_element),
10655         (gen_vis_element):
10656           Post missing-plugin messages also when we error out because
10657           converters, textoverlay or auto*sinks are missing (#161922).
10658
10659 2007-01-10  Wim Taymans  <wim@fluendo.com>
10660
10661         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10662         (is_demuxer_element), (new_caps):
10663         * gst/playback/gstplaybasebin.c: (source_new_pad):
10664         Fix the case where we try to ref a NULL element when we delay a link
10665         because of unfixed caps.
10666         Set the state of autoplugged decodebins to PAUSED.
10667         RTSP now works in playbin, we can remove it from the blacklist.
10668
10669 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10670
10671         * gst/playback/Makefile.am:
10672         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10673         (unknown_type), (setup_subtitle), (gen_source_element):
10674         * gst/playback/gstplaybin.c: (plugin_init):
10675           Post missing-plugin messages on the bus for missing sources and
10676           missing decoders/demuxers/depayloaders; fix error code used when
10677           we're missing an URI handler source; for media types that we are not
10678           handling on purpose at the moment, don't print "don't know how to
10679           handle xyz" messages to the terminal or post missing-plugin
10680           messages on the bus.
10681
10682         * tests/check/elements/playbin.c: (create_playbin),
10683         (GST_START_TEST), (gst_codec_src_uri_get_type),
10684         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10685         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10686         (gst_codec_src_init_type), (gst_codec_src_base_init),
10687         (gst_codec_src_create), (gst_codec_src_class_init),
10688         (gst_codec_src_init), (plugin_init), (playbin_suite):
10689           Add some tests for the missing-plugin stuff.
10690
10691 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10692
10693         * configure.ac:
10694         * gst-libs/gst/Makefile.am:
10695         * gst-libs/gst/utils/Makefile.am:
10696         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10697         * gst-libs/gst/utils/base-utils.h:
10698         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10699         (find_format_info), (caps_are_rtp_caps),
10700         (gst_base_utils_get_source_description),
10701         (gst_base_utils_get_sink_description),
10702         (gst_base_utils_get_decoder_description),
10703         (gst_base_utils_get_encoder_description),
10704         (gst_base_utils_get_element_description),
10705         (gst_base_utils_add_codec_description_to_tag_list),
10706         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10707         * gst-libs/gst/utils/descriptions.h:
10708         * gst-libs/gst/utils/missing-plugins.c:
10709         (missing_structure_get_type), (copy_and_clean_caps),
10710         (gst_missing_uri_source_message_new),
10711         (gst_missing_uri_sink_message_new),
10712         (gst_missing_element_message_new),
10713         (gst_missing_decoder_message_new),
10714         (gst_missing_encoder_message_new),
10715         (missing_structure_get_string_detail),
10716         (missing_structure_get_caps_detail),
10717         (gst_missing_plugin_message_get_installer_detail),
10718         (gst_missing_plugin_message_get_description),
10719         (gst_is_missing_plugin_message):
10720         * gst-libs/gst/utils/missing-plugins.h:
10721           API: add new libgstbaseutils library with functions
10722           - to create and parse missing-plugins messages
10723           - that provide (translated) descriptions for caps/decoders/sources/etc.
10724           Closes #392393.
10725
10726         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10727         * pkgconfig/gstreamer-plugins-base.pc.in:
10728           Add new lib.
10729
10730         * docs/libs/gst-plugins-base-libs-docs.sgml:
10731         * docs/libs/gst-plugins-base-libs-sections.txt:
10732           Generate docs for new lib and API.
10733
10734         * tests/check/Makefile.am:
10735         * tests/check/libs/.cvsignore:
10736         * tests/check/libs/utils.c: (missing_msg_check_getters),
10737         (GST_START_TEST), (libgstbaseutils_suite):
10738           Add some basic unit tests.
10739
10740 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10741
10742         * ext/ogg/Makefile.am:
10743           Dist gstoggdemux.h to fix 'make distcheck'.
10744
10745         * sys/v4l/Makefile.am:
10746           Fix 'make distcheck' even more.
10747
10748 2007-01-09  Wim Taymans  <wim@fluendo.com>
10749
10750         * docs/plugins/Makefile.am:
10751         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10752         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10753         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10754         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10755         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10756         (gst_ogg_demux_perform_seek):
10757         * ext/ogg/gstoggdemux.h:
10758         Added docs.
10759         Add some more comments.
10760         Small cleanups.
10761
10762 2007-01-09  Wim Taymans  <wim@fluendo.com>
10763
10764         * ext/theora/theoradec.c:
10765         * ext/vorbis/vorbisdec.c:
10766         * gst-libs/gst/audio/gstringbuffer.c:
10767         (gst_ring_buffer_commit_full):
10768         * gst-libs/gst/audio/gstringbuffer.h:
10769         * gst-libs/gst/rtp/gstrtpbuffer.c:
10770         * gst-libs/gst/tag/gstvorbistag.c:
10771         Small documentation updates/fixes
10772
10773 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10774
10775         * configure.ac:
10776           Require core CVS HEAD for Andy's basesrc/sink API additions.
10777
10778 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10779
10780         Patch by: GĂ¼nter Thelen  <daedalus dot inc at gmx net>
10781
10782         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10783         (plugin_init):
10784           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10785           on flac.sf.net (there appear to be other versions of the first
10786           ogg page in the wild) (#391365).
10787
10788 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10789
10790         * configure.ac:
10791           Check if localtime_r() is available.
10792
10793         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10794           If localtime_r() is not available, fall back to localtime(). Should
10795           fix build on MingW (#393310).
10796
10797 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10798
10799         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10800         * gst/subparse/gstsubparse.h:
10801           Remove spurious 1000 subtrahend when calculating the timestamp from
10802           the frame number and the frame rate . Also, use the frames/second
10803           value specified in the first line of the file, if one is specified
10804           there. Should fix #357503.
10805
10806         * tests/check/elements/subparse.c: (do_test),
10807         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10808         (subparse_suite):
10809           Add some basic unit tests for the microdvd subtitle format.
10810
10811 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10812
10813         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10814
10815         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10816         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10817         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10818         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10819         (gst_xvimagesink_set_xwindow_id),
10820         (gst_xvimagesink_set_event_handling),
10821         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10822         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10823         Fixes: #390076.
10824         Add an adaptor property to select a specific XV adaptor.
10825         * sys/xvimage/xvimagesink.h:
10826
10827 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10828
10829         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10830         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10831         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10832         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10833         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10834         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10835         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10836         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10837         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10838         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10839         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10840         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10841         Use flow_lock much more to protect every access to xwindow.
10842         Try to catch erros while creating images in case some drivers are
10843         just generating an XError when the requested image is too big.
10844         Should fix : #354698, #384008, #384060.
10845         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10846         Implement some stress testing of setting window xid.
10847
10848 2007-01-07  SĂ©bastien Moutte  <sebastien@moutte.net>
10849
10850         * win32/common/libgsaudio.def:
10851           Add new exported function.
10852         * win32/common/libgstogg.dsp:
10853           Add gstoggaviparse.c to the build.
10854         * win32/common/libgstvideoscale.dsp:
10855           Add vs_4tap.c to the build.
10856         * win32/common/libgstvorbis.dsp:
10857           Add vorbistag.c to the build.
10858         
10859 2007-01-06  Andy Wingo  <wingo@pobox.com>
10860
10861         * gst-libs/gst/audio/gstbaseaudiosink.c
10862         (gst_base_audio_sink_class_init)
10863         (gst_base_audio_sink_init): 
10864         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10865         to baseaudiosink, and tell basesink that we can work in pull mode.
10866         This way the ring buffer thread drives the pipeline directly, if
10867         pull mode is possible. There is some lingering nastiness regarding
10868         capsnego, however.
10869         (gst_base_audio_sink_callback): Implement the callback to pull
10870         data. This interface is a bit light, though -- it should get a
10871         GstFlowReturn return value at least.
10872
10873 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10874
10875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10876         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10877         * gst/playback/gstdecodebin2.c:
10878         (gst_decode_group_check_if_blocked):
10879           Printf format and missing argument fixes.
10880
10881 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10882
10883         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10884         (gst_ogm_parse_change_state):
10885         Activate pads before adding them to the element.
10886
10887 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10888
10889         * tests/examples/seek/scrubby.c: (main):
10890         * tests/examples/seek/seek.c: (main):
10891           Call g_thread_init() first thing in main() (see #391278).
10892
10893 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10894
10895         * tests/check/Makefile.am:
10896         * tests/check/libs/.cvsignore:
10897         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10898         (netbuffer_suite):
10899           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10900           for the time being, since it's broken, see #393099.
10901
10902 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10903
10904         * tests/check/Makefile.am:
10905           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10906
10907 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10908
10909         * configure.ac:
10910           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10911           so that GST_BASE_CFLAGS can go inbetween them, making sure
10912           we use uninstalled gst-libs headers
10913         * docs/libs/Makefile.am:
10914         * ext/alsa/Makefile.am:
10915         * ext/cdparanoia/Makefile.am:
10916         * ext/gnomevfs/Makefile.am:
10917         * ext/libvisual/Makefile.am:
10918         * ext/ogg/Makefile.am:
10919         * ext/theora/Makefile.am:
10920         * ext/vorbis/Makefile.am:
10921         * gst-libs/gst/audio/Makefile.am:
10922         * gst-libs/gst/cdda/Makefile.am:
10923         * gst-libs/gst/interfaces/Makefile.am:
10924         * gst-libs/gst/riff/Makefile.am:
10925         * gst-libs/gst/rtp/Makefile.am:
10926         * gst-libs/gst/tag/Makefile.am:
10927         * gst/adder/Makefile.am:
10928         * gst/audioconvert/Makefile.am:
10929         * gst/audiorate/Makefile.am:
10930         * gst/audioresample/Makefile.am:
10931         * gst/playback/Makefile.am:
10932         * gst/tcp/Makefile.am:
10933         * gst/videoscale/Makefile.am:
10934         * gst/volume/Makefile.am:
10935         * sys/ximage/Makefile.am:
10936         * sys/xvimage/Makefile.am:
10937         * tests/icles/Makefile.am:
10938           adapt
10939
10940 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10941
10942         * gst-libs/gst/interfaces/xoverlay.c:
10943         (gst_x_overlay_handle_events):
10944         * gst-libs/gst/interfaces/xoverlay.h:
10945         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10946         (gst_ximagesink_set_xwindow_id),
10947         (gst_ximagesink_set_event_handling),
10948         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10949         (gst_ximagesink_get_property), (gst_ximagesink_init),
10950         (gst_ximagesink_class_init):
10951         * sys/ximage/ximagesink.h:
10952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10953         (gst_xvimagesink_set_xwindow_id),
10954         (gst_xvimagesink_set_event_handling),
10955         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10956         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10957         (gst_xvimagesink_class_init):
10958         * sys/xvimage/xvimagesink.h:
10959         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10960         Add a method to the XOverlay interface to allow disabling of 
10961         event handling in x[v]imagesink elements. This will let X events
10962         propagate to parent windows which can be usefull in some cases.
10963         Be carefull that the application is then responsible of pushing
10964         navigation events and expose events to the video sink.
10965         Fixes: #387138.
10966
10967 2007-01-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10968
10969         * gst-libs/gst/tag/gstvorbistag.c:
10970         * tests/check/libs/tag.c: (GST_START_TEST):
10971           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10972           (fixes #392070).
10973
10974 2007-01-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10975
10976         * configure.ac:
10977         * docs/Makefile.am:
10978         * docs/design/Makefile.am:
10979           Dist design docs.
10980
10981 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10982
10983         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10984         typo. Fixes: #390063.
10985
10986 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10987
10988         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10990         caps leak.
10991         * win32/common/config.h: Updated.
10992
10993 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10994
10995         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10996         (setup_gdpdepay_streamheader):
10997         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10998         (setup_gdppay_streamheader):
10999           Fix the dp tests, but activating the pads for the streamheader tests
11000           too and cleaning up conditionaly
11001
11002 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11003
11004         * gst/ffmpegcolorspace/avcodec.h:
11005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11006         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11007         (gst_ffmpegcsp_avpicture_fill):
11008         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11009         (img_get_alpha_info):
11010         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11011         other end of the word. Fixes: #387073.
11012
11013         Add some inconsequential branch hints in a couple of places.
11014
11015 2006-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11016
11017         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11018         (gst_ffmpeg_caps_to_smpfmt):
11019           The "signed" field in raw audio caps is of boolean type, trying to
11020           extract the value with _get_int() will fail (fix to keep in sync with
11021           the copy in gst-ffmpeg)
11022
11023 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11024
11025         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11026         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11027         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11028         (cleanup_gdpdepay):
11029         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11030         * tests/check/elements/subparse.c: (teardown_subparse):
11031         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11032         * tests/check/elements/videorate.c: (cleanup_videorate):
11033         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11034         * tests/check/elements/volume.c: (cleanup_volume):
11035         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11036         (cleanup_vorbisdec):
11037         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11038         (cleanup_vorbistag):
11039           consistent pad (de)activation
11040
11041 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11042
11043         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11044           Forgot to register the extensions.
11045
11046 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11047
11048         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11049         (plugin_init):
11050           Add typefinder for VIVO files (my christmas present to the 90s).
11051
11052 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11053
11054         * gst/playback/gstdecodebin.c: (type_found):
11055           Special-case the text/plain media type: we only want to recognise it
11056           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11057           parser, but not if the entire stream is of text/plain type. If the
11058           entire stream is text/plain, we should just error out.
11059
11060           This fixes playback of audio files with lyrics in totem. Totem can't
11061           distinguish between text files and subtitle files and passes any
11062           .txt file with the same basename as the main file to playbin as
11063           suburi, and playbin will then throw a 'subtitle found, but no video
11064           stream' error, which isn't entirely helpful. See #380342.
11065
11066           Also, with this change we'll show a slightly more correct error
11067           message in case totem passes a playlist file to us (although a
11068           custom error message wording instead of the default text would
11069           probably not be a bad idea either).
11070
11071           Same problem also needs to be fixed for playbin+decodebin2.
11072
11073         * tests/check/Makefile.am:
11074         * tests/check/elements/decodebin.c: (src_handoff_cb),
11075         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11076         (decodebin_suite):
11077           Add simple unit test for decodebin for the above.
11078
11079 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11080
11081         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11082         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11083           Refuse to change state to READY when we failed to create any of the
11084           required elements in our instance init function.
11085
11086 2006-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11087
11088         * docs/libs/gst-plugins-base-libs-sections.txt:
11089           Small docs fixes/updates.
11090
11091         * gst-libs/gst/video/gstvideosink.h:
11092           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11093           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11094           removed from the base sink API between 0.9.6 and 0.9.7).
11095           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11096           accessor macros, so we don't do a runtime GObject type check every
11097           time we use them.
11098
11099 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11100
11101         * Makefile.am:
11102         * gst-plugins-base.doap:
11103         * gst-plugins-base.spec.in:
11104           add doap file
11105
11106 2006-12-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11107
11108         Patch by: Jens Granseuer <jensgr at gmx net>
11109
11110         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11111         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11112         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11113         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11115           Declare variables at the beginning of a block. Fixes #383195.
11116
11117 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11118
11119         * configure.ac:
11120         Bump version nano - back to CVS.
11121
11122
11123 === release 0.10.11 ===
11124
11125 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11126
11127         * configure.ac:
11128           releasing 0.10.11, "Dumb things"
11129
11130 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11131
11132         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11133         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11134         Handle the case where an element has multiple pads with 
11135         unfixed caps as well as still possibly producing more dynamic 
11136         pads by storing each case as a distinct entry in the dynamic list.
11137         Fixes #38223 again.
11138
11139 2006-12-04  Wim Taymans  <wim@fluendo.com>
11140
11141         * gst/playback/gstdecodebin.c: (close_pad_link):
11142         Fix #382223, add more dynamic caps handling.
11143
11144 2006-12-04  Wim Taymans  <wim@fluendo.com>
11145
11146         * gst-libs/gst/audio/gstringbuffer.h:
11147         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11148         (gst_netaddress_set_ip4_interface),
11149         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11150         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11151         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11152         (gst_netaddress_get_ttl):
11153         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11154         * gst/playback/gstdecodebin.c: (close_pad_link):
11155         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11156         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11157         * win32/common/config.h:
11158
11159 2006-12-01  Michael Smith  <msmith@fluendo.com>
11160
11161         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11162           Delete bad debug code.
11163           Fixes #381219
11164
11165 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11166
11167         * gst/videoscale/vs_4tap.c:
11168         * win32/MANIFEST:
11169         * win32/common/config.h:
11170         * win32/vs8/libgstvideoscale.vcproj:
11171         Fix compilation on win32 under VS8
11172         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11173         Partially fixes #381175
11174
11175 2006-11-30  Michael Smith  <msmith@fluendo.com>
11176
11177         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11178         (GST_START_TEST):
11179           It would be very bad if, after a discont buffer, we thought every
11180           single following buffer was also discont. So, add to the test to
11181           ensure that this isn't the case.
11182           
11183         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11184           ... it was the case. So fix it.
11185
11186 2006-11-28  Wim Taymans  <wim@fluendo.com>
11187
11188         * gst/playback/gstplaybasebin.c: (check_queue_event):
11189         Improve debug.
11190
11191         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11192         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11193         padtemplate caps. Refixes #357577.
11194
11195 2006-11-28  Wim Taymans  <wim@fluendo.com>
11196
11197         * gst/playback/gstplaybasebin.c: (check_queue_event),
11198         (queue_threshold_reached), (queue_out_of_data),
11199         (gen_preroll_element):
11200         Add event probe to see when EOS is in a queue and we can disable the
11201         underrun signals. Fixes #357577.
11202
11203 2006-11-28  Edward Hervey  <edward@fluendo.com>
11204
11205         * gst/playback/Makefile.am:
11206         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11207         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11208         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11209         (gst_decode_bin_init), (gst_decode_bin_dispose),
11210         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11211         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11212         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11213         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11214         (connect_element), (expose_pad), (type_found),
11215         (pad_added_group_cb), (pad_removed_group_cb),
11216         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11217         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11218         (are_raw_caps), (multi_queue_overrun_cb),
11219         (multi_queue_underrun_cb), (gst_decode_group_new),
11220         (get_current_group), (group_demuxer_event_probe),
11221         (gst_decode_group_control_demuxer_pad),
11222         (gst_decode_group_control_source_pad),
11223         (gst_decode_group_check_if_blocked),
11224         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11225         (gst_decode_group_hide), (gst_decode_group_free),
11226         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11227         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11228         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11229         (plugin_init):
11230         New decodebin2 element.
11231         Closes #370092
11232         * gst/playback/gstplay-marshal.list:
11233         Added marshallers for new signals in decodebin2
11234         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11235         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11236         is set.
11237
11238 2006-11-28  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst/playback/gstplaybasebin.c: (setup_source),
11241         (gst_play_base_bin_change_state):
11242         Disable rtsp:// uris for the release, it's not good enough yet.
11243         Remove unused var.
11244
11245 2006-11-26  Wim Taymans  <wim@fluendo.com>
11246
11247         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11248         (theora_dec_push_forward), (theora_dec_push_reverse),
11249         (theora_handle_data_packet), (theora_dec_decode_buffer),
11250         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11251         (theora_dec_chain_forward), (theora_dec_chain):
11252         Implement reverse playback.
11253
11254         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11255         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11256         (vorbis_dec_chain_forward):
11257         Clear buffers used for reverse playback in _reset.
11258         No need to set the eos flag, we clip samples using the segment.
11259
11260 2006-11-24  Wim Taymans  <wim@fluendo.com>
11261
11262         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11263         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11264         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11265         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11266         Some cleanups.
11267         Handle continued pages in reverse mode.
11268
11269 2006-11-24  Wim Taymans  <wim@fluendo.com>
11270
11271         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11272         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11273         (vorbis_dec_flush_decode):
11274         Small cleanups.
11275         Don't try to add invalid timestamps.
11276         Clipping will unref the buffer.
11277
11278 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11279
11280         * gst/adder/gstadder.h:
11281         * gst/audiotestsrc/gstaudiotestsrc.h:
11282           remove obsolete _factory_init protos
11283
11284 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11285
11286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11287           Fix spacing in debug message.
11288
11289 2006-11-23  Wim Taymans  <wim@fluendo.com>
11290
11291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11292         (gst_ogg_demux_chain):
11293         Don't just ignore return values from _pad_push().
11294         Small debug improvements.
11295
11296 2006-11-23  Michael Smith  <msmith@fluendo.com>
11297
11298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11299           If our incoming buffer is marked as DISCONT, then increment the page
11300           number (so that the discontinuity is marked in the final ogg
11301           bitstream) and flush the previous page.
11302
11303 2006-11-22  Michael Smith  <msmith@fluendo.com>
11304
11305         * ext/theora/gsttheoraenc.h:
11306         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11307         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11308         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11309         (theora_enc_chain), (theora_enc_change_state):
11310           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11311
11312         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11313         (GST_START_TEST), (theoraenc_suite):
11314           Enable discontinuity test, fix it.
11315
11316 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11317
11318         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11319         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11320         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11321         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11322         (gst_text_overlay_change_state):
11323         * ext/pango/gsttextoverlay.h:
11324           Some textoverlay fixes: for one, in the video chain function,
11325           actually wait for a text buffer to come in if there is none at the
11326           moment and there should be one; also, deal more gracefully with
11327           incoming buffers that do not have a timestamp or duration; discard
11328           text buffer when not needed any longer. Fixes #341681.
11329
11330         * tests/check/Makefile.am:
11331         * tests/check/elements/.cvsignore:
11332         * tests/check/elements/textoverlay.c:
11333         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11334         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11335         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11336         (test_video_waits_for_text_send_text_newsegment_thread),
11337         (test_video_waits_for_text_shutdown_element),
11338         (test_render_continuity_push_video_buffers_thread),
11339         (textoverlay_suite):
11340           Add some unit tests for textoverlay.
11341
11342 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11343
11344         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11345           Avoid integer underflow when the found probability for mp3 is
11346           smaller than the 'penalty' we subtract if there's not a clean
11347           mp3 header sync at offset 0.
11348
11349 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11350
11351         * docs/libs/gst-plugins-base-libs-sections.txt:
11352           Add some new symbols to the docs
11353
11354 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11355
11356         * tests/check/Makefile.am:
11357         * tests/check/elements/ffmpegcolorspace.c:
11358         (ffmpegcolorspace_suite):
11359           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11360           (for now not for valgrinding though, since it takes too long).
11361
11362 2006-11-20  Wim Taymans  <wim@fluendo.com>
11363
11364         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11365         (gst_ffmpeg_pixfmt_to_caps):
11366         Fix RGBA32 caps. Fixes #357038.
11367
11368 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11369
11370         * gst-libs/gst/interfaces/mixertrack.h:
11371           Add FIXME so we can add some padding here in 0.11
11372
11373 2006-11-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11374
11375         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11376           Fix GstBaseRTPAudioPayload structure so the whole GObject
11377           inheritance business actually works (parent class instance structure
11378           must always come first in the derived class instance structure).
11379
11380 2006-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11381
11382         * gst/videotestsrc/Makefile.am:
11383         * tests/check/Makefile.am:
11384           Make sure our checks and the videotestsrc plugin link against the
11385           local uninstalled gst libs and not any installed gst libs that
11386           might happen to exist as well.
11387
11388         * tests/check/elements/adder.c: (message_received),
11389         (test_event_message_received), (test_play_twice_message_received):
11390         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11391           Fix compiler warnings when compiling against core with disabled
11392           debugging system.
11393
11394 2006-11-16  Michael Smith  <msmith@fluendo.com>
11395
11396         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11397         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11398           Fix audiorate, so that it accurately sets offsets and timestamps.
11399           Doesn't change the fundamental algorithmic decisions; so should be
11400           safe.
11401
11402         * tests/check/Makefile.am:
11403           Enable audiorate test now that it passes.
11404
11405 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11406
11407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11408           clear xv when going to NULL, remove // commented non-existant proto
11409
11410         * tests/examples/seek/seek.c: (main):
11411           add missing tooltip description for scrub and play_scrub
11412
11413 2006-11-14  David Schleef  <ds@schleef.org>
11414
11415         * configure.ac:
11416           Bump liboil requirement to 0.3.8.
11417         * gst-libs/gst/riff/riff-media.c:
11418           Add Dirac fourcc.
11419         * gst/videoscale/vs_image.h:
11420         * gst/videoscale/vs_scanline.h:
11421           Use liboil's stdint.h.
11422         * gst/videotestsrc/videotestsrc.c:
11423           Remove liboil related ifdef's, since they aren't needed now, and
11424           won't work with future versions.
11425
11426 2006-11-14  David Schleef  <ds@schleef.org>
11427
11428         * gst/videoscale/Makefile.am:
11429         * gst/videoscale/gstvideoscale.c:
11430         * gst/videoscale/gstvideoscale.h:
11431         * gst/videoscale/vs_4tap.c:
11432         * gst/videoscale/vs_4tap.h:
11433         * gst/videoscale/vs_image.c:
11434         * gst/videoscale/vs_image.h:
11435         * gst/videoscale/vs_scanline.c:
11436         * gst/videoscale/vs_scanline.h:
11437           Add a 4-tap image scaler.  Theoretically looks much prettier.
11438           The tap calculation could use some improvement.
11439
11440 2006-11-14  Wim Taymans  <wim@fluendo.com>
11441
11442         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11443
11444         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11445         (gst_riff_parse_strf_iavs):
11446         * gst/subparse/gstsubparse.c: (convert_encoding):
11447         * gst/tcp/gstmultifdsink.c:
11448         (gst_multi_fd_sink_handle_client_write):
11449         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11450         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11451         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11452         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11453         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11454         (gst_ximagesink_ximage_new):
11455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11456         Various gsize and gssize printf fixes. Fixes #372507.
11457
11458 2006-11-13  Wim Taymans  <wim@fluendo.com>
11459
11460         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11461         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11462         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11463         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11464         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11465         * ext/vorbis/vorbisdec.h:
11466         First stab at vorbis reverse playback.
11467
11468 2006-11-13  Wim Taymans  <wim@fluendo.com>
11469
11470         * gst-libs/gst/audio/gstbaseaudiosink.c:
11471         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11472         * gst-libs/gst/audio/gstbaseaudiosink.h:
11473         Make the clock sync code more accurate wrt resampling and playback
11474         at different rates.
11475         
11476         * gst-libs/gst/audio/gstringbuffer.c:
11477         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11478         * gst-libs/gst/audio/gstringbuffer.h:
11479         Use better algorithm to interpolate sample rates. 
11480
11481 2006-11-13  Michael Smith  <msmith@fluendo.com>
11482
11483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11484           Improve a debug line slightly.
11485
11486         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11487           Call gst_riff_init() in plugin_init, to avoid getting errors from
11488           the debug system (unrelated changes to another plugin made this turn
11489           up; not sure why).
11490
11491 2006-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11492
11493         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11494
11495         * win32/common/libgsttag.def:
11496           Add missing symbol (#366492).
11497
11498 2006-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11499
11500         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11501           Don't unref a NULL pad.
11502
11503 2006-11-09  Wim Taymans  <wim@fluendo.com>
11504
11505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11506         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11507         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11508         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11509         (gst_ogg_demux_loop):
11510         Implement first stab at reverse playback.
11511
11512 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11513
11514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11515         (gst_riff_create_video_template_caps):
11516           add h263/h264 variants to the caps, Fixes #363118
11517
11518 2006-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11519
11520         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11521         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11522           Use g_strerror instead of strerror so we get UTF-8.
11523
11524 2006-11-03  David Schleef  <ds@schleef.org>
11525
11526         * ext/ogg/gstoggdemux.c:
11527         * ext/ogg/gstoggmux.c:
11528           Add/remove KW-DIRAC header here, since it is ogg-specific.
11529
11530 2006-11-03  Michael Smith  <msmith@fluendo.com>
11531
11532         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11533           Recognise more mpeg4 elementary video streams.
11534
11535 2006-11-02  Edward Hervey  <edward@fluendo.com>
11536
11537         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11538         Lower the probability of mp3 typefinding functions if we don't find a
11539         valid mp3 header at the start of the file.
11540         Closes #369482
11541
11542 2006-11-02  Wim Taymans  <wim@fluendo.com>
11543
11544         * ext/theora/gsttheoradec.h:
11545         * ext/theora/theoradec.c: (gst_theora_dec_init),
11546         (theora_dec_sink_event), (theora_dec_chain_forward),
11547         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11548         (theora_dec_chain):
11549         Document and partially implement an algorithm for doing reverse playback
11550         of theora video.
11551
11552 2006-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11553
11554         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11555
11556         * win32/common/config.h:
11557         * win32/common/interfaces-enumtypes.c:
11558         * win32/common/libgsttag.def:
11559         * win32/vs8/gst-plugins-base.sln:
11560         * win32/vs8/libgstaudioresample.vcproj:
11561         * win32/vs8/libgstinterfaces.vcproj:
11562         * win32/vs8/libgstogg.vcproj:
11563         * win32/vs8/libgstriff.vcproj:
11564         * win32/vs8/libgsttag.vcproj:
11565         * win32/vs8/libgsttheora.vcproj:
11566         * win32/vs8/libgstvideoscale.vcproj:
11567         * win32/vs8/libgstvorbis.vcproj:
11568           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11569           to libgsttag.def; add missing dependencies for some vs8 projects;
11570           re-arrange placement of .def files in vs8 projects (#366334).
11571
11572 2006-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11573
11574         * ext/ogg/gstogg.c:
11575           Remove unused variable.
11576
11577         * ext/ogg/gstoggdemux.c:
11578           Fix Wim's surname in plugin description.
11579
11580 2006-10-31  Wim Taymans  <wim@fluendo.com>
11581
11582         * gst-plugins-base.spec.in:
11583         spec new .h file. Fixes #368310.
11584
11585 2006-10-31  Michael Smith  <msmith@fluendo.com>
11586
11587         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11588         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11589         (gst_multi_fd_sink_get_stats),
11590         (gst_multi_fd_sink_remove_client_link),
11591         (gst_multi_fd_sink_queue_buffer),
11592         (gst_multi_fd_sink_handle_clients):
11593         * gst/tcp/gstmultifdsink.h:
11594           Make using the remove or clear signals threadsafe.
11595           Make calling get-stats with an invalid fd not segfault.
11596           Fixes 368273.
11597
11598 2006-10-31  Wim Taymans  <wim@fluendo.com>
11599
11600         * gst-libs/gst/rtp/Makefile.am:
11601         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11602         (gst_base_rtp_audio_payload_init):
11603         Fix and activate base audio payloader.
11604
11605 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11606
11607         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11608         (plugin_init):
11609           Add typefinder for QuickTime Image Files (see #366156).
11610
11611 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11612
11613         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11614           Another typo fix (#366212).
11615
11616 2006-10-27  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst/volume/gstvolume.c: (volume_transform_ip):
11619         Use stream time to synchronize volume property instead of rather random
11620         timestamps. This is needed when gnonlin does its time shifting.
11621
11622 2006-10-27  Wim Taymans  <wim@fluendo.com>
11623
11624         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11625
11626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11627         Remove the pad from the element in release_pad. Fixes #364812.
11628
11629 2006-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11630
11631         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11633           Explicitly create our custom buffer classes at a thread-safe
11634           location as well, since g_type_class_ref() doesn't seem to be
11635           entirely thread-safe either (#365501; also see #349410).
11636
11637 2006-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11638
11639         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11640         (gst_riff_parse_info):
11641           If strings in INFO chunk are not UTF-8, do something similar to
11642           what we do for ID3v1 tags: check a number of environment variables
11643           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11644           character sets to try, otherwise try the current locale and/or fall
11645           back on ISO-8859-1. Fixes #360552.
11646
11647 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11648
11649         * gst/videotestsrc/gstvideotestsrc.c:
11650         (gst_video_test_src_pattern_get_type),
11651         (gst_video_test_src_set_pattern):
11652         * gst/videotestsrc/gstvideotestsrc.h:
11653         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11654         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11655         (gst_video_test_src_checkers8):
11656         * gst/videotestsrc/videotestsrc.h:
11657           Add a bunch of exciting new checkers patterns.
11658
11659 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11660
11661         * gst/subparse/Makefile.am:
11662         * gst/subparse/gstsubparse.c:
11663         (gst_sub_parse_data_format_autodetect),
11664         (gst_sub_parse_format_autodetect), (handle_buffer),
11665         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11666         * gst/subparse/gstsubparse.h:
11667         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11668         (parse_tmplayer):
11669         * gst/subparse/tmplayerparse.h:
11670           Add support for TMPlayer-type subtitles (#362845).
11671
11672         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11673         (GST_START_TEST), (subparse_suite):
11674           Add some basic unit tests for the above.
11675
11676 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11677
11678         * tests/check/elements/audiorate.c: (test_injector_base_init),
11679         (test_injector_class_init), (test_injector_chain),
11680         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11681         (GST_START_TEST), (audiorate_suite):
11682           More tests for audiorate: inject buffers to check behaviour when
11683           buffers overlap.
11684
11685 2006-10-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11686
11687         * tests/check/Makefile.am:
11688         * tests/check/elements/.cvsignore:
11689         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11690         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11691           Add some basic unit tests for audiorate. Disabled at the moment
11692           since it doesn't pass yet (see bug #363119).
11693
11694 2006-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11695
11696         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11697         (parse_subrip), (handle_buffer):
11698           Add missing closing tags for markup and fix broken markup,
11699           otherwise pango won't render anything (fixes #357531). Also,
11700           make sure the text we send out is always NUL-terminated
11701           (better safe than sorry etc.).
11702
11703         * tests/check/elements/subparse.c: (test_srt_do_test),
11704         (test_srt):
11705           Some more tests for .srt incl. tests for the above stuff.
11706
11707 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11708
11709         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11711         Patch by: Stefan Kost  <ensonic@users.sf.net>
11712         Try to redraw borders only when needed. Apparently this consumes
11713         resources on small devices... :-O (#363607)
11714
11715 2006-10-20  Michael Smith  <msmith@fluendo.com>
11716
11717         * gst/tcp/gstmultifdsink.c:
11718         (gst_multi_fd_sink_client_queue_buffer):
11719           If caps change, then update the client's idea of the caps so that we
11720           don't end up re-sending streamheaders for every single buffer after
11721           the caps change.
11722
11723 2006-10-20  Michael Smith  <msmith@fluendo.com>
11724
11725         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11726         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11727           Set caps on pushed buffers; fix up refcounting of caps objects.
11728
11729 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11730
11731         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11732         (plugin_init):
11733           Typefind mmsh header data packet to application/x-mmsh (#362625).
11734
11735 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11736
11737         * tests/check/Makefile.am:
11738         * tests/check/elements/.cvsignore:
11739         * tests/check/elements/subparse.c: (buffer_from_static_string),
11740         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11741         (GST_START_TEST), (subparse_suite):
11742           Add very simple unit test for subparse.
11743
11744 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11745
11746         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11747         (parse_subrip):
11748           Strip trailing newlines from subtitle text output.
11749
11750 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11751
11752         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11753         (gst_sub_parse_change_state):
11754           Fix memleak; clear subparse->textbuf n state change function.
11755
11756 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11757
11758         * gst/subparse/gstsubparse.c:
11759         (gst_sub_parse_data_format_autodetect):
11760           Don't require subrip (.srt) files to start with a chunk number of 1.
11761
11762 2006-10-18  Wim Taymans  <wim@fluendo.com>
11763
11764         * gst-libs/gst/audio/gstbaseaudiosink.c:
11765         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11766         * gst-libs/gst/audio/gstbaseaudiosink.h:
11767         Extract rate from the NEWSEGMENT event.
11768         Use commit_full to also take rate adjustment into account when writing
11769         samples to the ringbuffer.
11770         
11771         * gst-libs/gst/audio/gstringbuffer.c:
11772         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11773         (gst_ring_buffer_read):
11774         * gst-libs/gst/audio/gstringbuffer.h:
11775         Added _commit_full() to also take rate into account.
11776         Use simple interpolation algorithm to resample audio.
11777         API: gst_ring_buffer_commit_full()
11778
11779         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11780         * tests/examples/seek/seek.c: (segment_done):
11781         Don't try to seek with 0.0 rate, just pause instead.
11782         Remove bogus debug line.
11783
11784 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11785
11786         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11787         (setup_source):
11788           Catch async errors when starting up the subtitle bin, so we can
11789           stop waiting and continue with the main film instead of hanging
11790           forever. Fixes #339366.
11791
11792         * tests/check/elements/playbin.c: (playbin_suite):
11793           Enable unit test for the above.
11794
11795 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11796
11797         * tests/check/Makefile.am:
11798         * tests/check/elements/.cvsignore:
11799         * tests/check/elements/playbin.c: (GST_START_TEST),
11800         (gst_red_video_src_uri_get_type),
11801         (gst_red_video_src_uri_get_protocols),
11802         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11803         (gst_red_video_src_uri_handler_init),
11804         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11805         (gst_red_video_src_create), (gst_red_video_src_class_init),
11806         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11807           Some small and basic unit tests for playbin; not very useful yet,
11808           but at least a start.
11809
11810 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11811
11812         * gst/playback/gstplaybin.c: (setup_sinks):
11813           The old pad activation spiel.
11814
11815 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11816
11817         * gst/playback/gstplaybasebin.c: (setup_source):
11818           Don't hang forever if the subbin already fails to start up in 
11819           the state change to PAUSED (#339366).
11820
11821 2006-10-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11822
11823         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11824         (gst_tuner_set_channel), (gst_tuner_get_channel),
11825         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11826         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11827         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11828         (gst_tuner_find_channel_by_name):
11829           Fix some function guards, add some more function guards.
11830
11831 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11832
11833         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11834         (remove_element_chain):
11835         Don't return a pad from get_our_ghost_pad unless it is actually the
11836         one we want.
11837         Change a cast in remove_element_chain slightly.
11838
11839 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11840
11841         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11842         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11843         Segment seeking needs to use the rate and set stop to -1.
11844
11845 2006-10-13  Wim Taymans  <wim@fluendo.com>
11846
11847         * gst-libs/gst/audio/gstbaseaudiosink.c:
11848         (gst_base_audio_sink_setcaps):
11849         Don't crash when ringbuffer is not yet created.
11850         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11851         Fixes #361634.
11852
11853         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11854         * gst/playback/gststreamselector.c:
11855         (gst_stream_selector_request_new_pad):
11856         Activate pads befre adding them to running elements.
11857
11858 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11859
11860         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11861         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11862         updater when we start grabing the slider. Don't wait for the
11863         pipeline to be PAUSED.
11864
11865 2006-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11866
11867         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11868         (gst_mixer_set_volume), (gst_mixer_get_volume),
11869         (gst_mixer_set_mute), (gst_mixer_set_option),
11870         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11871         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11872         (gst_mixer_option_changed):
11873           Guard mixer interface functions against bogus arguments.
11874
11875 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11876
11877         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11878         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11879         (msg_state_changed), (main): Use state-changed messages to trigger
11880         start/stop of scale update timer. Indeed the scale slider was
11881         jumping here and there because the update timer was activated 
11882         before seek completed. This fixes instant applying of rate changes
11883         by pressing the spinbutton like a crazy man !
11884
11885 2006-10-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11886
11887         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11888
11889         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11890         (gst_basertppayload_finalize):
11891           Fix two small memory leaks (#361456).
11892
11893 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11894
11895         * tests/examples/seek/seek.c: (do_seek),
11896         (rate_spinbutton_changed_cb): When changing spinbutton we try
11897         to change the rate on the fly.
11898
11899 2006-10-10  Wim Taymans  <wim@fluendo.com>
11900
11901         * gst-libs/gst/riff/riff-ids.h:
11902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11903         (gst_riff_create_audio_template_caps):
11904         Add WMS caps.
11905
11906 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11907
11908         Patch by: Josep Torra Valles <josep@fluendo.com>
11909
11910         * ext/gnomevfs/gstgnomevfssink.c:
11911         * ext/gnomevfs/gstgnomevfssrc.c:
11912         Fix URI interface implementation return type.
11913         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11914         Fix what looks like a copy/paste issue when assigning values.
11915         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11916         (gst_audio_filter_template_get_type):
11917         Cast to prevent Forte warnings.
11918         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11919         Fix URI interface implementation return type.
11920         gst_pad_query_position requires a signed integer pointer as
11921         3rd parameter, GstClockTime is unsigned.
11922         * gst/audioconvert/audioconvert.c:
11923         Fix integer overflow when treated as signed.
11924         * gst/audioresample/resample.c: (resample_add_input_data):
11925         Cast to prevent warnings on Forte.
11926         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11927         Fix integer overflow when treated as signed.
11928         * gst/ffmpegcolorspace/imgconvert_template.h:
11929         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11930         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11931         (cleanup_decodebin):
11932         Who initialises a guint to -1!
11933         Cast function pointers to prevent warnings on Forte.
11934         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11935         (queue_threshold_reached):
11936         Cast function pointers correctly to prevent warnings on Forte.
11937         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11938         Cast function pointers correctly to prevent warnings on Forte.
11939         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11940         Obvious change to unsigned, 0xEF > max signed char.
11941         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11942         GstClockTime is unsigned, initialise correctly.
11943         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11944         Cast so pointer arithemetic doesn't cause warnings on Forte.
11945         * gst/videorate/gstvideorate.c:
11946         Use correct return value.
11947         * tests/examples/seek/scrubby.c:
11948         GstClockTime is unsigned, initialise correctly.
11949
11950 2006-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11951
11952         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11953
11954         * gst/typefind/gsttypefindfunctions.c:
11955           Recognise XML files and XML-like files shorter than 256 bytes as
11956           well (fixes #359237).
11957
11958 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11959
11960         Patch by: Renato Filho <renato.filho@indt.org.br>
11961         
11962         * gst/typefind/gsttypefindfunctions.c:
11963         Added typefind functions to video/x-nuv media.
11964         
11965 2006-10-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11966
11967         * gst-libs/gst/interfaces/xoverlay.c:
11968         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11969           Some more guards against invalid input.
11970
11971 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11972
11973         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11974         Useless goto.
11975         * tests/examples/seek/seek.c: (do_seek),
11976         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11977         seek example to experiment with rates != 1.0 (reverse playback !)
11978
11979 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11980
11981         * gst-libs/gst/interfaces/xoverlay.c:
11982           Unref message in doc-example (spotted by Robert McQueen)
11983
11984 2006-10-06  Wim Taymans  <wim@fluendo.com>
11985
11986         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11987         (mpeg1_parse_header), (mpeg1_sys_type_find):
11988         printf fix.
11989
11990 2006-10-06  Wim Taymans  <wim@fluendo.com>
11991
11992         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11993         (close_pad_link):
11994         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11995         Activate dynamic pads before adding them to the element.
11996
11997 2006-10-06  Michael Smith  <msmith@fluendo.com>
11998
11999         * gst-libs/gst/floatcast/floatcast.h:
12000           Fix obviously-bogus macros; use the correct types.
12001
12002 2006-10-06  Wim Taymans  <wim@fluendo.com>
12003
12004         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12005         (gst_base_rtp_depayload_change_state):
12006         Also call parent state change function to activate pads.
12007
12008         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12009         (mpeg1_parse_header), (mpeg1_sys_type_find):
12010         Add some more debug info in mpeg typefinding.
12011
12012 2006-10-06  Michael Smith  <msmith@fluendo.com>
12013
12014         * ext/theora/theoradec.c: (theora_dec_chain):
12015           Zero byte theora packets are valid and well-defined; don't warn on
12016           them.
12017
12018 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12019
12020         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12021         (gst_multi_fd_sink_get_stats), (find_limits),
12022         (gst_multi_fd_sink_queue_buffer):
12023           API: add dropped_buffers to the get-stats GValueArray
12024
12025 2006-10-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12026
12027         * ext/alsa/gstalsadeviceprobe.c:
12028         (gst_alsa_device_property_probe_get_values):
12029         * ext/alsa/gstalsasink.c: (set_hwparams):
12030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12031         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12033         (gst_ogg_mux_process_best_pad):
12034         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12035         (gst_ogg_parse_chain):
12036         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12037         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12038         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12039         (gst_vorbis_enc_buffer_check_discontinuous):
12040         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12041         * gst-libs/gst/audio/gstbaseaudiosink.c:
12042         (gst_base_audio_sink_render):
12043         * gst-libs/gst/cdda/gstcddabasesrc.c:
12044         (gst_cdda_base_src_handle_track_seek):
12045         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12046         (gst_base_rtp_depayload_push_full):
12047         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12048         * gst/audioresample/resample.c: (resample_input_pushthrough):
12049         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12050         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12051         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12052         (wavpack_type_find):
12053         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12054         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12055         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12056         * tests/check/elements/volume.c: (GST_START_TEST):
12057           Printf format fixes.
12058
12059 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12060
12061         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12062           Fix a simple mistake (see the docs)
12063           Fixes #359580
12064
12065 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12066
12067         * docs/plugins/Makefile.am:
12068         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12069         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12070         * docs/plugins/gst-plugins-base-plugins.args:
12071         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12072         * docs/plugins/inspect/plugin-adder.xml:
12073         * docs/plugins/inspect/plugin-alsa.xml:
12074         * docs/plugins/inspect/plugin-audioconvert.xml:
12075         * docs/plugins/inspect/plugin-audiorate.xml:
12076         * docs/plugins/inspect/plugin-audioresample.xml:
12077         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12078         * docs/plugins/inspect/plugin-cdparanoia.xml:
12079         * docs/plugins/inspect/plugin-decodebin.xml:
12080         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12081         * docs/plugins/inspect/plugin-gdp.xml:
12082         * docs/plugins/inspect/plugin-gnomevfs.xml:
12083         * docs/plugins/inspect/plugin-libvisual.xml:
12084         * docs/plugins/inspect/plugin-ogg.xml:
12085         * docs/plugins/inspect/plugin-pango.xml:
12086         * docs/plugins/inspect/plugin-playbin.xml:
12087         * docs/plugins/inspect/plugin-subparse.xml:
12088         * docs/plugins/inspect/plugin-tcp.xml:
12089         * docs/plugins/inspect/plugin-theora.xml:
12090         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12091         * docs/plugins/inspect/plugin-video4linux.xml:
12092         * docs/plugins/inspect/plugin-videorate.xml:
12093         * docs/plugins/inspect/plugin-videoscale.xml:
12094         * docs/plugins/inspect/plugin-videotestsrc.xml:
12095         * docs/plugins/inspect/plugin-volume.xml:
12096         * docs/plugins/inspect/plugin-vorbis.xml:
12097         * docs/plugins/inspect/plugin-ximagesink.xml:
12098         * docs/plugins/inspect/plugin-xvimagesink.xml:
12099           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12100
12101 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12102
12103         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12104
12105         * ext/vorbis/Makefile.am:
12106         * ext/vorbis/vorbis.c: (plugin_init):
12107         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12108         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12109         * ext/vorbis/vorbisparse.h:
12110         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12111         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12112         (gst_vorbis_tag_parse_packet):
12113         * ext/vorbis/vorbistag.h:
12114           Add new vorbistag element which derives from vorbisparse
12115           and is essentially the same as well, only that it implements
12116           the GstTagSetter interface and can modify the stream's
12117           vorbiscomment on the fly (#335635).
12118
12119         * tests/check/Makefile.am:
12120         * tests/check/elements/.cvsignore:
12121         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12122         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12123         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12124         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12125           Add unit test for new vorbistag element.
12126
12127 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12128
12129         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12130         (vorbis_parse_push_headers), (vorbis_parse_chain):
12131           Set BOS flag in packet structure to fix 'jump depends
12132           on unitialized value' errors in valgrind; various minor
12133           clean-ups.
12134
12135 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12136
12137         * gst/playback/gstdecodebin.c: (close_pad_link):
12138         Fix typo in a debug statement.
12139
12140         * gst/playback/gstplaybasebin.c: (probe_triggered),
12141         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12142         (gen_source_element), (source_new_pad), (analyse_source),
12143         (setup_source):
12144         When handling no_more_pads in new_decoded_pad, make sure to treat
12145         subtitle pads correctly. Fixes playback with subtitle files.
12146
12147         Move a recurring message to LOG level.
12148
12149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12150         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12151         which ends up as -1 when cast to an int. Make the logic handle the
12152         max value as an unsigned mask and only change the colorkey when it's
12153         a value we recognise.
12154
12155 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12156
12157         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12158         Removed empty * between paragraphs
12159
12160 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12161
12162         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12163         * gst-libs/gst/rtp/README:
12164         Moved some documentation into .c file
12165
12166 2006-09-29  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst/playback/gstdecodebin.c: (no_more_pads):
12169         Fix compilation.
12170
12171 2006-09-29  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst/playback/gstdecodebin.c: (new_caps):
12174         Remove g_print
12175
12176         * gst/playback/gstplaybin.c:
12177         Add some docs.
12178
12179 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12180
12181         * tests/check/Makefile.am:
12182           Re-enable cddabasesrc test to see if it works again
12183           now.
12184
12185 2006-09-29  Wim Taymans  <wim@fluendo.com>
12186
12187         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12188         (gen_source_element):
12189         Handle invalid URIs a bit more gracefully.
12190
12191 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12192
12193         * tests/check/pipelines/oggmux.c:
12194           Remove obsolete comment.
12195
12196 2006-09-29  Michael Smith  <msmith@fluendo.com>
12197
12198         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12199         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12200         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12201         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12202         (gst_ogg_mux_collected):
12203           Commit patch from James "Doc" Livingston, adds proper EOS handling
12204           in oggmux. GStreamer can, for the first time ever, create a valid
12205           Ogg file! Yay!
12206
12207         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12208         (oggmux_suite):
12209           Reenable tests now that they pass.
12210
12211 2006-09-29  Wim Taymans  <wim@fluendo.com>
12212
12213         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12214         Stop reading commands when EOF (we read 0) as well.
12215
12216 2006-09-28  Wim Taymans  <wim@fluendo.com>
12217
12218         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12219         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12220         (find_dynamic), (unlinked), (close_link):
12221         Implement delayed caps linking needed for element with a lot of
12222         different caps on the src pads that get fixed at runtime.
12223         Improve management of dynamic elements.
12224
12225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12226         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12227         (gen_preroll_element), (remove_groups), (unknown_type),
12228         (add_element_stream), (no_more_pads_full), (no_more_pads),
12229         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12230         (new_decoded_pad), (setup_subtitle), (array_has_value),
12231         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12232         (analyse_source), (remove_decoders), (make_decoder),
12233         (remove_source), (setup_source), (finish_source), (prepare_output),
12234         (gst_play_base_bin_change_state):
12235         * gst/playback/gstplaybasebin.h:
12236         Use more _CAST instead of full type checking casts.
12237         Small cleanups, plug some leaks.
12238         Handle dynamic sources.
12239         Add some helper functions to create lists of strings used for
12240         blacklisting and other stuff.
12241         Refactor some code dealing with analysing the source.
12242         Re-enable sources without pads (like cd:// or other selfcontained
12243         elements).
12244
12245 2006-09-28  Wim Taymans  <wim@fluendo.com>
12246
12247         * gst-libs/gst/audio/gstbaseaudiosink.c:
12248         (gst_base_audio_sink_render):
12249         When we have a timestamp, we can still perform clipping.
12250         When we have no clock, we must play the sample ASAP.
12251
12252 2006-09-28  Wim Taymans  <wim@fluendo.com>
12253
12254         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12255         Set caps on outgoing buffers.
12256
12257         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12258         (gst_video_rate_event), (gst_video_rate_chain):
12259         * gst/videorate/gstvideorate.h:
12260         Fix videorate some more. Fixes #357977
12261
12262 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12263
12264         * tests/check/elements/adder.c: (adder_suite):
12265           Don't set timeout to 6 seconds when we're running
12266           in valgrind ... (and how is 6 seconds longer than
12267           the default anyway?)
12268
12269 2006-09-28  Wim Taymans  <wim@fluendo.com>
12270
12271         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12272         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12273         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12274         Keep sink and src segment to keep track of time and support more
12275         input formats.
12276         Fix bogus next_offset and run_time calculation, don't understand how
12277         this could have worked before. Fixes #357976.
12278         Remove some unneeded vars.
12279
12280 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12281
12282         * gst/playback/gstplaybin.c: (remove_sinks):
12283           Only remove visualisation from visbin if there is a visbin (or:
12284           don't throw warnings when closing totem without playing a file).
12285
12286 2006-09-27  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst-libs/gst/audio/gstbaseaudiosink.c:
12289         (gst_base_audio_sink_render):
12290         Add some more info in a WARNING.
12291
12292         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12293         (gst_base_audio_src_create):
12294         Handle PAUSE in create function, use new -core addition to
12295         wait for playing. Fixes pausing and resuming capture from an
12296         audiosrc.
12297
12298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12299         (gst_ring_buffer_read):
12300         Constify some more.
12301         Caller supports interrupted reads now.
12302
12303 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12304
12305         * tests/check/Makefile.am:
12306           Another attempt to make the gen64 buildbot happy.
12307
12308 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12309
12310         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12311
12312         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12313         (gst_visual_chain), (gst_visual_change_state):
12314           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12315           correctly. Fixes #357800
12316
12317 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12318
12319         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12320           Add timeout to _get_state() so we see which pipeline it is
12321           that causes trouble on the gen64 build bot.
12322
12323 2006-09-27  Wim Taymans  <wim@fluendo.com>
12324
12325         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12326         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12327         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12328         (gst_base_rtp_depayload_set_gst_timestamp):
12329         the source pad always uses fixed caps.
12330
12331 2006-09-27  Wim Taymans  <wim@fluendo.com>
12332
12333         * docs/libs/gst-plugins-base-libs-docs.sgml:
12334         * docs/libs/gst-plugins-base-libs-sections.txt:
12335         * gst-libs/gst/audio/gstaudioclock.c:
12336         * gst-libs/gst/audio/gstaudioclock.h:
12337         * gst-libs/gst/audio/gstaudiosink.c:
12338         * gst-libs/gst/audio/gstaudiosink.h:
12339         * gst-libs/gst/audio/gstaudiosrc.c:
12340         * gst-libs/gst/audio/gstbaseaudiosink.c:
12341         (gst_base_audio_sink_render):
12342         * gst-libs/gst/audio/gstbaseaudiosink.h:
12343         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12344         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12345         * gst-libs/gst/audio/gstringbuffer.h:
12346         Added docs for the audio libs.
12347
12348 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12349
12350         * tests/check/Makefile.am:
12351           Temporarily disable test that fails on the bots for unknown reasons.
12352
12353 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12354
12355         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12356         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12357         Moved AudioCodecType into priv
12358         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12359
12360 2006-09-25  Wim Taymans  <wim@fluendo.com>
12361
12362         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12363         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12364         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12365         (new_pad):
12366         Cleanups and small leak fixes.
12367         Added Depayloaders to valid list of autopluggable elements.
12368
12369 2006-09-25  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12372         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12373         (gen_video_element), (gen_text_element), (gen_audio_element),
12374         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12375         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12376         Detect NO_PREROLL state change returns and disable clock distribution to
12377         the sinks so that sync is disabled.
12378         Avoid some type checking and do simple casts instead.
12379         Small cleanups, fix some FIXMEs.
12380         Be more robust when linking user specified elements, catch an report
12381         errors. Fixes #357404.
12382         Fix some leaks in the error paths.
12383
12384 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12385
12386         * ChangeLog:
12387           ChangeLog surgery for missing bug-number
12388
12389 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12390
12391         Patch by: Peter Kjellerstedt  <pkj at axis com>
12392
12393         * gst/playback/test.c:
12394           Fix compilation with uClibc and -Werror (#357591).
12395
12396 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12397
12398         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12399           Parse dates that are followed by a time as well (#357532).
12400
12401         * tests/check/libs/tag.c: (test_vorbis_tags):
12402           Add unit test for this.
12403
12404 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12405
12406         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12407         (gst_audio_convert_transform_caps):
12408         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12409         * gst/videotestsrc/videotestsrc.h:
12410           A few array const-ifications.
12411
12412 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12413
12414         * tests/check/Makefile.am:
12415           See if this makes the build bots happy.
12416
12417         * tests/check/libs/cddabasesrc.c:
12418           UTF8-ise my name.
12419
12420 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12421
12422         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12423
12424         * gst/subparse/samiparse.c: (handle_start_font),
12425         (fix_invalid_entities):
12426           More case-insensitivity for certain tags; recognise entities with
12427           decimal codes as special entities as well (#357330).
12428
12429 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12430
12431         * gst-libs/gst/Makefile.am:
12432           Need to build tag directory before cdda.
12433
12434 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12435
12436         * docs/libs/gst-plugins-base-libs-sections.txt:
12437         * gst-libs/gst/cdda/Makefile.am:
12438         * gst-libs/gst/cdda/gstcddabasesrc.c:
12439         (gst_cdda_base_src_base_init):
12440         * gst-libs/gst/cdda/gstcddabasesrc.h:
12441         * gst-libs/gst/tag/tag.h:
12442         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12443         (gst_tag_register_musicbrainz_tags):
12444           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12445           depend on libgsttag. This is required so we can extract/read tags like
12446           DISCID without depending on libgstcddabasesrc (which used to register
12447           them).
12448
12449         * gst-libs/gst/tag/gstvorbistag.c:
12450           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12451           tags (also see #347848).
12452
12453         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12454           Log vorbis comments we are actually writing. Const-ify array.
12455
12456 2006-09-23  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12459         Improve buffering a bit by avoiding a deadlock because we cannot assume
12460         the underrun is always called.
12461
12462 2006-09-23  Wim Taymans  <wim@fluendo.com>
12463
12464         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12465
12466         * gst-libs/gst/riff/riff-ids.h:
12467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12468         (gst_riff_create_audio_template_caps):
12469         Added MPEG-4 AAC and id and caps. Fixes #357289
12470         Added WMA9 Lossless id.
12471
12472 2006-09-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12473
12474         * ext/gnomevfs/gstgnomevfssrc.c:
12475           Fix misleading docs addition.
12476
12477         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12478           Get rid of compiler warning the right way.
12479
12480 2006-09-22  Wim Taymans  <wim@fluendo.com>
12481
12482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12483         (gst_base_rtp_depayload_finalize),
12484         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12485         (gst_base_rtp_depayload_push_full),
12486         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12487         (gst_base_rtp_depayload_process),
12488         (gst_base_rtp_depayload_set_gst_timestamp),
12489         (gst_base_rtp_depayload_queue_release):
12490         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12491         Small cleanups.
12492         Fix some leaks.
12493         Refactored the process method and added methods to push from the process
12494         vmethod.
12495         Use _scale functions.
12496         API: gst_base_rtp_depayload_push_ts
12497         API: gst_base_rtp_depayload_push
12498
12499         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12500         timestamps are uint.
12501
12502 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12503
12504         * gst-libs/gst/interfaces/xoverlay.c:
12505           Remove unused statement from doc example.
12506
12507 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12508
12509         * gst-libs/gst/interfaces/videoorientation.c:
12510         (gst_video_orientation_iface_init),
12511         (gst_video_orientation_get_hflip),
12512         (gst_video_orientation_get_vflip),
12513         (gst_video_orientation_get_hcenter),
12514         (gst_video_orientation_get_vcenter),
12515         (gst_video_orientation_set_hflip),
12516         (gst_video_orientation_set_vflip),
12517         (gst_video_orientation_set_hcenter),
12518         (gst_video_orientation_set_vcenter):
12519           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12520           in ChangeLog)
12521
12522 2006-09-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12523
12524         * tests/check/Makefile.am:
12525         * tests/check/elements/.cvsignore:
12526         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12527         (create_rgb_conversions), (rgb_conversion_free),
12528         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12529         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12530           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12531           but disable for now since it doesn't pass (something wrong with
12532           RGBA somewhere).
12533
12534 2006-09-21  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst/playback/gstplaybasebin.c: (group_commit),
12537         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12538         (queue_out_of_data), (gen_preroll_element),
12539         (preroll_remove_overrun), (probe_triggered):
12540         Refactor handling of overrun detection.
12541         Separate handling of group completion and deadlock detection when doing
12542         network buffering. This should fix some deadlocks that were not detected
12543         because the group was completed.
12544         Add more comments, improve debugging.
12545
12546 2006-09-21  Wim Taymans  <wim@fluendo.com>
12547
12548         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12549         * tests/check/libs/audio.c:
12550         Some more compilation fixes.
12551
12552 2006-09-21  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst-libs/gst/audio/gstringbuffer.c:
12555         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12556         (gst_ring_buffer_read):
12557         Early morning compilation fix.
12558
12559 2006-09-20  Wim Taymans  <wim@fluendo.com>
12560
12561         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12562         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12563         * tests/check/elements/videorate.c: (GST_START_TEST):
12564         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12565         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12566         Fix some warnings.
12567
12568 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12569
12570         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12571         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12572         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12573           Handcrafted merge to help CVS understanding what I changed and what
12574           not.
12575
12576 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12577
12578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12579         (gst_xvimagesink_get_times):
12580           change colorkey behaviour back according to #354773 comment 6/7
12581
12582 2006-09-19  Michael Smith  <msmith@fluendo.com>
12583
12584         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12585         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12586         (gst_multi_fd_sink_recover_client),
12587         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12588         (gst_multi_fd_sink_get_property):
12589         * gst/tcp/gstmultifdsink.h:
12590           Implement stubbed out properties unit-type, units-soft-max,
12591           units-max, to allow specifying maximum sizes in units other than
12592           buffers.
12593           Fixes #355935
12594
12595 2006-09-19  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12598         (gst_riff_create_audio_template_caps):
12599         Reorder the audio formats a bit for clarity.
12600         Detect and create caps for MSGSM and MSN (WAV49).
12601         Fixes #356596.
12602
12603         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12604         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12605         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12606         Small cleanups, move error handling out of normal flow for clarity.
12607
12608 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12609
12610         * docs/libs/gst-plugins-base-libs-docs.sgml:
12611         * docs/libs/gst-plugins-base-libs.types:
12612         * gst-libs/gst/interfaces/Makefile.am:
12613         * gst-libs/gst/interfaces/videoorientation.c:
12614         (gst_video_orientation_get_type),
12615         (gst_video_orientation_iface_init),
12616         (gst_video_orientation_get_hflip),
12617         (gst_video_orientation_get_vflip),
12618         (gst_video_orientation_get_hcenter),
12619         (gst_video_orientation_get_vcenter),
12620         (gst_video_orientation_set_hflip),
12621         (gst_video_orientation_set_vflip),
12622         (gst_video_orientation_set_hcenter),
12623         (gst_video_orientation_set_vcenter):
12624         * gst-libs/gst/interfaces/videoorientation.h:
12625           API: Add new interface to control video orientation (fixes #354908)
12626
12627 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12628
12629         * gst/videotestsrc/gstvideotestsrc.c:
12630           Use G_UNLIKELY in _create and log one more detail.
12631           
12632         (gst_video_test_src_get_times), (gst_video_test_src_create):
12633         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12634           Use gst_util_uint64_scale_int in _get_times().
12635
12636 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12637
12638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12639           Give better warning message (add object and detail).
12640
12641 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12642
12643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12644         (gst_xvimagesink_get_times):
12645           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12646           #354773), use gst_util_uint64_scale_int in _get_times()
12647
12648 2006-09-18  Michael Smith  <msmith@fluendo.com>
12649
12650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12651           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12652           always true, leading to dropping all timestamps.
12653
12654 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12655
12656         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12657         (gst_visual_chain), (gst_visual_change_state):
12658           update to work also with libvisual 0.4 API, fix double unref (#355914)
12659           
12660         * tools/gst-launch-ext.1.in:
12661         * tools/gst-visualise.1.in:
12662           remove references to old man-pages
12663
12664         * tests/examples/seek/seek.c: (main):
12665           add real meadi-buttons, add tool-tips for the seek-options, arrange
12666           seek options in a table
12667
12668 2006-09-18  Michael Smith  <msmith@fluendo.com>
12669
12670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12671         (gst_ogg_mux_push_buffer):
12672           Don't generate out-of-order timestamps from oggmux, instead clamp
12673           output timestamps to be >= the previously output ts.
12674           Fixes #355595
12675
12676 2006-09-18  Michael Smith  <msmith@fluendo.com>
12677
12678         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12679         (gst_multi_fd_sink_class_init):
12680           Updates, fixes, and typo corrections for multifdsink. No functional
12681           changes.
12682
12683 2006-09-17  Michael Smith  <msmith@fluendo.com>
12684
12685         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12686           Don't crash on truncated files - check that we got an 8 byte buffer
12687           before trying to memcmp it.
12688
12689 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12690
12691         * gst/playback/gstplaybasebin.c: (get_active_source):
12692           Make stream-switching appear instant to the application
12693           (ie. make sure that a g_object_get on 'current-foo' returns
12694           the stream previously set with g_object_set(). Totem needs
12695           this to update stream-related meta-info (like audio-codec)
12696           correctly when switching streams.
12697
12698 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12699
12700         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12701         (gst_alsa_mixer_ensure_track_list):
12702           Try harder to guess which mixer track is the master mixer
12703           track (instead of just taking the first one that has a pvolume).
12704           Fixes #342228.
12705
12706 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12707
12708         reviewed by: <delete if not using a buddy>
12709
12710         * gst-libs/gst/audio/audio.h:
12711         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12712
12713 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12714
12715         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12716         (gst_audio_convert_transform_caps):
12717           Get structure-name just once.
12718
12719 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12720
12721         * tests/check/elements/audioresample.c: (GST_START_TEST):
12722         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12723         * tests/check/elements/volume.c: (GST_START_TEST):
12724         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12725         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12726         (test_pipeline), (GST_START_TEST):
12727         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12728         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12729           Fix big batch of compiler warnings.
12730
12731 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12732
12733         * ext/gnomevfs/gstgnomevfssrc.c:
12734           Add docs about icydemux usage in connection with gnomevfssrc
12735
12736         * ext/libvisual/visual.c:
12737         * ext/ogg/gstoggaviparse.c:
12738         * ext/ogg/gstoggdemux.c:
12739         * ext/ogg/gstoggmux.c:
12740         * ext/ogg/gstoggparse.c:
12741         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12742         * gst-libs/gst/audio/gstaudiosink.c:
12743         * gst-libs/gst/audio/gstaudiosrc.c:
12744         * gst/audiorate/gstaudiorate.c:
12745           More G_OBJECT macro fixing.
12746
12747         * gst/audiotestsrc/gstaudiotestsrc.h:
12748           Fix wrong info in header due to copy & paste
12749
12750 2006-09-15  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst-libs/gst/audio/gstbaseaudiosink.c:
12753         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12754         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12755         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12756         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12757         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12758         Do the delay calculation in the source/sink base classes as this is
12759         specific for the capture/playback mode.
12760         Try to fixate a bit better, like round depth up to a multiple of 8
12761         bigger than width.
12762         Handle underruns correctly by marking DISCONT on buffers and adjusting
12763         timestamps to handle the gap.
12764         Set offset/offset_end correctly on buffers.
12765
12766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12767         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12768         (gst_ring_buffer_read):
12769         Remove resync and underrun recovery from the ringbuffer.
12770         Fix ringbuffer read code on under/overrun.
12771
12772 2006-09-15  Wim Taymans  <wim@fluendo.com>
12773
12774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12775         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12776         (queue_threshold_reached), (gst_play_base_bin_set_property),
12777         (gst_play_base_bin_get_property):
12778         * gst/playback/gstplaybasebin.h:
12779         Don't use a 0 low watermark when buffering, it is catching starvation
12780         way too late. Instead, use a 3 second queue with 30 and 95
12781         percent low/high watermarks. 
12782         Added queue-min-threshold property to configure low watermark.
12783         Use new _buffering message API.
12784         Make queue_threshold variable big enough to store a uint64 time value.
12785         API: playbin::queue-min-threshold property.
12786
12787 2006-09-15  Wim Taymans  <wim@fluendo.com>
12788
12789         * configure.ac:
12790         We require 0.10.10.1 now because of _wait_preroll().
12791
12792         * gst-libs/gst/audio/gstbaseaudiosink.c:
12793         (gst_base_audio_sink_render):
12794         Use gst_base_sink_wait_preroll().
12795
12796 2006-09-15  Wim Taymans  <wim@fluendo.com>
12797
12798         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12799         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12800         Use DEBUG_OBJECT more.
12801
12802 === release 0.10.10 ===
12803
12804 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12805
12806         patch by: Michael Smith <msmith at fluendo dot com>
12807
12808         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12809         (gst_multi_fd_sink_client_queue_buffer),
12810         (gst_multi_fd_sink_new_client):
12811         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12812         (multifdsink_suite):
12813           Fix implementation of sync-method 'next-keyframe'
12814           Closes #354594
12815
12816 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12817
12818         patch by: Wim Taymans <wim at fluendo dot com>
12819
12820         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12821         This patch removes the RANDOM flag that was incorrectly introduced with
12822         revision 1.91.  Fixes #354590
12823
12824 2006-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12825
12826         * tests/check/Makefile.am:
12827           Random variation in Makefile line to see if it makes the
12828           gen64-base-full bot any happier.
12829
12830 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12831
12832         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12833           Disable test that fails at the moment (killed after timeout).
12834
12835 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12836
12837         Patch by: James Livingston  <doclivingston at gmail.com>
12838
12839         * tests/check/Makefile.am:
12840         * tests/check/pipelines/.cvsignore:
12841         * tests/check/pipelines/oggmux.c: (get_page_codec),
12842         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12843         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12844         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12845         (test_theora_vorbis), (oggmux_suite):
12846           Add simple unit test for oggmux from #337026 with checking for the
12847           EOS flags disabled for the time being.
12848
12849 2006-09-04  Wim Taymans  <wim@fluendo.com>
12850
12851         patch by: Alessandro Dessina <alessandro nnva org>
12852
12853         * ext/ogg/gstoggmux.c:
12854         Add cmml caps to oggmux. Fixes #353912
12855
12856 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12857
12858         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12859           Returning a return value often helps. In this case, we
12860           don't need the return value anyway, so just get rid of it.
12861           Should make build bots much happier.
12862
12863 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12864
12865         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12866         (paint_get_structure), (gst_video_test_src_get_size),
12867         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12868         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12869         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12870         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12871         * gst/videotestsrc/videotestsrc.h:
12872           Add support for AYUV and the various RGBA formats. Initialise
12873           fields of paintinfo structs allocated on the stack.
12874
12875         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12876         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12877         (check_rgb_buf), (videotestsrc_suite):
12878           Add unit tests for videotestsrc's RGB output.
12879
12880 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12881
12882         * gst/videotestsrc/gstvideotestsrc.c:
12883         (gst_video_test_src_pattern_get_type),
12884         (gst_video_test_src_set_pattern):
12885         * gst/videotestsrc/gstvideotestsrc.h:
12886         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12887         (gst_video_test_src_black), (gst_video_test_src_white),
12888         (gst_video_test_src_red), (gst_video_test_src_green),
12889         (gst_video_test_src_blue):
12890         * gst/videotestsrc/videotestsrc.h:
12891           Add more uni-colour patterns ("white", "red", "green", and "blue").
12892
12893 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12894
12895         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12896           Fix stride for YVYU, should be word-aligned (#353658).
12897
12898 2006-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12899
12900         * gst/adder/gstadder.c: (gst_adder_src_event):
12901           Fix build.
12902
12903 2006-08-31  Edward Hervey  <edward@fluendo.com>
12904
12905         * gst/adder/gstadder.c: (forward_event_func),
12906         (gst_adder_src_event), (gst_adder_collected),
12907         (gst_adder_change_state):
12908         * gst/adder/gstadder.h:
12909         Remember the start position asked in the incoming seeks, so we can
12910         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12911         of assuming it will always be 0).
12912
12913 2006-08-31  Edward Hervey  <edward@fluendo.com>
12914
12915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12916         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12917         (gst_ogg_demux_loop):
12918         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12919
12920 2006-08-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12921
12922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12923         (gst_ffmpegcsp_get_unit_size):
12924           Return FALSE instead of returning a random false unit
12925           size when the format isn't known/supported (even if
12926           this shouldn't happen under normal circumstances).
12927
12928 2006-08-29  Wim Taymans  <wim@fluendo.com>
12929
12930         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12931
12932         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12933         (gst_gnome_vfs_src_start):
12934         Try harder to get the size from a uri by using _info_uri() when
12935         _info_from_handle() does not give us enough info. 
12936         Also follow symlinks when getting the size.
12937         Partially Fixes #332864.
12938
12939 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12940
12941         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12942
12943         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12944         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12945         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12946         (gst_alsa_mixer_set_record):
12947         * ext/alsa/gstalsamixertrack.c:
12948         (gst_alsa_mixer_track_update_alsa_capabilities),
12949         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12950         (gst_alsa_mixer_track_update):
12951         * ext/alsa/gstalsamixertrack.h:
12952           Improve and fix mixer track handling, in particular better handling
12953           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12954           separate track objects for tracks that have both capture and playback
12955           volume (and label them differently as well so they're not mistakenly
12956           assumed to be duplicates); classify mixer tracks that only affect
12957           the audible volume of something (rather than the capture volume)
12958           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12959           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12960           (following the meaning documented in the mixer interface header
12961           file); add support for alsa's exclusive cswitch groups; update/sync
12962           state/flags better if mixer settings are changed by another
12963           application. Fixes #336075.
12964
12965 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12966
12967         * gst/playback/gstplaybin.c:
12968           Improve docs: add section about BUFFERING messages sent by playbin.
12969
12970 2006-08-29  Michael Smith  <msmith@fluendo.com>
12971
12972         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12973         (gst_vorbis_enc_buffer_check_discontinuous),
12974         (gst_vorbis_enc_chain):
12975           Ignore explicit DISCONT marked on buffers (which is often spurious,
12976           particularly when using multiple segments), in favour of solely
12977           using the timestamps/durations.
12978
12979 2006-08-29  Edward Hervey  <edward@fluendo.com>
12980
12981         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12982         Don't rely on incoming buffers offset anymore, since it is completely
12983         broken when using multiple segments.
12984         Instead convert the incoming buffers timestamp to running time, and
12985         then convert that value to the offsets.
12986         Also inform GstSegment of the last outputted stop position, which is
12987         needed if we received several segments with an unknown stop value.
12988
12989 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12992           fix buffer unreffing on a header push failure
12993
12994 2006-08-28  Wim Taymans  <wim@fluendo.com>
12995
12996         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12997         (gst_audio_rate_chain):
12998         Make the metadata of the buffer writable before changing its
12999         flags.
13000
13001 2006-08-28  Wim Taymans  <wim@fluendo.com>
13002
13003         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13004         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13005         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13006         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13007         Fix audiorate some more.
13008         Reset and resync counters on flush and READY.
13009         Handle the DISCONT flag correctly.
13010         Use GstSegment to track position.
13011         Fail when not negotiated.
13012         Fixes #353234.
13013
13014 2006-08-25  Michael Smith  <msmith@fluendo.com>
13015
13016         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13017           Fix spelling.
13018           Remove accidently included debug line.
13019
13020 2006-08-25  Wim Taymans  <wim@fluendo.com>
13021
13022         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13023         Small cleanups.
13024         If a buffer is received with no caps, make the buffer metadata
13025         writable and set the caps, making sure that we don't screw up the
13026         refcounts.
13027
13028 2006-08-25  Michael Smith  <msmith@fluendo.com>
13029
13030         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13031         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13032           Fix memory leaks and misleading debug messages, add a couple of
13033           comments.
13034
13035         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13036         (gst_multi_fd_sink_render):
13037           Do not use gst_buffer_make_writable() in a basesink render method,
13038           as it may incorrectly unref the buffer. Instead, use convoluted
13039           dance to avoid copying the buffer except when we need to.
13040
13041 2006-08-25  Michael Smith  <msmith@fluendo.com>
13042
13043         * ext/vorbis/vorbisenc.c:
13044         (gst_vorbis_enc_buffer_check_discontinuous):
13045           Allow very small discontinuities in the timestamps. These we can't
13046           do anything useful with anyway (because vorbis's timestamps have
13047           only sample granularity), and are commonly produced by elements with
13048           minor bugs. Allow up to 1/2 a sample out.
13049           Fixes #351742.
13050
13051 2006-08-24  Wim Taymans  <wim@fluendo.com>
13052
13053         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13054         (play_scrub_toggle_cb), (main):
13055         Add a checkbox to enable play scrubbing. Makes it possible to disable
13056         normal scrubbing.
13057
13058 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13059
13060         * tests/check/elements/.cvsignore:
13061           make buildbot happy
13062
13063 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13064
13065         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13066         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13067         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13068         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13069         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13070         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13071         (gst_ogm_text_parse_strip_trailing_zeroes),
13072         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13073         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13074           Refactor ogm parse, do better input checking, misc. clean-ups.
13075           Cache incoming events and push them once the source pad has
13076           been created. Don't pass unterminated strings to sscanf().
13077           Strip trailing zeroes from subtitle text output, since they
13078           are not valid UTF-8. Don't push vorbiscomment packets on
13079           the subtitle text pad. Output perfect streams if possible.
13080
13081 2006-08-23  Wim Taymans  <wim@fluendo.com>
13082
13083         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13084         Waits for tasks to settle down so that we clean up correctly for 
13085         valgrind.
13086
13087 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13088
13089         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13090           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13091           actually return return value in taglists_are_equal.
13092
13093 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13094
13095         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13096           Fix crash due to broken bitstream parsing on x86-64: can't make
13097           any assumptions about sizeof(struct) due to alignment/packing
13098           differences on different architectures. Fixes #351790.
13099
13100 2006-08-22  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13103         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13104         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13105         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13106         (gst_riff_parse_info):
13107         Protect public functions against bad input.
13108         Do some cleanups.
13109         Fix documentation.
13110
13111 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13112
13113         * gst-libs/gst/riff/riff-ids.h:
13114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13115           Add voxware audio IDs (even if we can't play it) (#351795).
13116
13117 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13118
13119         * gst-libs/gst/riff/riff-media.c:
13120         (gst_riff_create_video_template_caps),
13121         (gst_riff_create_audio_template_caps),
13122         (gst_riff_create_iavs_template_caps):
13123           Const-ify some arrays and use G_N_ELEMENTS instead
13124           of wasting oodles of RAM on terminator bits.
13125
13126 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13127
13128         * gst-libs/gst/tag/gstvorbistag.c:
13129         (gst_tag_list_to_vorbiscomment_buffer):
13130         * tests/check/libs/tag.c: (GST_START_TEST):
13131           And the same for _to_vorbiscomment_buffer(): allow
13132           id_data_len == 0 for speex.
13133
13134 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13135
13136         * configure.ac:
13137         * docs/plugins/Makefile.am:
13138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13140         * docs/plugins/inspect/plugin-gdp.xml:
13141         * gst/gdp/Makefile.am:
13142         * tests/check/Makefile.am:
13143           Move GDP plugin to -base from -bad.  Closes #347783.
13144
13145 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13146
13147         * gst-libs/gst/tag/gstvorbistag.c:
13148         (gst_tag_list_from_vorbiscomment_buffer):
13149           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13150           Also add some checks to make sure we don't memcmp() beyond the end of
13151           vorbiscomment buffer if the ID to check for is larger than the buffer.
13152
13153         * tests/check/libs/tag.c: (GST_START_TEST):
13154           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13155
13156 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13157
13158         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13159         (gst_vorbis_enc_set_metadata):
13160           Use vorbis comment utility functions from libgsttag
13161           instead of re-inventing the wheel (partially fixes #347091).
13162
13163 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13164
13165         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13166         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13167         as some that won't.
13168
13169 2006-08-21  Wim Taymans  <wim@fluendo.com>
13170
13171         * docs/libs/Makefile.am:
13172         * docs/libs/gst-plugins-base-libs-sections.txt:
13173         * docs/libs/gst-plugins-base-libs.types:
13174         Don't try to GObject scan the netbuffer as it's not a GObject.
13175         Fixes #351308.
13176
13177         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13178         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13179         Document GstNetBuffer.
13180
13181 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13182
13183         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13184         (audioconvert_suite):
13185           Add testcase for caps-size-explosion
13186
13187 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13188
13189         * gst/audioconvert/gstaudioconvert.c:
13190         (gst_audio_convert_get_unit_size), (set_structure_widths):
13191           Lower debug, use g_assert in _get_unit_size
13192
13193         * gst/audioresample/gstaudioresample.c:
13194         (audioresample_get_unit_size):
13195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13196         (gst_ffmpegcsp_get_unit_size):
13197         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13198           use g_assert in _get_unit_size
13199
13200 2006-08-18  Wim Taymans  <wim@fluendo.com>
13201
13202         * docs/libs/gst-plugins-base-libs-sections.txt:
13203         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13204         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13205         (gst_rtp_buffer_get_payload_buffer):
13206         * gst-libs/gst/rtp/gstrtpbuffer.h:
13207         Document GstRTPBuffer.
13208         Added function to efficiently strip payload headers.
13209         API: gst_rtp_buffer_get_payload_subbuffer()
13210
13211 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13212
13213         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13214         (gst_tag_to_vorbis_comments):
13215           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13216           tags and deserialise them properly as well (#347091).
13217           Add some more gtk-doc blurbs and also some g_return_if_fail().
13218
13219         * tests/check/libs/tag.c: (GST_START_TEST),
13220         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13221           More tests.
13222
13223 2006-08-17  Wim Taymans  <wim@fluendo.com>
13224
13225         * ext/ogg/Makefile.am:
13226         * ext/ogg/gstogg.c: (plugin_init):
13227         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13228         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13229         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13230         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13231         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13232         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13233         Added ogg-in-avi parser element. Fixes #140139.
13234
13235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13236         Fixed a bug in oggdemux debug code.
13237
13238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13239         (gst_riff_create_audio_template_caps):
13240         Recognise Ogg in the AVI extensible wave format.
13241
13242 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13243
13244         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13245           Make buffer durations add up (duration should be next_ts-ts for
13246           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13247           from CVS.
13248
13249         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13250         (test_buffer_timestamps), (cddabasesrc_suite):
13251           Add unit test for the above.
13252
13253         * tests/check/Makefile.am:
13254           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13255           to see what happens.
13256
13257 2006-08-16  Wim Taymans  <wim@fluendo.com>
13258
13259         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13260         (gst_alsasink_open):
13261         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13262         (gst_alsasrc_open):
13263         Avoid setting and using a NULL device name.
13264         Print more info when we fail to open a device.
13265
13266 2006-08-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13267
13268         * docs/libs/gst-plugins-base-libs-sections.txt:
13269         * gst-libs/gst/tag/tag.h:
13270         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13271           API: add gst_tag_parse_extended_comment() (#351426).
13272
13273         * tests/check/Makefile.am:
13274         * tests/check/libs/.cvsignore:
13275         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13276           Add unit test for gst_tag_parse_extended_comment().
13277
13278 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13279
13280         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13282           Fix leak (#351502).
13283
13284 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13285
13286         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13287         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13288         * docs/plugins/gst-plugins-base-plugins.args:
13289         * gst/playback/gstplaybin.c:
13290           Document playbin.
13291           
13292         * docs/plugins/inspect/plugin-adder.xml:
13293         * docs/plugins/inspect/plugin-alsa.xml:
13294         * docs/plugins/inspect/plugin-audioconvert.xml:
13295         * docs/plugins/inspect/plugin-audiorate.xml:
13296         * docs/plugins/inspect/plugin-audioresample.xml:
13297         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13298         * docs/plugins/inspect/plugin-cdparanoia.xml:
13299         * docs/plugins/inspect/plugin-decodebin.xml:
13300         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13301         * docs/plugins/inspect/plugin-gnomevfs.xml:
13302         * docs/plugins/inspect/plugin-ogg.xml:
13303         * docs/plugins/inspect/plugin-pango.xml:
13304         * docs/plugins/inspect/plugin-playbin.xml:
13305         * docs/plugins/inspect/plugin-subparse.xml:
13306         * docs/plugins/inspect/plugin-tcp.xml:
13307         * docs/plugins/inspect/plugin-theora.xml:
13308         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13309         * docs/plugins/inspect/plugin-video4linux.xml:
13310         * docs/plugins/inspect/plugin-videorate.xml:
13311         * docs/plugins/inspect/plugin-videoscale.xml:
13312         * docs/plugins/inspect/plugin-videotestsrc.xml:
13313         * docs/plugins/inspect/plugin-volume.xml:
13314         * docs/plugins/inspect/plugin-vorbis.xml:
13315         * docs/plugins/inspect/plugin-ximagesink.xml:
13316         * docs/plugins/inspect/plugin-xvimagesink.xml:
13317           Update to CVS version.
13318
13319 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13320
13321         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13322         (gst_play_bin_set_property), (gst_play_bin_get_property),
13323         (value_list_append_structure_list),
13324         (gst_play_bin_handle_redirect_message),
13325         (gst_play_bin_handle_message):
13326           API: GstPlayBin::connection-speed
13327           Add "connection-speed" property; re-order redirect messages with
13328           multiple redirect locations depending on the minimum bitrate if
13329           that information is available and a connection speed is set
13330           (#350399).
13331
13332 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13333
13334         * gst/playback/gstplaybin.c:
13335           Update max volume to the same value that the volume element uses.
13336
13337 2006-08-14  Wim Taymans  <wim@fluendo.com>
13338
13339         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13340         Less uglyness..
13341
13342 2006-08-14  Wim Taymans  <wim@fluendo.com>
13343
13344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13345         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13346         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13347         Add some more debug info.
13348         Don't crash when a seek failed.
13349         Actually return the result of the seek instead of TRUE.
13350         Ignore multiple BOS pages with the same serial so that we don't create
13351         the same stream multiple times.
13352         Post an error when we fail to do the initial seek.
13353
13354 2006-08-13  Wim Taymans  <wim@fluendo.com>
13355
13356         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13357         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13358         Small code cleanup.
13359
13360         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13361         (gst_alsa_mixer_new):
13362         Remove hack that always set the device to hw:0*.
13363         Properly find the card name for whatever device was configured.
13364         Do some better debugging.
13365         Fixes #350784.
13366
13367         * ext/alsa/gstalsamixerelement.c:
13368         (gst_alsa_mixer_element_set_property),
13369         (gst_alsa_mixer_element_change_state):
13370         Cleanups.
13371         Handle setting of a NULL device name better.
13372
13373 2006-08-11  Wim Taymans  <wim@fluendo.com>
13374
13375         * gst/adder/gstadder.c:
13376         Don't clip float values. Fixes #350900.
13377
13378 2006-08-11  Andy Wingo  <wingo@pobox.com>
13379
13380         * gst/tcp/gsttcp.c: Really fix the build?
13381
13382         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13383         fixes the build.
13384
13385 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13386
13387         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13388           Float caps shouldn't have a "signed" field.
13389
13390 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13391
13392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13393           Implement SEEKING query in its most basic form, so that we can
13394           at least check if we're seekable or not (#350655).
13395
13396 2006-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13397
13398         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13399           The checks here are not even close to anything that would
13400           justify MAXIMUM probability, lowering to POSSIBLE until someone
13401           fixes the checks (case at hand: quicktime redirection files
13402           might start with 00 00 01 XX and pass the checks here just
13403           fine, see #350399).
13404
13405 2006-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13406
13407         Patch by: Sjoerd Simons  <sjoerd at luon net>
13408
13409         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13410           Better detection for multipart/x-mixed-replace: accept leading
13411           whitespaces before the boundary marker as well (as our very own
13412           multipartmux used to produce) (#349068).
13413
13414 2006-08-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13415
13416         Patch by: Young-Ho Cha  <ganadist at chollian net>
13417
13418         * gst-libs/gst/riff/riff-ids.h:
13419         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13420         (gst_riff_create_audio_template_caps):
13421           Detect DTS audio streams (#350157).
13422
13423 2006-08-05  Andy Wingo  <wingo@pobox.com>
13424
13425         * ext/theora/gsttheoraparse.h:
13426         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13427         (theora_parse_dispose, theora_parse_set_property)
13428         (theora_parse_get_property, theora_parse_munge_granulepos)
13429         (theora_parse_push_buffer, theora_parse_change_state):
13430         API: GstTheoraParse::synchronization-points
13431         Add a property 'synchronization-points' to fix badly synchronized oggs.
13432
13433 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13434
13435         * tests/check/Makefile.am:
13436         * tests/check/libs/.cvsignore:
13437         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13438         (fixed_caps_have_channel_positions), (GST_START_TEST),
13439         (audio_suite), (main):
13440           Add a few tests for the channel position stuff in libgstaudio.
13441
13442 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13443
13444         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13445         (gst_alsa_detect_channels):
13446         * ext/alsa/gstalsasink.c:
13447           Add support for cards that (only) do more than 8 channels,
13448           like the Delta 44 (#345188).
13449
13450         * gst-libs/gst/audio/multichannel.c:
13451         (gst_audio_check_channel_positions):
13452         * gst-libs/gst/audio/multichannel.h:
13453           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13454           unspecified channel position and cannot be combined with any
13455           of the other audio channel positions; adjust position layout
13456           checks accordingly (#345188).
13457
13458 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13459
13460         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13461           Recognise ancient RealAudio files (see #349779).
13462
13463 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13464
13465         Patch by: Jens Granseuer  <jensgr at gmx net>
13466
13467         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13468           Add typefinder for Interplay's MVE format (#348973).
13469
13470 2006-08-02  Wim Taymans  <wim@fluendo.com>
13471
13472         Patch by: Marcel Moreaux <marcelm at luon dot net>
13473
13474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13475         (gst_base_rtp_depayload_add_to_queue):
13476         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13477         Handle RTP sequence number rollover.
13478         Disable jitterbuffer by default.
13479
13480 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13481
13482         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13483         (audioresample_set_caps):
13484         Don't leak references to the incoming caps. Clean them up when
13485         stopping.
13486
13487         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13488         (gst_video_scale_finalize):
13489         Don't leak our temporary pixel buffer.
13490
13491         * tests/check/Makefile.am:
13492         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13493         (GST_START_TEST), (simple_launch_lines_suite):
13494
13495         Fix leaks and re-enable the test for valgrind checking.
13496
13497 2006-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13498
13499         Patch by: Sjoerd Simons  <sjoerd at luon net>
13500
13501         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13502         (plugin_init):
13503           Add typefind function for multipart/x-mixed-replace (#348916).
13504
13505 2006-07-28  Wim Taymans  <wim@fluendo.com>
13506
13507         * gst/adder/gstadder.c: (gst_adder_setcaps),
13508         (gst_adder_query_duration):
13509         Fix leak in duration query.
13510         Reflow some docs and notes.
13511
13512 2006-07-28  Michael Smith  <msmith@fluendo.com>
13513
13514         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13515         (vorbisenc_suite):
13516           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13517           aspect of it.
13518
13519 2006-07-28  Michael Smith  <msmith@fluendo.com>
13520
13521         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13522         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13523         (gst_vorbis_enc_push_buffer),
13524         (gst_vorbis_enc_buffer_check_discontinuous),
13525         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13526         * ext/vorbis/vorbisenc.h:
13527           Handle discontinuities in the input vorbis stream correctly,
13528           so that the output is properly timestamped (and has good granulepos
13529           values). Needs some oggmux fixes too.
13530
13531 2006-07-27  Wim Taymans  <wim@fluendo.com>
13532
13533         patch by: Kai Vehmanen <kv2004 eca cx>
13534
13535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13536         (gst_base_rtp_depayload_chain),
13537         (gst_base_rtp_depayload_handle_sink_event),
13538         (gst_base_rtp_depayload_change_state):
13539         Don't send multiple newsegments with different formats.
13540         Fixes #348677.
13541
13542 2006-07-26  Wim Taymans  <wim@fluendo.com>
13543
13544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13545         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13546         Make seeking in ogg more accurate again by doing the more correct
13547         granuletime to stream time conversion.
13548
13549 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13550
13551         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13552         (gst_multi_fd_sink_new_client):
13553           debug a little more understandably
13554           do not use goto as a substitute for break, especially if
13555           break is also being used
13556
13557 2006-07-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13558
13559         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13560         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13561           Remove GLib-2.6 compatibility cruft.
13562
13563 2006-07-24  Wim Taymans  <wim@fluendo.com>
13564
13565         * gst-libs/gst/audio/gstbaseaudiosink.c:
13566         (gst_base_audio_sink_render):
13567         Don't try to align a sample to an unknown value.
13568
13569 2006-07-24  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst-libs/gst/audio/gstbaseaudiosink.c:
13572         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13573         When the audio clock is slaved to another clock, never try to align
13574         samples but trust the rate interpolation algorithm.
13575
13576 2006-07-24  Wim Taymans  <wim@fluendo.com>
13577
13578         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13579         Don't try to calculate silence samples, base class does this much
13580         better now.
13581
13582         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13583         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13584         (gst_ring_buffer_acquire):
13585         Calculate silence samples correctly.
13586
13587         * gst-libs/gst/audio/gstringbuffer.h:
13588         Add _CAST macro.
13589
13590 2006-07-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13591
13592         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13593           Limit search for the first markup tag to the first few kB of
13594           the file. If we don't find one there, it's highly unlikely that
13595           this is an XML(-ish) file.
13596
13597 2006-07-21  Andy Wingo  <wingo@pobox.com>
13598
13599         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13600         test to the one in vorbisenc. Also commented out.
13601
13602         * tests/check/pipelines/vorbisenc.c: 
13603         (test_discontinuity): New test, commented out until Mike lands
13604         some elite vorbisenc patches.
13605
13606         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13607         Bufferstraw was actually factored out of these tests. Now we share
13608         code yay.
13609
13610         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13611         for bufferstraw addition to gstcheck.
13612
13613 2006-07-21  Wim Taymans  <wim@fluendo.com>
13614
13615         * ext/theora/theoradec.c: (clip_buffer):
13616         Better clipping.
13617
13618 2006-07-21  Wim Taymans  <wim@fluendo.com>
13619
13620         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13621         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13622         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13623         Fix leak.
13624         Avoid type casting when we can.
13625
13626         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13627         Fix mem leak.
13628
13629 2006-07-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13630
13631         * ext/alsa/gstalsamixerelement.c:
13632         (gst_alsa_mixer_element_change_state):
13633           Make state change fail if the specified device can't be opened
13634           for some reason.
13635
13636 2006-07-20  Wim Taymans  <wim@fluendo.com>
13637
13638         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13639         (cb_newpad), (main):
13640         Example of a small audio/video player using decodebin.
13641
13642 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13643
13644         * gst-libs/gst/riff/riff-ids.h:
13645           Add 'fact' chunk id
13646
13647 2006-07-19  Wim Taymans  <wim@fluendo.com>
13648
13649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13650         (gst_base_rtp_depayload_chain),
13651         (gst_base_rtp_depayload_change_state):
13652         Don't assert when not negotiated but post a meaningfull 
13653         error message. Fixes #347918.
13654
13655         * gst-libs/gst/rtp/gstbasertppayload.c:
13656         Add comment about better default MTU size.
13657
13658         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13659         Small cleanups, start docs.
13660
13661 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13662
13663         Patch by: Martin Szulecki
13664
13665         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13666           If "device-name" is requested and the device is not
13667           open, try to temporarily open it to obtain this
13668           information (#342494).
13669
13670 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13671
13672         * gst-libs/gst/tag/gstid3tag.c:
13673           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13674
13675         * gst-libs/gst/tag/gsttageditingprivate.h:
13676         * gst-libs/gst/tag/gstvorbistag.c:
13677           Some more random const-ifications.
13678
13679 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13680
13681         * gst-libs/gst/riff/riff-ids.h:
13682         * gst-libs/gst/riff/riff-media.c:
13683         (gst_riff_create_video_template_caps):
13684           Add more FOURCCs (sort list to make stuff easier to find),
13685           add comment what those 16 bytes in struct _gst_riff_strh according to
13686           one avi-dumper are
13687
13688 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13689
13690         * gst-libs/gst/audio/multichannel.c:
13691         (gst_audio_check_channel_positions),
13692         (gst_audio_fixate_channel_positions):
13693           Const-ify two arrays.
13694
13695 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13696
13697         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13698           Fix typo, so that alsasink also advertises 8 channels
13699           if that's supported (tags: can, worms, open, alsa, ph34r).
13700
13701 2006-07-17  Wim Taymans  <wim@fluendo.com>
13702
13703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13704         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13705         *sigh*, when is the compiler going to warn when the comments
13706         are out-of-sync with the code.. Refix case of busted theora
13707         headers with 0 granule pos.
13708
13709 2006-07-14  Wim Taymans  <wim@fluendo.com>
13710
13711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13712         (gst_base_rtp_depayload_wait),
13713         (gst_base_rtp_depayload_change_state),
13714         (gst_base_rtp_depayload_set_property),
13715         (gst_base_rtp_depayload_get_property):
13716         Fix 99% cpu load by waiting for absolute times on the
13717         clock. Fixes #347300.
13718
13719 2006-07-14  Andy Wingo  <wingo@pobox.com>
13720
13721         * ext/theora/gsttheoraparse.h: 
13722         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13723         (theora_parse_push_headers, theora_parse_clear_queue)
13724         (theora_parse_drain_queue_prematurely, )
13725         (theora_parse_sink_event, theora_parse_change_state): Queue events
13726         until we initialized our state, like in vorbisparse.
13727
13728         * ext/vorbis/vorbisparse.h: 
13729         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13730         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13731         (vorbis_parse_drain_queue_prematurely, )
13732         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13733         until we have initialized our state. Fixes seeking after an
13734         initial pad block.
13735
13736 2006-07-14  Andy Wingo  <wingo@pobox.com>
13737
13738         Patch by: Iain Holmes <iaingnome@gmail.com>
13739         
13740         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13741
13742 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13743
13744         * configure.ac:
13745         Bump nano back to CVS
13746
13747 === release 0.10.9 ===
13748
13749 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13750
13751         * configure.ac:
13752           releasing 0.10.9, "I walk the line"
13753
13754 2006-07-14  Michael Smith  <msmith@fluendo.com>
13755
13756         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13757           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13758           (commonly happens when running this test under valgrind) when trying
13759           to remove the buffer probe.
13760
13761 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13762
13763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13764         Fix missing g_unlock from the previous commit
13765
13766 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13767
13768         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13769         (gst_ximagesink_change_state):
13770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13771         (gst_xvimagesink_change_state):
13772         Implement a locking order to ensure we always take the object lock
13773         before the x_lock and never vice-versa.
13774
13775 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13776
13777         * gst/playback/gstdecodebin.c: (find_compatibles):
13778         Fix a caps leak when linking (#347304)
13779
13780         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13781         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13782         (gst_ximagesink_change_state):
13783         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13784         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13785         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13786         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13787         Don't leak shared memory resources. Use the object lock to protect
13788         against the xcontext disappearing while returning a buffer from the
13789         pipeline. (#347304)
13790
13791 2006-07-12  Edward Hervey  <edward@fluendo.com>
13792
13793         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13794         (vorbis_handle_comment_packet):
13795         gst_tag_list_merge() returns a new object. Take that into account when
13796         using it. This avoids memleak.
13797         Revert previous commit which is not needed.
13798
13799 2006-07-12  Edward Hervey  <edward@fluendo.com>
13800
13801         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13802         Reset the decoder in finalize so that all fields get cleared.
13803
13804 2006-07-12  Wim Taymans  <wim@fluendo.com>
13805
13806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13807         (gst_base_audio_src_set_clock),
13808         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13809         Don't try to post an error message when setting the clock fails
13810         as this can happen when adding an element to a bin which will then
13811         deadlock. Fixes #347296.
13812
13813 2006-07-12  Edward Hervey  <edward@fluendo.com>
13814
13815         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13816         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13817         (vorbis_handle_type_packet):
13818         Post tag messages on the bus even if we're not initialized.
13819         If we're not initialized, we still postpone the event pushing of tags.
13820
13821 2006-07-12  Wim Taymans  <wim@fluendo.com>
13822
13823         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13824         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13825         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13826         Revert last two changes that broke the freeze.
13827
13828 2006-07-12  Wim Taymans  <wim@fluendo.com>
13829
13830         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13831         basesink calculates silence sample correctly for us.
13832
13833 2006-07-12  Wim Taymans  <wim@fluendo.com>
13834
13835         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13836         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13837         Calculate correct silence samples so we don't fill our ringbuffer
13838         with noise.
13839
13840 2006-07-12  Edward Hervey  <edward@fluendo.com>
13841
13842         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13843         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13844         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13845         * ext/vorbis/vorbisdec.h:
13846         Delay sending events (newsegment, tags) until the decoder is properly
13847         initialized.
13848         Fixes #347295
13849
13850 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13851
13852         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13853         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13854           Patch from #347221 adding a test for audioconvert
13855           channel remappings.
13856
13857 2006-07-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13858
13859         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13860         (gst_ssa_parse_parse_line):
13861           Don't include the terminating NUL in the buffer size,
13862           it's only there for extra paranoia (would add random
13863           '*' characters at the end of each subtitle since the
13864           terminator itself is not valid UTF-8 technically).
13865           Also fix indenting after boilerplate macro.
13866
13867 2006-07-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13868
13869         * gst/playback/gstdecodebin.c: (close_pad_link):
13870           Also emit 'unknown-type' signal (which should really be
13871           called unhandled-type) if we found potential decoders/demuxers
13872           in the registry but none of them worked in the end (as in the
13873           case where the plugins don't exist any longer but are still
13874           listed in the registry). Fixes #329798.
13875
13876 2006-07-08  Andy Wingo  <wingo@pobox.com>
13877
13878         * theoraparse.c (theora_parse_push_buffer)
13879         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13880         Add some more debugging. Fix granulepos reconstruction in the face
13881         of discontinuities.
13882
13883 2006-07-06  Wim Taymans  <wim@fluendo.com>
13884
13885         * gst-libs/gst/audio/gstbaseaudiosink.c:
13886         (gst_base_audio_sink_class_init),
13887         (gst_base_audio_sink_provide_clock):
13888         Use gobject_class instead of G_OBJECT_CLASS (klass)
13889
13890         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13891         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13892         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13893         (gst_base_audio_src_get_time),
13894         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13895         (gst_base_audio_src_create_ringbuffer):
13896         Fix latency and buffer-time constants and properties ala basesink.
13897         Implement pull based scheduling. Fixes #346527.
13898         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13899         one segment.
13900         Refuse slaving to another clock instead of silently not working.
13901         Only provide a clock when we are actually able to do so.
13902         Various small cleanups and compiler hints.
13903
13904 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13905
13906         Patch by: Lutz Mueller <lutz at topfrose de>
13907
13908         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13909         (plugin_init):
13910           Add typefinding for text/html (#346581).
13911
13912 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13913
13914         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13915         (xml_check_first_element), (xml_type_find), (smil_type_find):
13916           Fix SMIL typefinding, make xml_check_first_element() more
13917           useful.
13918
13919 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13920
13921         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13922         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13923         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13924         * gst/playback/gstplaybasebin.h:
13925           Protect list of elements with a subtitle-encoding property and
13926           the subtitle encoding member itself with a lock of their own
13927           instead of using the object lock. This prevents a dead-lock in
13928           the element-remove callback in some circumstances when shutting
13929           down playbin.
13930
13931 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13932
13933         * win32/common/libgsttag.def:
13934         Export some new functions.
13935         * win32/vs6/libgstogg.dsp:
13936         Add a link to libgsttag-0.10.lib.
13937
13938 2006-07-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13939
13940         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13941           Some const-ification.
13942
13943 2006-07-04  Wim Taymans  <wim@fluendo.com>
13944
13945         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13946         Improve checking if we are dealing with a stream. Added some
13947         more uris that need buffering.
13948
13949 2006-07-03  Edward Hervey  <edward@fluendo.com>
13950
13951         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13952         Remove unused variable.
13953
13954 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13955
13956         * Makefile.am:
13957           include lcov.mak
13958         * configure.ac:
13959           add GCOV_LIBS to GST_LIBS
13960
13961 2006-07-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13962
13963         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13964
13965         * ext/alsa/gstalsasrc.c:
13966           Add 32 bps to template caps and increase channels range
13967           from [1,2] to [1,MAX]. See #346326.
13968
13969 2006-06-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13970
13971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13972           Recognise 'WMVA' video codec fourcc (#345879).
13973           
13974 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13975          
13976         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13977           Fixed nasty memory leak
13978
13979 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13980
13981         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13982         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13983           fix logging
13984
13985 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13986
13987         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13988         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13989         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13990         Protect remove_fakesink using a mutex, so that we don't try and
13991         remove the fakesink simultaneously from multiple threads.
13992
13993         When going from READY to PAUSED, restore the fakesink, so that
13994         it is there when decodebin gets reused.
13995
13996 2006-06-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13997
13998         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13999         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14000         * gst-libs/gst/rtp/gstbasertppayload.c:
14001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14002         * gst/tcp/gstmultifdsink.c:
14003         * gst/tcp/gsttcpclientsink.c:
14004         * gst/tcp/gsttcpclientsrc.c:
14005         * gst/tcp/gsttcpserversink.c:
14006         * gst/tcp/gsttcpserversrc.c:
14007         * gst/videorate/gstvideorate.c:
14008         * gst/videotestsrc/gstvideotestsrc.c:
14009         * sys/v4l/gstv4ljpegsrc.c:
14010         * sys/v4l/gstv4lmjpegsink.c:
14011         * sys/v4l/gstv4lsrc.c:
14012         * tests/examples/seek/scrubby.c:
14013         * tests/examples/seek/seek.c:
14014           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14015
14016 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14017
14018         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14019           Second field in GEnumValue shouldn't be a description,
14020           but a stringified version of the enum value.
14021
14022 2006-06-22  Wim Taymans  <wim@fluendo.com>
14023
14024         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14025         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14026         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14027         Avoid type checking in buffer casts.
14028         Avoid caps copy in buffer_alloc when we can.
14029         Use pad_peer_accept.
14030
14031 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14032
14033         * gst-libs/gst/tag/tag.h:
14034           Oops, make that 'Since: 0.10.9'.
14035
14036 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14037
14038         * docs/libs/gst-plugins-base-libs-sections.txt:
14039         * gst-libs/gst/tag/tag.h:
14040         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14041         (gst_tag_image_type_get_type):
14042           API: add GstTagImageType enum to describe images contained
14043           in image tags (#345641).
14044
14045 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14046
14047         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14048           Fix warnings with gst-inspect: "buffers-min" property
14049           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14050           typo in property description.
14051
14052 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14053
14054         Patch by: Cody Russell <bratsche at gnome org>
14055
14056         * gst/audioresample/gstaudioresample.c:
14057         (gst_audioresample_class_init):
14058         * gst/playback/gststreamselector.c:
14059         (gst_stream_selector_class_init):
14060         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14061         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14062         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14063         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14064         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14065         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14066         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14067         * gst/videotestsrc/gstvideotestsrc.c:
14068         (gst_video_test_src_class_init):
14069         * gst/volume/gstvolume.c: (gst_volume_class_init):
14070           Avoid unnecessary class cast check in class_init
14071           functions (#337747).
14072
14073 2006-06-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14074
14075         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14076         (gst_text_overlay_video_chain):
14077           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14078           and doesn't validate its input either (and neither did
14079           textoverlay it seems). Let's do that then and fix #345206.
14080
14081 2006-06-19  Wim Taymans  <wim@fluendo.com>
14082
14083         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14084         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14085         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14086         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14087         (find_syncframe), (find_limits), (assign_value),
14088         (count_burst_unit), (gst_multi_fd_sink_new_client),
14089         (gst_multi_fd_sink_handle_client_write),
14090         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14091         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14092         (gst_multi_fd_sink_change_state):
14093         * gst/tcp/gstmultifdsink.h:
14094         Added shiny new burst-on-connect methods.
14095         Add properties to control the minimal amount of data queued.
14096         Small cleanups.
14097         API: bytes-min property
14098         API: time-min property
14099         API: buffers-min property
14100         API: burst-unit property
14101         API: burst-value property
14102         API: add-full signal
14103
14104         * gst/tcp/gsttcp-marshal.list:
14105         Added new marshaller code for the new signal.
14106
14107         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14108         (multifdsink_suite):
14109         Added testcases for new burst methods.
14110
14111 2006-06-19  Edward Hervey  <edward@fluendo.com>
14112
14113         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14114         Implement clipping for accurate seeking.
14115         Closes #345225
14116
14117 2006-06-19  Wim Taymans  <wim@fluendo.com>
14118
14119         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14120
14121         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14122         (gst_video_scale_transform):
14123         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14124
14125 2006-06-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14126
14127         * configure.ac:
14128           Fix --disable-external (can't set conditionals conditionally,
14129           #343602).
14130
14131 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14132
14133         * tests/check/elements/audioresample.c: (test_reuse),
14134         (audioresample_suite):
14135           Add test case for bug #342789 fixed below.
14136
14137 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14138
14139         * gst/audioresample/gstaudioresample.c:
14140         (gst_audioresample_class_init), (gst_audioresample_init),
14141         (audioresample_start), (audioresample_stop),
14142         (gst_audioresample_set_property), (gst_audioresample_get_property):
14143           Implement GstBaseTransform::start and ::stop so that audioresample
14144           can clear its internal state properly and be reused instead of
14145           causing non-negotiated errors with playbin under some circumstances
14146           (#342789).
14147
14148         * tests/check/elements/audioresample.c: (setup_audioresample),
14149         (cleanup_audioresample):
14150           Need to set element state here so that ::start and ::stop are
14151           called.
14152
14153 2006-06-16  Wim Taymans  <wim@fluendo.com>
14154
14155         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14156
14157         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14158         Parse extra data better, apparently it's right behind
14159         the normal strf header size. Fixes #343500.
14160
14161 2006-06-16  Wim Taymans  <wim@fluendo.com>
14162
14163         * ext/alsa/gstalsasink.c: (set_hwparams):
14164         If we fail to set the buffer_time and period_time alsa
14165         parameters, post a warning and leave alsa select a 
14166         default instead of failing. Fixes #342085
14167
14168 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14169
14170         * docs/libs/gst-plugins-base-libs-sections.txt:
14171         * gst-libs/gst/cdda/gstcddabasesrc.h:
14172           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14173           out in the header file and shouldn't be listed in the docs.
14174
14175         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14176           Must dereference pointer to fourcc in the debug statement.
14177
14178 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14179
14180         * docs/libs/Makefile.am:
14181         * docs/libs/gst-plugins-base-libs-docs.sgml:
14182         * docs/libs/gst-plugins-base-libs-sections.txt:
14183         * docs/libs/gst-plugins-base-libs.types:
14184         add remaining symbols into correct setions
14185         
14186         * gst-libs/gst/audio/gstringbuffer.c:
14187         fix incomplete docs
14188         
14189         * gst-libs/gst/audio/gstringbuffer.h:
14190         comment out not yet implemented function
14191         
14192         
14193         * gst-libs/gst/floatcast/floatcast.h:
14194         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14195         add short descriptions
14196         
14197         
14198         * gst-libs/gst/interfaces/propertyprobe.c:
14199         fix return value docs   
14200         
14201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14202         simplify debug logging
14203         
14204         * gst-libs/gst/riff/riff-read.h:
14205         sync function prototype and docs
14206         
14207         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14208         remove left over symbol
14209
14210 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14211
14212         * autogen.sh:
14213         * configure.ac:
14214         * docs/Makefile.am:
14215           Use GST_PLUGIN_DOCS macro in configure.ac, add
14216           --enable-plugin-docs default to autogen.sh and use
14217           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14218
14219 2006-06-15  Wim Taymans  <wim@fluendo.com>
14220
14221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14222         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14223         (gst_ogg_demux_loop):
14224         Combine GstFlowReturn from the source pads to give a
14225         meaningfull result to the upstream peer or to stop the
14226         processing task in case of errors.
14227
14228 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14229
14230         * gst/playback/gststreaminfo.c: (cb_probe):
14231           Try GST_TAG_CODEC as fallback when extracting the
14232           codec name; more debug info.
14233
14234 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14235
14236         * ext/ogg/Makefile.am:
14237         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14238           Extract language tags from ogm subtitle streams, so that
14239           the subtitle menu choices are labelled correctly in
14240           Totem (fixes #344708).
14241
14242 2006-06-14  Wim Taymans  <wim@fluendo.com>
14243
14244         Patch by: Alessandro Decina <alessandro at nnva dot org>
14245
14246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14247         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14248         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14249         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14250         Fix various leaks. Fixes #343699.
14251         Add x-smoke mime type.
14252
14253 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14254
14255         * gst-libs/gst/riff/riff-ids.h:
14256           Add IDs for 'bext' chunks (see #343837).
14257
14258 2006-06-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14259
14260         Patch by: Young-Ho Cha  <ganadist at chollian net>
14261
14262         * gst/subparse/samiparse.c: (sami_context_pop_state),
14263         (handle_start_font), (end_sami_element):
14264           Honour font face tags in SAMI subtitles (#344503).
14265
14266 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14267
14268         * po/POTFILES.in:
14269           add missing files containing translatable strings
14270
14271 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14272
14273         * docs/libs/tmpl/.cvsignore:
14274           we don't want those *.sgml files in CVS either
14275
14276 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14277
14278         * docs/libs/.cvsignore:
14279         * tests/check/elements/.cvsignore:
14280         * tests/check/libs/.cvsignore:
14281           ignore more
14282
14283 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14284
14285         * docs/libs/Makefile.am:
14286           also commiting the changed Makefile.am (added more libs to the
14287           doc-build)
14288
14289 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14290
14291         * docs/libs/gst-plugins-base-libs-docs.sgml:
14292         * docs/libs/gst-plugins-base-libs-sections.txt:
14293         * docs/libs/gst-plugins-base-libs.types:
14294           first batch of reordering things, add index & hierarchy
14295
14296 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14297
14298         * configure.ac:
14299           use GST_PKG_CHECK_MODULES, cleans up output
14300
14301 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14302
14303         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14304           Add support for burn:// URIs (#343385); const-ify things a bit,
14305           use G_N_ELEMENTS instead of hard-coded array size.
14306
14307 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14308
14309         Patch by: Young-Ho Cha  <ganadist at chollian net>
14310
14311         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14312           Fix up broken entities before passing them to libxml *sigh*.
14313           (#343303).
14314           
14315 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14316
14317         * configure.ac:
14318           back to TRUNK
14319
14320 === release 0.10.8 ===
14321
14322 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14323
14324         * configure.ac:
14325           releasing 0.10.8, "Moar gij ziet mij nie"
14326
14327 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14328
14329         * configure.ac:
14330         * po/af.po:
14331         * po/az.po:
14332         * po/cs.po:
14333         * po/en_GB.po:
14334         * po/hu.po:
14335         * po/it.po:
14336         * po/nb.po:
14337         * po/nl.po:
14338         * po/or.po:
14339         * po/sq.po:
14340         * po/sr.po:
14341         * po/sv.po:
14342         * po/uk.po:
14343         * po/vi.po:
14344         * win32/common/config.h:
14345           0.10.7.2 prerelease
14346
14347 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14348
14349         * docs/libs/tmpl/gstaudio.sgml:
14350         * docs/libs/tmpl/gstcolorbalance.sgml:
14351         * docs/libs/tmpl/gstmixer.sgml:
14352         * docs/libs/tmpl/gstringbuffer.sgml:
14353         * docs/libs/tmpl/gsttuner.sgml:
14354         * docs/libs/tmpl/gstxoverlay.sgml:
14355         * gst-libs/gst/audio/audio.c:
14356         * gst-libs/gst/audio/gstringbuffer.c:
14357         * gst-libs/gst/interfaces/colorbalance.c:
14358         * gst-libs/gst/interfaces/mixer.c:
14359         * gst-libs/gst/interfaces/tuner.c:
14360         * gst-libs/gst/interfaces/xoverlay.c:
14361           move last template doc snippets to source code and delete them
14362
14363 2006-06-06  Michael Smith  <msmith@fluendo.com>
14364
14365         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14366         (theora_parse_drain_queue):
14367           Mark DELTA_UNIT on non-keyframes.
14368
14369 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14370
14371         * gst-libs/gst/audio/gstbaseaudiosink.c:
14372         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14373         * gst-libs/gst/audio/gstbaseaudiosink.h:
14374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14375         (gst_ring_buffer_samples_done):
14376         * gst-libs/gst/audio/gstringbuffer.h:
14377         Document better the fact that latency_time and buffer_time are values
14378         stored in microseconds, and not the usual GStreamer nanoseconds.
14379         Change the variables (compatibly) that store them from GstClockTime 
14380         to guint64 to make it more clear that they're not storing clock times.
14381         Also, remove the bogus property description that says the user can
14382         specify -1 to get the default value, since that's never been the case.
14383
14384         When computing the default segment size for the ring buffer, make it
14385         an integer number of samples.
14386
14387         When the sub-class indicates a delay greater than the number of
14388         samples we've written return 0 from the audio sink get_time method.
14389
14390 2006-06-02  Michael Smith  <msmith@fluendo.com>
14391
14392         * tests/check/elements/audioconvert.c: (set_channel_positions),
14393         (get_float_mc_caps), (get_int_mc_caps):
14394         * tests/check/elements/audioresample.c:
14395         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14396         * tests/check/elements/videorate.c:
14397         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14398         * tests/check/elements/volume.c:
14399         * tests/check/elements/vorbisdec.c:
14400         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14401           Don't busy-wait in tests; this was causing test timeouts very
14402           frequently when running under valgrind.
14403
14404 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14405
14406         * gst/tcp/README:
14407         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14408         (gst_multi_fd_sink_remove_client_link),
14409         (gst_multi_fd_sink_client_queue_caps),
14410         (gst_multi_fd_sink_client_queue_buffer),
14411         (gst_multi_fd_sink_handle_client_write),
14412         (gst_multi_fd_sink_render):
14413         * gst/tcp/gstmultifdsink.h:
14414           make multifdsink properly deal with streamheader:
14415           - streamheader is taken from caps
14416           - buffers marked with IN_CAPS are not sent
14417           - streamheaders are sent, on connection, from the caps of the
14418             buffer where the client gets positioned to
14419           - further streamheader changes are done every time the client
14420             will receive a buffer with different caps
14421         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14422         (gst_multifdsink_create_streamheader):
14423           add tests for this
14424
14425 2006-06-02  Michael Smith  <msmith@fluendo.com>
14426
14427         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14428           Reinstate limit on channel count. Vorbis does not define the meaning
14429           of > 6 channels, so they're just independent channels. Gstreamer
14430           currently has no mechanism to represent N independent channels.
14431
14432 2006-06-02  Michael Smith  <msmith@fluendo.com>
14433
14434         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14435           Don't arbitrarily restrict channel counts and rate in vorbis.
14436           In terms of effects likely on real-world files, this fixes 96kHz
14437           playback of vorbis.
14438
14439 2006-06-02  Michael Smith  <msmith@fluendo.com>
14440
14441         * gst/audioconvert/audioconvert.c: (float):
14442           More correct float->int conversion.
14443
14444 2006-06-02  Michael Smith  <msmith@fluendo.com>
14445
14446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14447           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14448           value. Fixes g-critical on trying to play back ogg containing
14449           unknown codec.
14450
14451 2006-06-02  Wim Taymans  <wim@fluendo.com>
14452
14453         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14454         (setup_source):
14455         * gst/playback/gstplaybasebin.h:
14456         Make the subtitle detection work from any thread so we don't
14457         deadlock. Fixes #343397.
14458
14459 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14460
14461         * gst/volume/Makefile.am:
14462           Seriously, it's not *that* hard to get compilation right.  Even
14463           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14464
14465 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14466
14467         * gst/volume/gstvolume.c: (volume_choose_func),
14468         (volume_update_real_volume), (gst_volume_class_init),
14469         (gst_volume_init), (volume_process_float), (volume_process_int16),
14470         (volume_process_int16_clamp), (volume_set_caps),
14471         (volume_transform_ip), (plugin_init):
14472         * gst/volume/gstvolume.h:
14473         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14474         another property desc., remove unused param from process function
14475         
14476         * tests/check/elements/volume.c: (volume_suite):
14477         reactivate the passthrough test
14478
14479 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14480
14481         * ext/alsa/gstalsamixerelement.h:
14482         * ext/alsa/gstalsamixeroptions.h:
14483         * ext/alsa/gstalsamixertrack.h:
14484         * ext/gnomevfs/gstgnomevfssink.h:
14485         * ext/gnomevfs/gstgnomevfssrc.h:
14486         * ext/theora/gsttheoradec.h:
14487         * ext/theora/gsttheoraenc.h:
14488         * ext/theora/gsttheoraparse.h:
14489         * ext/vorbis/vorbisparse.h:
14490         * gst-libs/gst/audio/gstaudioclock.h:
14491         * gst-libs/gst/audio/gstaudiofilter.h:
14492         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14493         * gst/audioconvert/gstaudioconvert.h:
14494         * gst/audioresample/gstaudioresample.h:
14495         * gst/audiotestsrc/gstaudiotestsrc.h:
14496         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14497         * gst/playback/gststreamselector.h:
14498         * gst/tcp/gstmultifdsink.h:
14499         * gst/tcp/gsttcpclientsink.h:
14500         * gst/tcp/gsttcpclientsrc.h:
14501         * gst/tcp/gsttcpserversink.h:
14502         * gst/tcp/gsttcpserversrc.h:
14503         * gst/videorate/gstvideorate.h:
14504         * gst/videoscale/gstvideoscale.h:
14505         * gst/videotestsrc/gstvideotestsrc.h:
14506         * gst/volume/gstvolume.h:
14507         * sys/v4l/gstv4ljpegsrc.h:
14508         * sys/v4l/gstv4lmjpegsink.h:
14509         * sys/v4l/gstv4lmjpegsrc.h:
14510         * sys/v4l/gstv4lsrc.h:
14511         * sys/ximage/ximagesink.h:
14512         * sys/xvimage/xvimagesink.h:
14513         * tests/old/testsuite/alsa/sinesrc.h:
14514         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14515
14516 2006-05-31  Wim Taymans  <wim@fluendo.com>
14517
14518         * ext/libvisual/visual.c: (gst_visual_reset),
14519         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14520         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14521         Handle DISCONT.
14522         Use running time before doing QoS.
14523         Handle mono too.
14524
14525 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14526
14527         * docs/libs/Makefile.am:
14528           set a magic variable to indicate we know the docs are incomplete
14529
14530 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14531
14532         * win32/common/libgstvideo.def:
14533           export gst_video_calculate_display_ratio
14534         * win32/vs6/libgstvideoscale.dsp:
14535           add link to libgstvideo-0.10.lib
14536
14537 2006-05-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14538
14539         * gst/playback/gstplaybasebin.c: (gen_source_element):
14540           Throw a more comprehensible error for rtsp:// URIs (rather
14541           than erroring out with a negotiation error later on) until
14542           we fix playbin to handle rtspsrc etc.
14543
14544 2006-05-30  Wim Taymans  <wim@fluendo.com>
14545
14546         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14547         (gst_text_overlay_text_event):
14548         Added some FIXMEs.
14549
14550 2006-05-30  Wim Taymans  <wim@fluendo.com>
14551
14552         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14553         (gst_adder_request_new_pad), (gst_adder_release_pad):
14554         * gst/adder/gstadder.h:
14555         Implement release_request_pad.
14556         Make padcounter atomic.
14557
14558         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14559         Added check for release_pad in adder.
14560
14561 2006-05-30  Wim Taymans  <wim@fluendo.com>
14562
14563         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14564         Fix build again.
14565
14566 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14567
14568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14569         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14570         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14571         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14572         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14573         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14574         (gst_ogg_demux_bisect_forward_serialno),
14575         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14576         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14577           add more debugging
14578           clean up printf formats for granulepos and serialno
14579
14580 2006-05-30  Michael Smith  <msmith@fluendo.com>
14581
14582         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14583         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14584         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14585         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14586         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14587         * ext/vorbis/vorbisenc.h:
14588           Multi-channel caps negotiation, so we can do proper multichannel
14589           vorbis encoding, negotiated through audioconvert.
14590
14591 2006-05-30  Wim Taymans  <wim@fluendo.com>
14592
14593         * tests/check/elements/adder.c: (test_event_message_received),
14594         (test_play_twice_message_received), (GST_START_TEST),
14595         (adder_suite):
14596         Added check to show that #339935 is fixed with ongoing
14597         adder and collectpads fixes.
14598
14599 2006-05-29  Wim Taymans  <wim@fluendo.com>
14600
14601         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14602         Don't leak pad name.
14603
14604 2006-05-29  Wim Taymans  <wim@fluendo.com>
14605
14606         * gst/adder/gstadder.c: (gst_adder_query_duration),
14607         (forward_event_func), (forward_event), (gst_adder_src_event):
14608         Fix adder seeking.
14609         Make query/seeking code threadsafe.
14610
14611         * tests/check/Makefile.am:
14612         * tests/check/elements/adder.c: (test_event_message_received),
14613         (GST_START_TEST), (test_play_twice_message_received):
14614         Fix adder test case.
14615
14616 2006-05-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14617
14618         Patch by: Young-Ho Cha  <ganadist at chollian net>
14619
14620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14621         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14622         (set_encoding_element), (decodebin_element_added_cb),
14623         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14624         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14625         * gst/playback/gstplaybasebin.h:
14626           Add 'subtitle-encoding' property to playbin, so applications can
14627           force a subtitle encoding for non-UTF8 subtitles (#342268).
14628
14629         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14630         (gst_sub_parse_set_property):
14631           Rename recently-added 'encoding' property to 'subtitle-encoding'
14632           (so it can be proxied by playbin/decodebin in a generic way
14633           with less danger of false positives).
14634
14635 2006-05-29  Michael Smith  <msmith@fluendo.com>
14636
14637         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14638         (append_with_other_format), (set_structure_widths),
14639         (gst_audio_convert_transform_caps):
14640           Patch from #341562: give more specific audio caps in get_caps, so
14641           that basetransform  can make better decisions on what caps to
14642           negotiate.
14643
14644 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14645
14646         * tests/check/elements/volume.c:
14647         make it compile again
14648
14649 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14650
14651         * tests/check/elements/volume.c: (volume_suite):
14652         disable test until #343196 gets resolved
14653
14654 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14655
14656         * gst/adder/gstadder.c: (gst_adder_get_type):
14657         Make it easier to copy&paste
14658         
14659         * gst/volume/Makefile.am:
14660         * gst/volume/gstvolume.c: (volume_update_real_volume),
14661         (gst_volume_set_volume), (gst_volume_set_mute),
14662         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14663         (volume_transform_ip), (volume_update_mute),
14664         (volume_update_volume):
14665         * gst/volume/gstvolume.h:
14666         Add own debug category, move duplicate code to helper function, fix
14667         property texts, add more comments and prepare ffor liboil-goodness
14668         
14669         * tests/check/Makefile.am:
14670         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14671         add test for mute and passtrough case, be a bit more verbose to track
14672         failure
14673         
14674         * tests/check/generic/states.c: (GST_START_TEST):
14675         catch elements that fail to instantiate
14676
14677 2006-05-28  Edward Hervey  <edward@fluendo.com>
14678
14679         * tests/check/pipelines/simple-launch-lines.c:
14680         * tests/check/pipelines/theoraenc.c:
14681         * tests/check/pipelines/vorbisenc.c:
14682         Comment out tests using parse_launch() if core was built without
14683         parsing capabilities.
14684
14685 2006-05-27  Edward Hervey  <edward@fluendo.com>
14686
14687         * tests/check/Makefile.am:
14688         Extra bonus points for whoever explains to ensonic that you are meant
14689         to test unit tests thoroughly before commiting them, especially if
14690         you know it's going to break.
14691         De-activated element/adder tests.
14692
14693 2006-05-27  Edward Hervey  <edward@fluendo.com>
14694
14695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14696         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14697         Marking caps conversion issues as GST_WARNING is way too verbose,
14698         Moving them to GST_LOG.
14699
14700 2006-05-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14701
14702         * README:
14703           Replace current README (containing the release notes from
14704           some 0.9.x version) with a proper README taken from the core.
14705
14706 2006-05-26  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14709         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14710         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14711         (vorbis_dec_change_state):
14712         Small cleanups.
14713         Add some FIXMEs
14714         Clip output samples to segment boundaries.
14715
14716 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14717
14718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14719         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14720         Improve the errors produced on bad output, including some human
14721         readable description strings.
14722         Handle the (theoretical for ximagesink) case where the XServer 
14723         has a different idea about the size required for a particular 
14724         frame and gives us too small a memory allocation.
14725
14726 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14727
14728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14729         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14730         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14731         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14732         Improve the errors produced on bad output, including some human 
14733         readable description strings.
14734         Handle RGB Xv formats properly by transforming them into our 
14735         big-endian caps description.
14736         Use gst_caps_truncate to ensure that we never try and choose a
14737         non-fixed caps in buffer_alloc.
14738         Handle the case where the XServer has a different idea about the size
14739         required for a particular frame and gives us too small a memory
14740         allocation.
14741         Use -1 to indicate 'no image format', because 0 is a valid XServer
14742         image format number.
14743         Put RGB Xv formats at the end of the caps, so that we always prefer
14744         YUV format frames.
14745         Iterate the available Xv Encodings to determine the maximum width and
14746         height, and then return that in our caps.
14747         (Closes #315312, #337544)
14748
14749 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14750
14751         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14752         When there is only one unfinished pad and it receives an event that
14753         doesn't match our requirements, we need to set alldone=FALSE so that
14754         the fakesink is not removed yet.
14755
14756 2006-05-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14757
14758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14759           Use gst_type_find_helper_for_buffer() to find the type
14760           of stream from the first packet.
14761
14762         * configure.ac:
14763           Bump requirements to core CVS (needed for vorbis
14764           typefinding to work).
14765
14766 2006-05-24  Edward Hervey  <edward@fluendo.com>
14767
14768         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14769         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14770         contain.  Else they play perfectly fine with qtdemux.
14771
14772 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14773
14774         * ext/theora/theoradec.c:
14775         * ext/theora/theoraenc.c:
14776         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14777         * gst/audiorate/gstaudiorate.c:
14778           make more debug catagories static
14779         
14780         * tests/check/Makefile.am:
14781         * tests/check/elements/adder.c: (message_received),
14782         (test_event_message_received), (GST_START_TEST),
14783         (test_play_twice_message_received), (adder_suite):
14784           added test case for using element twice, extra bonus points for anyone
14785           who can make these test run reliably
14786
14787 2006-05-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14788
14789         * ext/theora/theoradec.c: (theora_dec_chain):
14790           Make work with time-stamped input buffers that do not
14791           have a granulepos in BUFFER_OFFSET_END (like theora
14792           buffers coming from matroskademux). Fixes #342448.
14793
14794 2006-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14795
14796         Patch by: Peter Kjellerstedt  <pkj at axis com>
14797
14798         * gst/tcp/Makefile.am:
14799           fdstresstest doesn't need Gtk+, fix compilation if 
14800           gtk is not available (#342566).
14801
14802 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14803          
14804         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14805           80 line columns
14806           Removed redundant floor()
14807
14808 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14809
14810         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14811           On second thought, just skip JUNK chunks automatically, so
14812           the caller doesn't have to handle this. Fixes #342345.
14813           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14814           not GST_FLOW_ERROR.
14815
14816 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14817
14818         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14819           Don't bail out on JUNK chunks with a size of 0 (would try to
14820           pull_range 0 bytes before, which sources don't like too much).
14821           See #342345.
14822
14823 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14824
14825         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14827         Use the gstutil scaling function to preserve 64 bits while calculating
14828         output width and height from the display-aspect-ratio. (A continuation
14829         of #341542)
14830
14831 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14832
14833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14834         (gst_xvimagesink_buffer_alloc):
14835         * sys/xvimage/xvimagesink.h:
14836         When performing buffer allocations, remember the caps and image format
14837         we return so that if the same caps are asked for next time we can
14838         return them immediately without doing any caps intersections.
14839
14840 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14841          
14842         * gst-libs/gst/rtp/README:
14843           Some new documentation
14844         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14845           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14846         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14847         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14848           New RTP audio base payloader class. Supports frame or sample based
14849           codecs.  Not enabled in Makefile.am until approved.
14850
14851 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14852
14853         * tests/check/elements/alsa.c: (test_device_property_probe):
14854           Fix test case: don't try to free NULL GValueArray when there
14855           are no devices.
14856
14857 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14858
14859         * tests/check/Makefile.am:
14860         * tests/check/elements/alsa.c: (test_device_property_probe),
14861         (alsa_suite), (main):
14862           Add simple test that runs a device property probe on alsasrc,
14863           alsasink and alsamixer. Disable valgrind check for now (too
14864           many leaks in libasound, and valgrind ignored my suppressions
14865           additions).
14866
14867 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14868
14869         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14870         (gst_alsa_device_property_probe_probe_property),
14871         (gst_alsa_device_property_probe_needs_probe),
14872         (gst_alsa_device_property_probe_get_values),
14873         (gst_alsa_type_add_device_property_probe_interface):
14874         * ext/alsa/gstalsadeviceprobe.h:
14875         * ext/alsa/gstalsamixerelement.c:
14876         (gst_alsa_mixer_element_init_interfaces):
14877         * ext/alsa/gstalsamixerelement.h:
14878           Clean up and simplify alsa device probing. Make it actually work
14879           for multiple classes. Don't cache results any longer.
14880
14881         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14882         (gst_alsasink_init):
14883         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14884         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14885         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14886           Make alsasink and alsasrc implement the GstPropertyProbe interface
14887           for device probing (#342181).
14888           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14889
14890 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14891
14892         * gst/subparse/samiparse.c: (handle_start_font):
14893           Don't ignore return value of strtol (++compiler_happiness).
14894
14895 2006-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14896
14897         Patch by: Young-Ho Cha  <ganadist chollian net>
14898
14899         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14900         (gst_sub_parse_class_init), (gst_sub_parse_init),
14901         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14902         (convert_encoding):
14903         * gst/subparse/gstsubparse.h:
14904           Add 'encoding' property (#341681).
14905
14906         * gst/subparse/samiparse.c: (characters_sami):
14907           Output is pango markup, so we need to escape text
14908           between tags (#342143).
14909
14910 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14911
14912         * gst-libs/gst/audio/multichannel.c:
14913         (gst_audio_check_channel_positions):
14914           It's okay to have caps with channels=1 and a channel position
14915           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14916           (deinterleavers might want to keep the position in the caps,
14917           so that they can be re-interleaved again properly later).
14918           Leave check for unexpected 2-channel layouts intact for now.
14919
14920 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14921
14922         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14923         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14924         basesrc can do its job correctly.
14925
14926 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14927
14928         * ext/alsa/Makefile.am:
14929         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14930         (gst_alsa_detect_formats), (get_channel_free_structure),
14931         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14932         (gst_alsa_probe_supported_formats):
14933         * ext/alsa/gstalsa.h:
14934         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14935           Refactor and improve caps probing code: probe signedness
14936           when we probe the supported formats/widths; set endianness
14937           to the one we actually probed for (ie. cpu endianness).
14938           
14939         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14940         (gst_alsasrc_close):
14941         * ext/alsa/gstalsasrc.h:
14942           Implement caps probing for alsasrc.
14943
14944 2006-05-15  Wim Taymans  <wim@fluendo.com>
14945
14946         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14947         (theora_dec_src_query), (theora_dec_src_event),
14948         (theora_dec_sink_event), (theora_handle_comment_packet),
14949         (theora_handle_data_packet), (theora_dec_change_state):
14950         Cleanups, add some G_LIKELY.
14951         Use segment helpers instead of our own wrong code.
14952         Clear queued buffers on seek and READY.
14953
14954         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14955         (vorbis_dec_convert), (vorbis_dec_src_query),
14956         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14957         (vorbis_handle_comment_packet), (vorbis_dec_push),
14958         (vorbis_handle_data_packet), (vorbis_dec_chain),
14959         (vorbis_dec_change_state):
14960         * ext/vorbis/vorbisdec.h:
14961         Remove old useless packetno variable.
14962         Do position query properly.
14963         Add some G_LIKELY.
14964         Do cleanup of queued buffers in new helper function
14965         and use it.
14966
14967 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14968
14969         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14970           Query supported sample rates. Fixes #341732.
14971
14972 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14973
14974         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14975         (gst_decode_bin_change_state): Make decodebin reusable
14976         when going from PAUSE_TO_READY and then back to PAUSED.
14977         Fixes #331678.
14978
14979 2006-05-15  Wim Taymans  <wim@fluendo.com>
14980
14981         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14982         (vorbis_dec_convert), (vorbis_dec_src_query),
14983         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14984         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14985         (vorbis_dec_clean_queued), (vorbis_dec_push),
14986         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14987         Cleanups. Use refcounting and DEBUG_OBJECT.
14988         Reset segment on flush, use code methods instead of our
14989         own wrong version.
14990         Fix potential memleak.
14991
14992 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14993
14994         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14995         (gst_alsasink_init):
14996         * ext/alsa/gstalsasink.h:
14997           Don't leak allocated snd_output_t structure if there's
14998           more than one alsasink instance at a time (#341873).
14999           Also fix GObject macros in header file.
15000           
15001 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15002
15003         * gst/subparse/gstsubparse.c:
15004         (gst_sub_parse_data_format_autodetect):
15005           Don't use libxml functions in the typefinding code.
15006
15007 2006-05-15  Wim Taymans  <wim@fluendo.com>
15008
15009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15010         Fix seeking performance in the case where a non-header 
15011         packet has a 0 granulepos (busted theora case). 
15012         Fixes #341719
15013         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15014          the first place, you limelight stealer you)
15015
15016 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15017
15018         * gst/subparse/gstsubparse.c:
15019         (gst_sub_parse_data_format_autodetect):
15020           Improve SAMI typefinding: handle case where there are
15021           whitespaces or newlines in front of the first <SAMI>
15022           tag (#169936).
15023
15024 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15025
15026         * configure.ac:
15027           Build video4linux plugin even if there's no XVIDEO, just
15028           without implementing the GstXOverlay interface (#334002).
15029          
15030 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15031
15032         * configure.ac:
15033         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15034         (plugin_init):
15035           Add tentative support for libvisual-0.4 (#336881).
15036
15037 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15038
15039         Patch by: Young-Ho Cha <ganadist at chollian net>
15040
15041         * gst/subparse/samiparse.c: (handle_start_font):
15042           Need to map "silver" colour explicitly (#169936).
15043
15044 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15045
15046         Patch by: Young-Ho Cha  <ganadist at chollian net>
15047
15048         * gst/subparse/Makefile.am:
15049         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15050         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15051         (gst_sub_parse_format_autodetect), (feed_textbuf),
15052         (gst_subparse_type_find), (plugin_init):
15053         * gst/subparse/gstsubparse.h:
15054         * gst/subparse/samiparse.c:
15055         * gst/subparse/samiparse.h:
15056           Add support for SAMI subtitles (#169936).
15057
15058 2006-05-14  Michael Smith  <msmith@fluendo.com>
15059
15060         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15061           Fix #341696: crash when mixing L+R+C to mono or stereo.
15062         * tests/check/Makefile.am:
15063         * tests/check/elements/audioconvert.c: (set_channel_positions),
15064         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15065         (audioconvert_suite):
15066           Add test for the above, including some generic framework bits for
15067           testing multichannel things.
15068
15069 === release 0.10.7 ===
15070
15071 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15072
15073         * configure.ac:
15074           releasing 0.10.7, "Leave the gun"
15075
15076 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15077
15078         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15080         Fix the build.
15081
15082 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15083
15084         * docs/libs/gst-plugins-base-libs-docs.sgml:
15085         * docs/libs/gst-plugins-base-libs-sections.txt:
15086         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15087         * gst-libs/gst/video/video.h:
15088         * gst/videoscale/Makefile.am:
15089         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15091         * tests/check/Makefile.am:
15092         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15093         (main):
15094           Fix integer overflow problem with pixel-aspect-ratio calculations
15095           in videoscale and xvimagesink (#341542)
15096
15097 2006-05-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15098
15099         * gst-libs/gst/tag/gstid3tag.c:
15100           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15101
15102 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15103
15104         * win32/MANIFEST:
15105           update win32 files listing
15106
15107 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15108
15109         patch by: Sjoerd Simons (sjoerd@luon.net)
15110
15111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15112         (group_create), (group_destroy), (add_stream),
15113         (gst_play_base_bin_get_property),
15114         (gst_play_base_bin_get_streaminfo_value_array):
15115         * gst/playback/gstplaybasebin.h:
15116           API: GstPlayBaseBin::stream-info-value-array property
15117           use a more bindings-friendly way of exposing streaminfo
15118           using a GValueArray.  Tested in ipython.
15119           Closes #341114
15120
15121 2006-05-11  Wim Taymans  <wim@fluendo.com>
15122
15123         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15124         (queue_underrun_cb), (queue_filled_cb):
15125         Also catch queue underruns but don't do anything yet.
15126         Refactor and comment queue enlarging code a bit.
15127
15128         * gst/playback/gstplaybasebin.c: (queue_overrun),
15129         (queue_threshold_reached), (queue_out_of_data),
15130         (gen_preroll_element):
15131         If a queue over/underruns check that we don't create nasty
15132         deadlocks when the min-threshold is not reached but the
15133         max-bytes is. In those cases disable max-bytes when we
15134         know that the queue is fed timed data.
15135         Add more comments.
15136
15137 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15138
15139         * gst/playback/gstplaybin.c: (gen_audio_element):
15140           Make playbin automatically plug an 'audioresample'
15141           element before the audio sink as well. This solves
15142           problems with sinks that only accept a very specific
15143           sample rate, like esdsink (e.g. #340379).
15144
15145 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15146
15147         * gst/playback/gstplaybasebin.c: (gen_source_element):
15148           Make http sources send special headers so that we receive
15149           icecast metadata if the http stream is an icecast stream
15150           (otherwise the server will just ignore them). This also
15151           means that from now on users will need the 'icydemux'
15152           element from gst-plugins-good installed if they want to
15153           listen to icecast radio streams. (#341432, #333657).
15154
15155 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15156
15157         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15158         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15159           remove stupid example from docs - it should come with a simple
15160           C program instead.
15161           Clean up/fix docs
15162         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15163         (fail_if_can_read), (GST_START_TEST),
15164         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15165           add a test for changing streamheader which exposes a bug in
15166           multifdsink
15167
15168 2006-05-11  Michael Smith  <msmith@fluendo.com>
15169
15170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15171         (gst_gnome_vfs_src_received_headers_callback):
15172         * ext/gnomevfs/gstgnomevfssrc.h:
15173           Don't set icy-caps unless we have a sane interval value. Move
15174           interval to a local variable; we never use it outside this function.
15175
15176 2006-05-11  Wim Taymans  <wim@fluendo.com>
15177
15178         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15180         Register special buffer types along with the objects so
15181         that they are not registered at runtime from N different
15182         streaming threads since they are not threadsafe.
15183
15184 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15185
15186         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15187         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15188           add two more tests, one doing streamheader
15189
15190 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15191
15192         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15193           clean up the bufqueue when shutting down
15194         * tests/check/Makefile.am:
15195         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15196         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15197         (main):
15198           add a test for the leak that was just fixed
15199
15200 2006-05-10  Wim Taymans  <wim@fluendo.com>
15201
15202         * gst/adder/gstadder.c: (gst_adder_setcaps),
15203         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15204         (gst_adder_src_event), (gst_adder_sink_event),
15205         (gst_adder_class_init), (gst_adder_finalize),
15206         (gst_adder_request_new_pad), (gst_adder_collected):
15207         * gst/adder/gstadder.h:
15208         Updated some docs. Added comments and FIXMEs all over the place.
15209         Improve debugging info.
15210         Fix leak on finalize by not calling the parent.
15211         Implement duration query.
15212         Make event forwarding threadsafe.
15213         Correctly send NEWSEGMENT at start and after flush.
15214         Handle EOS correctly.
15215         Post error when not negotiated.
15216
15217         * tests/check/elements/adder.c: (GST_START_TEST):
15218         Added FIXME in the test.
15219
15220 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15221
15222         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15223         (gst_text_overlay_halign_get_type),
15224         (gst_text_overlay_wrap_mode_get_type):
15225         * ext/theora/theoradec.c: (theora_handle_type_packet),
15226         (theora_handle_data_packet):
15227         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15228         (theora_enc_sink_setcaps), (theora_enc_chain):
15229         * gst-libs/gst/cdda/gstcddabasesrc.c:
15230         (gst_cdda_base_src_mode_get_type):
15231         * gst/audiotestsrc/gstaudiotestsrc.c:
15232         (gst_audiostestsrc_wave_get_type):
15233         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15234         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15235         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15236         (gst_sync_method_get_type), (gst_unit_type_get_type),
15237         (gst_client_status_get_type):
15238         * gst/videoscale/gstvideoscale.c:
15239         (gst_video_scale_method_get_type):
15240         * gst/videotestsrc/gstvideotestsrc.c:
15241         (gst_video_test_src_pattern_get_type):
15242         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15243         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15244         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15245         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15246         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15247         (paint_setup_RGB565), (paint_setup_xRGB1555):
15248           Const-ify GEnumValue and GFlagsValue arrays. Use
15249           GST_ROUND_UP_* macros instead of home-made ones.
15250
15251 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15252
15253         * configure.ac:
15254           Require core CVS for the new newsegment stuff.
15255
15256 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15257
15258         Patch by: Sjoerd Simons  <sjoerd at luon net>
15259
15260         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15261           Register nick for enum value (#341160).
15262
15263 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15264
15265         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15266         (plugin_init):
15267          backout typefind patch #340375
15268          
15269         * tests/check/elements/adder.c: (message_received),
15270         (GST_START_TEST), (adder_suite):
15271           redo, signal-handling of test
15272
15273 2006-05-09  Wim Taymans  <wim@fluendo.com>
15274
15275         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15276         (gst_adder_collected):
15277         * gst/adder/gstadder.h:
15278         Remove bogus segment merging and forwarding, we don't
15279         care about timestamps anyway and we just produce a
15280         continuous stream. 
15281         Also create a nice NEWSEGMENT event when we start.
15282         Use _scale_int some more.
15283
15284 2006-05-09  Edward Hervey  <edward@fluendo.com>
15285
15286         * tests/icles/stress-xoverlay.c:
15287         Fix if core was built without parsing support.
15288
15289 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15290
15291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15292           Add SEDG (Samsung MPEG-4) fourcc.
15293
15294 2006-05-09  Edward Hervey  <edward@fluendo.com>
15295
15296         * tests/icles/stress-xoverlay.c:
15297         * tests/examples/volume/volume.c:
15298         Fix if core was built without parsing support.
15299
15300         * tests/examples/seek/seek.c:
15301         Disable the parse_launch example if core was built without parsing
15302         support.
15303
15304 2006-05-08  Edward Hervey  <edward@fluendo.com>
15305
15306         * autogen.sh: (CONFIGURE_DEF_OPT): 
15307         libtoolize on Darwin/MacOSX is called glibtoolize
15308
15309 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15310
15311         * tests/check/Makefile.am:
15312         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15313           Disable the adder test, until the build-slaves posses the kindness to 
15314           either like it or to give valid reason for not doing so 
15315
15316 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15317
15318         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15319         (adder_suite):
15320           Shuffle NULL state change around and raise timeout more
15321
15322 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15323
15324         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15325         (mp4_type_find), (plugin_init):
15326           Add typefind to distinguish between "audio/x-m4a" and new type
15327           "video/mp4". Fixes #340375
15328
15329         * tests/check/elements/adder.c: (adder_suite):
15330           Raise timeout to make buildbot happy
15331
15332 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15333
15334         * gst/adder/gstadder.c: (gst_adder_sink_event),
15335         (gst_adder_request_new_pad), (gst_adder_change_state):
15336         * gst/adder/gstadder.h:
15337         * tests/check/Makefile.am:
15338         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15339         (adder_suite), (main):
15340           Add sink-event handling to adder. It tries to merge incomming
15341           newsegment-events. Added test to check if segment_done is comming
15342           through. Fixes #340060
15343
15344 2006-05-05  Andy Wingo  <wingo@pobox.com>
15345
15346         * ext/theora/theoraparse.c (gst_theora_parse_init)
15347         (theora_parse_src_convert, theora_parse_src_query):
15348         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15349         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15350         query functions on the source pads of the theora and vorbis parse
15351         elements. Fixes position querying when doing a remux.
15352
15353 2006-05-05  Michael Smith  <msmith@fluendo.com>
15354
15355         * ext/theora/theoraparse.c: (parse_granulepos),
15356         (theora_parse_drain_queue_prematurely),
15357         (theora_parse_queue_buffer), (theora_parse_sink_event):
15358           Fix flushing.
15359           Fix invalid granulepos outputs when starting with a non-keyframe.
15360
15361 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15362
15363         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15364         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15365         Rearrange MPEG system stream detection, fixing some memleaks in the
15366         process.
15367         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15368         they clean up their data correctly.
15369         Remove unused ogganx caps and move the 'is_annodex' check to inside
15370         the 'is_ogg' if statement.
15371
15372 2006-05-05  Wim Taymans  <wim@fluendo.com>
15373
15374         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15375         Properly remove ghostpads. Fixes #340392
15376
15377 2006-05-04  David Schleef  <ds@schleef.org>
15378
15379         * gst/typefind/gsttypefindfunctions.c:
15380
15381 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15382
15383         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15384         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15385
15386         When typefinding an MP3 in push-based mode, don't penalise the
15387         probability down to 74% when we found 5 valid frames just because we
15388         can't peek the end of the file.
15389
15390         Make the probability for detecting MPEG Transport Streams based on the
15391         number of sequential headers we successfully detected.
15392
15393 2006-05-03  Wim Taymans  <wim@fluendo.com>
15394
15395         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15396         (vorbis_dec_push), (vorbis_dec_chain):
15397         Still produce an error when we receive an empty packet.
15398
15399 2006-05-03  Wim Taymans  <wim@fluendo.com>
15400
15401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15402         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15403         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15404         Mark buffers with DISCONT after seek and after activating new
15405         chains.
15406
15407         * ext/theora/gsttheoradec.h:
15408         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15409         (theora_get_query_types), (theora_dec_sink_event),
15410         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15411         (theora_dec_change_state):
15412         Fix frame counter.
15413         Detect and mark DISCONT buffers.
15414
15415         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15416         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15417         (vorbis_dec_change_state):
15418         * ext/vorbis/vorbisdec.h:
15419         Use GstSegment.
15420         Detect and mark DISCONT buffers.
15421         Don't crash on 0 sized buffers.
15422
15423 2006-05-03  Wim Taymans  <wim@fluendo.com>
15424
15425         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15426         (volume_transform_ip):
15427         Increase "volume" property to 10.0. Fixes #340369.
15428         Set the process function to NULL when capsnego fails so that
15429         we properly error out.
15430
15431 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15432
15433         * gst/playback/gstplaybin.c: (add_sink):
15434         * gst/playback/test.c: (main):
15435         * gst/playback/test5.c: (dump_element_stats):
15436         * gst/playback/test6.c: (main):
15437           free caps using gst_caps_unref, don't leak caps-strings
15438
15439 2006-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15440
15441         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15442         (plugin_init):
15443           Refine musepack typefinding a bit. Return MAXIMUM
15444           probability when we detect stream version 7 to make
15445           sure the mpeg audio typefinder doesn't trump us.
15446
15447 2006-04-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15448
15449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15450           Protect against unexpected NULL strf_data buffer.
15451
15452 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15453
15454         * tests/check/elements/audioconvert.c: (verify_convert),
15455         (GST_START_TEST):
15456           interpret the out[] buffer in the order the bytes are actually
15457           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15458           Other tests should use BYTE_ORDER since the array is filled in
15459           with actual values
15460
15461 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * tests/check/elements/audioconvert.c: (verify_convert),
15464         (GST_START_TEST):
15465           when a test fails, give an indication of which it is
15466
15467 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15468
15469         * gst-libs/gst/cdda/gstcddabasesrc.c:
15470           compile fix; strtol() needs <stdlib.h>
15471
15472 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15473
15474         * ext/alsa/gstalsamixerelement.c:
15475         * ext/alsa/gstalsasrc.c:
15476         * ext/cdparanoia/gstcdparanoiasrc.c:
15477         * ext/gnomevfs/gstgnomevfssink.c:
15478         * ext/gnomevfs/gstgnomevfssrc.c:
15479         * ext/ogg/gstoggdemux.c:
15480         * ext/ogg/gstoggmux.c:
15481         * ext/ogg/gstoggparse.c:
15482         * ext/ogg/gstogmparse.c:
15483         * ext/pango/gstclockoverlay.c:
15484         * ext/pango/gsttextoverlay.c:
15485         * ext/pango/gsttextrender.c:
15486         * ext/pango/gsttimeoverlay.c:
15487         * ext/theora/theoradec.c:
15488         * ext/theora/theoraenc.c:
15489         * ext/vorbis/vorbisdec.c:
15490         * ext/vorbis/vorbisenc.c:
15491         * gst-libs/gst/audio/gstaudiofilter.c:
15492         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15493         * gst/audioconvert/gstaudioconvert.c:
15494         * gst/audiorate/gstaudiorate.c:
15495         * gst/audioresample/gstaudioresample.c:
15496         * gst/audiotestsrc/gstaudiotestsrc.c:
15497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15498         * gst/playback/gstdecodebin.c:
15499         * gst/playback/gstplaybin.c:
15500         * gst/playback/gststreamselector.c:
15501         * gst/subparse/gstsubparse.c:
15502         * gst/tcp/gstmultifdsink.c:
15503         * gst/tcp/gsttcpclientsink.c:
15504         * gst/tcp/gsttcpclientsrc.c:
15505         * gst/tcp/gsttcpserversink.c:
15506         * gst/tcp/gsttcpserversrc.c:
15507         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15508         * gst/videorate/gstvideorate.c:
15509         * gst/videoscale/gstvideoscale.c:
15510         * gst/videotestsrc/gstvideotestsrc.c:
15511         * gst/volume/gstvolume.c:
15512         * sys/v4l/gstv4ljpegsrc.c:
15513         * sys/v4l/gstv4lmjpegsink.c:
15514         * sys/v4l/gstv4lmjpegsrc.c:
15515         * sys/v4l/gstv4lsrc.c:
15516         * sys/ximage/ximagesink.c:
15517         * sys/xvimage/xvimagesink.c:
15518         * tests/check/libs/cddabasesrc.c:
15519           make GstElementDetails const
15520
15521 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15522
15523         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15524         (gst_adder_init):
15525           send events from src-pad to all sink-pads fixes #338657
15526
15527 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15528
15529         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15530         (alsasink_parse_spec):
15531           query width capabilities from alsa, fixes #338919
15532
15533 2006-04-28  Wim Taymans  <wim@fluendo.com>
15534
15535         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15536         (gst_multi_fd_sink_remove_client_link):
15537         * gst/tcp/gstmultifdsink.h:
15538         Fix race condition in multifdsink that can lead to spurious 
15539         duplicate clients. this patch adds a new signal that is fired when
15540         multifdsink has removed all references to the fd.
15541         Fixes #339574.
15542         Updated documentation.
15543         API: client-fd-removed signal added
15544
15545 2006-04-28  Michael Smith  <msmith@fluendo.com>
15546
15547         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15548           When asking g_value_array_new to prealloc elements, we may as well
15549           ask for the right number of elements.
15550
15551 2006-04-28  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst-libs/gst/audio/gstbaseaudiosink.c:
15554         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15555         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15556         patch to make timestamp checking more tollerant to rounding 
15557         errors given that real discontinuities are to be marked on
15558         buffers. Fixes some asf files and #338778.
15559         Also avoid some crashers when we receive an event in the 
15560         NULL state.
15561
15562 2006-04-28  Michael Smith  <msmith@fluendo.com>
15563
15564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15565         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15566         (gst_gnome_vfs_src_get_property),
15567         (gst_gnome_vfs_src_send_additional_headers_callback),
15568         (gst_gnome_vfs_src_received_headers_callback),
15569         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15570         (gst_gnome_vfs_src_stop):
15571         * ext/gnomevfs/gstgnomevfssrc.h:
15572           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15573           proper shared support within icydemux.
15574
15575 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15576
15577         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15578         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15579           fix up docs
15580           fix a leak when no caps negotiated
15581           fix counting of input frames
15582         * tests/check/elements/.cvsignore:
15583         * tests/check/elements/videorate.c: (assert_videorate_stats),
15584         (GST_START_TEST), (videorate_suite):
15585           add tests for these
15586
15587 2006-04-28  Wim Taymans  <wim@fluendo.com>
15588
15589         * gst-libs/gst/audio/gstringbuffer.c:
15590         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15591         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15592         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15593         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15594         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15595         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15596         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15597         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15598         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15599         Check arguments passed to public functions instead of
15600         crashing.
15601
15602 2006-04-28  Wim Taymans  <wim@fluendo.com>
15603
15604         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15605         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15606         GstBaseAudioSrc must be live or it does not work.
15607
15608         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15609         Don't set live to TRUE as this is the default in the parentclass.
15610
15611 2006-04-28  Wim Taymans  <wim@fluendo.com>
15612
15613         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15614         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15615         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15616         fixation cases better. Fixes #338991
15617
15618 2006-04-28  Wim Taymans  <wim@fluendo.com>
15619
15620         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15621         Handle 0/1 framerate correctly Fixes #331901.
15622
15623 2006-04-28  Wim Taymans  <wim@fluendo.com>
15624
15625         * tests/check/elements/audioconvert.c: (get_float_caps),
15626         (GST_START_TEST), (audioconvert_suite):
15627         Added check for correct clipping when doing float samples
15628         in audioconvert.
15629
15630 2006-04-28  Wim Taymans  <wim@fluendo.com>
15631
15632         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15633         (gst_video_rate_chain):
15634         Print more debugging info.
15635
15636 2006-04-28  Wim Taymans  <wim@fluendo.com>
15637
15638         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15639         (resample_set_state_from_caps):
15640         Add support for other formats audioresample can handle such as
15641         32 bits in and float and 64 bits float. Fixes #301759
15642
15643 2006-04-28  Wim Taymans  <wim@fluendo.com>
15644
15645         * gst/audioconvert/audioconvert.c: (float):
15646         correctly clip float samples > 1.0. Fixes #338718
15647
15648 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15649
15650         Patch by: Young-Ho Cha  <ganadist at chollian net>
15651
15652         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15653         (gst_text_overlay_render_text):
15654           Don't strip newlines from the text. Also, center lines
15655           within multi-line paragraphs (#339405).
15656
15657 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15658
15659         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15660           Fix wavpack typefinding to work in more cases (don't peek
15661           for chunks of multiple hundred kBs at once, but process
15662           things step-by-step in smaller units). Fixes #339786.
15663
15664 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15665
15666         * configure.ac:
15667           back to HEAD
15668
15669 === release 0.10.6 ===
15670
15671 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15672
15673         * configure.ac:
15674           releasing 0.10.6, "Chao"
15675
15676 2006-04-26  David Schleef  <ds@schleef.org>
15677
15678         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15679           Fixes #338897.
15680
15681 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15682
15683         * configure.ac:
15684         * win32/common/config.h:
15685           new prerelease
15686
15687 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15688
15689         patch by: Wim Taymans
15690
15691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15692         (gst_ogg_demux_perform_seek):
15693           make sure correct newsegments are sent, so that the decoder
15694           and the demuxer agree on timestamps.  Fixes playback of a lot
15695           of Ogg files that do not start from 0.  Fixes #339833.
15696
15697 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15698
15699         Patch by: Edward Hervey  <edward@fluendo.com>
15700
15701         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15702         * tests/check/Makefile.am:
15703         * tests/check/elements/videorate.c: (assert_videorate_stats),
15704         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15705         (videorate_suite), (main):
15706           Fix an infinite loop if frames are passed in with wrongly ordered
15707           timestamps.  Fixes #339013.
15708
15709 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15710
15711         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15712
15713         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15714           fix typefinding on some ISO files.  Fixes #339212.
15715
15716 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15719
15720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15721           add another H264 fourcc.  Fixes #339047.
15722
15723 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15724
15725         Patch by: Jan Schmidt
15726
15727         * gst/playback/gststreamselector.c:
15728         (gst_stream_selector_bufferalloc):
15729           Restore old StreamSelector behaviour.
15730           Fixes #338419.
15731
15732 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15733
15734         * configure.ac:
15735         * win32/common/config.h:
15736           prerelease
15737
15738 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15739
15740         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15741
15742         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15743         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15744           Fix some memory leaks: on finalize, free buffers left in the queue
15745           before destroying the queue; in _push(), unref rtp_buf even if
15746           the process vfunc returned a NULL buffer as output buffer (#337548);
15747           demote some recuring debug messages to LOG level.
15748
15749 2006-04-11  Wim Taymans  <wim@fluendo.com>
15750
15751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15752         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15753         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15754         (gst_ogg_demux_loop):
15755         More cleanups.
15756         Respect segment stop when emiting EOS or SEGMENT_DONE.
15757         Fixes (#337945).
15758
15759 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15760
15761         * gst/playback/gststreamselector.c:
15762         (gst_stream_selector_get_property):
15763           Don't leak pad name.
15764
15765 2006-04-10  Michael Smith  <msmith@fluendo.com>
15766
15767         * tests/check/Makefile.am:
15768         * tests/check/gst-plugins-base.supp:
15769           Suppress an old libtheora bug (fixed in more recent versions), so 
15770           that FC4 buildslaves can pass.
15771
15772 2006-04-10  Wim Taymans  <wim@fluendo.com>
15773
15774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15775         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15776         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15777         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15778         (gst_ogg_demux_loop):
15779         Don't leak events.
15780         Remember what error we got when finding chains, if we
15781         were shutdown, that would not be an error.
15782
15783 2006-04-10  Wim Taymans  <wim@fluendo.com>
15784
15785         * gst-libs/gst/audio/gstbaseaudiosink.c:
15786         (gst_base_audio_sink_event):
15787         Starting the ringbuffer when we did not acquire it can cause
15788         a deadlock, is pointless and causes nasty things for
15789         subclasses. 
15790         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15791
15792 2006-04-10  Wim Taymans  <wim@fluendo.com>
15793
15794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15795         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15796         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15797         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15798         (gst_ogg_demux_deactivate_current_chain),
15799         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15800         (gst_ogg_demux_bisect_forward_serialno),
15801         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15802         Add some more debugging.
15803
15804 2006-04-10  Wim Taymans  <wim@fluendo.com>
15805
15806         * ext/theora/theoradec.c: (theora_dec_src_event),
15807         (theora_handle_data_packet):
15808         Some more debug info.
15809
15810         * tests/examples/seek/seek.c: (start_seek), (main):
15811         Print element messages too.
15812
15813 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15814
15815         * gst/audioresample/debug.h:
15816           replace debug macros with variable number of parameters
15817           by a simple alias to gstreamer standard debug macros 
15818          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15819           supported by MSVC 6.0 and 7.1)
15820         * gst/audioresample/resample.h:
15821           define M_PI and rint for WIN32
15822         * win32/common/libgstaudio.def:
15823         * win32/common/libgstriff.def:
15824         * win32/common/libgsttag.def:
15825         * win32/common/libgstvideo.def:
15826           add new exported functions
15827         * win32/vs6:
15828           update project files
15829
15830 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15831
15832         * ext/alsa/gstalsamixeroptions.c:
15833         (gst_alsa_mixer_options_class_init):
15834         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15837         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15838         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15839         * gst-libs/gst/audio/gstaudiofilter.c:
15840         (gst_audio_filter_class_init):
15841         * gst-libs/gst/audio/gstaudiosink.c:
15842         (gst_audioringbuffer_class_init):
15843         * gst-libs/gst/audio/gstaudiosrc.c:
15844         (gst_audioringbuffer_class_init):
15845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15846         * gst-libs/gst/interfaces/colorbalancechannel.c:
15847         (gst_color_balance_channel_class_init):
15848         * gst-libs/gst/interfaces/mixeroptions.c:
15849         (gst_mixer_options_class_init):
15850         * gst-libs/gst/interfaces/mixertrack.c:
15851         (gst_mixer_track_class_init):
15852         * gst-libs/gst/interfaces/tunerchannel.c:
15853         (gst_tuner_channel_class_init):
15854         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15855         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15856         (gst_netbuffer_class_init):
15857         * gst-libs/gst/rtp/gstbasertppayload.c:
15858         (gst_basertppayload_class_init):
15859         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15860         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15861         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15862         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15863         * gst/playback/gststreamselector.c:
15864         (gst_stream_selector_class_init):
15865         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15866         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15867         * sys/v4l/gstv4lcolorbalance.c:
15868         (gst_v4l_color_balance_channel_class_init):
15869         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15870         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15871         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15872         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15873         (gst_v4l_tuner_norm_class_init):
15874         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15876         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15877         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15878
15879 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15880
15881         * ext/pango/gsttextrender.h:
15882         * gst-libs/gst/audio/gstaudiosink.h:
15883         * gst-libs/gst/audio/gstaudiosrc.h:
15884         * gst-libs/gst/audio/gstbaseaudiosink.h:
15885         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15886         * gst-libs/gst/audio/gstringbuffer.h:
15887         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15888         * gst-libs/gst/rtp/gstbasertppayload.h:
15889         * gst-libs/gst/video/gstvideofilter.h:
15890         * gst-libs/gst/video/gstvideosink.h:
15891         * gst/playback/gstplaybasebin.h:
15892         * gst/tcp/gstmultifdsink.h:
15893         * sys/v4l/gstv4lelement.h:
15894         Fix broken GObject macros
15895
15896 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15897
15898         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15899         More debug to trace why my USB headset is not working with gst
15900
15901 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15902
15903         * gst/playback/gstplaybasebin.c: (group_destroy):
15904         Clean up our group elements properly in the case where it never 
15905         got committed - it still got added unconditionally to the bin.
15906
15907 2006-04-07  Wim Taymans  <wim@fluendo.com>
15908
15909         * ext/theora/theoradec.c: (theora_dec_sink_event),
15910         (theora_handle_data_packet), (theora_dec_chain):
15911         Unref unhandled events.
15912         Protect against empty buffers.
15913         Perform QoS on running time.
15914
15915 2006-04-07  Michael Smith  <msmith@fluendo.com>
15916
15917         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15918         (gst_vorbis_enc_chain):
15919           Remove leaks from vorbisenc.
15920           Mostly minor changes, the only significant one is that now the
15921           buffers we set as 'streamheader' on the caps are copies of the
15922           original buffers, to avoid circular refcounting problems.
15923
15924 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15925
15926         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15927           Don't remove our mute-probe if someone else already did so.
15928           Don't set a 2nd one if there is already one pending on the pad.
15929
15930         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15931         (do_playbin_seek):
15932           When a seek fails, ensure that playbin is still set back to playing.
15933           
15934         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15935         (mpeg_ts_type_find), (plugin_init):
15936           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15937
15938 2006-04-06  Andy Wingo  <wingo@pobox.com>
15939
15940         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15941         (gst_video_rate_init): Caps-related parameters should not be reset
15942         by a flush -- move their inits to the instance init function.
15943         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15944         is not OK, just return the result.
15945
15946         * gst/audiotestsrc/gstaudiotestsrc.c
15947         (gst_audio_test_src_class_init)
15948         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15949         broken by Stefan's commit on 24 March.
15950
15951         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15952         buffers being pushed out. Fixes oggmux ! multifdsink.
15953
15954 2006-04-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15955
15956         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15957         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15958         * ext/vorbis/vorbisdec.h:
15959         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15960         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15961         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15962         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15963         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15964         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15965         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15966         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15967         (gst_vorbis_enc_buffer_from_packet),
15968         (gst_vorbis_enc_buffer_from_header_packet),
15969         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15970         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15971         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15972         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15973         (gst_vorbis_enc_change_state):
15974         * ext/vorbis/vorbisenc.h:
15975           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15976           vorbisenc adhere to the official nomenclature; use boilerplate
15977           macro.
15978
15979 2006-04-04  Andy Wingo  <wingo@pobox.com>
15980
15981         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15982         Whoops, fix bug introduced. Bad hacker!
15983         
15984         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15985         Properly handle the case where you get EOS before any buffers are
15986         received. Use gst_buffer_make_metadata_writable where appropriate.
15987
15988         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15989         is often negative -- make it signed so as not to wrap around.
15990         Fixes segfaults introduced on 9 March.
15991
15992 2006-04-03  Wim Taymans  <wim@fluendo.com>
15993
15994         * ext/theora/gsttheoradec.h:
15995         * ext/theora/theoradec.c: (theora_dec_src_event):
15996         Don't try to store a gdouble in a gboolean.
15997         Small cleanups.
15998
15999 2006-04-03  Michael Smith  <msmith@fluendo.com>
16000
16001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16002           Oggmux sucks.
16003           Make it suck slightly less by writing out the final page.
16004           Still can't encode a vorbis-in-ogg file correctly, though.
16005
16006 2006-04-03  Andy Wingo  <wingo@pobox.com>
16007
16008         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16009         a g_print.
16010
16011         * ext/theora/theora.c (plugin_init): Register theoraparse.
16012
16013         * ext/theora/gsttheoraparse.h: 
16014         * ext/theora/theoraparse.c: New files implementing a theora
16015         parser. Now we can properly remux ogg/theora+vorbis, yay.
16016
16017         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16018
16019 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16020
16021         * gst/audiotestsrc/gstaudiotestsrc.c:
16022           Fixed the sample pipeline (see #323798)
16023
16024 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * configure.ac:
16027         * win32/common/config.h:
16028         * win32/common/config.h.in:
16029           use AS_VERSION and AS_NANO
16030           more cleanups
16031
16032 2006-03-31  Andy Wingo  <wingo@pobox.com>
16033
16034         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16035         uninitialized variable return that would happen.
16036         
16037         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16038         uninitialized variable return that would never happen.
16039
16040         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16041         (vorbis_parse_sink_event): Add an event function to flush our
16042         state on a seek, and to drain buffers on a premature EOS.
16043         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16044         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16045         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16046         (vorbis_parse_drain_queue): Queue up buffers until we can set
16047         their timestamps and granulepos values.
16048
16049         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16050         and keep track of data needed for deriving granulepos and
16051         timestamps for buffers.
16052
16053 2006-03-29  Wim Taymans  <wim@fluendo.com>
16054
16055         Patch by: j^ <j at bootlab dot org>
16056
16057         * ext/alsa/gstalsamixerelement.c:
16058         (gst_alsa_mixer_element_class_init):
16059         * ext/alsa/gstalsasink.c:
16060         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16061         * ext/ogg/gstoggdemux.c:
16062         * ext/ogg/gstoggmux.c:
16063         * ext/ogg/gstoggparse.c:
16064         * ext/pango/gstclockoverlay.c:
16065         * ext/pango/gsttextoverlay.c:
16066         * ext/pango/gsttextrender.c:
16067         * ext/pango/gsttimeoverlay.c:
16068         * ext/theora/theoradec.c:
16069         * ext/theora/theoraenc.c:
16070         * ext/vorbis/vorbisdec.c:
16071         * ext/vorbis/vorbisenc.c:
16072         * gst/audioconvert/gstaudioconvert.c:
16073         * gst/subparse/gstsubparse.c:
16074         * gst/tcp/gstmultifdsink.c:
16075         * gst/tcp/gsttcpclientsink.c:
16076         * gst/tcp/gsttcpclientsrc.c:
16077         * gst/tcp/gsttcpserversink.c:
16078         * gst/tcp/gsttcpserversrc.c:
16079           better/unified long descriptions
16080           Fixes #336477
16081
16082 2006-03-29  Wim Taymans  <wim@fluendo.com>
16083
16084         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16085         (stop_seek):
16086         Don't let double and triple clicks mess up our state.
16087
16088 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16089
16090         * gst/playback/gstplaybin.c: (gen_video_element),
16091         (gen_text_element), (gen_audio_element), (gen_vis_element):
16092           Error out gracefully when we can't create any of the usual
16093           conversion elements for some reason. Also, don't try to
16094           create an audioscale (sic) element that's not used anyway.
16095
16096 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16097
16098         * gst/playback/gstplaybasebin.c: (setup_source):
16099           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16100           element for a particular protocol, that's confusing for users.
16101           Instead, post a RESOURCE_FAILED error, so that our own error
16102           message is actually shown in totem etc. (#336303).
16103
16104 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16105
16106         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16107
16108         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16109         (gst_gnome_vfs_src_get_icy_metadata):
16110           Fix some minor memory leaks (#336194).
16111
16112 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16113
16114         * ext/gnomevfs/gstgnomevfs.c:
16115         (gst_gnome_vfs_location_to_uri_string):
16116         * ext/gnomevfs/gstgnomevfs.h:
16117         * ext/gnomevfs/gstgnomevfssink.c:
16118         (gst_gnome_vfs_sink_set_property):
16119         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16120           Make gnomevfssink accept filenames as well as URIs for the
16121           "location" property, just like gnomevfssrc does (and
16122           filesrc/filesink do) (#336190).
16123
16124 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16125
16126         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16127           set to NULL before unreffing, fixes a valgrind leak.
16128           Why was this not triggering the error that an object needs to
16129           be NULL before unreffing ?
16130         * win32/common/config.h:
16131           update
16132
16133 2006-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16134
16135         * gst/subparse/gstsubparse.c: (convert_encoding),
16136         (gst_sub_parse_change_state):
16137         * gst/subparse/gstsubparse.h:
16138           Text subtitle files may or may not be UTF-8. If it's not, we
16139           don't really want to see '?' characters in place of non-ASCII
16140           characters like accented characters. So let's assume the input
16141           is UTF-8 until we come across text that is clearly not. If it's
16142           not UTF-8, we don't really know what it is, so try the following:
16143           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16144           is set; if not, check (b) if the current locale encoding is
16145           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16146           the current locale encoding is UTF-8 and the environment variable
16147           was not set to any particular encoding. Not perfect, but better
16148           than nothing (and better than before, I think) (fixes #172848).
16149
16150 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16151
16152         * configure.ac:
16153           update core requirement to 0.10.4.1 because of async_playback
16154           vmethod on GstBaseSink
16155
16156 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16157
16158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16159         * gst/adder/gstadder.c: (gst_adder_init):
16160         use DEBUG_FUNCPTR for collectpads
16161
16162 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16163
16164         * docs/plugins/Makefile.am:
16165         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16166         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16167         * ext/cdparanoia/gstcdparanoiasrc.c:
16168         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16169         (gst_gnome_vfs_sink_class_init):
16170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16172         * ext/ogg/gstoggmux.c:
16173         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16174         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16175         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16176         * ext/pango/gsttextoverlay.c:
16177         * ext/pango/gsttextrender.c:
16178         * ext/theora/theoradec.c:
16179         * ext/theora/theoraenc.c:
16180         * ext/vorbis/vorbisdec.c:
16181         * ext/vorbis/vorbisenc.c:
16182         * gst-libs/gst/audio/gstaudiofilter.c:
16183         (gst_audio_filter_base_init):
16184         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16185         (gst_audio_filter_template_base_init):
16186         * gst/adder/gstadder.c: (gst_adder_get_type):
16187         * gst/adder/gstadder.h:
16188         * gst/audioconvert/gstaudioconvert.c:
16189         * gst/audiotestsrc/gstaudiotestsrc.c:
16190         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16191         (gst_audio_test_src_create):
16192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16193         * gst/playback/gstdecodebin.c:
16194         * gst/playback/gstplaybin.c:
16195         * gst/playback/gststreamselector.c:
16196         (gst_stream_selector_base_init):
16197         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16198         * gst/volume/gstvolume.c:
16199         * sys/v4l/gstv4lmjpegsink.c:
16200         * sys/v4l/gstv4lmjpegsrc.c:
16201         * tests/check/libs/cddabasesrc.c:
16202         * tests/old/examples/gob/gst-identity2.gob:
16203           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16204           define GstElementDetails at the top
16205
16206 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16207
16208         * win32/common/libgstinterfaces.def:
16209         Add a lot of export functions for gst-python
16210         * win32/vs6/libgstinterfaces.dsp:
16211         Add a missing include folder in the project configuration
16212         
16213 2006-03-23  Wim Taymans  <wim@fluendo.com>
16214
16215         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16216         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16217         (gst_base_audio_src_change_state):
16218         Fix audio sources, forgot to make the ringbuffer
16219         startable...
16220
16221 2006-03-23  Wim Taymans  <wim@fluendo.com>
16222
16223         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16224         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16225         (gst_base_audio_src_change_state):
16226         unparent instead of unref the ringbuffer.
16227
16228 2006-03-23  Wim Taymans  <wim@fluendo.com>
16229
16230         * gst-libs/gst/audio/gstbaseaudiosink.c:
16231         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16232         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16233         Implement new async_play vmethod to start slaving and allow
16234         playback start in case of async PLAY state changes. 
16235
16236         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16237         Enable QoS with new method in base class.
16238
16239 2006-03-23  Wim Taymans  <wim@fluendo.com>
16240
16241         Patch by: Julien MOUTTE <julien at moutte dot net>
16242
16243         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16244         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16245         Partially handle 0 framerate, only EOS after the first frame
16246         is missing.
16247
16248 2006-03-23  Wim Taymans  <wim@fluendo.com>
16249
16250         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16251
16252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16253         (gst_riff_create_video_template_caps):
16254         * gst/ffmpegcolorspace/avcodec.h:
16255         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16256         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16257         (gst_ffmpegcsp_avpicture_fill):
16258         * gst/ffmpegcolorspace/imgconvert.c:
16259         Patch for support of YVU9 AVI files (#334822)
16260
16261 2006-03-22  Edward Hervey  <edward@fluendo.com>
16262
16263         * docs/design/design-decodebin.txt:
16264         Added design document for new decodebin
16265         (Target Caps): text/x-pango-markup is also a default target caps.
16266
16267 2006-03-22  Wim Taymans  <wim@fluendo.com>
16268
16269         * gst-libs/gst/audio/gstbaseaudiosink.c:
16270         (gst_base_audio_sink_dispose):
16271         Since we _parent the ringbuffer, we also need to
16272         _unparent instead of a plain _unref.
16273
16274 2006-03-22  Wim Taymans  <wim@fluendo.com>
16275
16276         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16277         (stop_seek), (scrub_toggle_cb), (main):
16278         Add scrub checkbox.
16279
16280 2006-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16281
16282         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16283         (gst_ogg_parse_chain):
16284           Fix very inefficient usage of linked lists (#335365).
16285
16286 2006-03-21  Edward Hervey  <edward@fluendo.com>
16287
16288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16289         * gst/playback/gstplaybin.c: (handoff):
16290         * gst/playback/gststreamselector.c:
16291         (gst_stream_selector_set_property):
16292         gcc 4.1 unreferenced pointer fixes.
16293         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16295         gst_buffer_ref() now takes a GstBuffer*.
16296
16297 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16298
16299         * sys/xvimage/xvimagesink.c:
16300         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16301         by Jan Schmidt.
16302
16303 2006-03-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16304
16305         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16306         (id3v1_type_find), (apetag_type_find), (plugin_init):
16307           Can't do tag preferences via probability, as tags would then
16308           lose against types that are recognised with MAXIMUM probability
16309           (like .wav); so let all tag typefinders return MAXIMUM themselves
16310           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16311           that we can prefer APE to ID3v1 (fixes #335028).
16312           
16313 2006-03-17  Wim Taymans  <wim@fluendo.com>
16314
16315         * gst-libs/gst/audio/gstbaseaudiosink.c:
16316         (gst_base_audio_sink_change_state):
16317         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16318         (gst_ring_buffer_may_start):
16319         * gst-libs/gst/audio/gstringbuffer.h:
16320         Only start playback if we are playing.
16321         should fix #330748.
16322
16323 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16324
16325         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16326         * win32/common/config.h:
16327           Revert accidental commits to these files.
16328
16329 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16330
16331         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16332
16333         * tests/Makefile.am:
16334           Don't try to build tests in tests/icles if we
16335           don't have X (#323852)
16336
16337 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16338
16339         * gst-libs/gst/tag/gstid3tag.c:
16340           Add TXXX frame identifiers for replaygain stuff as used
16341           by some taggers (see #323721).
16342
16343 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16344
16345         * gst/playback/gststreamselector.c:
16346         (gst_stream_selector_set_property),
16347         (gst_stream_selector_bufferalloc):
16348           Preserve the existing buggy streamselector behaviour by performing
16349           a fallback buffer allocation when downstream isn't linked yet.
16350           This should really be fixed in playbin by blocking pads until it's
16351           linked them.
16352           Also, use gst_pad_alloc_buffer instead of
16353           gst_pad_alloc_buffer_and_set.
16354
16355 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16356
16357         * gst-libs/gst/tag/gstid3tag.c:
16358           Don't crash on unknown ID3v2 TXXX frames.
16359           
16360 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16361
16362         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16363           Chain up to the parent finalize method.
16364           Add 32-bit sample size to the template caps.
16365
16366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16367         (gst_riff_create_video_template_caps):
16368           Add the fourcc that the VMWare codec uses.
16369           
16370         * gst/playback/gststreamselector.c:
16371         (gst_stream_selector_set_property),
16372         (gst_stream_selector_bufferalloc),
16373         (gst_stream_selector_request_new_pad):
16374           For the active pad, forward buffer-alloc requests, otherwise
16375           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16376           having to memcpy every frame when used by playbin.
16377
16378         * gst/tcp/gstmultifdsink.c:
16379         (gst_multi_fd_sink_handle_client_write):
16380           Get negotiated caps from the sink pad, rather than the sink
16381           pad's peer.
16382
16383 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16384
16385         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16386         
16387         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16388           Don't forget to set src->callbacks_pushed to FALSE again when
16389           popping them, otherwise re-activation in a different mode won't
16390           work (#334620).
16391
16392 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16393
16394         Patch by: Sebastien Moutte  <sebastien moutte net>
16395
16396         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16397         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16398         (gst_ffmpeg_smpfmt_to_caps):
16399           Replace __VA_ARGS__ caps creation macros with varargs functions.
16400           Makes things compile on MSVC (#320765), looks nicer, and we can
16401           tell the compiler to check for the NULL terminator.
16402
16403 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16404
16405         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16406
16407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16408           Make sure the buffer we copy into is really always big
16409           enough, this time for real (#333488).
16410           
16411 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16412
16413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16414           Add support for 24bpp DIB (#305279).
16415
16416 2006-03-14  Wim Taymans  <wim@fluendo.com>
16417
16418         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16419         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16421         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16422         (gst_video_scale_init), (gst_video_scale_src_event):
16423         Re-enable QoS after the release.
16424         Rework videoscale to use the base class src_event handler.
16425
16426 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16427
16428         * configure.ac:
16429           back to CVS.
16430
16431 === release 0.10.5 ===
16432
16433 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16434
16435         * configure.ac:
16436           releasing 0.10.5, "Net"
16437
16438 2006-03-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16439
16440         * docs/plugins/Makefile.am:
16441           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16442           
16443 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16444
16445         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16446         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16447         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16448           Add cdparanoiasrc to docs.
16449
16450         * gst-libs/gst/cdda/gstcddabasesrc.c:
16451           More GstCddaBaseSrc docs.
16452
16453 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16454
16455         * docs/libs/gst-plugins-base-libs-sections.txt:
16456         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16457         * gst-libs/gst/tag/tag.h:
16458           API: libgsttag: new method gst_tag_from_id3_user_tag().
16459
16460 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16461
16462         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16463           NULL-terminate array of mpeg4 video file extensions.
16464           Fixes crash on PPC (#334226).
16465
16466 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16467
16468         * ext/gnomevfs/gstgnomevfssrc.c:
16469         (gst_gnome_vfs_src_check_get_range):
16470           gnome_vfs_uri_is_local() alone is not a good indicator
16471           whether we can operate in pull-mode with a specific URI,
16472           as it returns FALSE for file:// URIs that point to an
16473           NFS-mounted path. Be more conservative here: whitelist
16474           local files, blacklist http URIs and use the old
16475           mechanism for anything else (fixes #334216).
16476
16477 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16478
16479         * configure.ac:
16480           back to trunk
16481
16482 === release 0.10.4 ===
16483
16484 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16485
16486         * configure.ac:
16487           releasing 0.10.4, "Power"
16488
16489 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16490
16491         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16492         Disable max-lateness by setting it to -1 for now, so that 
16493         we can bed QoS stuff in thoroughly between now and the next
16494         release.
16495
16496 2006-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16497
16498         Patch by: Fabrizio Gennari
16499
16500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16501           Make sure we don't read beyond the palette buffer in case of
16502           broken or manipulated files (#333488)
16503
16504 2006-03-10  Edward Hervey  <edward@fluendo.com>
16505
16506         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16507         Fix for variable not initialized.
16508
16509 2006-03-09  Wim Taymans  <wim@fluendo.com>
16510
16511         * ext/libvisual/visual.c: (gst_visual_get_type),
16512         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16513         (gst_visual_chain):
16514         Small cleanups.
16515
16516         * ext/theora/gsttheoradec.h:
16517         * ext/theora/theoradec.c: (gst_theora_dec_init),
16518         (gst_theora_dec_reset), (_theora_granule_time),
16519         (theora_dec_src_convert), (theora_dec_sink_convert),
16520         (theora_dec_src_query), (theora_dec_src_event),
16521         (theora_dec_sink_event), (theora_handle_comment_packet),
16522         (theora_handle_header_packet), (theora_dec_push),
16523         (theora_handle_data_packet), (theora_dec_chain),
16524         (theora_dec_change_state):
16525         Add simple QoS.
16526
16527 2006-03-09  Wim Taymans  <wim@fluendo.com>
16528
16529         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16530         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16531         Some cleanups.
16532
16533 2006-03-09  Wim Taymans  <wim@fluendo.com>
16534
16535         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16536         Don't try to activate NULL chains.
16537
16538 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16539
16540         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16541           Fix invalid memory access to region before peek'd data (#332964).
16542
16543 2006-03-09  Wim Taymans  <wim@fluendo.com>
16544
16545         Patch by: Christophe Fergeau
16546
16547         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16548         * ext/pango/gsttextrender.c: (gst_text_render_init):
16549         * gst/adder/gstadder.c: (gst_adder_init):
16550         Don't leak padtemplates, closes #333510.
16551
16552 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16553
16554         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16555           Fix invalid memory access: make sure string passed to
16556           regexec() is NUL-termianted.
16557
16558 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16559
16560         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16561         (mp3_type_find):
16562           Refactor mpeg/audio typefinding to make it more maintainable
16563           and easier to fine-tune. Make probing into middle of the file
16564           work properly (fixes #333900, also see #152688).
16565
16566 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16567
16568         * gst/typefind/gsttypefindfunctions.c:
16569         (utf8_type_find_have_valid_utf8_at_offset):
16570           Remove part from previous commit that was bogus:
16571           g_utf8_validate() does in fact not accept embedded
16572           zeroes, so we don't need to check for those (thanks
16573           to Mike for the hint).
16574
16575 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16576
16577         * gst/typefind/gsttypefindfunctions.c:
16578         (utf8_type_find_count_embedded_zeroes),
16579         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16580           Make plain/text typefinder more conservative: firstly, check
16581           for embedded zeroes, which are perfectly valid UTF-8 characters,
16582           but also a fairly good sign that something is not a plain text
16583           file; secondly, probe into the middle of the file if possible.
16584           If we can't probe into the middle, limit the probability value
16585           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16586
16587 2006-03-08  Michael Smith  <msmith@fluendo.com>
16588
16589         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16590           Make typefind function name for mpeg4 video unique.
16591
16592 2006-03-08  Wim Taymans  <wim@fluendo.com>
16593
16594         * ext/libvisual/visual.c: (gst_visual_init),
16595         (gst_visual_clear_actors), (gst_visual_dispose),
16596         (gst_visual_reset), (gst_visual_src_setcaps),
16597         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16598         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16599         (gst_visual_chain), (gst_visual_change_state):
16600         Cleanups, post nice errors.
16601         Handle sink and src events.
16602         Implement simple QoS.
16603
16604         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16605         Use new basesink methods to configure max-lateness.
16606         Small doc update.
16607
16608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16609         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16610         Debug statement cleanups.
16611
16612         * gst/volume/gstvolume.c: (gst_volume_class_init):
16613         Simple cleanup.
16614
16615 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16616
16617         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16618         (gst_text_overlay_init), (gst_text_overlay_set_property),
16619         (gst_text_overlay_get_property):
16620           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16621           as string type properties, but mark them deprecated. Add
16622           'halignment' and 'valignment' properties that use enums
16623           instead of strings.
16624
16625 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16626
16627         Patch by: Fabrizio Gennari
16628
16629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16630           Allow palettes with less than 256 colours in AVI files
16631           (#333488)
16632
16633 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16634
16635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16636         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16637         pad. We were releasing the queued text buffer when we should keep
16638         it until video pad gets EOS or discard the text buffer because it's
16639         too old. That was eating the last subtitle buffer. Add some more
16640         debug.
16641
16642 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16643
16644         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16645         (gst_text_overlay_video_chain):
16646           Fix invalid memory access (we can't access a buffer after it's been
16647           pushed downstream without taking a reference); fix memory leak (if
16648           there's no text to render, bail out before allocating stuff).
16649
16650 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16651
16652         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16653         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16654         * ext/pango/gsttextoverlay.h:
16655           If input is plain text, escape it before passing it to
16656           pango_layout_set_markup().
16657
16658 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16659
16660         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16661           Don't ignore flow return from gst_pad_push().
16662
16663 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16664
16665         Patch by: Fabrizio Gennari
16666
16667         * ext/libvisual/visual.c: (gst_visual_getcaps),
16668         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16671         (gst_vorbisenc_convert_sink):
16672         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16673         (gst_audio_duration_from_pad_buffer):
16674         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16675         (gst_audio_filter_chain):
16676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16677         (gst_base_rtp_depayload_setcaps):
16678         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16679         (gst_video_get_size):
16680         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16681           Don't leak references returned by gst_pad_get_parent()
16682           (#333663)
16683
16684 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16685
16686         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16687           change location param details
16688         * gst/volume/gstvolume.c: (plugin_init):
16689           correct plugin description
16690
16691 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16692
16693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16694         (gst_gnome_vfs_src_check_get_range):
16695           Override GstBaseSrc::check_get_range() in order to avoid opening
16696           the resource just to check whether we can operate in pull-mode or
16697           not - we can predict that pretty well from the URI alone. Should
16698           fix problems with last.fm (#331690). (Requires latest core CVS).
16699
16700 2006-03-06  Wim Taymans  <wim@fluendo.com>
16701
16702         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16703         (gst_video_sink_class_init):
16704         Throw away frames that are later than 20 ms.
16705
16706 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16707
16708         Patch by: Fabrizio Gennari
16709
16710         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16711           Set depth on WMA caps (#333545)
16712
16713 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16714
16715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16716         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16717           put Theora BOS pages before others.  This hardcodes
16718           the Ogg/Theora I profile, but hey.
16719
16720 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16721
16722         * ext/ogg/README:
16723           updated with some examples
16724         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16725         (granulepos_add), (theora_buffer_from_packet):
16726         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16727         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16728         (gst_vorbisenc_chain):
16729           implement strategy from ext/ogg/README
16730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16731         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16732         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16733         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16734           Fix muxer so that oggz-validate is happy with all streams;
16735           except for no eos mark, and the BOS page ordering
16736         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16737         (check_buffer_granulepos):
16738         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16739           update tests to check for OFFSET being set as requested
16740           fixed type of granulepos, it's not a ClockTime
16741
16742 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16743
16744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16745         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16746         Check that the xvimage we are creating has a correct size
16747         before returning it. (#314897)
16748
16749 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16750
16751         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16752           Give id3 and ape tag typefinders a rank slightly higher
16753           than PRIMARY to ensure they're always run before any of
16754           the other typefinders (in particular wav and mp3) (#324186).
16755
16756 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16757
16758         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16759           Add support for '3IVD' fourcc (#333403).
16760
16761 2006-03-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16762
16763         * configure.ac:
16764           Bump requirements to GStreamer CVS for the new error enum.
16765
16766         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16767           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16768           space left on the device (fixes #333352).
16769
16770 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16771
16772         * win32/vs6:
16773           add a project file for libgstvolume
16774           update the workspace
16775
16776 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16777
16778         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16779         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16780         (GST_START_TEST):
16781           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16782           Set IN_CAPS on header buffers
16783
16784 2006-03-02  Wim Taymans  <wim@fluendo.com>
16785
16786         * docs/plugins/Makefile.am:
16787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16788         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16789         Add audioresample to docs.
16790
16791         * gst/audioconvert/gstaudioconvert.c:
16792         Add revision date.
16793
16794         * gst/audioresample/gstaudioresample.c:
16795         (gst_audioresample_base_init), (gst_audioresample_class_init),
16796         (gst_audioresample_init), (gst_audioresample_dispose),
16797         (audioresample_get_unit_size), (audioresample_transform_caps),
16798         (resample_set_state_from_caps), (audioresample_transform_size),
16799         (audioresample_set_caps), (audioresample_event),
16800         (audioresample_do_output), (audioresample_transform),
16801         (audioresample_pushthrough), (gst_audioresample_set_property),
16802         (gst_audioresample_get_property), (plugin_init):
16803         * gst/audioresample/gstaudioresample.h:
16804         Added docs.
16805         Small code cleanups.
16806
16807 2006-03-02  Wim Taymans  <wim@fluendo.com>
16808
16809         * docs/plugins/Makefile.am:
16810         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16811         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16812         Added videoscale to docs.
16813
16814         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16815         (gst_video_rate_swap_prev), (gst_video_rate_event),
16816         (gst_video_rate_chain):
16817         Fix typo in docs.
16818
16819         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16820         (gst_video_scale_init), (gst_video_scale_prepare_size),
16821         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16822         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16823         * gst/videoscale/gstvideoscale.h:
16824         Added docs, examples.
16825         Some code cleanups.
16826         Post errors instead of g_warning.
16827
16828 2006-03-02  Wim Taymans  <wim@fluendo.com>
16829
16830         * docs/libs/gst-plugins-base-libs-docs.sgml:
16831         * docs/libs/gst-plugins-base-libs-sections.txt:
16832         * docs/libs/gst-plugins-base-libs.types:
16833         * docs/plugins/Makefile.am:
16834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16836         Added some more docs to libs and plugins.
16837
16838         * gst-libs/gst/audio/gstringbuffer.c:
16839         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16840         * gst-libs/gst/audio/gstringbuffer.h:
16841         Document ringbuffer some more.
16842
16843         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16844         (gst_video_rate_setcaps), (gst_video_rate_reset),
16845         (gst_video_rate_init), (gst_video_rate_flush_prev),
16846         (gst_video_rate_swap_prev), (gst_video_rate_event),
16847         (gst_video_rate_chain), (gst_video_rate_change_state):
16848         * gst/videorate/gstvideorate.h:
16849         Fix videorate to use segments.
16850         Make it work with 0/1 framerates (closes #331903)
16851         Handle EOS correctly.
16852         Added docs.
16853
16854 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16855
16856         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16857         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16858         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16859           In state change function, first chain up to parent class,
16860           then handle downwards state change stuff. Remove some
16861           commented out cruft from 0.8 code.
16862
16863 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16864
16865         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16866         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16867         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16868         (gst_ogm_parse_chain):
16869           Don't remove/re-add source pad if the new caps are the same as
16870           the old caps anyway (#333042). When removing source pad, don't
16871           unref it afterwards - we didn't ref it when adding. Sprinkle some
16872           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16873           after using gst_pad_get_parent(). Return downstream flow return
16874           value in chain function.
16875
16876 2006-03-02  Wim Taymans  <wim@fluendo.com>
16877
16878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16879         * docs/plugins/gst-plugins-base-plugins.args:
16880         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16881         * docs/plugins/gst-plugins-base-plugins.interfaces:
16882         * docs/plugins/gst-plugins-base-plugins.signals:
16883         Fix hierarchy, added some more elements to the docs.
16884
16885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16886         (gst_ffmpegcsp_get_type):
16887         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16888         Fix docs for ffmpegcolorspace.
16889
16890 2006-03-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16891
16892         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16893         (apetag_type_find), (ape_type_find), (plugin_init):
16894           Some typefinding fine-tuning:
16895           - rank ID3/APE tags in order of preference via probabilities, so that
16896             ID3v2 > APEv2 > APEv1 > ID3v1.
16897           - three or four bytes don't really justify MAXIMUM probability,
16898             change those to 'very likely' (musepack and monkeysaudio).
16899
16900 2006-03-01  Wim Taymans  <wim@fluendo.com>
16901
16902         * docs/plugins/Makefile.am:
16903         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16904         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16905         * ext/alsa/gstalsamixer.c:
16906         * ext/alsa/gstalsamixer.h:
16907         * ext/alsa/gstalsamixerelement.c:
16908         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16909         * ext/alsa/gstalsamixerelement.h:
16910         * ext/alsa/gstalsasink.c:
16911         * ext/alsa/gstalsasink.h:
16912         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16913         (gst_alsasrc_init):
16914         * ext/alsa/gstalsasrc.h:
16915         Added alsa docs.
16916         Small code cleanups.
16917
16918 2006-03-01  Wim Taymans  <wim@fluendo.com>
16919
16920         * ext/theora/Makefile.am:
16921         Dist new header too,
16922
16923 2006-03-01  Wim Taymans  <wim@fluendo.com>
16924
16925         * docs/plugins/Makefile.am:
16926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16928         * ext/gnomevfs/gstgnomevfssink.h:
16929         * ext/gnomevfs/gstgnomevfssrc.h:
16930         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16931         * ext/vorbis/vorbisdec.h:
16932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16933         * ext/vorbis/vorbisenc.h:
16934         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16935         (vorbis_parse_chain), (vorbis_parse_change_state):
16936         * ext/vorbis/vorbisparse.h:
16937         * gst/audioconvert/gstaudioconvert.h:
16938         * gst/tcp/gsttcpserversink.h:
16939         * gst/videotestsrc/gstvideotestsrc.c:
16940         * gst/videotestsrc/gstvideotestsrc.h:
16941         * gst/volume/gstvolume.c:
16942         * gst/volume/gstvolume.h:
16943         Fix some more docs.
16944         Added docs for vorbisdec and vorbisparse.
16945         Fix vorbisparse.
16946
16947 2006-03-01  Wim Taymans  <wim@fluendo.com>
16948
16949         * docs/plugins/Makefile.am:
16950         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16951         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16952         * ext/pango/gstclockoverlay.h:
16953         * ext/pango/gsttextoverlay.h:
16954         * ext/pango/gsttextrender.h:
16955         * ext/pango/gsttimeoverlay.h:
16956         * ext/theora/gsttheoradec.h:
16957         * ext/theora/gsttheoraenc.h:
16958         * ext/theora/theoradec.c:
16959         * ext/theora/theoraenc.c:
16960         * gst/audioconvert/gstaudioconvert.h:
16961         * gst/audiotestsrc/gstaudiotestsrc.h:
16962         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16963         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16964         * gst/tcp/gstmultifdsink.h:
16965         Updated/added documentation.
16966
16967         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16968         (gst_text_overlay_halign_get_type),
16969         (gst_text_overlay_wrap_mode_get_type),
16970         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16971         (gst_text_overlay_init), (gst_text_overlay_set_property),
16972         (gst_text_overlay_get_property):
16973         Fix up properties to be enums instead of string to make bindings,
16974         introspection and automatic GUI creation possible.
16975         Add getters for the properties.
16976
16977 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16978
16979         * gst/audiotestsrc/gstaudiotestsrc.c:
16980           added defines of M_PI and M_PI_2
16981         * gst/ffmpegcolorspace/avcodec.h:
16982           removed #include "stdint.h" for win32 as _stdint.h is 
16983           autogenerated to win32/common
16984         * win32/common/libgstaudio.def:
16985         * win32/common/libgsttag.def:
16986           added some exports
16987         * win32/vs6:
16988           some project files bugs corrected
16989         * win32/vs7:
16990           project files are reset to the default vs7 configuration 
16991           (they link to msvcr71.dll using default optimizations)
16992           
16993 2006-02-28  Wim Taymans  <wim@fluendo.com>
16994
16995         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16996         Fix some docs.
16997
16998 2006-02-28  Edward Hervey  <edward@fluendo.com>
16999
17000         * ext/alsa/gstalsasrc.c:
17001         Set proper class on the ElementDetails:
17002         Source/Audio instead of Src/Audio/
17003
17004 2006-02-28  Edward Hervey  <edward@fluendo.com>
17005
17006         * gst/videoscale/vs_scanline.c:
17007         (vs_scanline_resample_nearest_RGBA):
17008         Revert optimization in videoscale. It should go in liboil and have
17009         an appropriate liboil function.
17010
17011 2006-02-28  Wim Taymans  <wim@fluendo.com>
17012
17013         * gst-libs/gst/audio/gstbaseaudiosink.c:
17014         (gst_base_audio_sink_provide_clock):
17015         Don't try to provide a clock in the NULL state.
17016
17017 2006-02-28  Wim Taymans  <wim@fluendo.com>
17018
17019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17020         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17021         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17022         (gst_ogg_demux_deactivate_current_chain),
17023         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17024         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17025         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17026         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17027         Use GstSegment infrastructure to remove duplicated code
17028         and handle more seek cases correctly.
17029
17030 2006-02-28  Wim Taymans  <wim@fluendo.com>
17031
17032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17033         (gst_ffmpegcsp_transform):
17034         Don't ignore return code from ffmpeg convert function.
17035
17036         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17037         Split out some long statements to ease debugging.
17038
17039 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17040
17041         * ext/libvisual/visual.c: (gst_visual_init),
17042         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17043         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17044         being able to renegotiate the size. Instead, use the negotiation
17045         algorithm from the goom plugin to pick an initial output caps. 
17046
17047         Also, allow theoretical libvisual plugins that might support non-GL 
17048         output even if they also do GL.
17049
17050 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17051
17052         * ext/libvisual/visual.c: (gst_visual_init),
17053         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17054         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17055         possible negotiation issues.
17056
17057 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17058
17059         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17060
17061 2006-02-24  Michael Smith  <msmith@fluendo.com>
17062
17063         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17064         (cmml_type_find), (plugin_init):
17065           Fix CMML type find function to not require a specific minor version
17066           of the CMML header.
17067
17068           Add an MPEG4 video elementary stream typefind function.
17069
17070 2006-02-04  Michael Smith  <msmith@fluendo.com>
17071
17072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17073         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17074         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17075         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17076         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17077         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17078           Annodex support in ogg demuxer. Doesn't do very much without the
17079           other annodex patches (to come).
17080
17081 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17082
17083         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17084
17085         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17086           Pick up palette for MS video v1 (#327028)
17087
17088 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17089
17090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17091         (gst_ffmpegcsp_caps_remove_format_info),
17092         (gst_ffmpegcsp_get_unit_size):
17093           The 'palette_data' field from incoming RGB caps shouldn't be
17094           proxied on outgoing YUV caps; also, restrict unit size
17095           adjustment in case of paletted data only to the unit that
17096           actually has a palette. Fixes #330711.
17097
17098 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17099
17100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17101         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17102         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17103         (gst_ffmpegcsp_get_unit_size):
17104           Plug some memory leaks.
17105
17106 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17107
17108         * sys/ximage/Makefile.am:
17109         * sys/xvimage/Makefile.am:
17110           Add some _CFLAGS and _LIBS that seem to be missing
17111           and/or required for Cygwin (see #317048).
17112
17113 2006-02-22  Wim Taymans  <wim@fluendo.com>
17114
17115         * ext/alsa/gstalsasrc.c:
17116         Fix description as pointed out by caugier.
17117
17118 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17119
17120         Reviewed by : Edward Hervey  <edward@fluendo.com>
17121
17122         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17123         (qt_type_find):
17124         Better 3gp typefinding (#331526).
17125
17126 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17127
17128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17129           Don't send EOS event here, the base class will send one for us.
17130
17131         * gst/playback/gstplaybasebin.c: (prepare_output):
17132           Subpictures without video stream aren't allowed either.
17133         
17134         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17135           Fix debug statement copy'n'paste-o.
17136
17137 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17138
17139         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17140           Fix issues with mixer keeping state when muting/unmuting
17141           and when changing the volume whilst muted (see #331763
17142           and #331765).
17143
17144 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17145
17146         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17147         (parse_subrip), (gst_sub_parse_format_autodetect):
17148           Set right caps given that we send escaped text. Also,
17149           honour <i></i>, <b></b> and <u></u> markers that can be found
17150           in .srt files (fixes #310202).
17151
17152 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17153
17154         * gst-libs/gst/audio/mixerutils.c:
17155         (element_factory_rank_compare_func):
17156           Make order in which elements are tried more determinable.
17157
17158 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17159
17160         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17161         (remove_element_chain), (cleanup_decodebin),
17162         (gst_decode_bin_change_state): Make decodebin reusable by
17163         fixing remove_element_chain first and then introduce a
17164         cleaner in state change to ->NULL. (Closes #331678)
17165
17166 2006-02-19  Wim Taymans  <wim@fluendo.com>
17167
17168         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17169         use 0666 mask when creating files so umask gets applied
17170         correctly. Fixes #331295.
17171
17172 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17173
17174         * gst/subparse/Makefile.am:
17175         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17176         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17177         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17178         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17179         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17180         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17181         * gst/subparse/gstssaparse.h:
17182         * gst/subparse/gstsubparse.c: (plugin_init):
17183           Add very basic parser for SSA subtitle streams (as often
17184           found in matroska files).
17185
17186 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17187
17188         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17189           That should be text/x-pango-markup, not text/x-pango-layout.
17190
17191 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17192
17193         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17194         Polishing.
17195
17196 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17197
17198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17199         (gst_text_overlay_finalize), (gst_text_overlay_init),
17200         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17201         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17202         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17203         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17204         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17205         Fix state change deadlock.
17206
17207 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17208
17209         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17210         (gst_text_overlay_finalize), (gst_text_overlay_init),
17211         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17212         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17213         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17214         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17215         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17216         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17217         and subtitles files.
17218
17219 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17220
17221         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17222         should be considered as raw.
17223
17224 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17225
17226         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17227         (cb_probe):
17228         * gst/playback/gststreaminfo.h: Introduce language informations.
17229
17230 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17231
17232         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17233         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17234         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17235         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17236         Set shared memory segments to be deleted as soon as we have attached,
17237         that way they get cleaned up automatically if we crash.
17238
17239 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17240
17241         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17242         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17243         functions are called with lock held.
17244
17245 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17246
17247         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17248         (gst_text_overlay_finalize), (gst_text_overlay_init),
17249         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17250         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17251         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17252         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17253         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17254         (gst_text_overlay_change_state): Refactoring of textoverlay
17255         without collectpads. This now supports sparse subtitles coming
17256         from a demuxer instead of a sub file. Seeking is still broken 
17257         though. Need to discuss with wtay some more on how to handle
17258         seeking correctly.
17259         * ext/pango/gsttextoverlay.h:
17260         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17261         subtitles coming from the demuxer.
17262
17263 2006-02-17  Wim Taymans  <wim@fluendo.com>
17264
17265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17266         (gst_vorbisenc_convert_sink):
17267         Use some more scaling functions.
17268
17269 2006-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17270
17271         * ext/cdparanoia/gstcdparanoiasrc.c:
17272         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17273         (gst_cd_paranoia_paranoia_callback),
17274         (gst_cd_paranoia_src_signal_is_being_watched),
17275         (gst_cd_paranoia_src_read_sector):
17276         * ext/cdparanoia/gstcdparanoiasrc.h:
17277           Add back 'transport-error' and 'uncorrected-error' signals and
17278           make them actually be fired when bad stuff happens (#319340).
17279
17280 2006-02-17  Wim Taymans  <wim@fluendo.com>
17281
17282         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17283         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17284         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17285         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17286         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17287         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17288         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17289         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17290         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17291         (gst_ring_buffer_clear):
17292         Small cleanups.
17293         Added some G_LIKELY.
17294
17295 2006-02-17  Wim Taymans  <wim@fluendo.com>
17296
17297         * gst-libs/gst/audio/TODO:
17298         Update TODO
17299
17300         * gst-libs/gst/audio/gstbaseaudiosink.c:
17301         (gst_base_audio_sink_get_offset):
17302         When trying to play samples ASAP and we don't have a
17303         previous sample, try to play at position 0 instead of
17304         an invalid position.
17305
17306 2006-02-17  Wim Taymans  <wim@fluendo.com>
17307
17308         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17309         (gst_alsasink_reset):
17310         Also release lock when we get an error in _reset();
17311         fix an error message.
17312
17313 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17314
17315         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17316         (gst_alsasink_init), (get_channel_free_structure),
17317         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17318         (gst_alsasink_close):
17319         * ext/alsa/gstalsasink.h:
17320           Add support for more than 2 channels (#326720).
17321
17322 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17323
17324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17325           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17326           with 4 or 6 channels, assume a default channel layout to make things
17327           work (not sure there's anything else we can do in those cases).
17328
17329 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17330
17331         * gst-libs/gst/audio/multichannel.c:
17332           Minor docs fix.
17333
17334         * gst-libs/gst/riff/Makefile.am:
17335         * gst-libs/gst/riff/riff-ids.h:
17336         * gst-libs/gst/riff/riff-media.c:
17337         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17338           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17339           channels and a channel layout map.
17340           
17341 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17342
17343         Reviewed by Edward Hervey  <edward@fluendo.com>
17344
17345         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17346         C-level optimization of the RGBA nearest neighbour function.
17347         Eventually this might end up in liboil with vectorized versions.
17348
17349 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17350
17351         * gst-libs/gst/audio/multichannel.c:
17352         (gst_audio_get_channel_positions):
17353           When we have more than 2 channels, but no channel layout is
17354           specified in the caps, return some default channel layout
17355           to the caller and warn about about a possibly buggy element
17356           (could be buggy filtercaps as well of course) (#317038).
17357
17358 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17359
17360         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17361           Add gst-libs/gst/cdda to list of lib search paths.
17362
17363 2006-02-15  Andy Wingo  <wingo@pobox.com>
17364
17365         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17366         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17367         to the Lord Jesus that I do not have to touch the ogg muxer ever
17368         again.
17369
17370 2006-02-15  Edward Hervey  <edward@fluendo.com>
17371
17372         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17373         quicktime movie files can also contain 'uuid' atoms.
17374
17375 2006-02-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17376
17377         * gst/audioconvert/plugin.c: (plugin_init):
17378           Register the GstAudioChannelPosition enum type with the type
17379           system in the plugin_init function, so that it is known before
17380           any element actually makes use of multi-channel stuff. This is
17381           required for example if one wants to be able to deserialise/use
17382           a caps string with channel positions before any pipeline has
17383           been setup and started, like with gst-launch.
17384
17385 2006-02-14  Wim Taymans  <wim@fluendo.com>
17386
17387         * gst-libs/gst/audio/gstringbuffer.c:
17388         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17389         (gst_ring_buffer_samples_done), (wait_segment),
17390         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17391         Add some compiler G_(UN_)LIKELY help.
17392         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17393         make sure they can exit their functions. Should fix #330748
17394
17395 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17396
17397         * Makefile.am:
17398         * configure.ac:
17399         * win32/MANIFEST:
17400         * win32/common/_stdint.h:
17401           Windows does not have long long; copy the generated _stdint.h
17402         * win32/common/interfaces-enumtypes.c:
17403         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17404         (gst_mixer_track_flags_get_type),
17405         (gst_tuner_channel_flags_get_type):
17406         * win32/common/multichannel-enumtypes.c:
17407         (gst_audio_channel_position_get_type):
17408           update
17409
17410 2006-02-13  Wim Taymans  <wim@fluendo.com>
17411
17412         * gst-libs/gst/audio/gstbaseaudiosink.c:
17413         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17414         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17415         Always sync on first sample we receive when starting.
17416
17417 2006-02-13  Wim Taymans  <wim@fluendo.com>
17418
17419         * gst/playback/gstplaybin.c: (gen_vis_element):
17420         Update vis bin docs.
17421         Move queue after tee so we don't queue video buffers but
17422         audio samples instead. Fixes problems where the video queue
17423         is filled and the audio queue empty.
17424
17425 2006-02-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17426
17427         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17428           No need to push an EOS event here, GstBaseSrc will do that for us
17429           when we return FLOW_UNEXPECTED.
17430           
17431 2006-02-12  Wim Taymans  <wim@fluendo.com>
17432
17433         * gst-libs/gst/audio/gstbaseaudiosink.c:
17434         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17435         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17436         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17437         Use scale functions when possible.
17438         Fix error messages.
17439         Free clockid when after waiting for EOS.
17440         Use G_(UN_)LIKLY when it makes sense.
17441         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17442
17443 2006-02-12  Edward Hervey  <edward@fluendo.com>
17444
17445         * gst/playback/gstplaybasebin.c: (prepare_output): 
17446         Remove stray semi-colon (fixes #330888).
17447
17448 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17449
17450         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17452         Fix up the XShm call testing so that we catch errors, and don't
17453         cause new ones by attempting to detach from a segment we failed
17454         to attach to. Fixes #312439.
17455
17456 2006-02-10  Edward Hervey  <edward@fluendo.com>
17457
17458         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17459         Added flv file typefind (video/x-flv).
17460
17461 2006-02-10  Edward Hervey  <edward@fluendo.com>
17462
17463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17464         (gst_riff_create_video_template_caps):
17465         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17466         Also added the caps to the default set of riff video caps.
17467
17468 2006-02-09  Andy Wingo  <wingo@pobox.com>
17469
17470         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17471         time and the end time of the last packet in the page.
17472         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17473         on the pages in our queue, set the duration as well. Reflow a
17474         debug statement.
17475         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17476         Fixes bad muxing order.
17477
17478 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17479
17480         * gst-libs/gst/rtp/gstbasertppayload.c:
17481         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17482           update seqnum before setting it on the packet; this makes sure
17483           that the timestamp and seqnum properties match after pushing
17484           a buffer
17485
17486 2006-02-09  Andy Wingo  <wingo@pobox.com>
17487
17488         * gst-libs/gst/audio/gstringbuffer.c
17489         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17490         overflow after 13.5 hours of recording. Kapow!
17491
17492         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17493         the buffer size -- we don't care about underrun/overrun reporting
17494         right now, just need to return a useful value.
17495
17496 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17497
17498         * configure.ac:
17499           Back to CVS
17500
17501 === release 0.10.3 ===
17502
17503 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17504
17505         * configure.ac:
17506           releasing 0.10.3, "Under Pressure"
17507
17508 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17509
17510         * configure.ac:
17511         Drat. Bump libtool version number for new API.
17512         Prelease 0.10.2.3 (of 0.10.3)
17513
17514 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17515
17516         * configure.ac:
17517         * win32/common/config.h:
17518         0.10.2.2 prerelease (of 0.10.3).
17519
17520 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17521
17522         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17523           Revert Andy's newsegment change pending a more correct
17524           fix.
17525
17526 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17527
17528         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17529         (qt_type_find), (plugin_init):
17530           detect more files as 3gp
17531           group and reorder the iso file formats
17532
17533 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17534
17535         * ext/vorbis/vorbis.c: (plugin_init):
17536           Register musicbrainz tags, so apps don't have to.
17537
17538 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17539
17540         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17541         (gst_tag_to_vorbis_tag):
17542           Make sure we called gst_tag_register_musicbrainz_tags()
17543           before possibly mapping a vorbiscomment string from/to a
17544           musicbrainz tag.
17545
17546 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17547
17548         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17549           In case we can't find the required number of consecutive
17550           mpeg audio frames to positively identify an MPEG audio
17551           stream, check if there's at least a valid mpeg audio
17552           frame right at offset 0 and if so suggest mpeg/audio
17553           caps with a very low probability (#153004).
17554
17555 2006-02-07  Andy Wingo  <wingo@pobox.com>
17556
17557         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17558         a TIME segment if we get timestamped buffers. Requires recent
17559         fixes in core to work properly.
17560
17561 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17562
17563         * gst/playback/gstplaybasebin.c: (prepare_output):
17564           Don't print the URI as part of the error message, it
17565           makes error dialogs look rather ugly, especially if
17566           the URI is very long or has characters in it that
17567           need escaping.
17568
17569 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17570
17571         * gst/playback/gstplaybasebin.c: (prepare_output):
17572           Error out if we have only text or subtitles, but nothing
17573           else. Also error out if we have subtitles but no video
17574           stream.
17575
17576 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17577
17578         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17579           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17580           Post an error message on the bus when we encounter an
17581           error, which will hopefully be more meaningful than the
17582           'Internal Flow Error' message users get to see if we
17583           just return GST_FLOW_ERROR.
17584
17585 2006-02-07  Andy Wingo  <wingo@pobox.com>
17586
17587         * configure.ac (GST_MAJORMINOR): Update core version req to
17588         0.10.2.2, for the collectpads API addition (#330244).
17589
17590 2006-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17591
17592         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17593           Return FALSE from plugin_init() when GnomeVFS can't
17594           be initialised for some reason (#328423).
17595
17596 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17597
17598         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17599         Stick to seeking theory until i find the bug.
17600         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17601
17602 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17603
17604         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17605         (theora_enc_finalize), (theora_enc_sink_setcaps),
17606         (theora_set_header_on_caps), (theora_enc_chain),
17607         (theora_enc_change_state):
17608         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17609           Make theoraenc and the tests leak free. Like, really.
17610
17611 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17612
17613         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17614         (theora_enc_finalize), (theora_enc_sink_setcaps):
17615           Add a finalize method to ensure we clean up state even if
17616           someone omitted the state change back to NULL.
17617
17618         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17619         (gst_vorbisenc_chain):
17620           Free some more leaked bits.
17621
17622         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17623         (stop_pipeline):
17624           Wait for state changes to happen if they're ASYNC.
17625
17626           This ought to teach those fancy pants buildbots a lesson.
17627
17628 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17629
17630         * gst-libs/gst/tag/gstid3tag.c:
17631           Add mapping for ID3 International Standard Recording Code
17632           tag "TSRC"
17633
17634 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17635
17636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17637           Don't leak tag names.
17638
17639 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17640
17641         * docs/libs/gst-plugins-base-libs-docs.sgml:
17642         * docs/libs/gst-plugins-base-libs-sections.txt:
17643         * gst-libs/gst/tag/gstid3tag.c:
17644         * gst-libs/gst/tag/gstvorbistag.c:
17645         * gst-libs/gst/tag/tags.c:
17646           Split libgsttag docs into multiple sections.
17647
17648 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17649
17650         * docs/libs/Makefile.am:
17651         * docs/libs/gst-plugins-base-libs-docs.sgml:
17652         * docs/libs/gst-plugins-base-libs-sections.txt:
17653         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17654         * gst-libs/gst/tag/gstvorbistag.c:
17655         * gst-libs/gst/tag/tag.h:
17656         * gst-libs/gst/tag/tags.c:
17657           Add libgsttag to the docs.
17658
17659 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17660
17661         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17662         (gst_text_overlay_init), (gst_text_overlay_src_event),
17663         (gst_text_overlay_collected): Fix clockoverlay.
17664
17665 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17666
17667         * docs/libs/compiling.sgml:
17668           Fix typo: it's pkg-config, not pkg-gconfig
17669
17670         * docs/libs/gst-plugins-base-libs-docs.sgml:
17671         * docs/libs/gst-plugins-base-libs-sections.txt:
17672         * docs/libs/tmpl/gstgconf.sgml:
17673           There is no libgstgconf in 0.10, remove it
17674           from the docs.
17675
17676 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17677
17678         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17679         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17680         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17681         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17682         (gst_sub_parse_class_init), (gst_sub_parse_init),
17683         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17684         (parse_mpsub), (parser_state_init), (handle_buffer),
17685         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17686         * gst/subparse/gstsubparse.h: Introduce seeking code.
17687
17688 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17689
17690         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17691           Add comment about LANGUAGE tag inconsistency (we want
17692           ISO-639-1, but extract three-letter identifiers?)
17693
17694         * po/POTFILES.in:
17695           Add two translatable files.
17696
17697 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17698
17699         * gst-libs/gst/tag/Makefile.am:
17700         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17701         * gst-libs/gst/tag/tag.h:
17702         * gst-libs/gst/tag/tags.c:
17703         (gst_tag_register_musicbrainz_tags_internal),
17704         (gst_tag_register_musicbrainz_tags):
17705           Forward-port some tags stuff from the 0.8 branch. This is
17706           mostly the addition of musicbrainz tags and their mapping
17707           to vorbistags, and a vorbistag mapping of the language tag.
17708
17709 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17710
17711         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17712         refactoring.
17713
17714 2006-02-04  David Schleef  <ds@schleef.org>
17715
17716         * ext/ogg/gstoggmux.c:
17717         * gst/typefind/gsttypefindfunctions.c:
17718           Add Dirac typefinding and add dirac format to oggmux.
17719
17720 2006-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17721
17722         * gst/playback/gstdecodebin.c: (try_to_link_1):
17723           Don't put essential function call into
17724           g_return_*() macro, otherwise it'll all be
17725           replaced by NOOPs when compiling with
17726           G_DISABLE_CHECKS defined.
17727
17728 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17729
17730         * ext/ogg/gstoggdemux.c:
17731         * ext/ogg/gstoggparse.c:
17732         * gst/tcp/gsttcpserversink.c:
17733         * sys/v4l/v4lsrc_calls.c:
17734         * sys/v4l/v4lsrc_calls.h:
17735         Just make it compile with --disable-gst-debug.
17736
17737 2006-02-03  Wim Taymans  <wim@fluendo.com>
17738
17739         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17740         (gst_alsasink_class_init), (gst_alsasink_init),
17741         (gst_alsasink_write), (gst_alsasink_reset):
17742         * ext/alsa/gstalsasink.h:
17743         Add lock to protect alsa calls.
17744         Implement reset to flush samples ASAP, does not work
17745         with dmix though.
17746
17747 2006-02-02  Wim Taymans  <wim@fluendo.com>
17748
17749         * gst-libs/gst/audio/gstbaseaudiosink.c:
17750         (gst_base_audio_sink_provide_clock):
17751         Ugh.. getting late I guess...
17752
17753 2006-02-02  Wim Taymans  <wim@fluendo.com>
17754
17755         * gst-libs/gst/audio/gstbaseaudiosink.c:
17756         (gst_base_audio_sink_provide_clock),
17757         (gst_base_audio_sink_set_property),
17758         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17759         Don't try to provide a clock when we are not negotiated since
17760         we might not be able to make it run.
17761
17762 2006-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17763
17764         * gst/playback/gstdecodebin.c: (try_to_link_1):
17765           Unlinking two source pads is ... hard.
17766
17767 2006-02-02  Wim Taymans  <wim@fluendo.com>
17768
17769         * gst-libs/gst/audio/TODO:
17770         Updated.
17771
17772         * gst-libs/gst/audio/gstbaseaudiosink.c:
17773         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17774         On EOS, wait till the last sample is played before posting EOS.
17775
17776 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17777
17778         Patch by: Kai Vehmanen
17779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17780           Adds ability to enable newsegment bypass by setting queue_delay to
17781           zero. Also avoid thread being started if queue_delay is zero.
17782
17783 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17784
17785         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17786           Make test work again by connecting fakesinks to each decoded pad,
17787           which makes the pipeline wait until each fakesink has a buffer
17788           queued before going to PAUSED state. At that point we know the
17789           decodebin pads are negotiated.
17790
17791 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17792
17793         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17794         (gst_cdda_base_src_handle_event):
17795         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17796           Pass unhandled queries to the parent class's query function.
17797
17798 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17799
17800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17801         (gst_ogg_pad_src_query):
17802         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17803         * ext/theora/theoradec.c: (theora_dec_src_query),
17804         (theora_dec_sink_query):
17805         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17806         (vorbis_dec_sink_query):
17807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17808         (gst_vorbisenc_sink_query):
17809         * gst/adder/gstadder.c: (gst_adder_query):
17810           Pass unhandled queries upstream instead of just
17811           dropping them (#326447). Also, fix supported
17812           query types list for some elements.
17813
17814 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17815
17816         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17817         (paris_type_find), (ilbc_type_find), (plugin_init):
17818           Fix typefinding for audio/x-au, audio/x-paris and
17819           audio/iLBC-sh. We cannot use the START_WITH macros
17820           here, because there can only be one typefind factory
17821           with the same name (caps), so the second one would
17822           replace the first one and the first one would never
17823           be called when doing typefinding (see #161712).
17824           
17825
17826 2006-01-31  Wim Taymans  <wim@fluendo.com>
17827
17828         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17829         (vorbis_handle_header_packet), (vorbis_dec_push),
17830         (vorbis_handle_data_packet):
17831         Use scale_int when we can, add some more scaling.
17832         Check packettype before parsing it.
17833
17834 2006-01-31  Wim Taymans  <wim@fluendo.com>
17835
17836         * ext/theora/theoradec.c: (_theora_granule_time),
17837         (theora_dec_src_convert), (theora_dec_sink_convert):
17838         Call right _scale functions.
17839         Use parameter instead of some other random value.
17840
17841 2006-01-31  Wim Taymans  <wim@fluendo.com>
17842
17843         * ext/theora/theoradec.c: (_theora_granule_frame),
17844         (_theora_granule_time), (_inc_granulepos),
17845         (theora_dec_src_convert), (theora_dec_sink_convert),
17846         (theora_handle_type_packet), (theora_handle_data_packet),
17847         (theora_dec_chain):
17848         Use higher precision timestamps calculation.
17849         Convert some other conversions to _scale.
17850
17851 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17852
17853         * gst/audiotestsrc/gstaudiotestsrc.c:
17854         (gst_audio_test_src_create_sine_table), (plugin_init):
17855         * gst/volume/gstvolume.c: (plugin_init):
17856           initialize gst_controller before using
17857
17858 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17859
17860         * tests/check/pipelines/theoraenc.c:
17861         * tests/check/pipelines/vorbisenc.c:
17862         Define constant using G_GINT64_CONSTANT to avoid errors when
17863         passing it around - otherwise it gets truncated to 32 bits.
17864
17865         Fixes failing tests.
17866
17867 2006-01-31  Andy Wingo  <wingo@pobox.com>
17868
17869         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17870         caps being set doesn't have a framerate value. Basically a stopgap
17871         measure.
17872
17873         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17874         technically correct enough to put into core though.
17875         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17876         DURATION. Fixes theoraenc ! oggmux.
17877
17878         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17879         fraction, not double.
17880
17881 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17882
17883         * win32/vs7:
17884         add vs7 project files created by Sergey Scobich
17885
17886 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17887
17888         * win32/vs8:
17889         add vs8 project files created by Sergey Scobich
17890         
17891 2006-01-30  Andy Wingo  <wingo@pobox.com>
17892
17893         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17894         timestamp + duration, not just timestamp -- ogg pages should be
17895         ordered by stop time. Necessary fix given the change in vorbis
17896         timestamps.
17897
17898         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17899         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17900         (granulepos_add): New function, handles the messiness of adjusting
17901         granulepos values.
17902         (theora_buffer_from_packet):
17903         (theora_enc_chain):
17904         (theora_enc_sink_event): Use granulepos_add, not +.
17905
17906         * tests/check/pipelines/theoraenc.c
17907         (check_buffer_granulepos_from_starttime): Just check the frame
17908         count, not the actual granulepos -- we can't dictate to the
17909         encoder when it should be placing keyframes.
17910
17911 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17912
17913         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17914           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17915           play an http:// stream from a server that's not serving
17916
17917 2006-01-30  Andy Wingo  <wingo@pobox.com>
17918
17919         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17920         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17921         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17922         available.
17923
17924         * ext/theora/gsttheoraenc.h:
17925         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17926         although theoraenc was timestamping correctly. Added handling of
17927         streams that start with nonzero timestamps.
17928
17929         * tests/check/Makefile.am:
17930         * tests/check/pipelines/theoraenc.c: New file, basically does same
17931         tests as vorbisenc.
17932
17933         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17934
17935 2006-01-30  Wim Taymans  <wim@fluendo.com>
17936
17937         * gst-libs/gst/audio/gstaudiosink.c:
17938         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17939         (gst_audioringbuffer_pause):
17940         Implement pause that does not wait for completion.
17941
17942         * gst-libs/gst/audio/gstbaseaudiosink.c:
17943         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17944         Don't drop buffers when going to PAUSED but perform preroll on
17945         remaining samples now that core base class supports this.
17946
17947         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17948         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17949         (gst_ring_buffer_commit):
17950         Pause should not signal waiters.
17951         Implement return value of _commit correctly.
17952
17953 2006-01-30  Andy Wingo  <wingo@pobox.com>
17954
17955         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17956
17957         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17958         updated to timestamp from the first sample, not the last.
17959         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17960         special care of granulepos and timestamp for header packets.
17961         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17962         when the first buffer has a nonzero timestamp.
17963
17964         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17965         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17966         case when the first audio buffer we get has a nonzero timestamp.
17967         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17968         properly timestamp vorbis buffers with the time of the first
17969         sample, not the last.
17970         
17971         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17972         vorbis_granule_time_copy -- now it takes the granule/subgranule
17973         offset into account.
17974
17975         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17976         timestamps, durations, and granulepos on buffers produced by
17977         vorbisenc.
17978
17979 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17980
17981         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17982         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17983           Patch from Eric Jonas to support conversions to/from UYVY 
17984           (Fixes: #324626)
17985
17986 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17987
17988         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17989         (setup_subtitle), (setup_source), (set_active_source):
17990         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17991         (gen_text_element), (gen_audio_element), (gen_vis_element),
17992         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17993
17994 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17995
17996         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17997         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17998                 use gst_guint64_to_gdouble to be compliant with vs6
17999         * gst/playback/gstdecodebin.c: (try_to_link_1)
18000         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18001                 use G_GINT64_CONSTANT for int64 constants
18002         * win32/common/libgstinterfaces.def:
18003                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18004         * win32/vs6:
18005                 update and add new project files
18006                 
18007 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18008
18009         * Makefile.am:
18010         * win32/MANIFEST:
18011         * win32/common/interfaces-enumtypes.c:
18012         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18013         (gst_mixer_track_flags_get_type),
18014         (gst_tuner_channel_flags_get_type):
18015         * win32/common/interfaces-enumtypes.h:
18016         * win32/common/multichannel-enumtypes.c:
18017         (gst_audio_channel_position_get_type):
18018         * win32/common/multichannel-enumtypes.h:
18019           add a win32-update rule like in core, and copy over enumtypes files
18020
18021 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18022
18023         * win32/MANIFEST:
18024         * win32/common/config.h:
18025         * win32/common/config.h.in:
18026           add config files just like in core
18027
18028 2006-01-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18029
18030         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18031           Make gcc-4.1 happy (part of #327357).
18032
18033 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18034
18035         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18036         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18037         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18038         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18039         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18040         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18041           Update all error messages.  All of them should either use
18042           the default translated message, or actually provide a
18043           translatable string.
18044           Make the string for channel count problems meaningful.
18045
18046 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18047
18048         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18049           check for and throw RESOURCE_BUSY
18050
18051 2006-01-27  David Schleef  <ds@schleef.org>
18052
18053         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18054           checked in this change -- it requires liboil features not
18055           in 0.3.6.  Revert parts.
18056
18057 2006-01-27  David Schleef  <ds@schleef.org>
18058
18059         * REQUIREMENTS:
18060         * configure.ac: update liboil requirement to 0.3.6
18061         * gst/videoscale/Makefile.am:
18062         * gst/videoscale/vs_scanline.c: liboilify
18063
18064 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18065
18066         * ext/libvisual/visual.c: (get_buffer):
18067           When pad_alloc returns a GstFlowReturn other
18068           than GST_FLOW_OK, make sure it is passed upstream.
18069
18070 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18071
18072         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18073         (gst_alsasink_class_init):
18074           Free the device name string.
18075
18076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18077         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18078         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18079           Don't remove a pad from the collectpads structure until it
18080           is released - it's a request pad, and may receive data again
18081           if the element gets moved back to PLAYING state.
18082
18083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18084           Ensure we turn on double buffering on the Xv port, and
18085           set the colour key to something dark and mysterious that
18086           isn't black.
18087
18088 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18089
18090         * ext/alsa/gstalsaplugin.c: (plugin_init):
18091         * ext/cdparanoia/gstcdparanoiasrc.c:
18092         (gst_cd_paranoia_src_base_init), (plugin_init):
18093         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18095           - a library should not call setlocale. see "Libraries" node in
18096             gettext manual
18097           - make sure all plugins that use translation do bindtextdomain
18098             to point to the localedir
18099         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18100         (setup_sinks), (plugin_init):
18101           all this, and check for NULL when creating sinks
18102
18103 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18104
18105         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18106         (plugin_init): Make typefinding of subtitles work again.
18107
18108 2006-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18109
18110         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18111         (mp3_type_frame_length_from_header), (mp3_type_find),
18112         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18113         (plugin_init):
18114           Backport a bunch of typefinding fixes from the 0.8 branch.
18115           Also, improve wavpack typefinding: if we can't peek the
18116           entire wavpack block, try to parse the bits we can get and
18117           see if we find what we're looking for in those.
18118
18119 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18120
18121         * sys/ximage/ximagesink.c:
18122         (gst_ximagesink_calculate_pixel_aspect_ratio):
18123         * sys/xvimage/xvimagesink.c:
18124         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18125         more cases of pixel aspect ratio.
18126
18127 2006-01-26  Edward Hervey  <edward@fluendo.com>
18128
18129         * gst/playback/gstdecodebin.c: (pad_probe):
18130         Also consider the flush-start and tag events as unblockers
18131         for the pad probes.
18132
18133 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18134
18135         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18136         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18137         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18138         On the fly visualisation switch, works disabling, enabling as
18139         well but it won't be able to enable vis in a playbin that was
18140         created with no visualisation.
18141
18142 2006-01-25  Wim Taymans  <wim@fluendo.com>
18143
18144         * gst-libs/gst/audio/gstbaseaudiosink.c:
18145         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18146         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18147         resume after pause.
18148
18149 2006-01-25  Wim Taymans  <wim@fluendo.com>
18150
18151         * gst-libs/gst/audio/gstbaseaudiosink.c:
18152         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18153         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18154         Improve debugging.
18155         Post error when caps cannot be parsed.
18156         Resync on discontinuity in the stream.
18157         Clip samples to segment boundaries.
18158         return WRONG_STATE sooner when we are flushing.
18159
18160         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18161         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18162         Make audiosrc operate in TIME.
18163         Set TIMESTAMP and DURATION on buffers.
18164
18165 2006-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18166
18167         * tests/examples/seek/seek.c: (main):
18168           Output tag messages as well.
18169
18170 2006-01-23  Edward Hervey  <edward@fluendo.com>
18171
18172         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18173         (free_pad_probes), (remove_fakesink), (pad_probe),
18174         (close_pad_link), (gst_decode_bin_change_state):
18175         Replace GstPadBlockCallback with pad probes that detect
18176         first buffer AND eos before removing fakesink.
18177         Fixes hang with demuxers doing EOS while pre-rolling.
18178         Solves #328279
18179
18180 2006-01-23  Andy Wingo  <wingo@pobox.com>
18181
18182         * ext/alsa/gstalsasink.c:
18183         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18184         (gst_base_rtp_depayload_setcaps),
18185         (gst_base_rtp_depayload_add_to_queue),
18186         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18187         
18188         Patch by: Jens Granseuer <jensgr at gmx dot net>
18189
18190 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18191
18192         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18193         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18194         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18195         frames. We might get a frame destroyed after changing state to
18196         NULL, adding a safety check on xcontext.
18197
18198 2006-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18199
18200         * gst-libs/gst/interfaces/xoverlay.c:
18201           Fix prepare-xwindow-id code example in the docs - we need to
18202           ignore all messages that aren't element messages as well.
18203           
18204 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18205
18206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18207           I think one day i'll completely undestand how caps negotiation
18208           is supposed to work. This refactoring handles buffer_alloc
18209           called with caps we can't handle. We definitely don't want a
18210           set_caps with those caps, so we define and allocate a buffer
18211           we would like to receive.
18212
18213 2006-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18214
18215         * gst/playback/gstplaybasebin.c: (setup_source):
18216           Free iterator when done.
18217
18218 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18219
18220         * gst-libs/gst/audio/gstbaseaudiosink.c:
18221         (gst_base_audio_sink_render):
18222           Fix playback of non-synchronised streams by assuming a rate
18223           of 1.0 instead of a random one.
18224
18225           Makes this work again:
18226
18227           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18228           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18229           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18230           audioresample ! alsasink
18231
18232 === release 0.10.2 ===
18233
18234 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18235
18236         * configure.ac:
18237           releasing 0.10.2, "Then the devil is six"
18238
18239 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18240
18241         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18242         * gst/playback/gststreamselector.c:
18243         (gst_stream_selector_set_property):
18244           Comment out broken code that connects to the state-changed signal.
18245           At this point, changing current stream selection is broken, but 
18246           stuff like gst-launch playbin current-audio=1 works and filters
18247           to the chosen stream.
18248
18249 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18250
18251         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18252           Fix #327216 (null dereference in vorbisdec)
18253
18254 2006-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18255
18256         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18257           Post taglist actually on bus instead of just freeing it
18258           (fixes #327114 and totem bug #327080).
18259
18260         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18261           Use gst_element_found_tags_for_pad(), so that the tags
18262           are sent downstream as an event as well.
18263
18264 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18265
18266         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18267         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18268         (gst_ximagesink_buffer_alloc):
18269         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18270         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18271         (gst_xvimagesink_buffer_alloc):
18272           move all regularly occurring messages to GST_LOG level
18273           add some more object logs
18274
18275 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18276
18277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18278           fix a silly segfault
18279
18280 2006-01-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18281
18282         * docs/libs/gst-plugins-base-libs-docs.sgml:
18283         * docs/libs/gst-plugins-base-libs-sections.txt:
18284         * gst-libs/gst/audio/mixerutils.c:
18285         * gst-libs/gst/audio/mixerutils.h:
18286           Add docs for mixerutils stuff.
18287
18288 2006-01-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18289
18290         * gst/playback/gstplaybasebin.c: (setup_source):
18291           Fix playback for sources that emit raw audio or
18292           raw video streams (e.g.: cd audio sources) (#325984).
18293
18294 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18295
18296         * gst-libs/gst/audio/mixerutils.c:
18297         (gst_audio_mixer_filter_do_filter):
18298           actually save the element we create
18299
18300 2006-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18301
18302         * gst-libs/gst/cdda/gstcddabasesrc.c:
18303         (gst_cdda_base_src_handle_track_seek):
18304           No need to post a tag message on the bus when seeking
18305           within the same track, only post it when the current
18306           track changes.
18307
18308 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18309
18310         * gst/playback/gstplaybasebin.c: (group_destroy),
18311         (probe_triggered), (new_decoded_pad), (mute_group_type),
18312         (set_active_source):
18313         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18314         * gst/playback/gststreamselector.c:
18315         (gst_stream_selector_base_init),
18316         (gst_stream_selector_set_property),
18317         (gst_stream_selector_request_new_pad):
18318           Reenable stream selection. These mechanisms need a complete overhaul
18319           in the face of 0.8->0.10 changes though.
18320
18321 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18322
18323         * ext/ogg/gstoggdemux.c:
18324           Change the pad template to src_%d to match the pads that 
18325           are created from it. decodebin needs this information in order
18326           to decide that oggdemux is capable of producing multiple pads
18327           (and hence needs queues inserted).
18328
18329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18330         (gst_ogg_mux_collected):
18331           Make debug output more useful by using GST_PTR_FORMAT.
18332
18333 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18334
18335         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18336
18337         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18338           Set depth and width for alaw/mulaw (fixes #326601).
18339
18340 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18341
18342         * tests/icles/Makefile.am:
18343           don't build the tests if we don't have the libs
18344
18345 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18346
18347         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18348         (gst_cd_paranoia_paranoia_callback):
18349           Don't try to free NULL pointers.
18350
18351 2006-01-10  Edward Hervey  <edward@fluendo.com>
18352
18353         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18354         (gst_audio_rate_change_state), (plugin_init):
18355         Add debugging category.
18356         Fix type issues.
18357         Add case for incoming buffers without valid offset/offset_end.
18358
18359 2006-01-10  Michael Smith  <msmith@fluendo.com>
18360
18361         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18362           Don't leak GCond in audio sources.
18363
18364 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18365
18366         * gst/playback/gstplaybin.c: (gen_audio_element):
18367           Don't leak an autoaudiosink/alsasink when we generate
18368           a new audio element. (old code, I guess)
18369
18370 2006-01-10  Michael Smith  <msmith@fluendo.com>
18371
18372         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18373           Support float audio in audiorate.
18374           Use width rather than depth for selecting sample width.
18375
18376 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18377
18378         * gst/videotestsrc/videotestsrc.h:
18379           Use GLib types here (that way we don't have to include the
18380           generated _stdint.h header, which makes life easier for win32
18381           folks that don't use autotools for the build) (#325990, patch
18382           by: Sergey Scobich).
18383
18384 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18385
18386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18387         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18388         (gst_ring_buffer_pause), (wait_segment):
18389         * gst-libs/gst/audio/gstringbuffer.h:
18390           Name (private) union, makes Forte compiler happy (this time
18391           for real) (#324900).
18392
18393 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18394
18395         * gst-libs/gst/audio/Makefile.am:
18396           Link against libgstinterfaces, needed for mixer
18397           and property probe stuff.
18398
18399 2006-01-09  Edward Hervey  <edward@fluendo.com>
18400
18401         * gst-libs/gst/Makefile.am:
18402
18403 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18404
18405         * gst-libs/gst/audio/Makefile.am:
18406         * gst-libs/gst/audio/mixerutils.c:
18407         (gst_audio_mixer_filter_do_filter),
18408         (gst_audio_mixer_filter_check_element),
18409         (gst_audio_mixer_filter_probe_feature),
18410         (element_factory_rank_compare_func),
18411         (gst_audio_default_registry_mixer_filter):
18412         * gst-libs/gst/audio/mixerutils.h:
18413           Add gst_audio_default_registry_mixer_filter() utility
18414           function.
18415
18416 2006-01-03  Michael Smith  <msmith@fluendo.com>
18417
18418         * gst/audioresample/resample.h:
18419           As before, but for o_buf
18420
18421 2006-01-03  Michael Smith  <msmith@fluendo.com>
18422
18423         * gst/audioresample/resample.h:
18424           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18425           since we do arithmetic on it.
18426
18427 2006-01-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18428
18429         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18430         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18431         (gst_ring_buffer_pause), (wait_segment):
18432         * gst-libs/gst/audio/gstringbuffer.h:
18433           Sun's Forte compiler doesn't seem to like anonymous structs,
18434           so use same setup as in GstBaseSrc (fixes #324900).
18435
18436 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18437
18438         * configure.ac:
18439         * gst/volume/Makefile.am:
18440         * gst/volume/demo.c:
18441           move old example to tests/examples/volume/volune.c
18442         * tests/examples/Makefile.am:
18443         * tests/examples/seek/seek.c: (main):
18444           change window-close event from "delete-event" to "destroy"
18445         * tests/examples/volume/Makefile.am:
18446         * tests/examples/volume/volume.c: (value_changed_callback),
18447         (setup_gui), (message_received), (eos_message_received), (main):
18448           fix event handling and bus usage
18449
18450 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18451
18452         * gst/audiotestsrc/gstaudiotestsrc.c:
18453         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18454         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18455         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18456         (gst_audio_test_src_create_square),
18457         (gst_audio_test_src_create_saw),
18458         (gst_audio_test_src_create_triangle),
18459         (gst_audio_test_src_create_silence),
18460         (gst_audio_test_src_create_white_noise),
18461         (gst_audio_test_src_create_pink_noise),
18462         (gst_audio_test_src_init_sine_table),
18463         (gst_audio_test_src_create_sine_table),
18464         (gst_audio_test_src_change_wave),
18465         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18466         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18467         * gst/audiotestsrc/gstaudiotestsrc.h:
18468           update to basesrc changes, implement segmented seeking and eos
18469           handling, add a 'sine-tab' waveform for performance critical playback
18470
18471 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18472
18473         * po/POTFILES.in:
18474           ... and this time the other modified file that I missed last time.
18475
18476 2005-12-29  Michael Smith  <msmith@fluendo.com>
18477
18478         * gst/playback/gstdecodebin.c: (new_pad):
18479           Fix non-C89 variable declaration not at the start of a block. Should
18480           help some compilers.
18481
18482 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18483
18484         * tests/check/Makefile.am:
18485           And now fix 'make distcheck' (builddir != srcdir)
18486
18487 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18488
18489         * configure.ac:
18490         * ext/cdparanoia/Makefile.am:
18491         * ext/cdparanoia/gstcdparanoia.c:
18492         * ext/cdparanoia/gstcdparanoia.h:
18493         * ext/cdparanoia/gstcdparanoiasrc.c:
18494         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18495         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18496         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18497         (gst_cd_paranoia_paranoia_callback),
18498         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18499         (gst_cd_paranoia_src_set_property),
18500         (gst_cd_paranoia_src_get_property), (plugin_init):
18501         * ext/cdparanoia/gstcdparanoiasrc.h:
18502           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18503           plugin again (there are still fixes required to playbin to make
18504           cdda:// uris work there).
18505
18506 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18507
18508         * tests/check/Makefile.am:
18509           Fix test case compilation.
18510
18511 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18512
18513         * gst-libs/gst/cdda/gstcddabasesrc.c:
18514         (gst_cdda_base_src_update_duration),
18515         (gst_cdda_base_src_calculate_cddb_id):
18516           An integer is not a string. Fix access to uninitialised variable.
18517
18518         * tests/check/Makefile.am:
18519           Add cddabasesrc unit test; also actually enable the vorbis test.
18520
18521         * tests/check/generic/states.c:
18522           Blacklist new cd audio elements as well.
18523
18524         * tests/check/libs/cddabasesrc.c:
18525           Unit test for GstCddaBaseSrc (discid calculation mostly).
18526
18527 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18528
18529         * docs/libs/Makefile.am:
18530         * docs/libs/gst-plugins-base-libs-docs.sgml:
18531         * docs/libs/gst-plugins-base-libs-sections.txt:
18532         * docs/libs/gst-plugins-base-libs.types:
18533           Add docs for libgstcdda/GstCddaBaseSrc.
18534
18535         * gst-libs/gst/interfaces/mixertrack.h:
18536           Do one struct member per line with a semicolon at the end, that way
18537           even gtk-doc might parse it without complaining.
18538
18539 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18540
18541         * configure.ac:
18542         * gst-libs/gst/Makefile.am:
18543         * gst-libs/gst/cdda/Makefile.am:
18544         * gst-libs/gst/cdda/base64.c:
18545         * gst-libs/gst/cdda/base64.h:
18546         * gst-libs/gst/cdda/gstcddabasesrc.c:
18547         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18548         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18549         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18550         (gst_cdda_base_src_get_property),
18551         (gst_cdda_base_src_get_track_from_sector),
18552         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18553         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18554         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18555         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18556         (gst_cdda_base_src_uri_get_protocols),
18557         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18558         (gst_cdda_base_src_uri_handler_init),
18559         (gst_cdda_base_src_setup_interfaces),
18560         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18561         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18562         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18563         (gst_cdda_base_src_add_tags),
18564         (gst_cdda_base_src_add_index_associations),
18565         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18566         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18567         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18568         (gst_cdda_base_src_create):
18569         * gst-libs/gst/cdda/gstcddabasesrc.h:
18570         * gst-libs/gst/cdda/sha1.c:
18571         * gst-libs/gst/cdda/sha1.h:
18572           Add new libgstcdda with GstCddaBaseSrc class.
18573
18574 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18575
18576         * ext/gnomevfs/gstgnomevfssink.h:
18577           Use GstBaseSinkClass as parent_class member for class struct, not
18578           GstBaseSink.
18579
18580 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18581
18582         Patch by: Michael Benes
18583
18584         * gst/videotestsrc/gstvideotestsrc.c:
18585         (gst_video_test_src_class_init), (gst_video_test_src_start):
18586           Add start method to reset running time and number of frames sent
18587           when starting up (fixes #324696)
18588
18589 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18590
18591         * docs/plugins/Makefile.am:
18592         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18593         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18594         * docs/plugins/gst-plugins-base-plugins.args:
18595         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18596         * docs/plugins/gst-plugins-base-plugins.signals:
18597           Add docs stuff for gnomevfssrc and gnomevfssink.
18598
18599         * ext/gnomevfs/gstgnomevfssrc.c:
18600           Fix example pipeline in gtk-doc blurb.
18601
18602 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18603
18604         * ext/gnomevfs/Makefile.am:
18605         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18606         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18607         (gst_gnome_vfs_handle_get_type), (plugin_init):
18608         * ext/gnomevfs/gstgnomevfs.h:
18609         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18610         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18611         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18612         (gst_gnome_vfs_sink_set_property),
18613         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18614         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18615         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18616         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18617         (gst_gnome_vfs_sink_uri_get_type),
18618         (gst_gnome_vfs_sink_uri_get_protocols),
18619         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18620         (gst_gnome_vfs_sink_uri_handler_init):
18621         * ext/gnomevfs/gstgnomevfssink.h:
18622           Port gnomevfssink; add gtk-doc blurb.
18623
18624         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18625         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18626         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18627         (gst_gnome_vfs_src_uri_get_type),
18628         (gst_gnome_vfs_src_uri_get_protocols),
18629         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18630         (gst_gnome_vfs_src_uri_handler_init),
18631         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18632         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18633         (gst_gnome_vfs_src_send_additional_headers_callback),
18634         (gst_gnome_vfs_src_received_headers_callback),
18635         (gst_gnome_vfs_src_push_callbacks),
18636         (gst_gnome_vfs_src_pop_callbacks),
18637         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18638         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18639         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18640         * ext/gnomevfs/gstgnomevfssrc.h:
18641           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18642           file; add gtk-doc blurb with example pipelines.
18643
18644 === release 0.10.1 ===
18645
18646 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18647
18648         * configure.ac:
18649           releasing 0.10.1, "Dobro Dedek"
18650
18651 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18652
18653         * gst/typefind/gsttypefindfunctions.c:
18654         iLBC30 and iLBC20 added to typefind.
18655
18656 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18657
18658         * gst-libs/gst/audio/gstbaseaudiosink.c:
18659         (gst_base_audio_sink_class_init):
18660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18661         (gst_base_audio_src_class_init):
18662           update strings, values are in microseconds
18663           change the default sink buffer time to something that is smaller
18664           (to help software volume mixing have a slightly lower delay) but
18665           still be acceptable on Wim's laptop
18666
18667 2005-12-20  Edward Hervey  <edward@fluendo.com>
18668
18669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18670         Made a quack, forgot to add DUCK to the riff video template.
18671
18672 2005-12-19  Edward Hervey  <edward@fluendo.com>
18673
18674         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18675         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18676         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18677         (gst_ogm_parse_chain):
18678         Make sure pads are initialized correctly.
18679         * gst-libs/gst/riff/riff-ids.h:
18680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18681         (gst_riff_create_video_template_caps):
18682         Add a whole bunch of FOURCC <=> MimeType.
18683         Extend the riff video pad template to support the newly added fourcc.
18684
18685 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18686
18687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18688         (gst_ogg_demux_activate_chain):
18689           Extra debug output when activating/deactivating chains.
18690
18691         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18692         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18693         (unlinked):
18694           Remove a queue from our list when it becomes unlinked.
18695           Don't add queues to elements in class 'Demux' if they
18696           can only produce one pad 
18697
18698 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18699
18700         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18701         (gst_video_sink_get_type): Add a debug category.
18702
18703 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18704
18705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18706         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18707           Handle downstream newsegment by sending our own newsegment before the
18708           next buffer to be released. (#323900)
18709
18710 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18711
18712         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18713         (gst_base_rtp_depayload_set_gst_timestamp):
18714           add queue delay to new segment as well (as opposed to just the first
18715           buffer). (bug #322347)
18716
18717 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18718
18719         * ext/libvisual/visual.c: (make_valid_name):
18720           change some char* into char[]
18721         * gst/audiotestsrc/gstaudiotestsrc.c:
18722         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18723         (gst_audio_test_src_create):
18724         * gst/audiotestsrc/gstaudiotestsrc.h:
18725           prepare to handle EOS and SEGMENT_DONE
18726
18727 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18728
18729         * tests/check/generic/states.c: (GST_START_TEST):
18730           Blacklist cdparanoia element in state test.
18731
18732 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18733
18734           Patch by: Benjamin Pineau
18735
18736         * gst/tcp/gsttcp.c:
18737         * gst/tcp/gsttcpclientsink.c:
18738         * gst/tcp/gsttcpserversink.c:
18739         * gst/tcp/gsttcpserversrc.c:
18740           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18741
18742 2005-12-15  Michael Smith  <msmith@fluendo.com>
18743
18744         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18745         (gst_video_rate_chain):
18746           Fix timestamping for videorate when the first buffer it sees has a
18747           non-zero timestamp. Fix some misleading debug output.
18748
18749 2005-12-15  Michael Smith  <msmith@fluendo.com>
18750
18751         * gst/audioresample/gstaudioresample.c:
18752           Don't leak all input buffers to audioresample.
18753
18754 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18755
18756         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18757           Don't operate on empty text buffers. Strip newlines and
18758           tabs only from the end of the text, but leave them intact
18759           in the middle. Fix typo in gtk-doc description.
18760
18761 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18762
18763         * gst/playback/gstplaybasebin.c:
18764         * gst/playback/gstplaybin.c: (handoff):
18765           Make sure the video frame buffer we return to apps via the
18766           "frame" property always has caps set on it. Modify
18767           _gst_gvalue_set_object() macro to handle NULL objects
18768           gracefully too.
18769
18770 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18771
18772         * gst/audiotestsrc/gstaudiotestsrc.c:
18773         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18774         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18775         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18776         (gst_audio_test_src_create):
18777         * gst/audiotestsrc/gstaudiotestsrc.h:
18778         Adjust to some recent api changes and add wtays new cool seeking
18779         capabillities
18780
18781 2005-12-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18782
18783         * ext/alsa/Makefile.am:
18784         * ext/alsa/gstalsadeviceprobe.c:
18785         * ext/alsa/gstalsadeviceprobe.h:
18786           Helper functions to add device probing via the GstPropertyProbe
18787           interface to a class.
18788
18789         * ext/alsa/gstalsamixer.h:
18790           Comment out GST_ALSA_MIXER, it returns a struct that's not
18791           used.
18792
18793         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18794           Add some debug info. 
18795
18796         * ext/alsa/gstalsamixerelement.c:
18797         (gst_alsa_mixer_element_interface_supported),
18798         (gst_implements_interface_init),
18799         (gst_alsa_mixer_element_init_interfaces),
18800         (gst_alsa_mixer_element_class_init),
18801         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18802         (gst_alsa_mixer_element_set_property),
18803         (gst_alsa_mixer_element_get_property),
18804         (gst_alsa_mixer_element_change_state):
18805         * ext/alsa/gstalsamixerelement.h:
18806           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18807           for device handling (gnome-volume-control will need that).
18808
18809 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18810
18811         * ext/Makefile.am: fix cdparanoia entry
18812         * gst-plugins-base.spec.in: add cdparanoia
18813
18814 2005-12-12  Michael Smith  <msmith@fluendo.com>
18815
18816         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18817           Use the correct function to free list of typefind factories.
18818
18819 2005-12-12  Wim Taymans  <wim@fluendo.com>
18820
18821         * gst/videotestsrc/gstvideotestsrc.c:
18822         (gst_video_test_src_class_init), (gst_video_test_src_init),
18823         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18824         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18825         (gst_video_test_src_create):
18826         * gst/videotestsrc/gstvideotestsrc.h:
18827         Implement seeking in videotestsrc.
18828         Small cleanups.
18829
18830 2005-12-12  Wim Taymans  <wim@fluendo.com>
18831
18832         * ext/cdparanoia/Makefile.am:
18833         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18834         (gst_paranoia_endian_get_type), (_do_init),
18835         (cdparanoia_class_init), (cdparanoia_init),
18836         (cdparanoia_set_property), (cdparanoia_get_property),
18837         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18838         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18839         (cdparanoia_convert), (cdparanoia_get_query_types),
18840         (cdparanoia_query), (cdparanoia_set_index),
18841         (cdparanoia_uri_set_uri):
18842         * ext/cdparanoia/gstcdparanoia.h:
18843         Partially ported cdparanoia now that basesrc can support a
18844         plugin like this..
18845
18846 2005-12-12  Wim Taymans  <wim@fluendo.com>
18847
18848         * tests/examples/seek/scrubby.c: (main):
18849         Set higher priority for bus events so they don't get reordered with
18850         gtk gui events.
18851
18852         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18853         (flush_toggle_cb), (main):
18854         Added checkbox to disable flushing seeks. 
18855         Disable scrubbing when doing non flushing seeks.
18856
18857 2005-12-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18858
18859         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18860         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18861         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18862         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18863           Implement some sort of event handling that doesn't rely on
18864           g_return_if_fail; make sure we always push the last chunk of an 
18865           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18866           state change function; remove some old cruft. Seeking is still
18867           rather unlikely to work though.
18868
18869         * tools/.cvsignore:
18870           Ignore more.
18871
18872 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18873
18874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18875         Fixed a leak of the current image reference when cleaning up.
18876         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18877
18878 2005-12-09  Michael Smith  <msmith@fluendo.com>
18879
18880         * tools/Makefile.am:
18881         * tools/gst-launch-ext-m.m:
18882           Remove gst-launch-ext. It doesn't work, and is no longer
18883           particularly useful.
18884
18885 2005-12-08  Luca Ognibene  <luogni@tin.it>
18886
18887         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18888           don't pass random values to ogmparse convert function.
18889           Make seeking possible in the exile1.ogm file.
18890
18891 2005-12-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18892
18893         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18894         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18895           Work around refcount problem with g_value_set_object() that occur
18896           if the core has been compiled against GLib-2.6 (g_value_set_object()
18897           will only g_object_ref() the element, but the caller will
18898           gst_object_unref() it and bad things will happen due to the way
18899           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18900           totem for people on FC4 using Thomas's 0.10 RPMs.
18901           
18902 2005-12-07  Edward Hervey  <edward@fluendo.com>
18903
18904         Time to welcome ogm to 0.10 :)
18905         
18906         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18907         (gst_ogg_pad_typefind):
18908         Oggdemux can now properly typefind elements with dynamic pads.
18909         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18910         Properly set caps on src pad, and set caps on outgoing buffers.
18911
18912 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18913
18914         * ext/alsa/gstalsamixer.h:
18915         * ext/alsa/gstalsamixerelement.h:
18916         * ext/alsa/gstalsamixeroptions.h:
18917         * ext/alsa/gstalsamixertrack.h:
18918         * ext/alsa/gstalsasink.c:
18919         * ext/alsa/gstalsasink.h:
18920         * ext/alsa/gstalsasrc.c:
18921         * ext/alsa/gstalsasrc.h:
18922         * ext/cdparanoia/gstcdparanoia.h:
18923         * ext/gnomevfs/gstgnomevfsuri.h:
18924         * ext/ogg/gstoggdemux.c:
18925         * ext/ogg/gstoggmux.c:
18926         * ext/pango/gsttextoverlay.h:
18927         * ext/theora/theoradec.c:
18928         * ext/theora/theoraenc.c:
18929         * ext/vorbis/vorbisdec.h:
18930         * ext/vorbis/vorbisenc.c:
18931         * ext/vorbis/vorbisenc.h:
18932         * ext/vorbis/vorbisparse.h:
18933         * gst-libs/gst/audio/gstaudioclock.h:
18934         * gst-libs/gst/audio/gstaudiosink.c:
18935         * gst-libs/gst/audio/gstaudiosink.h:
18936         * gst-libs/gst/audio/gstaudiosrc.c:
18937         * gst-libs/gst/audio/gstaudiosrc.h:
18938         * gst-libs/gst/audio/gstbaseaudiosink.c:
18939         * gst-libs/gst/audio/gstbaseaudiosink.h:
18940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18941         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18942         * gst-libs/gst/audio/gstringbuffer.h:
18943         * gst-libs/gst/audio/multichannel.h:
18944         * gst-libs/gst/floatcast/floatcast.h:
18945         * gst-libs/gst/interfaces/colorbalance.c:
18946         * gst-libs/gst/interfaces/colorbalance.h:
18947         * gst-libs/gst/interfaces/colorbalancechannel.h:
18948         * gst-libs/gst/interfaces/mixer.h:
18949         * gst-libs/gst/interfaces/mixeroptions.h:
18950         * gst-libs/gst/interfaces/mixertrack.h:
18951         * gst-libs/gst/interfaces/navigation.h:
18952         * gst-libs/gst/interfaces/propertyprobe.h:
18953         * gst-libs/gst/interfaces/tuner.h:
18954         * gst-libs/gst/interfaces/tunerchannel.h:
18955         * gst-libs/gst/interfaces/tunernorm.h:
18956         * gst-libs/gst/interfaces/xoverlay.h:
18957         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18958         * gst-libs/gst/riff/riff-ids.h:
18959         * gst-libs/gst/riff/riff-media.h:
18960         * gst-libs/gst/riff/riff-read.h:
18961         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18962         * gst-libs/gst/rtp/gstbasertppayload.c:
18963         * gst-libs/gst/rtp/gstbasertppayload.h:
18964         * gst-libs/gst/rtp/gstrtpbuffer.c:
18965         * gst-libs/gst/rtp/gstrtpbuffer.h:
18966         * gst-libs/gst/tag/gsttageditingprivate.h:
18967         * gst-libs/gst/tag/gstvorbistag.c:
18968         (gst_tag_list_from_vorbiscomment_buffer):
18969         * gst-libs/gst/tag/tag.h:
18970         * gst-libs/gst/video/video.h:
18971         * gst/adder/gstadder.c:
18972         * gst/adder/gstadder.h:
18973         * gst/audioconvert/audioconvert.c:
18974         * gst/audioconvert/audioconvert.h:
18975         * gst/audioconvert/gstaudioconvert.c:
18976         * gst/audioconvert/gstchannelmix.c:
18977         * gst/audioconvert/gstchannelmix.h:
18978         * gst/audiorate/gstaudiorate.c:
18979         * gst/audioresample/buffer.h:
18980         * gst/audioresample/functable.h:
18981         * gst/audioresample/gstaudioresample.c:
18982         * gst/audioresample/resample.h:
18983         * gst/ffmpegcolorspace/avcodec.h:
18984         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18985         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18986         * gst/ffmpegcolorspace/imgconvert.c:
18987         * gst/ffmpegcolorspace/imgconvert_template.h:
18988         * gst/playback/gstdecodebin.c:
18989         * gst/playback/gstplaybasebin.h:
18990         * gst/playback/gstplaybin.c:
18991         * gst/playback/gststreaminfo.h:
18992         * gst/tcp/gstfdset.c:
18993         * gst/tcp/gstfdset.h:
18994         * gst/tcp/gstmultifdsink.c:
18995         * gst/tcp/gstmultifdsink.h:
18996         * gst/tcp/gsttcp.h:
18997         * gst/tcp/gsttcpclientsrc.c:
18998         * gst/tcp/gsttcpclientsrc.h:
18999         * gst/tcp/gsttcpplugin.h:
19000         * gst/tcp/gsttcpserversink.c:
19001         * gst/tcp/gsttcpserversrc.c:
19002         * gst/typefind/gsttypefindfunctions.c:
19003         * gst/videorate/gstvideorate.c:
19004         * gst/videotestsrc/gstvideotestsrc.h:
19005         * gst/videotestsrc/videotestsrc.h:
19006         * sys/v4l/gstv4lcolorbalance.h:
19007         * sys/v4l/gstv4ltuner.h:
19008         * sys/v4l/gstv4lxoverlay.h:
19009         * sys/v4l/v4l_calls.h:
19010         * sys/v4l/videodev_mjpeg.h:
19011         * tests/check/elements/audioconvert.c:
19012         * tests/check/elements/audioresample.c:
19013         * tests/check/elements/audiotestsrc.c:
19014         * tests/check/elements/videotestsrc.c:
19015         * tests/check/elements/volume.c:
19016         * tests/examples/seek/scrubby.c:
19017         * tests/examples/seek/seek.c:
19018           expand tabs
19019
19020 === release 0.10.0 ===
19021
19022 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19023
19024         * configure.ac:
19025           releasing 0.10.0, "Mont-d'or"
19026
19027 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19028
19029         * tests/examples/seek/Makefile.am:
19030         Build fix for when gtk is not available.
19031
19032 2005-12-05  Andy Wingo  <wingo@pobox.com>
19033
19034         * ext/libvisual/visual.c: (get_buffer):
19035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19036         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19037         * ext/theora/theoradec.c: (theora_handle_data_packet):
19038         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19039         (theora_enc_chain):
19040         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19041         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19042         Update for alloc_buffer changes.
19043
19044 2005-12-05  Andy Wingo  <wingo@pobox.com>
19045
19046         patch by: Kai Vehmanen <kv2004 eca cx>
19047         
19048         * gst-libs/gst/rtp/gstbasertpdepayload.c
19049         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19050
19051 2005-12-04  Andy Wingo  <wingo@pobox.com>
19052
19053         patch by: Sebastien Cote <sebas642 yahoo ca>
19054         
19055         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19056         Fixes #319172.
19057
19058 2005-12-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19059
19060         * docs/plugins/Makefile.am:
19061         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19062         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19063         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19064         * ext/pango/gstclockoverlay.c:
19065         * ext/pango/gsttextoverlay.c: 
19066         * ext/pango/gsttextrender.c:
19067         * ext/pango/gsttimeoverlay.c:
19068           Add gtk-doc blurbs to pango elements.
19069
19070 2005-12-02  Wim Taymans  <wim@fluendo.com>
19071
19072         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19073         * gst/audioresample/buffer.h:
19074         * gst/audioresample/gstaudioresample.c:
19075         * gst/audioresample/gstaudioresample.h:
19076         * gst/audioresample/resample.c: (resample_input_flush),
19077         (resample_input_pushthrough), (resample_input_eos),
19078         (resample_get_output_size_for_input),
19079         (resample_get_input_size_for_output), (resample_get_output_size),
19080         (resample_get_output_data):
19081         * gst/audioresample/resample.h:
19082         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19083         Fix audioresample, seek torture, new segments, reverse negotiation
19084         etc.. work fine.
19085
19086 2005-12-02  Wim Taymans  <wim@fluendo.com>
19087
19088         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19089         Small cleanups.
19090
19091 2005-12-02  Wim Taymans  <wim@fluendo.com>
19092
19093         * gst/audioconvert/gstaudioconvert.c:
19094         (gst_audio_convert_transform):
19095         Post errors.
19096
19097 === release 0.9.7 ===
19098
19099 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19100
19101         * configure.ac:
19102           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19103
19104 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19105
19106         * Makefile.am:
19107         * po/hu.po:
19108         * win32/MANIFEST:
19109         * win32/gst.sln:
19110           add win32 MANIFEST file
19111           do something to the hungarian translation
19112
19113 2005-12-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19114
19115         * ext/Makefile.am:
19116           Add $(PANGO_DIR) to SUBDIRS
19117
19118         * ext/pango/gstclockoverlay.c:
19119         * ext/pango/gsttimeoverlay.c:
19120           Fix and improve element descriptions.
19121
19122 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19123
19124         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19125         * docs/plugins/inspect/plugin-libvisual.xml:
19126         * docs/plugins/inspect/plugin-pango.xml:
19127           add pango plugin to docs
19128
19129 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19130
19131         * configure.ac:
19132         * ext/Makefile.am:
19133           moved pango to base
19134
19135 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19136
19137         * configure.ac:
19138         * tests/Makefile.am:
19139         * tests/icles/.cvsignore:
19140         * tests/icles/Makefile.am:
19141         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19142         (close_display), (resize_window), (move_window), (create_window),
19143         (terminate_playback), (pause_playback), (start_playback), (main):
19144           add stress test for xoverlay from Julien
19145
19146 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19147
19148         * docs/libs/tmpl/gstcolorbalance.sgml:
19149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19150         * gst-libs/gst/rtp/gstbasertppayload.c:
19151         * gst-libs/gst/rtp/gstrtpbuffer.c:
19152         * gst-libs/gst/rtp/gstrtpbuffer.h:
19153           Do burger's rename for rtp payloaders and depayloaders
19154
19155 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19156
19157         * win32/:
19158           add Visual Studio 6 build files
19159
19160 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19161
19162         * docs/libs/gst-plugins-base-libs-docs.sgml:
19163         * docs/libs/gst-plugins-base-libs-sections.txt:
19164         * docs/libs/tmpl/gstaudio.sgml:
19165         * docs/libs/tmpl/gstringbuffer.sgml:
19166         * gst-libs/gst/interfaces/xoverlay.c:
19167         * gst-libs/gst/video/gstvideofilter.c:
19168         * gst-libs/gst/video/gstvideosink.c:
19169           update documentation
19170
19171 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19172
19173         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19174         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19175         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19176         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19177         (gst_multi_fd_sink_get_stats),
19178         (gst_multi_fd_sink_remove_client_link),
19179         (gst_multi_fd_sink_handle_client_read),
19180         (gst_multi_fd_sink_client_queue_data),
19181         (gst_multi_fd_sink_client_queue_caps),
19182         (gst_multi_fd_sink_client_queue_buffer),
19183         (gst_multi_fd_sink_new_client),
19184         (gst_multi_fd_sink_handle_client_write),
19185         (gst_multi_fd_sink_recover_client),
19186         (gst_multi_fd_sink_queue_buffer),
19187         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19188         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19189         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19190         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19191         * gst/tcp/gstmultifdsink.h:
19192         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19193         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19194         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19195         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19196         (gst_tcp_client_sink_set_property),
19197         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19198         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19199         * gst/tcp/gsttcpclientsink.h:
19200         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19201         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19202         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19203         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19204         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19205         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19206         * gst/tcp/gsttcpclientsrc.h:
19207         * gst/tcp/gsttcpplugin.c: (plugin_init):
19208         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19209         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19210         (gst_tcp_server_sink_finalize),
19211         (gst_tcp_server_sink_handle_server_read),
19212         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19213         (gst_tcp_server_sink_set_property),
19214         (gst_tcp_server_sink_get_property),
19215         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19216         * gst/tcp/gsttcpserversink.h:
19217         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19218         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19219         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19220         (gst_tcp_server_src_set_property),
19221         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19222         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19223         * gst/tcp/gsttcpserversrc.h:
19224           more borgifying
19225
19226 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19227
19228         * docs/plugins/Makefile.am:
19229         * docs/plugins/gst-plugins-base-plugins.args:
19230         * docs/plugins/inspect/plugin-libvisual.xml:
19231         * gst/audioconvert/plugin.h:
19232         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19233         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19234         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19235         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19236         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19237         (plugin_init):
19238         * gst/audiotestsrc/gstaudiotestsrc.c:
19239         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19240         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19241         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19242         (gst_audio_test_src_get_query_types),
19243         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19244         (gst_audio_test_src_create_square),
19245         (gst_audio_test_src_create_saw),
19246         (gst_audio_test_src_create_triangle),
19247         (gst_audio_test_src_create_silence),
19248         (gst_audio_test_src_create_white_noise),
19249         (gst_audio_test_src_init_pink_noise),
19250         (gst_audio_test_src_generate_pink_noise_value),
19251         (gst_audio_test_src_create_pink_noise),
19252         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19253         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19254         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19255         (plugin_init):
19256         * gst/audiotestsrc/gstaudiotestsrc.h:
19257         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19258         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19259         (gst_sub_parse_init), (gst_sub_parse_formats),
19260         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19261         (convert_encoding), (get_next_line),
19262         (gst_sub_parse_data_format_autodetect),
19263         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19264         (gst_sub_parse_loop), (gst_sub_parse_chain),
19265         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19266         (plugin_init):
19267         * gst/subparse/gstsubparse.h:
19268         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19269         (gst_video_rate_base_init), (gst_video_rate_class_init),
19270         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19271         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19272         (gst_video_rate_init), (gst_video_rate_event),
19273         (gst_video_rate_chain), (gst_video_rate_set_property),
19274         (gst_video_rate_get_property), (gst_video_rate_change_state),
19275         (plugin_init):
19276         * gst/videoscale/gstvideoscale.c:
19277         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19278         (gst_video_scale_src_template_factory),
19279         (gst_video_scale_sink_template_factory),
19280         (gst_video_scale_get_type), (gst_video_scale_base_init),
19281         (gst_video_scale_class_init), (gst_video_scale_init),
19282         (gst_video_scale_set_property), (gst_video_scale_get_property),
19283         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19284         (gst_video_scale_prepare_size), (parse_caps),
19285         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19286         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19287         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19288         (plugin_init):
19289         * gst/videoscale/gstvideoscale.h:
19290         * gst/videotestsrc/gstvideotestsrc.c:
19291         (gst_video_test_src_pattern_get_type),
19292         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19293         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19294         (gst_video_test_src_set_pattern),
19295         (gst_video_test_src_set_property),
19296         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19297         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19298         (gst_video_test_src_event), (gst_video_test_src_get_times),
19299         (gst_video_test_src_create), (plugin_init):
19300         * gst/videotestsrc/gstvideotestsrc.h:
19301         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19302         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19303         (gst_video_test_src_black):
19304         * gst/videotestsrc/videotestsrc.h:
19305           borgify further
19306           clean up docs a little
19307
19308 2005-11-30  Wim Taymans  <wim@fluendo.com>
19309
19310         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19311         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19312         (gst_basertppayload_event), (gst_basertppayload_push),
19313         (gst_basertppayload_change_state):
19314         * gst-libs/gst/rtp/gstbasertppayload.h:
19315         closed #320644.
19316
19317 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19318
19319         * docs/libs/gst-plugins-base-libs-docs.sgml:
19320         * docs/libs/gst-plugins-base-libs-sections.txt:
19321         * gst-libs/gst/video/gstvideofilter.c:
19322         * gst-libs/gst/video/gstvideosink.c:
19323         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19324
19325 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19326
19327         * LICENSE:
19328           move
19329         * po/af.po:
19330         * po/az.po:
19331         * po/cs.po:
19332         * po/en_GB.po:
19333         * po/hu.po:
19334         * po/it.po:
19335         * po/nb.po:
19336         * po/nl.po:
19337         * po/or.po:
19338         * po/sq.po:
19339         * po/sr.po:
19340         * po/sv.po:
19341         * po/uk.po:
19342         * po/vi.po:
19343         * Makefile.am:
19344           update
19345         * scripts/autoplugins.sh:
19346           remove
19347
19348 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19349
19350         * Makefile.am:
19351         * configure.ac:
19352         * examples/Makefile.am:
19353         * examples/capsfilter/Makefile.am:
19354         * examples/capsfilter/capsfilter1.c:
19355         * examples/gob/Makefile.am:
19356         * examples/gob/gst-identity2.gob:
19357         * examples/indexing/.cvsignore:
19358         * examples/indexing/Makefile.am:
19359         * examples/indexing/indexmpeg.c:
19360         * examples/seeking/.cvsignore:
19361         * examples/seeking/Makefile.am:
19362         * examples/seeking/cdparanoia.c:
19363         * examples/seeking/cdplayer.c:
19364         * examples/seeking/chained.c:
19365         * examples/seeking/scrubby.c:
19366         * examples/seeking/seek.c:
19367         * examples/stats/Makefile.am:
19368         * examples/stats/mp2ogg.c:
19369         * examples/switch/.cvsignore:
19370         * examples/switch/Makefile.am:
19371         * examples/switch/switcher.c:
19372         * tests/Makefile.am:
19373         * tests/check/generic/.cvsignore:
19374         * tests/check/pipelines/.cvsignore:
19375         * tests/examples/Makefile.am:
19376         * tests/examples/seek/Makefile.am:
19377           reorganize stuff under tests/
19378
19379 2005-11-30  Edward Hervey  <edward@fluendo.com>
19380
19381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19382         Go away you stupid GstStaticPadTemplate memleak.
19383
19384 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19385
19386         * gst-libs/gst/net/Makefile.am:
19387         * gst-libs/gst/net/README:
19388         * gst-libs/gst/net/gstnetbuffer.c:
19389         * gst-libs/gst/net/gstnetbuffer.h:
19390           this was moved to "netbuffer"
19391
19392 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19393
19394         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19395         (gst_video_filter_class_init), (gst_video_filter_init):
19396         * gst-libs/gst/video/gstvideofilter.h:
19397           borgify name to bring in line with other classes
19398
19399 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19400
19401         * gst/audioscale/.cvsignore:
19402         * gst/audioscale/Makefile.am:
19403         * gst/audioscale/README:
19404         * gst/audioscale/audioscale.vcproj:
19405         * gst/audioscale/dtof.c:
19406         * gst/audioscale/dtos.c:
19407         * gst/audioscale/functable.c:
19408         * gst/audioscale/gstaudioscale.c:
19409         * gst/audioscale/gstaudioscale.h:
19410         * gst/audioscale/private.h:
19411         * gst/audioscale/resample.c:
19412         * gst/audioscale/resample.h:
19413         * gst/audioscale/test.c:
19414           remove
19415
19416 2005-11-30  Edward Hervey  <edward@fluendo.com>
19417
19418         * gst-libs/gst/netbuffer/Makefile.am:
19419         really, really tired
19420
19421 2005-11-30  Edward Hervey  <edward@fluendo.com>
19422
19423         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19424         Update for new GstTypeFindFactory _register()
19425
19426 2005-11-30  Edward Hervey  <edward@fluendo.com>
19427
19428         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19429         Let's not override libgstnet from core for no reason...
19430         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19431         Ok, maybe not so quick next time.
19432
19433 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19434
19435         * configure.ac:
19436         * gst-libs/gst/Makefile.am:
19437           moved gst-libs/gst/net to netbuffer through CVS surgery
19438           remove old directory
19439           updating build to accomodate
19440           (#322257)
19441
19442 2005-11-29  Andy Wingo  <wingo@pobox.com>
19443
19444         * pkgconfig/gstreamer-plugins-base.pc.in:
19445         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19446         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19447         (#322257).
19448
19449 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19450
19451         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19452         3rd time's the charm. Correct ref-counting for discarded buffers.
19453
19454 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19455
19456         * gst/playback/gststreamselector.c:
19457         (gst_stream_selector_class_init),
19458         (gst_stream_selector_set_property),
19459         (gst_stream_selector_get_property),
19460         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19461         Fix ref-counting
19462
19463 2005-11-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19464
19465         * gst/subparse/gstsubparse.c: (feed_textbuf):
19466           Don't access already unref'ed buffer.
19467
19468 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19469
19470         * gst/playback/gststreamselector.c:
19471         (gst_stream_selector_class_init), (gst_stream_selector_init),
19472         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19473         (gst_stream_selector_get_property),
19474         (gst_stream_selector_get_linked_pad),
19475         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19476         * gst/playback/gststreamselector.h:
19477         Add the active-pad property for playbin to use shortly. Ignore buffers
19478         from any other pad, returning GST_FLOW_NOT_LINKED
19479
19480 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19481
19482         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19483         patch from bug #322704 (Alessandro Decina).
19484
19485 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * gst-libs/gst/audio/Makefile.am:
19488           folded audiofilter into the audio library
19489
19490 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19491
19492         * gst/videoscale/gstvideoscale.h:
19493         * gst/videoscale/gstvideoscale.c:
19494           remove unimplemented scale methods
19495
19496 2005-11-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19497
19498         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19499           Don't leak caps.
19500
19501 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19502
19503         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19504         (gst_ximagesink_setcaps):
19505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19506         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19507         happens (only visible on ximagesink but bug is in xv too) set_caps was
19508         destroying the internal x[v]image used to memcpy non locally alloced
19509         buffers so that it got renewed on next _chain. The issue is that 
19510         _expose will try to put that image as it reffed it in _put.
19511         Using gst_buffer_unref instead of destroy fixes it !
19512
19513 2005-11-28  Edward Hervey  <edward@fluendo.com>
19514
19515         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19516         (try_to_link_1), (queue_filled_cb):
19517         Better use of the queues. Start with a small size queue and only increase
19518         the size of the queues when the other queues are empty.
19519
19520 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19521
19522         * gst-libs/gst/video/Makefile.am:
19523           compile in copied-over videofilter into the video library
19524         * gst-libs/gst/video/videosink.h:
19525           rename the header to gstvideosink.h since it's a base GstObject class
19526         * sys/ximage/ximagesink.h:
19527         * sys/xvimage/xvimagesink.h:
19528           use the new header
19529
19530 2005-11-28  Wim Taymans  <wim@fluendo.com>
19531
19532         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19533         * gst/playback/gstplaybasebin.h:
19534         Prepare to handle errors betters.
19535
19536         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19537         Set sinks to PAUSED first before adding and linking them so that
19538         we don't interrupt dataflow.
19539
19540 2005-11-28  Wim Taymans  <wim@fluendo.com>
19541
19542         * gst-libs/gst/audio/TODO:
19543         Updated TODO
19544
19545         * gst-libs/gst/audio/gstaudiosink.c:
19546         (gst_audioringbuffer_open_device),
19547         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19548         (gst_audioringbuffer_release):
19549         Small cleanups.
19550
19551         * gst-libs/gst/audio/gstbaseaudiosink.c:
19552         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19553         (gst_base_audio_sink_change_state):
19554         Slave to the master clock when going to PLAYING and unslave when
19555         going to PAUSED.
19556
19557         * gst-libs/gst/audio/gstringbuffer.c:
19558         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19559         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19560         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19561         (gst_ring_buffer_clear_all), (wait_segment),
19562         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19563         (gst_ring_buffer_advance):
19564         * gst-libs/gst/audio/gstringbuffer.h:
19565         Add some docs and cleanups.
19566
19567 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19568
19569         * sys/xvimage/xvimagesink.c:
19570         (gst_xvimagesink_navigation_send_event): Fix navigation events
19571         coordinates translation with pixel aspect ratios.
19572
19573 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19574
19575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19576         Use calculated video geometry from _setcaps instead of buffer
19577         caps to respect pixel aspect ratio. (fixes #322388)
19578
19579 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19580
19581         * docs/libs/tmpl/gstcolorbalance.sgml:
19582         * docs/libs/tmpl/gstmixer.sgml:
19583         * docs/libs/tmpl/gstxoverlay.sgml:
19584         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19585         interface.
19586
19587 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19588
19589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19590         Refuse to create an XvImage if we can't find the format.
19591
19592 2005-11-28  Edward Hervey  <edward@fluendo.com>
19593
19594         * gst-libs/gst/riff/riff-media.c:
19595         (gst_riff_create_audio_template_caps):
19596         Add ATRAC3 to the list of riff-possible audio caps.
19597         I know we still don't have a plugin for atrac3, but it's saner to output
19598         that than a cryptic mimetype.
19599
19600 2005-11-27  Edward Hervey  <edward@fluendo.com>
19601
19602         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19603         Don't try to create a zero-sized subbuffer.
19604
19605 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19606
19607         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19608         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19609         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19610         (gst_ximagesink_expose): Fixed a tricky race.
19611         * sys/ximage/ximagesink.h:
19612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19613         (gst_xvimagesink_expose): Fixed a tricky race.
19614         * sys/xvimage/xvimagesink.h:
19615
19616 2005-11-27  Edward Hervey  <edward@fluendo.com>
19617
19618         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19619         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19620         Remove unused properties, and add queues between demuxers and decoders
19621         so that a lot more files can preroll properly.
19622
19623 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * gst-libs/gst/net/Makefile.am:
19626         * gst-libs/gst/rtp/Makefile.am:
19627         * gst-libs/gst/tag/Makefile.am:
19628           remove silly include
19629         * gst/tags/Makefile.am:
19630         * gst/tags/gsttagediting.c:
19631         * gst/tags/gsttageditingprivate.h:
19632         * gst/tags/tagedit.vcproj:
19633           remove directory, is as good as empty
19634
19635 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * configure.ac:
19638           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19639         * gst-libs/Makefile.am:
19640         * gst-libs/gst/audio/Makefile.am:
19641         * gst-libs/gst/interfaces/Makefile.am:
19642         * gst-libs/gst/net/Makefile.am:
19643         * gst-libs/gst/riff/Makefile.am:
19644         * gst-libs/gst/rtp/Makefile.am:
19645         * gst-libs/gst/tag/Makefile.am:
19646         * gst-libs/gst/video/Makefile.am:
19647           and use them
19648
19649 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19650
19651         * docs/libs/tmpl/gstcolorbalance.sgml:
19652         * docs/libs/tmpl/gstmixer.sgml:
19653         * docs/libs/tmpl/gstxoverlay.sgml:
19654         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19655         * sys/ximage/ximagesink.h:
19656         * sys/xvimage/xvimagesink.h: More and more documentation.
19657
19658 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19659
19660         * docs/libs/gst-plugins-base-libs-docs.sgml:
19661         * docs/libs/gst-plugins-base-libs-sections.txt:
19662         * docs/libs/tmpl/gstcolorbalance.sgml:
19663         * docs/libs/tmpl/gstmixer.sgml:
19664         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19665         to documentation.
19666
19667 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19668
19669         * docs/plugins/Makefile.am:
19670         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19671         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19672         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19673
19674 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19675
19676         * docs/plugins/Makefile.am:
19677         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19678         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19679         * docs/plugins/inspect/plugin-adder.xml:
19680         * docs/plugins/inspect/plugin-alsa.xml:
19681         * docs/plugins/inspect/plugin-audioconvert.xml:
19682         * docs/plugins/inspect/plugin-audiorate.xml:
19683         * docs/plugins/inspect/plugin-audioresample.xml:
19684         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19685         * docs/plugins/inspect/plugin-decodebin.xml:
19686         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19687         * docs/plugins/inspect/plugin-gnomevfs.xml:
19688         * docs/plugins/inspect/plugin-ogg.xml:
19689         * docs/plugins/inspect/plugin-playbin.xml:
19690         * docs/plugins/inspect/plugin-subparse.xml:
19691         * docs/plugins/inspect/plugin-tcp.xml:
19692         * docs/plugins/inspect/plugin-theora.xml:
19693         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19694         * docs/plugins/inspect/plugin-video4linux.xml:
19695         * docs/plugins/inspect/plugin-videorate.xml:
19696         * docs/plugins/inspect/plugin-videoscale.xml:
19697         * docs/plugins/inspect/plugin-videotestsrc.xml:
19698         * docs/plugins/inspect/plugin-volume.xml:
19699         * docs/plugins/inspect/plugin-vorbis.xml:
19700         * docs/plugins/inspect/plugin-ximagesink.xml:
19701         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19702         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19703
19704 2005-11-26  Edward Hervey  <edward@fluendo.com>
19705
19706         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19707         Properly return GstFlowReturn from gst_pad_push in chain functions.
19708
19709 2005-11-25  Michael Smith  <msmith@fluendo.com>
19710
19711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19712         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19713         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19714         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19715           Handle various conditions better when we don't understand a stream.
19716           Removes a heap of CRITICALs on ogg streams containing unknown data.
19717
19718 2005-11-24  Andy Wingo  <wingo@pobox.com>
19719
19720         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19721         Be threadsafe.
19722
19723 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19724
19725         * configure.ac: back to HEAD
19726
19727 === release 0.9.6 ===
19728
19729 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19730
19731         * configure.ac:
19732           releasing 0.9.6, "White Eight"
19733
19734 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19737         * docs/plugins/inspect/plugin-sine.xml:
19738           remove sinesrc some more
19739
19740 2005-11-23  Wim Taymans  <wim@fluendo.com>
19741
19742         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19743         If we are reading too slowly, jump forward in the ringbuffer
19744         instead of blocking.
19745
19746 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19747
19748         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19749         (gst_visual_chain):
19750         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19751         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19752         (gst_videorate_chain):
19753         * gst/videotestsrc/gstvideotestsrc.c:
19754         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19755         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19756         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19757         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19758         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19759         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19760           Updates for API changes
19761
19762 2005-11-23  Wim Taymans  <wim@fluendo.com>
19763
19764         * gst-libs/gst/audio/gstbaseaudiosink.c:
19765         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19766         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19767         Fix for calibration API change.
19768
19769 2005-11-23  Michael Smith <msmith@fluendo.com>
19770
19771         * gst-libs/gst/audio/multichannel.c:
19772         (gst_audio_get_channel_positions),
19773         (gst_audio_set_channel_positions),
19774         (gst_audio_set_structure_channel_positions_list),
19775         (gst_audio_fixate_channel_positions):
19776           Use gst_value_array_*() functions on value arrays, not
19777           gst_value_list_*().
19778
19779 2005-11-23  Edward Hervey  <edward@fluendo.com>
19780
19781         * autogen.sh:
19782         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19783         Fixes autogen
19784
19785 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19786
19787         * check/Makefile.am:
19788         * check/elements/videotestsrc.c: (setup_videotestsrc),
19789         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19790         (main):
19791           add a test for videotestsrc
19792
19793 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19794
19795         * gst/sine/.cvsignore:
19796         * gst/sine/Makefile.am:
19797         * gst/sine/gstsinesrc.c:
19798         * gst/sine/gstsinesrc.h:
19799         * gst/sine/sinesrc.vcproj:
19800           and remove sinesrc from the repository.  Closes #321446
19801
19802 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19803
19804         * configure.ac:
19805         * gst-plugins-base.spec.in:
19806           remove sinesrc from the build
19807
19808 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19809
19810         * check/Makefile.am:
19811         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19812         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19813         (main):
19814           add a test for audiotestsrc, testing all waves.  Even seems
19815           leak-free at first glance, nice job Stefan
19816
19817 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19818
19819         * po/af.po:
19820         * po/az.po:
19821         * po/cs.po:
19822         * po/en_GB.po:
19823         * po/hu.po:
19824         * po/it.po:
19825         * po/nb.po:
19826         * po/nl.po:
19827         * po/or.po:
19828         * po/sq.po:
19829         * po/sr.po:
19830         * po/sv.po:
19831         * po/uk.po:
19832         * po/vi.po:
19833           Translation string updates
19834
19835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19836         (gst_v4lsrc_set_caps):
19837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19838         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19839         * sys/v4l/v4lsrc_calls.h:
19840           Improve v4lsrc, by making it work again.
19841
19842 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19843
19844         * ext/libvisual/visual.c: (gst_visual_chain):
19845           Fix the fps calculations.
19846
19847         * gst/ffmpegcolorspace/avcodec.h:
19848           Move structure element for clarity
19849
19850         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19851         * gst-libs/gst/interfaces/tunernorm.h:
19852         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19853         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19854         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19855         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19856         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19857         (gst_v4lmjpegsrc_getcaps):
19858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19859         (gst_v4lsrc_set_caps):
19860         * sys/v4l/gstv4lsrc.h:
19861         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19862         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19863         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19864         * sys/v4l/v4lsrc_calls.h:
19865           Fractional framerates...
19866
19867 2005-11-22  Wim Taymans  <wim@fluendo.com>
19868
19869         * gst-libs/gst/audio/gstbaseaudiosink.c:
19870         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19871         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19872         And we provide a clock by default, of course...
19873
19874 2005-11-22  Wim Taymans  <wim@fluendo.com>
19875
19876         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19877         This clock can be slaved to a master clock now.
19878
19879         * gst-libs/gst/audio/gstbaseaudiosink.c:
19880         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19881         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19882         (gst_base_audio_sink_set_clock),
19883         (gst_base_audio_sink_set_property),
19884         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19885         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19886         * gst-libs/gst/audio/gstbaseaudiosink.h:
19887         Handle slaving the internal clock to the clock selected in the
19888         pipeline.
19889         Add property to make the basesink not provide a clock.
19890
19891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19892         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19893         (gst_base_rtp_depayload_wait):
19894         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19895         We can use the clock in GstElement, no need to store it ourselves.
19896
19897 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19898
19899         * docs/libs/tmpl/gstaudio.sgml:
19900           update
19901         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19902         (gst_paranoia_endian_get_type):
19903         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19904         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19905         * gst/audiotestsrc/gstaudiotestsrc.c:
19906         (gst_audiostestsrc_wave_get_type):
19907         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19908         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19909         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19910         (gst_sync_method_get_type), (gst_unit_type_get_type),
19911         (gst_client_status_get_type), (gst_multifdsink_class_init),
19912         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19913         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19914         (gst_multifdsink_get_property):
19915         * gst/tcp/gstmultifdsink.h:
19916         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19917         * gst/videotestsrc/gstvideotestsrc.c:
19918         (gst_videotestsrc_pattern_get_type):
19919           remove deprecated properties
19920           fix up enums to correctly have short lowercase dashed nicks
19921
19922 2005-11-22  Michael Smith <msmith@fluendo.com>
19923
19924         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19925         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19926           Add underscore.
19927
19928 2005-11-22  Michael Smith <msmith@fluendo.com>
19929
19930         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19931         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19932           Use utility method for scaling clocktime for fractional framerates.
19933
19934 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19935
19936         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19937         (gst_visual_chain):
19938         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19939         * ext/theora/theoradec.c: (theora_handle_type_packet):
19940         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19941         (theora_enc_chain):
19942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19943         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19944         * gst-libs/gst/video/video.h:
19945         * gst/ffmpegcolorspace/avcodec.h:
19946         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19947         (gst_ffmpeg_caps_to_pixfmt):
19948         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19949         (gst_ffmpegcsp_set_caps):
19950         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19951         (gst_videorate_setcaps), (gst_videorate_blank_data),
19952         (gst_videorate_chain):
19953         * gst/videotestsrc/gstvideotestsrc.c:
19954         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19955         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19956         (gst_videotestsrc_event), (gst_videotestsrc_create):
19957         * gst/videotestsrc/gstvideotestsrc.h:
19958         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19959         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19960         (gst_ximagesink_get_times), (gst_ximagesink_init):
19961         * sys/ximage/ximagesink.h:
19962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19963         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19964         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19965         * sys/xvimage/xvimagesink.h:
19966           Convert elements to use fractions for their framerate.
19967           V4L elements to come later tonight.
19968
19969 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19970
19971         * gst-libs/gst/audio/audio.c:
19972         * gst-libs/gst/audio/audio.h:
19973           remove some deprecated functions
19974
19975 2005-11-22  Andy Wingo  <wingo@pobox.com>
19976
19977         * Update for gst_tag_setter API changes.
19978
19979 2005-11-22  Andy Wingo  <wingo@pobox.com>
19980
19981         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19982         (gst_ogg_demux_perform_seek):
19983         * ext/theora/theoradec.c (theora_dec_sink_event):
19984         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19985         update-funcnames.
19986
19987 2005-11-22  Wim Taymans  <wim@fluendo.com>
19988
19989         * examples/seeking/seek.c: (main):
19990         Give higher priority to bus signals than the gtk events
19991         to fix a race condition in the segment looping.
19992
19993 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19994
19995         * ext/theora/Makefile.am:
19996         * ext/vorbis/Makefile.am:
19997         * gst-libs/gst/tag/Makefile.am:
19998         * gst-plugins-base.spec.in:
19999           Rename libgsttagedit to libgsttag (#322117).
20000
20001 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20002
20003         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20005           Call gst_x_overlay_prepare_xwindow_id() to give applications
20006           a final chance to set their own xwindow id before the video
20007           sink creates its own window.
20008
20009 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20010
20011         * sys/xvimage/xvimagesink.c:
20012         (gst_xvimagesink_navigation_send_event): Handle navigation
20013         events correcly with borders if applicable.
20014
20015 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20016
20017         Patch by: Luca Ognibene
20018
20019         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20020         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20021         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20022         (gst_ffmpegcsp_caps_remove_format_info):
20023         * gst/ffmpegcolorspace/imgconvert.c:
20024         * gst/ffmpegcolorspace/imgconvert_template.h:
20025           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20026           #318353); use gst_structure_has_name().
20027
20028 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20029
20030         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20031         (gst_ximagesink_class_init): Add debug macros on functions.
20032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20033         (gst_xvimagesink_xwindow_draw_borders),
20034         (gst_xvimagesink_xvimage_put),
20035         (gst_xvimagesink_xwindow_update_geometry),
20036         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20037         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20038         (gst_xvimagesink_xcontext_clear),
20039         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20040         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20041         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20042         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20043         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20044         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20045         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20046         expose while being PAUSED, out of data flow navigation events, etc..
20047
20048 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20051         * gst-libs/gst/audio/audio.h:
20052           fix prototype - wondering why the test worked regardless
20053
20054 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * check/Makefile.am:
20057         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20058         * gst-libs/gst/audio/audio.h:
20059           add a method that returns a proper GstClockTime
20060
20061 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20062
20063         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20064         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20065         * gst-libs/gst/interfaces/xoverlay.h:
20066           Remove everything having to do with the desired size; add 
20067           gst_x_overlay_prepare_xwindow_id() function; remove the
20068           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20069           post a message on the bus instead (#321816).
20070
20071         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20073         (gst_xvimagesink_xoverlay_init):
20074           Remove desired size stuff (#321816).
20075
20076 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20077
20078         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20079         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20080         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20081           Terminate vararg functions with NULL instead of 0 to 
20082           make gcc4 happy.
20083
20084 2005-11-21  Andy Wingo  <wingo@pobox.com>
20085
20086         patch by: Sebastien Cote <sebas642@yahoo.ca>
20087         
20088         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20089         * gst-libs/gst/rtp/gstrtpbuffer.c
20090         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20091
20092 2005-11-21  Andy Wingo  <wingo@pobox.com>
20093
20094         * gst/playback/gstplaybin.c (gen_audio_element) 
20095         (gen_video_element): Use the new MISSING_PLUGIN core error
20096         category. Closes #320060.
20097
20098         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20099         * gst/videorate/gstvideorate.c (gst_videorate_event):
20100         * ext/theora/theoradec.c (theora_dec_sink_event): 
20101         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20102         stream lock.
20103
20104         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20105         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20106         stream lock changes.
20107
20108 2005-11-21  Wim Taymans  <wim@fluendo.com>
20109
20110         * gst-libs/gst/audio/gstbaseaudiosink.c:
20111         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20112         (gst_base_audio_sink_provide_clock),
20113         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20114         (gst_base_audio_sink_change_state):
20115         * gst/audioresample/gstaudioresample.c:
20116         Segment update fix.
20117
20118 2005-11-21  Andy Wingo  <wingo@pobox.com>
20119
20120         * *.h:
20121         * *.c: Ran scripts/update-macros. Oh yes.
20122
20123 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20124
20125         * sys/ximage/Makefile.am:
20126         * sys/ximage/ximage.c:
20127           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20128           remove your old libgstximage.* manually if necessary).
20129
20130 2005-11-21  Michael Smith <msmith@fluendo.com>
20131
20132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20133           Minimal fix for bug #320200: set the min/max bitrate in the correct
20134           units. A better fix would be to upgrade to the RATEMANAGE2
20135           interface, rather than using the deprecated interface used here, but
20136           that would require an update in our libvorbis dependency (to 1.1),
20137           which is probably undesirable.
20138
20139 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20140
20141         * ext/libvisual/visual.c: (get_buffer):
20142         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20143         (gst_base_audio_src_fixate):
20144         * gst/audioconvert/gstaudioconvert.c:
20145         (gst_audio_convert_fixate_caps):
20146         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20147         * gst/audiotestsrc/gstaudiotestsrc.c:
20148         (gst_audiotestsrc_src_fixate):
20149         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20150         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20151         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20152         * gst/videotestsrc/gstvideotestsrc.c:
20153         (gst_videotestsrc_src_fixate):
20154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20156           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20157           (#322027)
20158
20159
20160 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20161
20162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20163         (gst_riff_create_iavs_caps):
20164         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20165         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20166         (gst_riff_parse_info):
20167         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20168         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20170           Fixes for GST_FOURCC_FORMAT API change.
20171
20172 2005-11-21  Andy Wingo  <wingo@pobox.com>
20173
20174         patch by: Alessandro Dessina <alessandro nnva org>
20175
20176         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20177         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20178         (gst_ogg_parse_chain):
20179         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20180         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20181         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20182         gst_value_list calls on arrays. Fixes #321962.
20183
20184 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20185
20186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20187         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20188         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20189         * gst/adder/gstadder.c: (gst_adder_init),
20190         (gst_adder_request_new_pad), (gst_adder_collected),
20191         (gst_adder_change_state):
20192           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20193           API change.
20194
20195 2005-11-21  Michael Smith <msmith@fluendo.com>
20196
20197         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20198         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20199           Properly handle pad_push return values.
20200
20201 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20202
20203         * gst-libs/gst/tag/Makefile.am:
20204         * gst-libs/gst/tag/gstvorbistag.c:
20205         (gst_tag_list_to_vorbiscomment_buffer):
20206           Remove obsolete vorbistag element and debug category.
20207
20208         * gst/playback/gstplaybasebin.c: (check_queue):
20209           Don't divide by 0 when queue-threshold is 0.
20210
20211         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20212           Don't modify an existing pixel-aspect-ratio if we fail to read
20213           a new one.
20214
20215 2005-11-20  Wim Taymans  <wim@fluendo.com>
20216
20217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20218         (gst_vorbisenc_push_packet):
20219         GST_PAD_IS_USABLE is gone, use the return value of
20220         the push or pad_alloc_buffer instead.
20221
20222 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20223
20224         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20225         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20226         (gst_ximagesink_ximage_destroy),
20227         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20228         (gst_ximagesink_xwindow_new),
20229         (gst_ximagesink_xwindow_update_geometry),
20230         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20231         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20232         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20233         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20234         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20235         (gst_ximagesink_navigation_send_event),
20236         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20237         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20238         (gst_ximagesink_finalize), (gst_ximagesink_init),
20239         (gst_ximagesink_class_init):
20240         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20241         This new version brings correct software scaling, non flickering
20242         window while resizing, pixel aspect ratio handling, usage of
20243         hardware buffer pools, out of data flow event thread for 
20244         navigation and handling of expose events even when being PAUSED,
20245         a new property to keep video aspect ratio when resizing, etc...
20246
20247 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20248
20249         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20250         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20251         handling of PAR.
20252
20253 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20254
20255         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20256         Unsetting IS_SINK flag from the fakesink, so decodebin
20257         never behaves as a sink.
20258
20259 2005-11-17  Wim Taymans  <wim@fluendo.com>
20260
20261         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20262         (gst_base_audio_src_change_state):
20263         Fix the audiosrc base class again, we did not unflush.
20264
20265 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20266
20267         * examples/seeking/seek.c: (make_dv_pipeline),
20268         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20269         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20270         to ogg/vorbis/theora pipeline.
20271
20272 2005-11-17  Wim Taymans  <wim@fluendo.com>
20273
20274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20275         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20276         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20277         Fix EOS on multiple streams.
20278         More debugging.
20279
20280 2005-11-16  Wim Taymans  <wim@fluendo.com>
20281
20282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20283         (gst_ogg_demux_perform_seek):
20284         Segment done must include stream time.
20285
20286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20287         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20288         (gst_ogg_mux_change_state):
20289         Fix ogg muxer again.
20290
20291 2005-11-16  Wim Taymans  <wim@fluendo.com>
20292
20293         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20294         Fix compile again.
20295
20296 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20297
20298         * ext/libvisual/visual.c: (gst_visual_init):
20299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20300         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20301         (gst_ogg_parse_chain):
20302         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20303         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20304         * ext/theora/theoradec.c: (gst_theora_dec_init):
20305         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20306         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20307         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20308         * gst/adder/gstadder.c: (gst_adder_class_init),
20309         (gst_adder_dispose):
20310         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20311         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20312         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20313           Fix a whole set of pad template leaks
20314
20315 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20316
20317         * check/generic/states.c: (GST_START_TEST):
20318           fix the test so that it only checks for elements that are part of
20319           this source module
20320
20321 2005-11-16  Michael Smith <msmith@fluendo.com>
20322
20323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20324         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20325         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20326         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20327         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20328         (gst_ogg_mux_change_state):
20329           Fix leaking collectpads.
20330
20331 2005-11-16  Edward Hervey  <edward@fluendo.com>
20332
20333         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20334         (gst_videorate_event), (gst_videorate_chain):
20335         Handle segment seeks
20336
20337 2005-11-16  Wim Taymans  <wim@fluendo.com>
20338
20339         * gst-libs/gst/audio/gstbaseaudiosink.c:
20340         (gst_base_audio_sink_provide_clock),
20341         (gst_base_audio_sink_change_state):
20342         Set ringbuffer to non-flushing when going to PAUSED, set to
20343         flushing again when going to READY.
20344
20345         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20346         (gst_ring_buffer_stop):
20347         Start in flushing mode by default.
20348         Don't set flushing in the _stop method, let the app call
20349         this explicitly.
20350
20351 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20352
20353         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20354         * gst-libs/gst/video/videosink.h: Add helper function needed
20355         for video sinks.
20356
20357 2005-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20358
20359         * gst/videoscale/gstvideoscale.c:
20360         (gst_videoscale_handle_src_event):
20361           Don't leak reference to pad parent.
20362
20363 2005-11-16  Wim Taymans  <wim@fluendo.com>
20364
20365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20366         Set ringbuffer to flushing when stopping so that we don't
20367         block on wait_segment anymore and livelock.
20368
20369 2005-11-16  Wim Taymans  <wim@fluendo.com>
20370
20371         * examples/seeking/seek.c: (send_event), (do_seek),
20372         (loop_toggle_cb), (segment_done), (main):
20373         Added looping checkbox.
20374
20375 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20376
20377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20378         (gst_ogg_demux_init):
20379         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20380         (gst_vorbis_dec_init):
20381           revert unrefs, they don't pass make check
20382
20383 2005-11-15  Johan Dahlin  <johan@gnome.org>
20384
20385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20386         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20387         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20388         (gst_vorbis_dec_init):
20389         Fix pad template leaks. 
20390
20391 2005-11-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20392
20393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20394           Make state change function thread safe.
20395
20396 2005-11-15  Edward Hervey  <edward@fluendo.com>
20397
20398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20399         (gst_ogg_demux_class_init):
20400         Implement GstElement::send_event, so we can send seek events
20401         in GST_STATE_READY
20402
20403 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20404
20405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20406         Discovered how to take away flickering while resizing the
20407         window. Please don't put that in ximagesink, refactoring in
20408         progress.
20409
20410 2005-11-14  Michael Smith <msmith@fluendo.com>
20411
20412         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20413         (gst_multifdsink_render):
20414           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20415
20416 2005-11-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20417
20418         * gst/playback/gstplaybin.c: (gen_audio_element):
20419           Use autoaudiosink, it tends to be more widely available than
20420           autoaudiiosink.
20421           
20422 2005-11-14  Andy Wingo  <wingo@pobox.com>
20423
20424         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20425         as well if it is available. Fixes #316442.
20426
20427 2005-11-14  Michael Smith <msmith@fluendo.com>
20428
20429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20430         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20431         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20432         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20433         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20434         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20435         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20436         (gst_vorbisenc_change_state):
20437           Fix a small memory leak in vorbisenc.
20438           Fix large memory leaks in oggmux, also fix lots of state change
20439           bugs in oggmux.
20440
20441 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20442
20443         * gst/videotestsrc/gstvideotestsrc.c:
20444         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20445         (gst_videotestsrc_src_fixate):
20446           move fixation to a fixate function
20447           remove negotiate function, basesrc's is good enough
20448           fixes a bug for check when using the element alone
20449
20450 2005-11-13  Edward Hervey  <edward@fluendo.com>
20451
20452         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20453         (key_toggle_cb), (main):
20454         Added checkboxes for adding/removing the accurate and key_unit seek
20455         flags.
20456
20457 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20458
20459         * configure.ac: back to HEAD
20460
20461 === release 0.9.5 ===
20462
20463 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20464
20465         * configure.ac:
20466           releasing 0.9.5, "No No Kia"
20467
20468 2005-11-11  Edward Hervey  <edward@fluendo.com>
20469
20470         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20471         Added parse-launch syntax seeking mode for the seeking example.
20472         This should help stress-test even more cases.
20473         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20474
20475 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20476
20477         * sys/xvimage/xvimagesink.c:
20478         (gst_xvimagesink_navigation_send_event):
20479           Check whether peer pad exists before sending navigation events
20480           to it.
20481
20482 2005-11-11  Michael Smith <msmith@fluendo.com>
20483
20484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20485         (gst_vorbisenc_buffer_from_packet):
20486         * ext/vorbis/vorbisenc.h:
20487           Set duration on encoded buffers. This allows oggmux's
20488           max_page_delay parameter to actually work.
20489
20490 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20491
20492         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20493         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20494         (gst_ffmpegcsp_avpicture_fill):
20495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20496         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20497           Make palettes work again (see #132341). Use our own macros
20498           for rounding up.
20499
20500 2005-11-10  Andy Wingo  <wingo@pobox.com>
20501
20502         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20503         string doober.
20504
20505 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20506
20507         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20508         (gst_ffmpegcsp_transform_caps):
20509           Prefer passthrough in transform_caps
20510
20511 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20512
20513         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20514           check for ALSA errors properly, instead of relying on ALSA's
20515           error strings to serve to the user.
20516
20517 2005-11-10  Wim Taymans  <wim@fluendo.com>
20518
20519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20520         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20521         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20522         Modernise the seek code.
20523
20524 2005-11-10  Michael Smith <msmith@fluendo.com>
20525         
20526         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20527         (setup_substreams), (set_active_source):
20528           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20529           trying to go to NULL if we failed to read a file.
20530
20531 2005-11-10  Wim Taymans  <wim@fluendo.com>
20532
20533         * gst/audiotestsrc/gstaudiotestsrc.c:
20534         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20535         (gst_audiotestsrc_create):
20536         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20537         (gst_sinesrc_get_times), (gst_sinesrc_create):
20538         * gst/videotestsrc/gstvideotestsrc.c:
20539         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20540         (gst_videotestsrc_create):
20541         The base class can now sync for us.
20542
20543 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20546           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20547           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20548           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20549           format=(fourcc)I420" ! xvimagesink
20550
20551 2005-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20552
20553         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20554         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20555         (gst_sinesrc_newsegment):
20556           Send newsegment event in TIME format, set duration if
20557           num-buffers is set, fix duration querying.
20558
20559 2005-11-10  Michael Smith <msmith@fluendo.com>
20560
20561         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20562         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20563         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20564         (gst_ogg_mux_collected):
20565          Fix EOS handling, partially. Now forwarding an EOS event once we have
20566          EOS on all pads works correctly. However, we still don't properly set
20567          EOS on the actual ogg stream pages.
20568
20569 2005-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20570
20571         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20572           Set elements to NULL state before disposing of them.
20573
20574 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20575
20576         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20577
20578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20579         (gst_base_rtp_depayload_init),
20580         (gst_base_rtp_depayload_set_gst_timestamp):
20581         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20582           We need to send a newsegment event for each instance, not
20583           just for the first instance of this class (get rid of
20584           static variable in function). (#321011).
20585           
20586 2005-11-08  Michael Smith <msmith@fluendo.com>
20587
20588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20589         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20590         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20591         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20592           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20593           This makes us mux things correctly according to the ogg muxing
20594           rules. Still not handling EOS correctly right now, though.
20595
20596 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20597
20598         * gst/audioconvert/gstaudioconvert.c:
20599           Fix typo in docs. 
20600
20601 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20602
20603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20604         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20605           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20606           creating a new chain; should fix live streaming. Also
20607           add more debug output and fix a typo.
20608
20609 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20610
20611         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20612
20613         * gst/volume/gstvolume.c: (volume_set_caps):
20614           Fix compilation on Solaris with Forte. (#320923)
20615
20616 2005-11-08  Wim Taymans  <wim@fluendo.com>
20617
20618         * gst-libs/gst/audio/gstbaseaudiosink.c:
20619         (gst_base_audio_sink_render):
20620         No need to do a typecheck.
20621
20622 2005-11-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20623
20624         * ext/alsa/gstalsa.h:
20625           We register a debug category, so let's use it.
20626
20627 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20628
20629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20630         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20631         Fixed a small problem.
20632
20633 2005-11-04  Wim Taymans  <wim@fluendo.com>
20634
20635         * examples/seeking/Makefile.am:
20636         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20637         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20638         (make_playerbin_pipeline), (format_value), (update_scale),
20639         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20640         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20641         (print_usage), (main):
20642         Added app for playback speed testing.
20643
20644         * examples/seeking/seek.c: (dynamic_link),
20645         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20646         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20647         (message_received), (main):
20648         Updated seek example.
20649
20650 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20651
20652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20653         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20654         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20655         (gst_base_rtp_depayload_set_clock):
20656         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20657         Don't sleep on the bench (system clock) when you have a nice 
20658         comfortable bed (Gstreamer clock) to sleep on.
20659
20660 2005-11-03  Wim Taymans  <wim@fluendo.com>
20661
20662         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20663         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20664         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20665         Handle the case where a pad_block failed.
20666
20667 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20668
20669         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20670
20671         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20672         (gst_base_rtp_depayload_add_to_queue),
20673         (gst_base_rtp_depayload_push),
20674         (gst_base_rtp_depayload_set_gst_timestamp),
20675         (gst_base_rtp_depayload_queue_release):
20676           Fixes some bugs in the depayloader's queuing/de-queueing code.
20677
20678 2005-10-31  Michael Smith <msmith@fluendo.com>
20679
20680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20681         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20682         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20683           Patch from Alessandro Decina <alessandro@nnva.org>.
20684           Make oggdemux only find the final time in a chain, not per-pad,
20685           since the per-pad information can be very expensive to locate, and
20686           it isn't used anywhere. This makes reading a file containing
20687           OggSkeleton reasonably fast.
20688           Also, make chain finding work when there are logical bitstreams that
20689           can't be decoded. Fixes #319110.
20690
20691 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20692
20693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20694         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20695         (gst_base_rtp_depayload_chain),
20696         (gst_base_rtp_depayload_add_to_queue),
20697         (gst_base_rtp_depayload_push),
20698         (gst_base_rtp_depayload_set_gst_timestamp),
20699         (gst_base_rtp_depayload_queue_release),
20700         (gst_base_rtp_depayload_start_thread),
20701         (gst_base_rtp_depayload_set_property),
20702         (gst_base_rtp_depayload_get_property):
20703         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20704         Some random fixes, to fullfill the desires of thomas.
20705
20706 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20707
20708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20709         (gst_base_rtp_depayload_add_to_queue),
20710         (gst_base_rtp_depayload_push):
20711         Fixed the queueing algorithm.
20712
20713 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20714
20715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20716         (gst_base_rtp_depayload_push):
20717         A small fix
20718
20719 2005-10-31  Wim Taymans  <wim@fluendo.com>
20720
20721         * gst-libs/gst/audio/gstringbuffer.h:
20722         Don't break ABI.
20723
20724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20725         (gst_ffmpeg_caps_to_pixfmt):
20726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20727         (gst_ffmpegcsp_set_caps):
20728         Some more comments.
20729         Handle missing required caps fields better.
20730
20731 2005-10-31  Wim Taymans  <wim@fluendo.com>
20732
20733         * gst-libs/gst/audio/gstbaseaudiosink.c:
20734         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20735         (gst_base_audio_sink_render):
20736         * gst-libs/gst/audio/gstringbuffer.c:
20737         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20738         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20739         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20740         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20741         (gst_ring_buffer_read):
20742         * gst-libs/gst/audio/gstringbuffer.h:
20743         Add flushing mode to the ringbuffer so that it in all cases does
20744         not try to handle more audio. This makes sure it does not try to
20745         block anymore when flushing and fixes a livelock.
20746
20747 2005-10-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20748
20749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20750         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20751         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20752           Explicitly check for -1 values before doing a conversion
20753           and always map them to -1. (#315545)
20754
20755 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20756
20757         * gst/playback/gstplaybin.c: (gen_video_element):
20758           first try autovideosink, then xvimagesink, then error out
20759         * po/POTFILES.in:
20760           add translatable file
20761         * po/af.po:
20762         * po/az.po:
20763         * po/cs.po:
20764         * po/en_GB.po:
20765         * po/hu.po:
20766         * po/it.po:
20767         * po/nb.po:
20768         * po/nl.po:
20769         * po/or.po:
20770         * po/sq.po:
20771         * po/sr.po:
20772         * po/sv.po:
20773         * po/uk.po:
20774         * po/vi.po:
20775           update translations
20776
20777 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20778
20779         * gst-libs/gst/rtp/gstbasedepayload.c:
20780         * gst-libs/gst/rtp/gstbasedepayload.h:
20781           Minor cleanups
20782
20783 2005-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20784
20785         * gst/playback/.cvsignore:
20786         * gst/playback/decodetest.c:
20787         * gst/playback/test3.c:
20788           Port these two tests as well.
20789
20790 2005-10-27  Wim Taymans  <wim@fluendo.com>
20791
20792         * ext/theora/theoradec.c: (theora_dec_src_query),
20793         (theora_dec_sink_event):
20794         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20795         (theora_enc_change_state):
20796         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20797         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20798         Take proper locks when handling events.
20799
20800 2005-10-27  Wim Taymans  <wim@fluendo.com>
20801
20802         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20803         (gst_adder_change_state):
20804         Fix timestamps and fix deadlock when stopping the collectpads.
20805
20806 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20807
20808         * gst-libs/gst/rtp/gstrtpbuffer.h:
20809         Declaring the payload types as strings too so that they can be used
20810         in the padtemplate inialization.
20811
20812 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20813
20814         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20815
20816         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20817         (gst_base_rtp_depayload_class_init):
20818         Fixes a small but nasty bug. The derived elements no longer segfaults
20819         on finalization.
20820
20821 2005-10-26  Michael Smith <msmith@fluendo.com>
20822
20823         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20824           When clearing an audioconvert context, set tmpbufsize to zero, so
20825           we'll allocate it again later if required.
20826           This fixes audioconvert re-negotiating formats, which previously
20827           segfaulted with a NULL destination buffer.
20828
20829 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20830
20831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20832         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20833         (gst_base_rtp_depayload_set_gst_timestamp),
20834         (gst_base_rtp_depayload_queue_release):
20835         Fixed a smalll memleak.
20836
20837 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20838         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20839         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20840         (gst_base_rtp_depayload_finalize),
20841         (gst_base_rtp_depayload_setcaps),
20842         (gst_base_rtp_depayload_add_to_queue),
20843         (gst_base_rtp_depayload_push),
20844         (gst_base_rtp_depayload_set_gst_timestamp),
20845         (gst_base_rtp_depayload_queue_release),
20846         (gst_base_rtp_depayload_thread),
20847         (gst_base_rtp_depayload_change_state):
20848         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20849         Changed the C++ comments to C comments
20850
20851 2005-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20852
20853         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20854         * gst/tcp/gsttcpclientsrc.h:
20855         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20856         * gst/tcp/gsttcpserversrc.h:
20857           Remove unused 'curoffset' structure member.
20858
20859 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20860
20861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20862         (gst_base_rtp_depayload_base_init),
20863         (gst_base_rtp_depayload_finalize):
20864         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20865         * gst-libs/gst/rtp/gstbasertppayload.h:
20866           The pad-template on the sinkpad should be set by the derived classes.
20867           Also added some useful macros.
20868
20869 2005-10-24  Wim Taymans  <wim@fluendo.com>
20870
20871         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20872         Correctly flush decoder samples even if we could not
20873         copy them to an output buffer. Fixes #319618.
20874
20875 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20876
20877         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20879         the caps against our xcontext caps.
20880
20881 2005-10-24  Wim Taymans  <wim@fluendo.com>
20882
20883         * gst-libs/gst/audio/gstbaseaudiosink.c:
20884         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20885         Remove g_print
20886         Use sync property from baseclass to disable sync.
20887
20888 2005-10-24  Wim Taymans  <wim@fluendo.com>
20889
20890         * gst-libs/gst/audio/gstbaseaudiosink.c:
20891         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20892         Buffers with no timestamps get aligned with previous buffers or
20893         on underrun, played ASAP.
20894
20895 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20896
20897         * gst-libs/gst/video/video.h:
20898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20899         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20901         here comes my change on caps for framerate and geometry range.
20902         We are now accepting 1 to MAXINT for width and height, and from
20903         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20904         to be blended correctly in videomixer.
20905
20906 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20907
20908         * configure.ac:
20909           back to HEAD
20910
20911 === release 0.9.4 ===
20912
20913 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20914
20915         * NEWS:
20916         * RELEASE:
20917         * configure.ac:
20918           releasing 0.9.4, "Velociraptor"
20919
20920 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20921
20922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20923         * po/POTFILES.in:
20924           STOPPED -> FAILED
20925
20926 2005-10-21  Wim Taymans  <wim@fluendo.com>
20927
20928         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20929         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20930         (pad_blocked), (close_pad_link), (new_pad):
20931         Don't try to remove elements twice.
20932
20933 2005-10-21  Wim Taymans  <wim@fluendo.com>
20934
20935         * ext/theora/theoradec.c: (theora_dec_src_query),
20936         (theora_dec_sink_event):
20937         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20938         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20939         (vorbis_handle_data_packet):
20940         * ext/vorbis/vorbisdec.h:
20941         Fix old naming.
20942
20943         * gst-libs/gst/audio/gstbaseaudiosink.c:
20944         (gst_base_audio_sink_render):
20945         Don't try to sync on buffers without a timestamp.
20946
20947 2005-10-21  Wim Taymans  <wim@fluendo.com>
20948
20949         * ext/theora/theoradec.c: (theora_dec_src_query),
20950         (theora_dec_sink_event):
20951         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20952         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20953         (vorbis_handle_data_packet):
20954         * ext/vorbis/vorbisdec.h:
20955         Fix old naming.
20956
20957 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20958
20959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20960         (gst_vorbisenc_src_query):
20961           Implement position and duration queries.
20962
20963         * gst/playback/test3.c: (update_scale), (main):
20964           Fix for async state changes and print nicer output.
20965
20966 2005-10-20  Wim Taymans  <wim@fluendo.com>
20967
20968         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20969         (dump_element_stats), (main):
20970         * gst/playback/test6.c: (main):
20971         Fix tests again
20972
20973 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20974
20975         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20976         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20977           Don't use functions for position queries when handling
20978           duration queries.
20979
20980 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20981
20982         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20983         (vorbis_handle_data_packet), (vorbis_dec_chain),
20984         (vorbis_dec_change_state):
20985         * ext/vorbis/vorbisdec.h:
20986           Vorbis streams can be embedded in other container formats
20987           than ogg, container formats where the demuxer might set 
20988           timestamps on encoded vorbis buffers instead of those silly 
20989           granulepos thingies. In short: make vorbisdec handle 
20990           timestamps on incoming buffers as well.
20991
20992 2005-10-20  Wim Taymans  <wim@fluendo.com>
20993
20994         * gst/playback/gstplaybasebin.c: (group_destroy),
20995         (gst_play_base_bin_change_state):
20996         Fix leak.
20997         Handle case where playbasebin is now ASYNC because
20998         decodebin is.
20999
21000 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21001
21002         * gst/audioconvert/Makefile.am:
21003         * gst/audioconvert/bufferframesconvert.c:
21004         * gst/audioconvert/plugin.c: (plugin_init):
21005         * gst/audioconvert/plugin.h:
21006           And bye bye buffer-frames-convert
21007
21008 2005-10-19  Wim Taymans  <wim@fluendo.com>
21009
21010         * check/elements/audioconvert.c:
21011         * docs/libs/tmpl/gstaudio.sgml:
21012         * docs/libs/tmpl/gstcolorbalance.sgml:
21013         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21014         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21015         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21016         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21017         * gst-libs/gst/audio/audio.h:
21018         * gst/audioconvert/audioconvert.h:
21019         * gst/audioconvert/gstaudioconvert.c:
21020         (gst_audio_convert_parse_caps):
21021         * gst/volume/gstvolume.c:
21022         Bye bye buffer-frames.
21023
21024 2005-10-19  Wim Taymans  <wim@fluendo.com>
21025
21026         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21027         (query_positions_elems), (query_positions_pads), (update_scale),
21028         (do_seek), (set_update_scale), (message_received), (main):
21029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21030         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21031         (gst_ogg_demux_loop):
21032         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21033         * ext/theora/theoradec.c: (theora_dec_src_query),
21034         (theora_dec_sink_event):
21035         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21036         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21037         * gst/adder/gstadder.c: (gst_adder_query):
21038         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21039         * gst/playback/test3.c: (update_scale):
21040         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21041         (dump_element_stats), (main):
21042         * gst/playback/test6.c: (main):
21043         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21044         Query API update.
21045
21046 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21047
21048         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21049         (xml_check_first_element), (xml_type_find), (smil_type_find),
21050         (plugin_init):
21051           Add typefinding for SMIL and for generic XML. Based on patch by
21052           Akos Maroy (#308663).
21053
21054 2005-10-18  Wim Taymans  <wim@fluendo.com>
21055
21056         * gst/playback/Makefile.am:
21057         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21058         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21059         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21060         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21061         (gst_decode_bin_change_state):
21062         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21063         (gst_play_bin_send_event_to_sink):
21064         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21065         (dump_element_stats), (main):
21066         * gst/playback/test6.c: (main):
21067         Make playbin async, it'll commit state to paused when all streams
21068         are detected.
21069         Remove ugly hack.
21070         Added test6.c to show async behaviour.
21071
21072 2005-10-18  Wim Taymans  <wim@fluendo.com>
21073
21074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21075         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21076         Fix for segment-start/stop API change.
21077
21078 2005-10-18  Wim Taymans  <wim@fluendo.com>
21079
21080         * check/Makefile.am:
21081         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21082         (main):
21083         Add future test for clock selection.
21084
21085 2005-10-18  Wim Taymans  <wim@fluendo.com>
21086
21087         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21088         (gst_alsasink_close):
21089         Set handle to NULL.
21090
21091         * gst-libs/gst/audio/gstringbuffer.c:
21092         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21093         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21094         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21095         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21096         (gst_ring_buffer_read):
21097         More debug info.
21098
21099 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21100
21101         * gst/audiotestsrc/Makefile.am:
21102         * gst/sine/Makefile.am:
21103         * gst/volume/Makefile.am:
21104           fix broken build of controllerized plugins
21105
21106 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21107
21108         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21109
21110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21111         (gst_riff_create_video_template_caps):
21112           Add support for Indeo-3 (IV32).
21113
21114 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21115
21116         * configure.ac:
21117           rewrite
21118
21119 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21120
21121         * gst-libs/gst/video/video.c: (gst_video_get_size):
21122         * gst/audiotestsrc/gstaudiotestsrc.c:
21123           doc updates
21124
21125 2005-10-17  Andy Wingo  <wingo@pobox.com>
21126
21127         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21128         with the collectpads change.
21129         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21130
21131         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21132
21133         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21134
21135         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21136         alloc_buffer flow return to callers.
21137         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21138         change. Fix some memleaks in theoraenc.
21139
21140         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21141         in strange circumstance.
21142
21143 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21144
21145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21146         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21147         from caps, let's use the caps...
21148
21149 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21150
21151         * configure.ac:
21152           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21153
21154 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21155
21156         * gst-libs/gst/interfaces/Makefile.am:
21157           fix silly typo
21158
21159 2005-10-16  Andy Wingo  <wingo@pobox.com>
21160
21161         * gst/playback/gstdecodebin.c
21162         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21163         function!
21164         (try_to_link_1): Increase kraziness level.
21165
21166 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21167
21168         * configure.ac:
21169           restructure like the core one
21170         * gst-libs/gst/audio/Makefile.am:
21171         * gst-libs/gst/interfaces/Makefile.am:
21172         * gst-libs/gst/net/Makefile.am:
21173         * gst-libs/gst/riff/Makefile.am:
21174         * gst-libs/gst/rtp/Makefile.am:
21175         * gst-libs/gst/tag/Makefile.am:
21176         * gst-libs/gst/video/Makefile.am:
21177           use correct linker flags, now the libs are properly versioned
21178         * check/elements/audioconvert.c: (verify_convert):
21179         * ext/alsa/gstalsaplugin.c:
21180         * ext/cdparanoia/gstcdparanoia.c:
21181         * ext/gnomevfs/gstgnomevfs.c:
21182         * ext/libvisual/visual.c:
21183         * ext/ogg/gstogg.c:
21184         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21185         * ext/theora/theora.c:
21186         * ext/vorbis/vorbis.c:
21187         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21188         * gst-libs/gst/tag/gsttagediting.c:
21189         * gst-libs/gst/video/video.c:
21190         * gst/adder/gstadder.c:
21191         * gst/audioconvert/plugin.c:
21192         * gst/audiorate/gstaudiorate.c:
21193         * gst/audioresample/gstaudioresample.c:
21194         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21195         * gst/audioscale/gstaudioscale.c:
21196         * gst/audioscale/resample.c:
21197         * gst/audiotestsrc/gstaudiotestsrc.c:
21198         * gst/ffmpegcolorspace/gstffmpeg.c:
21199         * gst/playback/gstdecodebin.c: (close_pad_link):
21200         * gst/playback/gstplaybin.c: (gen_video_element),
21201         (gen_audio_element):
21202         * gst/sine/gstsinesrc.c:
21203         * gst/subparse/gstsubparse.c:
21204         * gst/tags/gsttagediting.c:
21205         * gst/tcp/gsttcpplugin.c:
21206         * gst/typefind/gsttypefindfunctions.c:
21207         * gst/videorate/gstvideorate.c:
21208         * gst/videoscale/gstvideoscale.c:
21209         * gst/videotestsrc/gstvideotestsrc.c:
21210         * gst/volume/gstvolume.c:
21211         * sys/v4l/gstv4l.c:
21212         * sys/ximage/ximage.c:
21213         * sys/xvimage/xvimagesink.c:
21214           fix up defines
21215
21216 2005-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21217
21218         * ext/vorbis/vorbisenc.c:
21219         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21220         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21221         (gst_tag_to_vorbis_comments):
21222           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21223
21224 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21225
21226         * examples/stats/mp2ogg.c:
21227         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21228           typo fixes
21229
21230 2005-10-13  Michael Smith <msmith@fluendo.com>
21231
21232         * ext/ogg/gstoggmux.c:
21233           Use magic glib macros to define constants as 64 bit, to ensure
21234           appropriate vararg passing.
21235
21236 2005-10-13  Michael Smith <msmith@fluendo.com>
21237
21238         * ext/ogg/gstoggmux.c:
21239         * gst/audioconvert/audioconvert.c: (float):
21240           Don't use LL suffix, as it's not portable, and neither of these
21241           uses required it anyway.
21242
21243 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21244
21245         * examples/indexing/indexmpeg.c: (main):
21246         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21247         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21248         (cdparanoia_convert), (cdparanoia_query):
21249         * ext/cdparanoia/gstcdparanoia.h:
21250         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21251         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21252         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21254         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21255         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21256         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21257         (gst_multifdsink_render), (gst_multifdsink_start),
21258         (gst_multifdsink_stop):
21259         * gst/tcp/gstmultifdsink.h:
21260         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21261         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21262         (gst_tcpclientsink_stop):
21263         * gst/tcp/gsttcpclientsink.h:
21264         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21265         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21266         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21267         * gst/tcp/gsttcpclientsrc.h:
21268         * gst/tcp/gsttcpserversink.h:
21269         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21270         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21271         (gst_tcpserversrc_stop):
21272         * gst/tcp/gsttcpserversrc.h:
21273         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21274         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21275         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21276           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21277           moved bitshift from macro to enum definition
21278
21279 2005-10-12  Wim Taymans  <wim@fluendo.com>
21280
21281         * examples/seeking/Makefile.am:
21282         Oops.
21283
21284 2005-10-12  Wim Taymans  <wim@fluendo.com>
21285
21286         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21287         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21288         Don't assert on normal stuff.
21289
21290         * gst/playback/gstplaybin.c: (do_playbin_seek):
21291         API fix.
21292
21293 2005-10-12  Wim Taymans  <wim@fluendo.com>
21294
21295         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21296         * examples/seeking/Makefile.am:
21297         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21298         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21299         (do_seek), (set_update_scale), (message_received), (main):
21300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21301         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21302         Update for _get_state() API change.
21303
21304 2005-10-11  Wim Taymans  <wim@fluendo.com>
21305
21306         * gst-libs/gst/audio/gstbaseaudiosink.c:
21307         (gst_base_audio_sink_render):
21308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21309         (gst_base_audio_src_create):
21310         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21311         (gst_ring_buffer_read):
21312         Cleanups.
21313         Commit and read from ringbuffer in samples rather than bytes.
21314
21315 2005-10-11  Wim Taymans  <wim@fluendo.com>
21316
21317         * gst-libs/gst/audio/gstbaseaudiosink.c:
21318         (gst_base_audio_sink_render):
21319         Respect segment rate and accum when scheduling samples.
21320
21321 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21322
21323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21324         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21325         EOS correctly, that needs more work.
21326
21327 2005-10-11  Wim Taymans  <wim@fluendo.com>
21328
21329         * check/generic/states.c: (GST_START_TEST):
21330         remove old property.
21331
21332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21333         (gst_ogg_demux_perform_seek):
21334         * ext/theora/theoradec.c: (theora_dec_sink_event):
21335         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21336         (vorbis_handle_data_packet):
21337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21338         (gst_base_rtp_depayload_set_gst_timestamp):
21339         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21340         Update for newsegment API change.
21341
21342 2005-10-11  Michael Smith <msmith@fluendo.com>
21343
21344         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21345         (do_playbin_seek), (gst_play_bin_send_event):
21346           Override send_event differently, so that we can takes bits of
21347           functionality from GstPipeline (special handling for seeks,
21348           including pausing/resuming, and resetting stream time) and still get
21349           the appropriate behaviour of only forwarding event to a single sink,
21350           rather than all of them.
21351           Unfortunately requires a lot of code duplication, but the
21352           alternatives are equally ugly in the end.
21353
21354 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21355
21356         * check/elements/audioconvert.c: (setup_audioconvert),
21357         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21358         (GST_START_TEST), (audioconvert_suite):
21359           clean up tests a little, fix some leaks.
21360
21361 2005-10-10  Wim Taymans  <wim@fluendo.com>
21362
21363         * ext/alsa/gstalsasink.c:
21364         Also allow unsigned int.
21365
21366         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21367         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21368         Small cleanup
21369
21370 2005-10-10  Wim Taymans  <wim@fluendo.com>
21371
21372         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21373         Small update, use API as stated in design docs.
21374
21375         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21376         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21377         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21378         (message_received), (main):
21379         Updated seek example for GOption. Some usability improvements.
21380
21381 2005-10-10  Wim Taymans  <wim@fluendo.com>
21382
21383         * gst/audioconvert/audioconvert.h:
21384         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21385         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21386         Alloc temp storage somewhere else where we can do it more
21387         portable.
21388
21389 2005-10-10  Wim Taymans  <wim@fluendo.com>
21390
21391         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21392         (gst_tcpserversrc_start):
21393         Don't block in accept while doing the state change, move
21394         to poll and make cancellable.
21395
21396 2005-10-09  Philippe Khalaf <burger@speedy.org>
21397
21398         * gst-libs/gst/rtp/rtpbasedepayload.c:
21399         Set timestamp and add queue delay to timestamp
21400         * gst-libs/gst/rtp/rtpbuffer.h:
21401         Set correct payload type for h263
21402
21403 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21404
21405         * gst/audiotestsrc/gstaudiotestsrc.c:
21406         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21407         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21408         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21409         (gst_audiotestsrc_create_triangle),
21410         (gst_audiotestsrc_create_silence),
21411         (gst_audiotestsrc_create_white_noise),
21412         (gst_audiotestsrc_init_pink_noise),
21413         (gst_audiotestsrc_generate_pink_noise_value),
21414         (gst_audiotestsrc_create_pink_noise),
21415         (gst_audiotestsrc_change_wave):
21416         * gst/audiotestsrc/gstaudiotestsrc.h:
21417           fixed typo, added pink noise
21418
21419 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21420
21421         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21422         (plugin_init):
21423           Add wavpack and spc typefind functions from 0.8 branch.
21424
21425 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21426
21427         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21428         (ar_type_find), (msdos_type_find), (plugin_init):
21429           Add typefind functions for tar archives, ar archives,
21430           RAR archives, and msdos-executables (dlls, exe, etc.).
21431           Some of those would be wrongly identified as mpeg
21432           streams of some sort before (#315550).
21433
21434 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21435
21436         * configure.ac:
21437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21439         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21440         * gst/audiotestsrc/Makefile.am:
21441         * gst/audiotestsrc/gstaudiotestsrc.c:
21442         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21443         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21444         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21445         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21446         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21447         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21448         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21449         (gst_audiotestsrc_create_silence),
21450         (gst_audiotestsrc_create_white_noise),
21451         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21452         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21453         (gst_audiotestsrc_start), (plugin_init):
21454         * gst/audiotestsrc/gstaudiotestsrc.h:
21455           add new plugin and element
21456         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21457           use gobject_class
21458
21459 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21460
21461         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21462         (gst_adder_init), (gst_adder_request_new_pad),
21463         (gst_adder_change_state):
21464           Add query function to source pad, so adder reports the correct
21465           time/sample position when queried (#315457); fix state change
21466           function; use GST_DEBUG_FUNCPTR() for pad functions.
21467
21468 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21469
21470         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21471           Fix leaks in typefind registration
21472           Clean up the gratuitous commenting and whitespacing a little
21473
21474 2005-10-08  Wim Taymans  <wim@fluendo.com>
21475
21476         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21477         Only actually wait for the thread to be stopped if it's 
21478         running.
21479
21480 2005-10-08  Wim Taymans  <wim@fluendo.com>
21481
21482         * gst-libs/gst/audio/gstbaseaudiosink.c:
21483         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21484         If we receive EOS we can start playback of what we had.
21485
21486 2005-10-08  Wim Taymans  <wim@fluendo.com>
21487
21488         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21489         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21490         (gst_multifdsink_stop):
21491         Fix crasher when going to NULL multiple times.
21492
21493 2005-10-06  Wim Taymans  <wim@fluendo.com>
21494
21495         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21496         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21497         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21498         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21499         patch from Edgard Lima <edgard.lima@indt.org.br>
21500         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21501
21502 2005-10-06  Wim Taymans  <wim@fluendo.com>
21503
21504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21505         Report the FLOW_RETURN as string in the error message.
21506
21507         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21508         Don't assert when clearing an unnegotiated buffer.
21509
21510 2005-10-04  Michael Smith <msmith@fluendo.com>
21511
21512         * gst/playback/gstplaybasebin.c: (group_destroy),
21513         (gen_preroll_element), (remove_groups), (setup_source):
21514         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21515         (setup_sinks), (gst_play_bin_send_event),
21516         (gst_play_bin_change_state):
21517           Set state to NULL before removing from bin. Fix refcounting.
21518
21519 2005-10-04  Michael Smith <msmith@fluendo.com>
21520
21521         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21522           Correct refcounting in send_event() function. Previously was wrong
21523           if the first sink was unable to handle the event.
21524
21525 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         * configure.ac:
21528           back to development
21529
21530 === release 0.9.3 ===
21531
21532 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21533
21534         * configure.ac:
21535           Releasing 0.9.3, "De Facto"
21536
21537 2005-10-03  Andy Wingo  <wingo@pobox.com>
21538
21539         * gst/playback/gstdecodebin.c (try_to_link_1)
21540         (remove_element_chain): set element to NULL before removing it.
21541
21542 2005-10-02  Johan Dahlin  <johan@gnome.org>
21543
21544         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21545         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21546         MT safe.
21547
21548 2005-10-02  Andy Wingo  <wingo@pobox.com>
21549
21550         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21551         (gst_ring_buffer_prepare_read): 
21552         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21553         Demote to LOG.
21554
21555 2005-09-29  Wim Taymans  <wim@fluendo.com>
21556
21557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21558         * ext/theora/theoradec.c: (theora_handle_data_packet):
21559         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21560         Propagate error codes from alloc_buffer too.
21561
21562 2005-09-29  Wim Taymans  <wim@fluendo.com>
21563
21564         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21565         We use fixed caps.
21566
21567         * gst/playback/Makefile.am:
21568         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21569         (dump_element_stats), (main):
21570         Added example stream introspection code.
21571
21572 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21573
21574         * gst/adder/gstadder.c: (gst_adder_collected):
21575           fix adder for float elements
21576
21577 2005-09-28  Wim Taymans  <wim@fluendo.com>
21578
21579         * gst-libs/gst/audio/gstbaseaudiosink.c:
21580         (gst_base_audio_sink_class_init),
21581         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21583         (gst_base_audio_src_class_init),
21584         (gst_base_audio_src_provide_clock):
21585         get_clock -> provide_clock
21586
21587 2005-09-28  Andy Wingo  <wingo@pobox.com>
21588
21589         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21590         and unlocking.
21591
21592         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21593         unlocking.
21594
21595         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21596         Actually add the pad template.
21597         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21598
21599         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21600         I'm at it...
21601
21602         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21603         from fdsrc. Get caps in create() instead of start() so it can be
21604         interrupted. Interruption somewhat untested.
21605
21606         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21607         Proper EOS handling.
21608
21609 2005-09-27  Andy Wingo  <wingo@pobox.com>
21610
21611         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21612
21613         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21614
21615         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21616
21617         * gst/tcp/gsttcp.h: 
21618         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21619         out of tcpclientsrc.c. Cancellable.
21620         (gst_tcp_socket_read): Made private, cancellable, with better
21621         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21622         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21623         whole buffer, and better diagnostics.
21624         (gst_tcp_gdp_read_caps): Same.
21625
21626         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21627
21628 2005-09-26  Andy Wingo  <wingo@pobox.com>
21629
21630         * gst/sine/gstsinesrc.h:
21631         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21632         change the 'sync' property to 'is-live' and implement it halfway,
21633         update for controller api change.
21634
21635         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21636         controller api change.
21637
21638 2005-09-24  Wim Taymans  <wim@fluendo.com>
21639
21640         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21641         * gst-libs/gst/audio/gstaudiosink.c:
21642         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21643         (gst_audioringbuffer_stop):
21644         * gst-libs/gst/audio/gstbaseaudiosink.c:
21645         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21646         (gst_base_audio_sink_change_state):
21647         * gst-libs/gst/audio/gstbaseaudiosink.h:
21648         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21649         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21650         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21651         * gst-libs/gst/audio/gstringbuffer.h:
21652         Fix sync again. Moved sample alignment to basesink.
21653
21654 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21655
21656         * docs/plugins/Makefile.am:
21657         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21658         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21659         * gst/volume/gstvolume.c:
21660           add/fix docs
21661         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21662         * gst-libs/gst/audio/audio.h:
21663           add conversion macros for frames <-> clocktime
21664
21665 2005-09-23  David Schleef  <ds@schleef.org>
21666
21667         * gst/audioresample/Makefile.am:
21668         * gst/audioresample/debug.h:
21669         * gst/audioresample/gstaudioresample.c:
21670         * gst/audioresample/resample.c: Convert to using gst debugging
21671
21672 2005-09-22  Wim Taymans  <wim@fluendo.com>
21673
21674         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21675         (gst_play_bin_send_event):
21676         Only seek on one sink, the first one that succeeds.
21677
21678 2005-09-22  Michael Smith <msmith@fluendo.com>
21679
21680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21681         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21682         Don't flush encoder state unless we have an initialised encoder.
21683         Clear out encoder state on PAUSED_TO_READY.
21684
21685 2005-09-22  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst-libs/gst/rtp/gstbasertppayload.c:
21688         (gst_basertppayload_class_init), (gst_basertppayload_init),
21689         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21690         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21691         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21692         (gst_basertppayload_set_property),
21693         (gst_basertppayload_get_property),
21694         (gst_basertppayload_change_state):
21695         * gst-libs/gst/rtp/gstbasertppayload.h:
21696         Added max-ptime to control amount of data in the rtp packets.
21697
21698 2005-09-21  Andy Wingo  <wingo@pobox.com>
21699
21700         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21701         thingies.
21702
21703         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21704         can be called multiple times, dogs.
21705
21706 2005-09-21  Wim Taymans  <wim@fluendo.com>
21707
21708         * gst-libs/gst/rtp/gstbasertppayload.c:
21709         (gst_basertppayload_class_init), (gst_basertppayload_init),
21710         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21711         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21712         (gst_basertppayload_push), (gst_basertppayload_get_property),
21713         (gst_basertppayload_change_state):
21714         Allow 0 ssrc too.
21715
21716 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21717
21718         * docs/libs/compiling.sgml:
21719           fixing typos
21720
21721 2005-09-20  Wim Taymans  <wim@fluendo.com>
21722
21723         * gst-libs/gst/rtp/gstbasertppayload.c:
21724         (gst_basertppayload_class_init), (gst_basertppayload_init),
21725         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21726         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21727         (gst_basertppayload_push), (gst_basertppayload_set_property),
21728         (gst_basertppayload_get_property),
21729         (gst_basertppayload_change_state):
21730         * gst-libs/gst/rtp/gstbasertppayload.h:
21731         Added property to configure sequence number offsets.
21732
21733 2005-09-20  Wim Taymans  <wim@fluendo.com>
21734
21735         * gst-libs/gst/rtp/gstbasertppayload.c:
21736         (gst_basertppayload_class_init), (gst_basertppayload_init),
21737         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21738         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21739         (gst_basertppayload_push), (gst_basertppayload_set_property),
21740         (gst_basertppayload_get_property),
21741         (gst_basertppayload_change_state):
21742         * gst-libs/gst/rtp/gstbasertppayload.h:
21743         Make timestamp offset configurable.
21744
21745 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21746
21747         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21748           fix wrong pop/unref
21749
21750 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21751
21752         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21753
21754         * gst-libs/gst/interfaces/propertyprobe.c:
21755         (gst_property_probe_probe_property_name),
21756         (gst_property_probe_needs_probe_name),
21757         (gst_property_probe_get_values_name),
21758         (gst_property_probe_probe_and_get_values_name):
21759           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21760           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21761
21762 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21763
21764         * check/Makefile.am:
21765           have some tests be disabled for valgrinding
21766         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21767         (GST_START_TEST):
21768         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21769           Fix A Leak.  Chain To Parent Finalize.
21770
21771 2005-09-19  Wim Taymans  <wim@fluendo.com>
21772
21773         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21774         Fixed wav pipeline.
21775
21776 2005-09-19  Wim Taymans  <wim@fluendo.com>
21777
21778         * gst-libs/gst/rtp/gstbasertppayload.c:
21779         (gst_basertppayload_class_init), (gst_basertppayload_init),
21780         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21781         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21782         (gst_basertppayload_push), (gst_basertppayload_get_property),
21783         (gst_basertppayload_change_state):
21784         Posting ERROR and WARNING messages is good.
21785
21786 2005-09-19  Wim Taymans  <wim@fluendo.com>
21787
21788         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21789         (gst_base_rtp_depayload_add_to_queue),
21790         (gst_base_rtp_depayload_push),
21791         (gst_base_rtp_depayload_set_gst_timestamp),
21792         (gst_base_rtp_depayload_queue_release):
21793         This one was not supposed to go in.
21794
21795 2005-09-19  Wim Taymans  <wim@fluendo.com>
21796
21797         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21798         Fix for bus API.
21799
21800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21801         (gst_base_rtp_depayload_chain),
21802         (gst_base_rtp_depayload_add_to_queue),
21803         (gst_base_rtp_depayload_push),
21804         (gst_base_rtp_depayload_set_gst_timestamp),
21805         (gst_base_rtp_depayload_queue_release):
21806         Some cleanups.
21807
21808         * gst-libs/gst/rtp/gstbasertppayload.c:
21809         (gst_basertppayload_class_init), (gst_basertppayload_init),
21810         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21811         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21812         (gst_basertppayload_get_property),
21813         (gst_basertppayload_change_state):
21814         Added debugging category.
21815
21816 2005-09-18  David Schleef  <ds@schleef.org>
21817
21818         * gst/playback/gstdecodebin.c: free plugin list correctly
21819         * gst/playback/gstplaybin.c: emit warning if autovideosink
21820           and autoaudiosink can't be found (instead of segfaulting)
21821
21822 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21823
21824         * check/elements/audioconvert.c: (GST_START_TEST):
21825           try out 24 bit conversion
21826
21827 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21828
21829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21830         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21831         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21832         * ext/vorbis/vorbisenc.h:
21833           Fix EOS handling.  Still needs a fix in the ogg muxer to
21834           mark the last page as eos.
21835
21836 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21837
21838         * common/gtk-doc-plugins.mak:
21839         * docs/plugins/Makefile.am:
21840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21841         * gst/ffmpegcolorspace/Makefile.am:
21842         * gst/ffmpegcolorspace/avcodec.h:
21843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21844         * gst/tcp/gstmultifdsink.c:
21845           fix up ffmpegcolorspace docs; extract header
21846
21847 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21848
21849         * common/gtk-doc-plugins.mak:
21850         * docs/plugins/Makefile.am:
21851         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21852         * ext/theora/Makefile.am:
21853         * ext/theora/gsttheoraenc.h:
21854         * ext/theora/theoraenc.c:
21855         * ext/vorbis/vorbisenc.c:
21856           pick up signals and args for vorbis; add some docs for vorbis
21857
21858 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21859
21860         * common/gstdoc-scangobj:
21861         * common/gtk-doc-plugins.mak:
21862         * docs/libs/Makefile.am:
21863         * docs/plugins/gst-plugins-base-plugins.args:
21864         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21865         * docs/plugins/gst-plugins-base-plugins.interfaces:
21866         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21867         * docs/plugins/gst-plugins-base-plugins.signals:
21868           only scanobj stuff from our source module.  Not sure yet
21869           if that's correct, given the hierarchy stuff :)
21870
21871 2005-09-15  Wim Taymans  <wim@fluendo.com>
21872
21873         * gst/audioconvert/gstaudioconvert.c:
21874         And enable 24 bits mode as well..
21875
21876 2005-09-15  Wim Taymans  <wim@fluendo.com>
21877
21878         * gst-libs/gst/rtp/Makefile.am:
21879         * gst-libs/gst/rtp/gstbasertppayload.c:
21880         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21881         (gst_basertppayload_class_init), (gst_basertppayload_init),
21882         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21883         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21884         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21885         (gst_basertppayload_set_property),
21886         (gst_basertppayload_get_property),
21887         (gst_basertppayload_change_state):
21888         * gst-libs/gst/rtp/gstbasertppayload.h:
21889         Added rtp payloader base class.
21890
21891 2005-09-15  Andy Wingo  <wingo@pobox.com>
21892
21893         * configure.ac (plugindir): Remove the EOL matcher from the
21894         regexp, as it causes me problems. Libtool? Make? Who knows?
21895
21896 2005-09-14  David Schleef  <ds@schleef.org>
21897
21898         * check/generic/states.c: 
21899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21900         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21901           Fixes for changes in registry API.
21902
21903         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21904           to GST_PLUGIN_LDFLAGS.
21905         * ext/libvisual/visual.c: Make the library shut up.
21906         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21907         * gst-libs/gst/audio/gstaudiofilter.c: same
21908
21909 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21910
21911         * docs/plugins/Makefile.am:
21912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21913         * docs/plugins/inspect/plugin-libvisual.xml:
21914         * docs/plugins/tmpl/element-tcpserversink.sgml:
21915         * ext/theora/theoraenc.c:
21916           add libvisual plugin and theoraenc element to docs
21917
21918 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21919
21920         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21921         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21922         * ext/theora/theoraenc.c:
21923           add theoraenc
21924
21925 2005-09-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21926
21927         * gst/audioconvert/Makefile.am:
21928           Audioconvert derives from GstBaseTransform and should
21929           link to the library with our base elements to avoid
21930           unresolved symbols. Makes things work with MinGW (#316160)
21931
21932         * gst/playback/test4.c: (main):
21933           Fix MinGW build problem and use g_usleep() instead of 
21934           sleep() (#316162)
21935
21936 2005-09-12  Wim Taymans  <wim@fluendo.com>
21937
21938         * gst/audioconvert/audioconvert.c: (float),
21939         (audio_convert_prepare_context), (audio_convert_convert):
21940         * gst/audioconvert/audioconvert.h:
21941         Cleanups, speedups, simplifications, added back support
21942         for 24 bits.
21943
21944 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21945
21946         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21947         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21948         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21949         * docs/plugins/tmpl/element-tcpserversink.sgml:
21950         * gst/ffmpegcolorspace/gstffmpeg.c:
21951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21952         * gst/videotestsrc/gstvideotestsrc.c:
21953         * gst/volume/gstvolume.c:
21954           add more elements to the docs
21955
21956 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21957
21958         * check/Makefile.am:
21959         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21960         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21961           Add extra tests for basetransform based components. 
21962           Comment out the test_element_negotiation test until we decide
21963           if it's testing correct behaviour.
21964         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21965         (gst_visual_chain), (gst_visual_change_state):
21966           Slightly more correct but still bogus timestamping.
21967           Fix state change function.
21968         * gst/audioconvert/gstaudioconvert.c:
21969         (gst_audio_convert_class_init):
21970         * gst/audioresample/gstaudioresample.c:
21971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21972         (gst_ffmpegcsp_class_init):
21973         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21974         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21975         (gst_videoscale_prepare_image):
21976         * gst/volume/gstvolume.c: (gst_volume_class_init),
21977         (volume_transform_ip):
21978           Basetransform updates. Enable passthrough modes.
21979         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21980         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21981         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21982           Negotiation fix that allows the window to return to the original
21983           size and renegotiate passthrough upstream. Extra debug output.
21984
21985 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21986
21987         * gst/sine/gstsinesrc.c:
21988         * gst/volume/gstvolume.c:
21989           fix up header include
21990
21991 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21992
21993         * gst-libs/gst/audio/gstbaseaudiosink.c:
21994         (gst_base_audio_sink_render):
21995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21996         * gst/volume/gstvolume.c: (gst_volume_class_init),
21997         (volume_transform):
21998           fixing lost sync, some more debugging
21999
22000 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22001
22002         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22003         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22004         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22005         (gst_xvimagesink_check_xshm_calls):
22006           Fix compilation when XShm is not available.
22007
22008 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22009
22010         * ext/libvisual/visual.c: (gst_visual_dispose),
22011         (gst_visual_getcaps), (gst_visual_src_setcaps),
22012         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22013         (gst_visual_change_state):
22014           Finish fixing up libvisual plugin so that it runs. 
22015
22016 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22017
22018         * ext/vorbis/vorbisenc.c:
22019         * gst-libs/gst/tag/gstvorbistag.c:
22020           gsttaginterface.h -> gsttagsetter.h
22021
22022 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22023
22024         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22025           added another test that failes for me (test is not active by default)
22026
22027 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22028
22029         * configure.ac:
22030           v4l2 is no longer in gst-plugins-base
22031
22032 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22033
22034         * configure.ac:
22035           In the output at the end, don't show the first plugin on the same
22036           line as "Core plug-ins, always built:".
22037           Indent the output as for other plugin categories
22038         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22039           #define that can be used to not use peer buffer_alloc functions for
22040           test purposes.
22041         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22042         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22043         (gst_ximagesink_show_frame):
22044         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22045         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22046         (gst_xvimagesink_show_frame):
22047           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22048           fails gracefully instead of XError aborting or deadlocking.
22049
22050 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22051
22052         * ext/libvisual/Makefile.am:
22053           link against gst-base-libs
22054
22055 2005-09-06  David Schleef  <ds@schleef.org>
22056
22057         * configure.ac: Enable libvisual plugin.
22058         * ext/libvisual/Makefile.am:
22059         * ext/libvisual/visual.c: Fixes to make it compile.
22060
22061 === release 0.9.2 ===
22062
22063 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22064
22065         * NEWS:
22066         * RELEASE:
22067         * configure.ac:
22068         * docs/random/ChangeLog-0.8:
22069           releasing 0.9.2, "Spoon"
22070
22071 2005-09-05  Michael Smith <msmith@fluendo.com>
22072
22073         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22074           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22075           that in the vorbisenc element.
22076
22077 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22078
22079         * common/gtk-doc-plugins.mak:
22080         * docs/plugins/Makefile.am:
22081           fix distcheck
22082         * gst/audioresample/resample.c:
22083           fix wrong docstring
22084
22085 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22086
22087         * common/gst-xmlinspect.py:
22088         * common/gtk-doc-plugins.mak:
22089           only inspect plugins for this given package
22090           require gst-python 0.9
22091
22092 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22093
22094         * Makefile.am:
22095         * autogen.sh:
22096         * common/gst-xmlinspect.py:
22097         * configure.ac:
22098         * docs/Makefile.am:
22099         * docs/plugins/inspect/plugin-alsa.xml:
22100         * docs/plugins/inspect/plugin-audioresample.xml:
22101         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22102         * docs/plugins/inspect/plugin-ogg.xml:
22103         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22104         * docs/plugins/tmpl/element-multifdsink.sgml:
22105         * docs/plugins/tmpl/element-tcpserversink.sgml:
22106         * docs/plugins/tmpl/element-vorbisenc.sgml:
22107         * gst-plugins-base.spec.in:
22108           various doc-related updates
22109
22110 2005-08-31  Wim Taymans  <wim@fluendo.com>
22111
22112         * gst-libs/gst/audio/gstbaseaudiosink.c:
22113         (gst_base_audio_sink_render):
22114         Resync if the buffer timestamps drift more than a 10th 
22115         of a second.
22116
22117 2005-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22118
22119         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22120         (gst_v4lsrc_get_property):
22121           The 'timestamp-offset' property is registered as an int64, so
22122           let's use g_value_{set|get}_int64() in our setter and getter
22123           functions (makes it work and fixes warnings with gst-inspect).
22124
22125 2005-08-30  Wim Taymans  <wim@fluendo.com>
22126
22127         * check/elements/audioconvert.c: (setup_audioconvert):
22128         * check/elements/audioresample.c: (setup_audioresample):
22129         * check/elements/volume.c: (setup_volume):
22130         Fix checks.
22131
22132 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22133
22134         * common/gtk-doc-plugins.mak:
22135         * common/plugins.xsl:
22136         * docs/plugins/Makefile.am:
22137           make module a param
22138
22139 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22140
22141         * examples/seeking/seek.c: (make_mp3_pipeline),
22142         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22143         (play_cb), (pause_cb), (stop_cb):
22144           update the example
22145
22146 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22147
22148         * gst/volume/gstvolume.c: (gst_volume_class_init),
22149         (volume_transform):
22150           do not update controlled params, if buffer has no timestamp
22151
22152 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22153
22154         * configure.ac:
22155         * gst/sine/Makefile.am:
22156         * gst/volume/Makefile.am:
22157           controllerized elements also need to link against controller-libs ;)
22158
22159 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22160
22161         * docs/libs/tmpl/gstcolorbalance.sgml:
22162         * docs/libs/tmpl/gstgconf.sgml:
22163         * docs/libs/tmpl/gstmixer.sgml:
22164         * docs/libs/tmpl/gstringbuffer.sgml:
22165         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22166         (gst_sinesrc_create):
22167         * gst/volume/gstvolume.c: (gst_volume_class_init),
22168         (volume_transform):
22169           controllerized two audio plugins
22170
22171 2005-08-29  Andy Wingo  <wingo@pobox.com>
22172
22173         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22174         (vorbis_handle_data_packet): Fix some int overflow errors.
22175
22176         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22177         -1.
22178         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22179         valid.
22180         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22181         if it's valid. Fixed streaming-mode playback.
22182
22183         * check/elements/volume.c (cleanup_volume): Fix for running
22184         CK_FORK=no.
22185
22186         * check/elements/audioconvert.c: Convert from native endian, not
22187         little endian.
22188
22189 2005-08-29  Michael Smith <msmith@fluendo.com>
22190
22191         * ext/ogg/Makefile.am:
22192         * ext/ogg/gstogg.c: (plugin_init):
22193         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22194         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22195         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22196         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22197         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22198         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22199         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22200         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22201         Add an ogg parser element.
22202
22203 2005-08-28  Andy Wingo  <wingo@pobox.com>
22204
22205         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22206
22207 2005-08-26  Wim Taymans  <wim@fluendo.com>
22208
22209         * gst/audioconvert/audioconvert.c: (if), (float),
22210         (audio_convert_get_func_index), (check_default),
22211         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22212         (audio_convert_clean_context), (audio_convert_get_sizes),
22213         (audio_convert_convert):
22214         Cleanups.
22215
22216 2005-08-26  Wim Taymans  <wim@fluendo.com>
22217
22218         * gst/audioconvert/audioconvert.c: (if), (float),
22219         (audio_convert_get_func_index), (check_default),
22220         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22221         (audio_convert_clean_context), (audio_convert_get_sizes),
22222         (audio_convert_convert):
22223         More elegant and working temp buffer selection algo.
22224
22225 2005-08-26  Wim Taymans  <wim@fluendo.com>
22226
22227         * gst/audioconvert/audioconvert.c: (if), (float),
22228         (audio_convert_get_func_index), (check_default),
22229         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22230         (audio_convert_clean_context), (audio_convert_get_sizes),
22231         (get_temp_buffer), (audio_convert_convert):
22232         Use realloc else we lose our original data.
22233
22234 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * gst/audioresample/gstaudioresample.c:
22237           use base class' newsegment to properly timestamp
22238
22239 2005-08-26  Wim Taymans  <wim@fluendo.com>
22240
22241         * gst/audioconvert/audioconvert.c: (if), (float),
22242         (audio_convert_get_func_index), (check_default),
22243         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22244         (audio_convert_clean_context), (audio_convert_get_sizes),
22245         (get_temp_buffer), (audio_convert_convert):
22246         * gst/audioconvert/gstaudioconvert.c:
22247         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22248         (gst_audio_convert_transform_caps),
22249         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22250         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22251         Oops, allocate enough space to perform the channel mix.
22252
22253 2005-08-26  Wim Taymans  <wim@fluendo.com>
22254
22255         * gst/audioconvert/Makefile.am:
22256         * gst/audioconvert/audioconvert.c: (if), (float),
22257         (audio_convert_get_func_index), (check_default),
22258         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22259         (audio_convert_clean_context), (audio_convert_get_sizes),
22260         (get_temp_buffer), (audio_convert_convert):
22261         * gst/audioconvert/audioconvert.h:
22262         * gst/audioconvert/gstaudioconvert.c:
22263         (gst_audio_convert_class_init), (gst_audio_convert_init),
22264         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22265         (gst_audio_convert_get_unit_size),
22266         (gst_audio_convert_transform_caps),
22267         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22268         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22269         * gst/audioconvert/gstaudioconvert.h:
22270         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22271         (gst_channel_mix_fill_identical),
22272         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22273         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22274         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22275         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22276         (gst_channel_mix_mix):
22277         * gst/audioconvert/gstchannelmix.h:
22278         Cleanups, librarify a bit, optimize, better negotiation and more.
22279
22280 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22281
22282         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22283         Another from MikeS:
22284         During typefinding, don't support negative offsets
22285         (offsets from the end of the stream) in our typefind->peek() function
22286         - nothing embedded in ogg ever needs them. However, we need to recognise
22287         those requests and reject them, otherwise we return invalid pointers.
22288
22289 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22290
22291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22292         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22293         (vorbisdec_finalize), (vorbis_handle_type_packet):
22294           Big shout-out to MikeS for fixing this giant memory leak.
22295           Huzzah!
22296
22297 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22298
22299         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22300         (audio_convert_get_unit_size):
22301           plug some leaks
22302
22303 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22304
22305         * check/Makefile.am:
22306         * check/elements/audioconvert.c: (setup_audioconvert),
22307         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22308         (GST_START_TEST), (audioconvert_suite), (main):
22309           add a test for audioconvert
22310         * gst/audioresample/gstaudioresample.c:
22311         * gst/audioresample/gstaudioresample.h:
22312           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22313           note that for buffers of 1/3 sec this means DURATION(c) is 
22314           one nanosecond more than for a and b
22315
22316 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22317
22318         * check/Makefile.am:
22319         * check/elements/audioresample.c: (setup_audioresample),
22320         (cleanup_audioresample), (fail_unless_perfect_stream),
22321         (test_perfect_stream_instance), (GST_START_TEST),
22322           add a check for audioresample
22323         (audioresample_suite), (main):
22324         * check/elements/volume.c: (GST_START_TEST):
22325           remove unused method
22326         * gst/audioresample/gstaudioresample.c:
22327           set correct buffer parameters since we're changing them
22328         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22329           add some debug
22330
22331 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22332
22333         * gst/audioresample/debug.c:
22334         * gst/audioresample/gstaudioresample.c:
22335           add room for extra overlap samples when asked to transform size
22336           protect against possible mem corruption and check for discrepancies
22337           between written size and outbuffer's size so we can warn for
22338           potential problems
22339         * gst/audioresample/resample.c: (resample_init),
22340         (resample_get_output_size_for_input), (resample_get_output_size),
22341         (resample_set_n_channels), (resample_set_format):
22342           set debug level based on RESAMPLE_DEBUG env var
22343           make sure that get_output_size* returns a whole number of
22344           sample_size
22345           set sample_size each time either channel or format is set
22346         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22347         * gst/audioresample/resample_functable.c:
22348         (resample_scale_functable):
22349         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22350           remove r->sample_size, it's done in resample.c now
22351           add some debugging to the ref implementation
22352           make sure we only give back bytes that are wholes of the sample
22353           size
22354
22355 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22356         * gst/playback/gstplaybasebin.c: (fill_buffer):
22357         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22358
22359 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22360
22361         * gst/volume/gstvolume.c:
22362           made set_caps function static
22363
22364 2005-08-24  Wim Taymans  <wim@fluendo.com>
22365
22366         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22367         (gst_vorbisenc_change_state):
22368         Stop leaking taglists.
22369
22370 2005-08-24  Wim Taymans  <wim@fluendo.com>
22371
22372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22373         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22374         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22375         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22376         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22377         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22378         Parse seeking events better.
22379         Unref static caps.
22380         Generate correct newsegment events, fixes seeking in live oggs.
22381
22382         * ext/theora/theoradec.c: (theora_dec_src_query),
22383         (theora_dec_src_event), (theora_dec_src_getcaps),
22384         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22385         Use newsegment values to report correct play time.
22386
22387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22388         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22389         * ext/vorbis/vorbisdec.h:
22390         Parse and use newsegment values to report correct play time.
22391
22392         * gst-libs/gst/audio/gstbaseaudiosink.c:
22393         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22394         Clear ringbuffer on flush.
22395         Use newsegment values to calculate playback time.
22396
22397         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22399         Basesink does newsegment calculations for us now.
22400
22401 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22402
22403         * check/Makefile.am:
22404         * configure.ac:
22405           add core's plugins to the mix so that playbin works
22406         * check/generic/states.c: (GST_START_TEST):
22407           set a 0 timeout on pipelines, so they don't force the next
22408           state change
22409         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22410         (gst_play_base_bin_change_state):
22411           remove the crappy error handling and do GST error handling
22412
22413 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22414
22415         * check/Makefile.am:
22416         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22417           add same test as to core, it bitches out on playbin atm.
22418
22419 2005-08-24  Wim Taymans  <wim@fluendo.com>
22420
22421         * configure.ac:
22422         Remove audioscale.
22423
22424 2005-08-24  Wim Taymans  <wim@fluendo.com>
22425
22426         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22427         (gst_videoscale_prepare_size), (parse_caps),
22428         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22429         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22430         (gst_videoscale_transform):
22431         * gst/videoscale/gstvideoscale.h:
22432         Refactor, make use of BaseTranform really well.
22433
22434 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22435
22436         * configure.ac:
22437           compile audioresample
22438         * gst/audioresample/Makefile.am:
22439         * gst/audioresample/buffer.c:
22440         * gst/audioresample/functable.c:
22441         * gst/audioresample/gstaudioresample.c:
22442         * gst/audioresample/gstaudioresample.h:
22443         * gst/audioresample/resample.c:
22444         (resample_get_output_size_for_input):
22445         * gst/audioresample/resample.h:
22446         * gst/audioresample/resample_chunk.c:
22447         * gst/audioresample/resample_functable.c:
22448         * gst/audioresample/resample_ref.c:
22449           port to use basetransform; doesn't work in all cases yet
22450
22451 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22452
22453         * gst/audioconvert/gstaudioconvert.c:
22454         (gst_audio_convert_class_init), (gst_audio_convert_init),
22455         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22456         (audio_convert_fixate_caps), (audio_convert_set_caps),
22457         (audio_convert_transform),
22458         (gst_audio_convert_buffer_to_default_format),
22459         (gst_audio_convert_buffer_from_default_format),
22460         (gst_audio_convert_channels):
22461         * gst/audioconvert/gstchannelmix.c:
22462         * gst/audioconvert/gstchannelmix.h:
22463           port to basetransform
22464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22465         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22466         (gst_ffmpegcsp_get_unit_size):
22467         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22468         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22469           fix for basetransform changes
22470
22471 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22472
22473         * check/Makefile.am:
22474           Add CHECK_CFLAGS and LDFLAGS
22475
22476         * gst/playback/gstplaybasebin.c: (fill_buffer):
22477           GST_MESSAGE_SRC became a GObject
22478
22479 2005-08-24  Wim Taymans  <wim@fluendo.com>
22480
22481         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22482         (gst_ring_buffer_clear_all):
22483         * gst-libs/gst/audio/gstringbuffer.h:
22484         Added function to clear the ringbuffer.
22485
22486 2005-08-24  Andy Wingo  <wingo@pobox.com>
22487
22488         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22489         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22490         of _open and _close.
22491
22492         * sys/v4l/gstv4lxoverlay.h:
22493         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22494         an Xv connection here, instead of all the time. Make Xv only be
22495         loaded if you axe for it. Kindof a workaround for buggy behaviour
22496         of Xv when using remote xservers (XvQueryExtension would block).
22497         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22498         replace the _open and _close public API. Only start the xv
22499         connection if necessary.
22500         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22501
22502 2005-08-23  David Schleef  <ds@schleef.org>
22503
22504         * gst/audioresample/Makefile.am: Leet audioresampling code
22505         * gst/audioresample/buffer.c:
22506         * gst/audioresample/buffer.h:
22507         * gst/audioresample/debug.c:
22508         * gst/audioresample/debug.h:
22509         * gst/audioresample/functable.c:
22510         * gst/audioresample/functable.h:
22511         * gst/audioresample/gstaudioresample.c:
22512         * gst/audioresample/gstaudioresample.h:
22513         * gst/audioresample/resample.c:
22514         * gst/audioresample/resample.h:
22515         * gst/audioresample/resample_chunk.c:
22516         * gst/audioresample/resample_functable.c:
22517         * gst/audioresample/resample_ref.c:
22518
22519 2005-08-23  Wim Taymans  <wim@fluendo.com>
22520
22521         * examples/seeking/seek.c: (make_vorbis_pipeline),
22522         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22523         Small seek updates.
22524
22525 2005-08-23  Andy Wingo  <wingo@pobox.com>
22526
22527         * gst-libs/gst/audio/gstbaseaudiosrc.c
22528         (gst_base_audio_src_fixate): Only fixate endianness if it is
22529         present in the caps.
22530
22531 2005-08-22  Andy Wingo  <wingo@pobox.com>
22532
22533         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22534         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22535         device-name property.
22536
22537         * gst-libs/gst/audio/gstaudiosrc.h:
22538         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22539         close_device in the ring buffer, like gstaudiosink.
22540
22541         * ext/alsa/gstalsamixer.h:
22542         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22543         macro to implement the interface without much code. Cleanups. 
22544
22545         * ext/alsa/gstalsasrc.h:
22546         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22547         READY.
22548
22549         * ext/alsa/Makefile.am: Add new files.
22550         * ext/alsa/gstalsamixerelement.c: 
22551         * ext/alsa/gstalsamixerelement.c: Split element code out from
22552         mixer code so that alsasrc can be a mixer too.
22553
22554 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22555
22556         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22557         (GST_START_TEST):
22558         * check/elements/vorbisdec.c: (setup_vorbisdec),
22559         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22560         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22561         (vorbis_handle_identification_packet),
22562         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22563         (vorbis_handle_header_packet), (vorbis_dec_push),
22564         (vorbis_dec_chain):
22565           use the setup/teardown methods to save code.  save code is good.
22566
22567 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22568
22569         * check/Makefile.am:
22570           add ext dir for plugins
22571           add vorbisdec test conditionally
22572         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22573         (GST_START_TEST), (volume_suite):
22574           add a test with wrong caps
22575         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22576         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22577           add a vorbisdec test
22578         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22579         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22580           clean up debug output
22581         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22582           yay, fix a segfault/security issue in vorbisdec
22583           gst-launch fakesrc ! vorbisdec wasn't happy
22584         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22585         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22586         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22587         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22588         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22589         (gst_vorbisenc_set_metadata), (get_constraints_string),
22590         (update_start_message), (gst_vorbisenc_setup),
22591         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22592         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22593         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22594         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22595         * ext/vorbis/vorbisenc.h:
22596           march in line
22597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22598         (gst_ffmpegcsp_transform):
22599           have the kow come home
22600         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22601           debug my func ptr
22602         * gst/volume/gstvolume.c: (volume_set_caps):
22603           add a debug
22604
22605 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22606
22607         * Makefile.am:
22608         * check/.cvsignore:
22609         * check/Makefile.am:
22610         * check/elements/.cvsignore:
22611         * check/elements/volume.c: (chain_func), (event_func),
22612         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22613         (main):
22614         * configure.ac:
22615           add unit test structure for gst-plugins-base
22616           add a test for volume
22617         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22618         (gst_volume_set_volume), (gst_volume_get_volume),
22619         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22620         (volume_funcfind), (volume_process_float), (volume_process_int16),
22621         (volume_set_caps), (volume_transform), (volume_update_mute),
22622         (volume_update_volume), (volume_set_property),
22623         (volume_get_property):
22624           document a little; use basetransform vmethod _set_caps
22625
22626 2005-08-19  Andy Wingo  <wingo@pobox.com>
22627
22628         * ext/alsa/gstalsamixertrack.h:
22629         * ext/alsa/gstalsamixertrack.c:
22630         * ext/alsa/gstalsamixeroptions.h:
22631         * ext/alsa/gstalsamixeroptions.c:
22632         * ext/alsa/gstalsamixer.h:
22633         * ext/alsa/gstalsamixer.c: Port to 0.9.
22634
22635         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22636         Remove gstalsa.c and alsaclock. No more cruft here.
22637         
22638 2005-08-18  Wim Taymans  <wim@fluendo.com>
22639
22640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22641         (gst_base_rtp_depayload_chain),
22642         (gst_base_rtp_depayload_add_to_queue),
22643         (gst_base_rtp_depayload_push),
22644         (gst_base_rtp_depayload_queue_release):
22645         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22646         Fix for RTPBuffer changes.
22647
22648         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22649         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22650         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22651         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22652         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22653         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22654         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22655         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22656         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22657         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22658         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22659         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22660         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22661         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22662         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22663         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22664         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22665         (gst_rtpbuffer_get_payload):
22666         * gst-libs/gst/rtp/gstrtpbuffer.h:
22667         Don't subclass GstBuffer but add methods and helper functions
22668         to construct and manipulate RTP packets in regular GstBuffers.
22669
22670 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22671
22672         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22673           moved statement below switch
22674         * gst/volume/gstvolume.c: (gst_volume_class_init):
22675           added debug ptr
22676
22677 2005-08-16  Wim Taymans  <wim@fluendo.com>
22678
22679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22680         (gst_base_audio_src_change_state):
22681         Open and close device in READY<->NULL state change.
22682
22683 2005-08-16  Andy Wingo  <wingo@pobox.com>
22684
22685         * examples/seeking/Makefile.am: Don't compile non-compiling
22686         compiled objects with the compiler.
22687
22688         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22689         elements.
22690
22691 2005-08-12  Philippe Khalaf <burger@speedy.org>
22692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22694           Made a thread to release the queue.
22695           Removed timestamp conversion for now.
22696
22697 2005-08-10  Philippe Khalaf <burger@speedy.org>
22698         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22699         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22700           Added rtp timestamp -> gst timestamp conversion.
22701           Fixed several problems with queue.
22702
22703 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22704
22705         * gst-libs/gst/audio/gstaudioclock.h:
22706         * gst-libs/gst/audio/gstaudiofilter.h:
22707         * gst-libs/gst/audio/gstaudiosink.h:
22708         * gst-libs/gst/audio/gstaudiosrc.h:
22709         * gst-libs/gst/audio/gstbaseaudiosink.h:
22710         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22711         * gst-libs/gst/audio/gstringbuffer.h:
22712         * gst-libs/gst/net/gstnetbuffer.h:
22713         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22714         * gst-libs/gst/rtp/gstrtpbuffer.h:
22715           Add padding (you will need to rebuild gst-plugins-base,
22716           gst-plugins and all applications afterwards!)
22717
22718 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22719
22720         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22721         (gst_riff_parse_chunk):
22722           Fix bug in debug message and add some more debug messages.
22723
22724 2005-08-08  Edward Hervey  <edward@fluendo.com>
22725
22726         * gst-libs/gst/riff/riff-media.c:
22727         backported updates since branch
22728
22729 2005-08-08  Andy Wingo  <wingo@pobox.com>
22730
22731         * gst-libs/gst/audio/gstbaseaudiosink.c
22732         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22733         like good elements should. Close on READY->NULL too.
22734
22735         * gst-libs/gst/audio/gstaudiosink.c
22736         (gst_audioringbuffer_open_device,
22737         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22738         (gst_audioringbuffer_release): Updates for new ring buffer API,
22739         hook into the new audio sink api.
22740
22741         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22742         (GstAudioSinkClass.close): Just open and close the device -- no
22743         resource allocation or configuration.
22744         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22745         vmethods, handle device setup and resource allocation.
22746
22747         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22748         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22749         base class API.
22750
22751         * gst-libs/gst/audio/gstringbuffer.h
22752         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22753         New vmethods.
22754
22755         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22756         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22757         New API functions. The device should be opened before acquiring
22758         and closed after releasing.
22759
22760 2005-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22761
22762         * gst-libs/gst/interfaces/mixer.h:
22763           Reset padding to GST_PADDING.
22764
22765 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22766
22767         * gst/playback/gstplaybin.c: (remove_sinks):
22768           Remove visualization from parent explicitely; works around some
22769           apparent refcount issue that I haven't tracked down yet.
22770
22771 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22772
22773         * ext/alsa/gstalsasink.c: (set_hwparams):
22774           Assign debug category, add negotiation debug msgs.
22775
22776 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22777
22778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22779           Fix error code for file-not-found to NOT_FOUND.
22780
22781 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22782
22783         * common/gtk-doc-plugins.mak:
22784         * docs/plugins/Makefile.am:
22785         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22786         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22787           renamed to actual element names, so much nicer to look at
22788         * docs/plugins/tmpl/gstmultifdsink.sgml:
22789           remove
22790         * docs/plugins/tmpl/multifdsink.sgml:
22791         * docs/plugins/tmpl/tcpserversink.sgml:
22792           add
22793         * ext/alsa/gstalsa.c:
22794         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22795         * ext/ogg/gstoggmux.c:
22796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22797         * gst/playback/gstdecodebin.c:
22798         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22799         * gst/tcp/gsttcpserversink.c:
22800           various fixes and documentation additions
22801
22802 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22803
22804         * common/Makefile.am:
22805         * common/gstdoc-scangobj:
22806         * common/gtk-doc-plugins.mak:
22807         * common/gtk-doc.mak:
22808           add a custom scangobj that uses the registry
22809           add a custom gtk-doc-plugins.mak that uses it
22810           some doc build fixes
22811         * configure.ac:
22812         * docs/Makefile.am:
22813         * docs/plugins/Makefile.am:
22814         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22815         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22816         * docs/plugins/gst-plugins-base-plugins.types:
22817         * docs/plugins/tmpl/gstmultifdsink.sgml:
22818           add docs for one element, multifdsink
22819         * gst/adder/gstadder.h:
22820         * gst/volume/gstvolume.h:
22821           don't privatize enum
22822         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22823         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22824         (gst_sync_method_get_type), (gst_client_status_get_type),
22825         (gst_multifdsink_class_init),
22826         (gst_multifdsink_client_queue_buffer),
22827         (gst_multifdsink_handle_client_write):
22828         * gst/tcp/gstmultifdsink.h:
22829         * gst/tcp/gsttcp.h:
22830         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22831         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22832         (gst_tcpclientsink_render):
22833         * gst/tcp/gsttcpclientsink.h:
22834         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22835         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22836         (gst_tcpclientsrc_start):
22837         * gst/tcp/gsttcpclientsrc.h:
22838         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22839         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22840         * gst/tcp/gsttcpserversrc.h:
22841         * gst/typefind/gsttypefindfunctions.c:
22842           remove superfluous Type stuff
22843
22844 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22845
22846         * gst/playback/gstplaybin.c: (gen_video_element):
22847           Enable videoscale.
22848
22849 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22850
22851         * gst-libs/gst/gconf/gconf.c:
22852         * gst-libs/gst/gconf/gconf.h:
22853           Fix some Andy Problem [tm].
22854
22855 2005-08-04  Andy Wingo  <wingo@pobox.com>
22856
22857         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22859         (gst_ffmpegcsp_get_size): Adapt to API changes.
22860
22861         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22862         Implement an in-place do-nothing transform.
22863
22864 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22865
22866         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22867         (gst_ximagesink_renegotiate_size):
22868           Do not set new window sizes yet if we prepare a new buffer size
22869           for upstream renegotiation (software scaling) at some point in the
22870           future, because this new size waqs not actually accepted yet. Once
22871           accepted, renegotiation later on will set the new sizes just fine.
22872           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22873           embedding testcase.
22874
22875 2005-08-03  Andy Wingo  <wingo@pobox.com>
22876
22877         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22878         (gst_ximagesink_buffer_alloc): 
22879         Protect the height, width, and desired_caps with the pool_lock.
22880         Fixes videotestsrc ! queue ! ximagesink.
22881
22882 2005-08-02  Edward Hervey  <edward@fluendo.com>
22883
22884         * gst/volume/gstvolume.c:
22885         include left from controller cleanup
22886
22887 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22889           Stop collectpads before calling the parent state
22890           change function on PAUSED->READY.
22891
22892 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22893         * configure.ac:
22894           When testing for X libs, use the X CFlags 
22895         * gst/adder/gstadder.c: (gst_adder_change_state):
22896           Stop the collectpads before calling parent state change function
22897           on PAUSED->READY, otherwise we deadlock deactivating pads.
22898
22899 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22900
22901         * configure.ac:
22902         * docs/libs/tmpl/gstcolorbalance.sgml:
22903         * docs/libs/tmpl/gstmixer.sgml:
22904         * examples/Makefile.am:
22905         * gst/sine/Makefile.am:
22906         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22907         (gst_sinesrc_set_property), (plugin_init):
22908         * gst/sine/gstsinesrc.h:
22909         * gst/volume/Makefile.am:
22910         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22911         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22912         (volume_process_float), (volume_process_int16),
22913         (volume_set_property), (plugin_init):
22914         * gst/volume/gstvolume.h:
22915           deactivate and remove dparams (libgstcontrol)
22916
22917 2005-07-29  Wim Taymans  <wim@fluendo.com>
22918
22919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22920         Convert me to BaseTransform!! help..
22921
22922 2005-07-29  Andy Wingo  <wingo@pobox.com>
22923
22924         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22925         sinks.
22926
22927         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22928         support of both endiannesses.
22929
22930 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22931
22932         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22933           Fix confusing debug message (s/event/query/)
22934
22935 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22936
22937         * gst/videotestsrc/videotestsrc.h:
22938           Use "_stdint.h" instead of <stdint.h>
22939
22940 2005-07-27  Wim Taymans  <wim@fluendo.com>
22941
22942         * ext/vorbis/Makefile.am:
22943         Revert wrong commit.
22944
22945 2005-07-27  Wim Taymans  <wim@fluendo.com>
22946
22947         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22948         More compilation fixen.
22949
22950 2005-07-27  Wim Taymans  <wim@fluendo.com>
22951
22952         * gst-libs/gst/audio/gstbaseaudiosink.c:
22953         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22954         (gst_base_audio_sink_create_ringbuffer),
22955         (gst_base_audio_sink_change_state):
22956         Fix compilation.
22957
22958 2005-07-27  Wim Taymans  <wim@fluendo.com>
22959
22960         * examples/seeking/seek.c: (setup_dynamic_link),
22961         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22962         (query_positions_elems), (query_positions_pads), (do_seek):
22963         Update seek example.
22964
22965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22966         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22967         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22968         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22969         (gst_ogg_demux_handle_event),
22970         (gst_ogg_demux_deactivate_current_chain),
22971         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22972         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22973         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22974         (gst_ogg_demux_loop):
22975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22976         * ext/theora/theoradec.c: (theora_dec_src_event),
22977         (theora_dec_src_getcaps), (theora_dec_sink_event),
22978         (theora_dec_push), (theora_dec_chain):
22979         * ext/vorbis/Makefile.am:
22980         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22981         (vorbis_dec_sink_event), (vorbis_dec_push),
22982         (vorbis_handle_data_packet):
22983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22984         (gst_vorbisenc_chain):
22985         * gst/playback/gststreaminfo.c: (cb_probe):
22986         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22987         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22988         * gst/videoscale/gstvideoscale.c:
22989         (gst_videoscale_handle_src_event):
22990         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22991         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22992         (gst_ximagesink_navigation_send_event):
22993         * sys/xvimage/xvimagesink.c:
22994         (gst_xvimagesink_navigation_send_event):
22995         Various event updates and cleanups
22996
22997 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22998
22999         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23000           Fix segfault for I420/YV12.
23001
23002 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23003
23004         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23005           Report bitrate.
23006
23007 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23008
23009         * gst/playback/gstplaybin.c: (gen_video_element),
23010         (gen_audio_element):
23011           Switch to auto*sink elements as default sinks; add volume element
23012           so that volume control in totem works.
23013
23014 2005-07-21  Wim Taymans  <wim@fluendo.com>
23015
23016         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23017         * gst/playback/gstplaybin.c: (setup_sinks),
23018         (gst_play_bin_change_state):
23019         Refcount fix and more comments.
23020
23021 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23022
23023         * sys/ximage/Makefile.am:
23024         * sys/ximage/ximage.c: (plugin_init):
23025         * sys/ximage/ximagesink.c:
23026         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23027         
23028
23029 2005-07-21  Wim Taymans  <wim@fluendo.com>
23030
23031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23032         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23033         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23034         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23035         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23036         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23037         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23038         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23039         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23040         Generate correct disconts for live chained oggs.
23041
23042         * gst-libs/gst/audio/gstbaseaudiosink.c:
23043         (gst_base_audio_sink_render),
23044         (gst_base_audio_sink_create_ringbuffer),
23045         (gst_base_audio_sink_change_state):
23046         Handle discont math correctly.
23047
23048         * gst/playback/gstplaybin.c: (add_sink):
23049         Some small debug cleanup.
23050
23051 2005-07-21  Wim Taymans  <wim@fluendo.com>
23052
23053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23054         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23055         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23056         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23057         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23058         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23059         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23060         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23061         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23062         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23063         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23064         (gst_ogg_demux_change_state), (gst_ogg_print):
23065         Reorganize code to send the right disconts when in streaming
23066         mode.
23067
23068 2005-07-20  Andy Wingo  <wingo@pobox.com>
23069
23070         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23071         fix (?), fixes a seggie mcfalterson (#310894).
23072
23073 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23074
23075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23076         (gst_ogg_mux_set_header_on_caps):
23077         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23079         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23080         * gst-libs/gst/audio/multichannel.c:
23081         (gst_audio_set_channel_positions),
23082         (gst_audio_set_structure_channel_positions_list):
23083         * gst/playback/gstdecodebin.c: (dynamic_create):
23084         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23085         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23086           Fixes for API changes in core.
23087
23088 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23089
23090         * gst/playback/gstplaybasebin.c: (fill_buffer):
23091           Use _new_custom() so we can set custom message types for buffering
23092           messages.
23093
23094 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23095
23096         * configure.ac:
23097         * gst-libs/gst/Makefile.am:
23098         * gst-libs/gst/gconf/.cvsignore:
23099         * gst-libs/gst/gconf/Makefile.am:
23100         * gst-libs/gst/gconf/test-gconf.c:
23101         * pkgconfig/Makefile.am:
23102         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23103         * pkgconfig/gstreamer-gconf.pc.in:
23104           Remove gconf stuff, use gconf elements instead from now on.
23105
23106 2005-07-20  Wim Taymans  <wim@fluendo.com>
23107
23108         * gst-libs/gst/audio/TODO:
23109         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23110         (gst_audio_clock_get_internal_time):
23111         * gst-libs/gst/audio/gstaudioclock.h:
23112         * gst-libs/gst/audio/gstbaseaudiosink.c:
23113         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23114         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23115         (gst_base_audio_sink_render),
23116         (gst_base_audio_sink_create_ringbuffer),
23117         (gst_base_audio_sink_change_state):
23118         Make sure the audio clock always returns an increasing value.
23119
23120 2005-07-19  Andy Wingo  <wingo@pobox.com>
23121
23122         * gst/videotestsrc/: Cleanups.
23123
23124 2005-07-19  Wim Taymans  <wim@fluendo.com>
23125
23126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23127         Better debugging.
23128
23129 2005-07-19  Wim Taymans  <wim@fluendo.com>
23130
23131         * examples/seeking/seek.c: (make_dv_pipeline),
23132         (make_vorbis_theora_pipeline), (query_rates),
23133         (query_positions_elems), (query_positions_pads), (do_seek):
23134         Make correct DV pipeline.
23135
23136 2005-07-18  Andy Wingo  <wingo@pobox.com>
23137
23138         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23139         default. Also because it's the only thing that really works. (This
23140         is used in the GConf elements).
23141         Use AS_LIBTOOL_TAGS.
23142
23143 2005-07-18  Wim Taymans  <wim@fluendo.com>
23144
23145         * gst/playback/gstdecodebin.c: (remove_element_chain):
23146         * gst/playback/gstplaybin.c: (add_sink):
23147         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23148         (gst_stream_info_set_mute):
23149         * gst/playback/gststreamselector.c:
23150         (gst_stream_selector_get_linked_pad),
23151         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23152         More leak and compile fixes.
23153
23154 2005-07-18  Wim Taymans  <wim@fluendo.com>
23155
23156         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23157         (query_rates), (query_positions_elems), (query_positions_pads),
23158         (do_seek), (seek_cb), (stop_seek):
23159         Updated seek example. 
23160
23161         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23162         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23163         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23164         * gst/playback/gstplaybin.c: (add_sink):
23165         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23166         (gst_stream_info_set_mute):
23167         Some refcount leak fixes.
23168
23169 2005-07-16  Wim Taymans  <wim@fluendo.com>
23170
23171         * gst-libs/gst/audio/gstbaseaudiosink.c:
23172         (gst_base_audio_sink_render):
23173         Align samples even if we have roundoff errors in the 
23174         timestamp conversion.
23175
23176 2005-07-16  Wim Taymans  <wim@fluendo.com>
23177
23178         * docs/libs/tmpl/gstringbuffer.sgml:
23179         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23180         (query_rates), (query_positions_elems), (query_positions_pads),
23181         (update_scale), (do_seek):
23182         Updated seek example.
23183
23184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23185         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23186         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23187         (gst_ogg_demux_loop):
23188         Push out correct discont values.
23189
23190         * ext/theora/theoradec.c: (theora_dec_src_convert),
23191         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23192         (theora_dec_sink_event), (theora_handle_type_packet),
23193         (theora_handle_header_packet), (theora_dec_push),
23194         (theora_handle_data_packet), (theora_dec_chain),
23195         (theora_dec_change_state):
23196         Better timestamping.
23197
23198         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23199         (vorbis_dec_sink_event), (vorbis_dec_push),
23200         (vorbis_handle_data_packet), (vorbis_dec_chain):
23201         * ext/vorbis/vorbisdec.h:
23202         Better timestamping.
23203
23204         * gst-libs/gst/audio/gstbaseaudiosink.c:
23205         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23206         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23207         Handle syncing on timestamps instead of sample offsets. Make
23208         use of DISCONT values as described in design docs.
23209
23210         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23211         (gst_base_audio_src_get_time):
23212         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23213         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23214         (gst_ring_buffer_read):
23215         * gst-libs/gst/audio/gstringbuffer.h:
23216         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23217         (gst_ximagesink_show_frame):
23218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23219         Correcly convert buffer timestamp to stream time.
23220
23221 2005-07-16  Wim Taymans  <wim@fluendo.com>
23222
23223         * gst/audioconvert/gstaudioconvert.c:
23224         (gst_audio_convert_get_buffer):
23225         Timestamp buffers correctly.
23226
23227         * gst/playback/gstplaybin.c: (gen_video_element):
23228         Make internal fakesink silent.
23229
23230 2005-07-15  Wim Taymans  <wim@fluendo.com>
23231
23232         * gst/ffmpegcolorspace/Makefile.am:
23233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23234         (gst_ffmpegcsp_caps_remove_format_info),
23235         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23236         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23237         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23238         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23239         Ported ffmpegcolorspace to basetransform.
23240
23241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23242         * gst/volume/gstvolume.c: (volume_transform):
23243         Ported to new API.
23244
23245 2005-07-14  Wim Taymans  <wim@fluendo.com>
23246
23247         * gst/videotestsrc/Makefile.am:
23248         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23249         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23250         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23251         (gst_videotestsrc_init), (gst_videotestsrc_event),
23252         (gst_videotestsrc_create), (gst_videotestsrc_start),
23253         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23254         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23255         (gst_videotestsrc_get_property):
23256         * gst/videotestsrc/gstvideotestsrc.h:
23257         Make videotestsrc a pushsrc.
23258
23259 2005-07-14  Wim Taymans  <wim@fluendo.com>
23260
23261         * gst/tcp/gstfdset.c: (gst_fdset_free):
23262         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23263         (gst_multifdsink_add), (gst_multifdsink_remove),
23264         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23265         (gst_multifdsink_remove_client_link),
23266         (gst_multifdsink_client_queue_data),
23267         (gst_multifdsink_client_queue_caps),
23268         (gst_multifdsink_client_queue_buffer),
23269         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23270         (gst_multifdsink_stop):
23271         * gst/tcp/gstmultifdsink.h:
23272         0.8 backporting.
23273
23274         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23275         Also draw image when not from a pool.
23276
23277 2005-07-14  Wim Taymans  <wim@fluendo.com>
23278
23279         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23280         (mute_stream), (silence_stream):
23281         Small debug additions.
23282
23283 2005-07-14  Wim Taymans  <wim@fluendo.com>
23284
23285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23286         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23287         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23288         Better error recovery, ignore unconnected pads and
23289         non-fatal errors.
23290
23291 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23292
23293         * docs/libs/tmpl/gstaudio.sgml:
23294         * docs/libs/tmpl/gstcolorbalance.sgml:
23295         * docs/libs/tmpl/gstgconf.sgml:
23296         * docs/libs/tmpl/gstmixer.sgml:
23297         * docs/libs/tmpl/gstringbuffer.sgml:
23298         * docs/libs/tmpl/gsttuner.sgml:
23299         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23300         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23301         (gst_tcpclientsrc_class_init):
23302         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23303         (gst_tcpserversrc_class_init):
23304         * sys/v4l/gstv4lelement.c:
23305           more autistic cleanliness in functions/names/defines
23306
23307 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23308
23309         * configure.ac:
23310           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23311           added manually to each Makefile.am so we are sure it goes
23312           *last* and doesn't add -L flags before linking in libs of our
23313           own, like, say, internal .la libs, that then accidentally pick
23314           up the installed copy.
23315         * docs/libs/Makefile.am:
23316         * ext/alsa/Makefile.am:
23317         * ext/cdparanoia/Makefile.am:
23318         * ext/gnomevfs/Makefile.am:
23319         * ext/libvisual/Makefile.am:
23320         * ext/ogg/Makefile.am:
23321         * ext/theora/Makefile.am:
23322         * ext/vorbis/Makefile.am:
23323         * gst-libs/gst/video/Makefile.am:
23324         * gst/adder/Makefile.am:
23325         * gst/audioconvert/Makefile.am:
23326         * gst/audiorate/Makefile.am:
23327         * gst/audioscale/Makefile.am:
23328         * gst/ffmpegcolorspace/Makefile.am:
23329         * gst/playback/Makefile.am:
23330         * gst/sine/Makefile.am:
23331         * gst/subparse/Makefile.am:
23332         * gst/tags/Makefile.am:
23333         * gst/tcp/Makefile.am:
23334         * gst/typefind/Makefile.am:
23335         * gst/videorate/Makefile.am:
23336         * gst/videoscale/Makefile.am:
23337         * gst/videotestsrc/Makefile.am:
23338         * gst/volume/Makefile.am:
23339         * sys/v4l/Makefile.am:
23340         * sys/ximage/Makefile.am:
23341         * sys/xvimage/Makefile.am:
23342           adapt properly to this change. This should make sure that
23343           plugins and libs properly link to the as-yet-uninstalled
23344           copies of stuff like libgstinterfaces and libgstvideo
23345
23346 2005-07-13  Andy Wingo  <wingo@pobox.com>
23347
23348         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23349         (gst_v4lsrc_fixate): Fixate on format as well.
23350
23351         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23352         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23353         buffer points to it.
23354         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23355         rather just doing X calls ourselves. Also fixes a memleak.
23356
23357 2005-07-12  Andy Wingo  <wingo@pobox.com>
23358
23359         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23360         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23361         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23362         TRUE to avoid deadlocks if an element holds on to our buffers.
23363
23364 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23365
23366         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23367         (gst_sinesrc_init), (gst_sinesrc_create),
23368         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23369         (gst_sinesrc_start):
23370         * gst/sine/gstsinesrc.h:
23371           removing num-buffers property before moving it
23372
23373 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23374
23375         * configure.ac:
23376           use overridable ERROR_CFLAGS
23377         * docs/libs/gst-plugins-base-libs.types:
23378         * docs/libs/tmpl/gstringbuffer.sgml:
23379         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23380         (gst_alsasink_class_init):
23381         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23382         (gst_alsasrc_class_init):
23383         * gst-libs/gst/audio/audio.h:
23384         * gst-libs/gst/audio/gstaudioclock.h:
23385         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23386         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23387         (gst_audio_filter_link), (gst_audio_filter_init),
23388         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23389         (gst_audio_filter_get_property),
23390         (gst_audio_filter_class_add_pad_templates):
23391         * gst-libs/gst/audio/gstaudiofilter.h:
23392         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23393         (gst_audio_filter_template_get_type),
23394         (gst_audio_filter_template_base_init),
23395         (gst_audio_filter_template_class_init),
23396         (gst_audio_filter_template_init),
23397         (gst_audio_filter_template_set_property),
23398         (gst_audio_filter_template_get_property), (plugin_init),
23399         (gst_audio_filter_template_setup),
23400         (gst_audio_filter_template_filter),
23401         (gst_audio_filter_template_filter_inplace):
23402         * gst-libs/gst/audio/gstaudiosink.c:
23403         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23404         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23405         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23406         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23407         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23408         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23409         * gst-libs/gst/audio/gstaudiosink.h:
23410         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23411         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23412         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23413         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23414         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23415         (gst_audio_src_class_init), (gst_audio_src_init),
23416         (gst_audio_src_create_ringbuffer):
23417         * gst-libs/gst/audio/gstaudiosrc.h:
23418         * gst-libs/gst/audio/gstbaseaudiosink.c:
23419         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23420         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23421         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23422         (gst_base_audio_sink_set_property),
23423         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23424         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23425         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23426         (gst_base_audio_sink_create_ringbuffer),
23427         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23428         * gst-libs/gst/audio/gstbaseaudiosink.h:
23429         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23430         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23431         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23432         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23433         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23434         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23435         (gst_base_audio_src_event), (gst_base_audio_src_create),
23436         (gst_base_audio_src_create_ringbuffer),
23437         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23438         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23440         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23441         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23442         (gst_ring_buffer_debug_spec_caps),
23443         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23444         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23445         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23446         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23447         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23448         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23449         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23450         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23451         (gst_ring_buffer_clear):
23452         * gst-libs/gst/audio/gstringbuffer.h:
23453         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23454         (gst_video_sink_class_init), (gst_video_sink_get_type):
23455         * gst-libs/gst/video/videosink.h:
23456         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23457         (gst_multifdsink_class_init),
23458         (gst_multifdsink_handle_client_write),
23459         (gst_multifdsink_change_state):
23460         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23461         (gst_tcpclientsink_setcaps):
23462         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23463         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23464         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23465         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23466         (gst_ximagesink_send_pending_navigation),
23467         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23468         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23470         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23471         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23472         (gst_xvimagesink_send_pending_navigation),
23473         (gst_xvimagesink_navigation_send_event),
23474         (gst_xvimagesink_set_xwindow_id),
23475         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23476         (gst_xvimagesink_get_type):
23477         more macro splitting
23478
23479 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23480
23481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23482           plug a memleak, allows me to import 1479 albums in one go
23483           in jamboree
23484         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23485         (vorbis_handle_type_packet), (vorbis_dec_chain),
23486         (vorbis_dec_change_state):
23487           fix some format strings
23488
23489 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23490
23491         * docs/libs/tmpl/gstcolorbalance.sgml:
23492         * docs/libs/tmpl/gstmixer.sgml:
23493         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23494         (gst_alsasink_set_property), (gst_alsasink_get_property):
23495         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23496         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23497           add device property
23498
23499 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23500
23501         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23502         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23503         (audiocast_register_listener), (audiocast_thread_run),
23504         (gst_gnomevfssrc_send_additional_headers_callback),
23505         (gst_gnomevfssrc_received_headers_callback),
23506         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23507         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23508         (gst_gnomevfssrc_get_size):
23509           add/clean up debugging
23510         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23511           cleanups
23512
23513 2005-07-07  Andy Wingo  <wingo@pobox.com>
23514
23515         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23516         framerate. Need to get a handle on when exactly this function is
23517         called, tho.
23518
23519         * sys/v4l/v4lsrc_calls.h:
23520         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23521         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23522         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23523
23524         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23525         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23526         v4lelements are sources.
23527
23528         * sys/v4l/gstv4lxoverlay.h:
23529         * sys/v4l/gstv4lxoverlay.c:
23530         * sys/v4l/gstv4ltuner.h:
23531         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23532         
23533         * sys/v4l/gstv4lsrc.h:
23534         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23535         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23536         or something should handle that. Made a live source.
23537
23538         * sys/v4l/gstv4lelement.h:
23539         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23540         signals. Some cleanups.
23541
23542         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23543
23544         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23545         stuff.
23546
23547         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23548         stuff.
23549
23550         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23551
23552 2005-07-07  Wim Taymans  <wim@fluendo.com>
23553
23554         * ext/theora/theoradec.c: (theora_get_query_types),
23555         (theora_dec_src_getcaps), (theora_dec_push):
23556         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23557         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23558         Remove deprecated/unused query types.
23559
23560 2005-07-06  Wim Taymans  <wim@fluendo.com>
23561
23562         * ext/alsa/Makefile.am:
23563         * ext/alsa/gstalsaplugin.c: (plugin_init):
23564         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23565         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23566         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23567         (gst_alsasrc_class_init), (gst_alsasrc_init),
23568         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23569         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23570         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23571         (gst_alsasrc_reset):
23572         * ext/alsa/gstalsasrc.h:
23573         * gst-libs/gst/audio/Makefile.am:
23574         * gst-libs/gst/audio/gstaudiosink.c:
23575         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23576         (gst_audioringbuffer_start):
23577         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23578         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23579         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23580         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23581         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23582         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23583         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23584         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23585         * gst-libs/gst/audio/gstaudiosrc.h:
23586         * gst-libs/gst/audio/gstbaseaudiosink.c:
23587         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23588         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23589         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23590         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23591         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23592         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23593         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23594         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23595         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23596         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23597         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23598         (gst_baseaudiosrc_change_state):
23599         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23600         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23601         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23602         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23603         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23604         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23605         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23606         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23607         * gst-libs/gst/audio/gstringbuffer.h:
23608         Added audiosource base classes.
23609         Ported alsasrc, still very basic.
23610
23611 2005-07-06  Wim Taymans  <wim@fluendo.com>
23612
23613         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23614         (theora_dec_push), (theora_handle_data_packet):
23615         Prepare for better timestamp fix later.
23616
23617         * gst/audioconvert/gstaudioconvert.c:
23618         List most accurate caps first
23619
23620         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23621         Use proper pad task function.
23622
23623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23624         (gst_xvimagesink_show_frame):
23625         Fix deadlock when alloc failed.
23626
23627 2005-07-05  Andy Wingo  <wingo@pobox.com>
23628
23629         * ext/gnomevfs/gstgnomevfssrc.c:
23630         * gst/sine/gstsinesrc.c:
23631         * gst/tcp/gsttcpserversrc.c:
23632         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23633
23634         * sys/v4l/: Port from 0.8.
23635
23636         * Many files: Null if we got it....
23637
23638 2005-07-05  Andy Wingo  <wingo@pobox.com>
23639
23640         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23641         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23642         Signedness fixes.
23643
23644 2005-07-05  Wim Taymans  <wim@fluendo.com>
23645
23646         * configure.ac:
23647         * gst/tcp/Makefile.am:
23648         * gst/tcp/README:
23649         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23650         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23651         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23652         (is_sync_frame), (gst_multifdsink_handle_client_write),
23653         (gst_multifdsink_render), (gst_multifdsink_start),
23654         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23655         * gst/tcp/gstmultifdsink.h:
23656         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23657         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23658         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23659         * gst/tcp/gsttcp.h:
23660         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23661         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23662         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23663         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23664         * gst/tcp/gsttcpclientsink.h:
23665         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23666         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23667         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23668         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23669         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23670         * gst/tcp/gsttcpclientsrc.h:
23671         * gst/tcp/gsttcpplugin.c: (plugin_init):
23672         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23673         * gst/tcp/gsttcpserversink.h:
23674         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23675         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23676         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23677         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23678         (gst_tcpserversrc_stop):
23679         * gst/tcp/gsttcpserversrc.h:
23680         * gst/tcp/gsttcpsink.c:
23681         * gst/tcp/gsttcpsink.h:
23682         * gst/tcp/gsttcpsrc.c:
23683         * gst/tcp/gsttcpsrc.h:
23684         Ported tcp plugins to 0.9. 
23685         
23686
23687 2005-07-05  Andy Wingo  <wingo@pobox.com>
23688
23689         * gst/playback/gstplaybasebin.c (fill_buffer):
23690         message_new_application fixen.
23691
23692         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23693         Style fix.
23694
23695 2005-07-04  Wim Taymans  <wim@fluendo.com>
23696
23697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23698         Set caps on output buffer.
23699
23700 2005-07-04  Andy Wingo  <wingo@pobox.com>
23701
23702         * ext/gnomevfs/gstgnomevfssrc.c
23703         (gst_gnomevfssrc_received_headers_callback) 
23704         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23705         hopefully.
23706
23707         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23708         No refcount leakage.
23709
23710         * configure.ac: Enable -Werror.
23711         
23712         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23713         * gst/audioconvert/bufferframesconvert.c
23714         (buffer_frames_convert_fixate):
23715         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23716         (gst_audio_convert_fixate):
23717         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23718         (gst_sinesrc_create): Fixate func changes.
23719         
23720         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23721         (gst_ximagesink_buffer_alloc): Unused var.
23722
23723 2005-07-01  Andy Wingo  <wingo@pobox.com>
23724
23725         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23726         getcaps to do explicit caps. Needs to be done in all decoders,
23727         possibly via a base class.
23728
23729         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23730
23731         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23732         caps on the sink pad, just rely on the pad template. Also, setting
23733         ANY caps on a pad is not valid because the caps are not fixed.
23734
23735         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23736         caps on the buffer, and get the width from the desired_caps if
23737         they're set.
23738         (gst_ximagesink_renegotiate_size): Implement via setting the
23739         desired_caps on the ximagesink.
23740         (gst_ximagesink_setcaps): Only reset the width of the player if it
23741         wasn't already set. Not sure if this is right.
23742         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23743
23744         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23745         that the user wants. NULL unless the window has been resized.
23746
23747         * gst/volume/gstvolume.c (volume_transform): Adapt to
23748         basetransform refcount changes.
23749         
23750 2005-07-01  Andy Wingo  <wingo@pobox.com>
23751
23752         * gst/videoscale/gstvideoscale.c:
23753         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23754         from BaseTransform, implements a transform_caps. Removed dead code
23755         including some PAR stuff that was never reached -- should probably
23756         be added back somehow.
23757
23758 2005-07-01  Andy Wingo  <wingo@pobox.com>
23759
23760         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23761         come later.
23762
23763 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23764
23765         * configure.ac:
23766         * docs/libs/Makefile.am:
23767         * docs/libs/gst-plugins-libs.types:
23768         * ext/alsa/Makefile.am:
23769         * ext/alsa/gstalsamixer.h:
23770         * ext/alsa/gstalsamixeroptions.h:
23771         * ext/alsa/gstalsamixertrack.h:
23772         * gst-libs/gst/Makefile.am:
23773         * gst-libs/gst/colorbalance/.cvsignore:
23774         * gst-libs/gst/colorbalance/Makefile.am:
23775         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23776         * gst-libs/gst/colorbalance/colorbalance.c:
23777         * gst-libs/gst/colorbalance/colorbalance.h:
23778         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23779         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23780         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23781         * gst-libs/gst/interfaces/Makefile.am:
23782         * gst-libs/gst/interfaces/colorbalance.c:
23783         (gst_color_balance_class_init):
23784         * gst-libs/gst/interfaces/colorbalance.h:
23785         * gst-libs/gst/interfaces/interfaces-marshal.list:
23786         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23787         * gst-libs/gst/interfaces/mixer.h:
23788         * gst-libs/gst/interfaces/mixeroptions.h:
23789         * gst-libs/gst/interfaces/navigation.c:
23790         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23791         * gst-libs/gst/interfaces/tuner.h:
23792         * gst/volume/Makefile.am:
23793         * gst/volume/gstvolume.c:
23794         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23795         * sys/ximage/Makefile.am:
23796         * sys/ximage/ximagesink.c:
23797         * sys/xvimage/Makefile.am:
23798         * sys/xvimage/xvimagesink.c:
23799           fold in all interfaces into an interfaces dir, preserving CVS
23800           history
23801
23802 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23803
23804         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23805           Fix build after riff changes.
23806
23807 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23808
23809         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23810         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23811         (gst_riff_create_video_template_caps),
23812         (gst_riff_create_audio_template_caps),
23813         (gst_riff_create_iavs_template_caps):
23814         * gst-libs/gst/riff/riff-media.h:
23815         * gst-libs/gst/riff/riff-read.h:
23816         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23817           Add gst_riff_init() to initialize the debug category, instead
23818           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23819
23820 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23821
23822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23823           Oops, I shouldn't apply hacks.
23824
23825 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23826
23827         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23828           Remove pad_loop function which doesn't work.
23829
23830 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23831
23832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23833           Send EOS when deactivating.
23834         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23835         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23836         (gen_preroll_element), (probe_triggered), (mute_stream),
23837         (silence_stream), (new_decoded_pad), (setup_substreams),
23838         (set_active_source):
23839         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23840         (remove_sinks), (add_sink):
23841         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23842           Change for new probe API.
23843
23844 2005-06-29  Wim Taymans  <wim@fluendo.com>
23845
23846         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23847         * gst-libs/gst/audio/gstbaseaudiosink.c:
23848         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23849         (gst_baseaudiosink_change_state):
23850         * gst-libs/gst/audio/gstbaseaudiosink.h:
23851         * gst-libs/gst/audio/gstringbuffer.c:
23852         (gst_ringbuffer_set_callback):
23853         Fix compilation error.
23854         Ringbuffer starts out as not running.
23855         Free our clock in dispose.
23856         When releasing the ringbuffer we need to renegotiate so
23857         clear the pad caps.
23858
23859 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23860
23861         * autogen.sh:
23862         * configure.ac:
23863         * docs/Makefile.am:
23864         * docs/libs/Makefile.am:
23865         * docs/libs/gst-plugins-libs-docs.sgml:
23866         * docs/libs/gst-plugins-libs-sections.txt:
23867         * docs/libs/gst-plugins-libs.types:
23868         * docs/libs/tmpl/gstaudio.sgml:
23869         * docs/libs/tmpl/gstcolorbalance.sgml:
23870         * docs/libs/tmpl/gstringbuffer.sgml:
23871         * gst-libs/gst/audio/gstringbuffer.c:
23872         (gst_ringbuffer_set_callback):
23873           reinstate gtk-doc docs for plugin libs
23874
23875 2005-06-28  Wim Taymans  <wim@fluendo.com>
23876
23877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23878         (gst_ogg_demux_init):
23879         Removed pad loop function.
23880
23881 2005-06-28  Wim Taymans  <wim@fluendo.com>
23882
23883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23884         If we're building a chain we are not in an error case
23885         when we queue a buffer.
23886
23887 2005-06-28  Andy Wingo  <wingo@pobox.com>
23888
23889         * *.c: Don't cast to GstObject before reffing/unreffing.
23890
23891 2005-06-27  Andy Wingo  <wingo@pobox.com>
23892
23893         * gst/videotestsrc/gstvideotestsrc.c
23894         (gst_videotestsrc_activate_push): Activation API changes.
23895
23896         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23897         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23898         they have refs on the decodebin.
23899
23900         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23901         parent class.
23902         (gst_ogg_pad_typefind): Don't leak a pad ref.
23903         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23904         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23905         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23906
23907 2005-06-27  Edward Hervey  <edward@fluendo.com>
23908
23909         * ext/theora/theoradec.c: (theora_dec_change_state): 
23910         re-arranged call to parent's state change in order to avoid locks (or
23911         worse).
23912
23913 2005-06-26  Edward Hervey  <edward@fluendo.com>
23914
23915         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23916         2nd argument of 'unknow-type' signal is a GstCaps and not a
23917         GstMiniObject
23918
23919 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23920         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23921           Set the worker thread's running flag to TRUE before starting the
23922           thread.
23923         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23924           Catch a failure to add typefind to the bin.
23925
23926 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23927
23928         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23929         (gst_sinesrc_init), (gst_sinesrc_create),
23930         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23931         (gst_sinesrc_start):
23932         * gst/sine/gstsinesrc.h:
23933           add num-buffers and timestamp-offset properties
23934         * gst/videotestsrc/gstvideotestsrc.c:
23935         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23936         (gst_videotestsrc_get_property):
23937           add timestamp-offset property
23938
23939 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23940
23941         * configure.ac: add videorate
23942         * gst-plugins-base.spec.in: add videorate
23943
23944 2005-06-23  Wim Taymans  <wim@fluendo.com>
23945
23946         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23947         (gst_videorate_getcaps), (gst_videorate_setcaps),
23948         (gst_videorate_event), (gst_videorate_chain):
23949         Fixed videorate, fixating an already fixated caps is not
23950         an error.
23951
23952 2005-06-23  Wim Taymans  <wim@fluendo.com>
23953
23954         * ext/ogg/README:
23955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23956         Buffer on caps is not boxed anymore.
23957
23958 2005-06-22  Wim Taymans  <wim@fluendo.com>
23959
23960         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23962         Set buffers on caps as miniobjects and not as boxed.
23963
23964 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * configure.ac:
23967           back to HEAD
23968
23969 === release 0.9.1 ===
23970
23971 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23972
23973         * .cvsignore:
23974         * NEWS:
23975         * README:
23976         * RELEASE:
23977         * configure.ac:
23978         * po/af.po:
23979         * po/az.po:
23980         * po/cs.po:
23981         * po/en_GB.po:
23982         * po/hu.po:
23983         * po/it.po:
23984         * po/nb.po:
23985         * po/nl.po:
23986         * po/or.po:
23987         * po/sq.po:
23988         * po/sr.po:
23989         * po/sv.po:
23990         * po/uk.po:
23991         * po/vi.po:
23992           updates for release
23993
23994 2005-06-09  Andy Wingo  <wingo@pobox.com>
23995
23996         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23997         
23998 2005-06-09  Andy Wingo  <wingo@pobox.com>
23999
24000         * configure.ac:
24001         * gst-libs/gst/Makefile.am:
24002         * gst-libs/gst/net/Makefile.am:
24003         Add gstnet to build.
24004
24005 2005-06-09  Andy Wingo  <wingo@pobox.com>
24006
24007         * gst-libs/gst/gconf/gconf.c:
24008         * gst/playback/test.c:
24009         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24010         fixes.
24011
24012         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24013
24014         * ext/theora/theoraenc.c (theora_enc_chain): 
24015         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24016
24017         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24018         RealPad.
24019
24020 2005-06-02  Wim Taymans  <wim@fluendo.com>
24021
24022         * gst-libs/gst/net/Makefile.am:
24023         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24024         * pkgconfig/gstreamer-libs.pc.in:
24025         Added net stuff, version net lib.
24026
24027 2005-06-02  Wim Taymans  <wim@fluendo.com>
24028
24029         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24030         (query_rates), (query_positions_elems), (query_positions_pads),
24031         (do_seek):
24032         Updated seek example.
24033
24034 2005-06-02  Andy Wingo  <wingo@pobox.com>
24035
24036         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24037         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24038         list.
24039
24040         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24041         remove the typefind, the bin dispose will do it for us. When it's
24042         removed and unreffed, the signal handler will be disconnected,
24043         too.
24044         (unlinked): It's too difficult to disconnect from unlinked
24045         handlers, as they are on pads not elements. Just punt if the pads
24046         aren't grandkids of the bin.
24047
24048 2005-06-02  Wim Taymans  <wim@fluendo.com>
24049
24050         * ext/ogg/README:
24051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24052         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24054         * ext/theora/theoradec.c: (theora_dec_src_query),
24055         (theora_handle_data_packet):
24056         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24057         (theora_enc_chain):
24058         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24059         (vorbis_handle_data_packet):
24060         * gst/audioconvert/bufferframesconvert.c:
24061         (buffer_frames_convert_chain):
24062         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24063         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24064         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24065         (gst_ffmpegcsp_chain):
24066         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24067         (gst_videorate_getcaps), (gst_videorate_setcaps),
24068         (gst_videorate_event), (gst_videorate_chain):
24069         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24070         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24071         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24072         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24073         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24074         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24075         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24076         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24077         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24078         Cleanups and buffer alloc.
24079
24080 2005-05-31  Wim Taymans  <wim@fluendo.com>
24081
24082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24083         Don't try to call the delay method when the device is not
24084         opened.
24085
24086 2005-05-31  Wim Taymans  <wim@fluendo.com>
24087
24088         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24089         Get actual segment size and buffer size after opening
24090         the device.
24091
24092 2005-05-30  Wim Taymans  <wim@fluendo.com>
24093
24094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24095         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24096         Also FLUSH upstream, makes the loop function exit faster.
24097         
24098         * ext/theora/theoradec.c: (theora_dec_src_query):
24099         Some more debug info in the query.
24100         
24101         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24102         (gst_ximagesink_setcaps):
24103         Release lock on par error, better error reporting.
24104
24105 2005-05-26  Wim Taymans  <wim@fluendo.com>
24106
24107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24108         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24109         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24110         Clear chains in READY
24111         Queue packets until the chain is activated.
24112
24113 2005-05-25  Wim Taymans  <wim@fluendo.com>
24114
24115         * gst-libs/gst/audio/gstaudiosink.c:
24116         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24117         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24118         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24119         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24120         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24121         (gst_audiosink_create_ringbuffer):
24122         * gst-libs/gst/audio/gstbaseaudiosink.c:
24123         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24124         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24125         (gst_baseaudiosink_set_property), (build_linear_format),
24126         (debug_spec_caps), (debug_spec_buffer),
24127         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24128         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24129         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24130         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24131         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24132         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24133         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24134         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24135         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24136         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24137         (wait_segment), (gst_ringbuffer_commit),
24138         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24139         (gst_ringbuffer_clear):
24140         Various small cleanups.
24141
24142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24143         (gst_audio_convert_change_state):
24144         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24145         No need to take the locks anymore.
24146
24147 2005-05-25  Wim Taymans  <wim@fluendo.com>
24148
24149         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24150         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24151         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24152         (type_found):
24153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24154         (group_destroy), (group_commit), (queue_overrun),
24155         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24156         (mute_stream), (new_decoded_pad), (setup_substreams),
24157         (setup_source), (mute_group_type), (set_active_source),
24158         (gst_play_base_bin_change_state):
24159         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24160         (gen_video_element), (gen_text_element), (gen_audio_element),
24161         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24162         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24163         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24164         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24165         Some playbin cleanups mostly refcounting sloppyness.
24166
24167 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24168
24169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24170           Work with streaming input.
24171
24172 2005-05-25  Wim Taymans  <wim@fluendo.com>
24173
24174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24175         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24176         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24177         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24178         No need to take the STREAM lock anymore.
24179
24180 2005-05-25  Wim Taymans  <wim@fluendo.com>
24181
24182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24183         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24184         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24185         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24186         (gst_ogg_demux_sink_activate):
24187         * ext/theora/theoradec.c: (theora_dec_src_event),
24188         (theora_handle_comment_packet), (theora_dec_chain),
24189         (theora_dec_change_state):
24190         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24191         (vorbis_handle_data_packet), (vorbis_dec_chain),
24192         (vorbis_dec_change_state):
24193         Remove STREAM locks as they are taken in core now.
24194         Never set bogus granulepos on vorbis/theora.
24195         Fix leaks in theoradec tag parsing.
24196
24197 2005-05-25  Wim Taymans  <wim@fluendo.com>
24198
24199         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24200         Fix memleaks, GST_BUFFER_DATA() is not freed.
24201
24202 2005-05-25  Wim Taymans  <wim@fluendo.com>
24203
24204         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24205         Open non-blocking, set to blocking mode afterwards to avoid
24206         lockups when audio device is busy.
24207
24208 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24209
24210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24211           This can't be good.
24212
24213 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24214
24215         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24216         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24217         (gst_audio_convert_setcaps):
24218           Implement instant setup switching.
24219
24220 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24221
24222         * gst/playback/gstplaybasebin.c: (probe_triggered):
24223           Fix missing unlock.
24224         * gst/playback/gstplaybin.c: (add_sink):
24225           First add, then link (otherwise pad link fails).
24226
24227 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24228
24229         * examples/Makefile.am:
24230         fix buildbot (make distcheck)
24231
24232 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24233
24234         * gst/playback/gstplaybin.c: (gen_vis_element):
24235           Remove some wrong code. Doesn't work yet.
24236
24237 2005-05-19  Wim Taymans  <wim@fluendo.com>
24238
24239         * gst-libs/gst/net/Makefile.am:
24240         * gst-libs/gst/net/README:
24241         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24242         (gst_netbuffer_class_init), (gst_netbuffer_init),
24243         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24244         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24245         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24246         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24247         * gst-libs/gst/net/gstnetbuffer.h:
24248         Added buffer subclass to store extra to/from addresses for
24249         network sources/sinks.
24250
24251 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24252
24253         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24254           Don't lock an unassigned variable.
24255
24256 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24257
24258         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24259           Increase buffer for video, decrease buffer for other media types.
24260         * gst/playback/gstplaybin.c: (gen_video_element),
24261         (gen_audio_element):
24262           Change names for debugging purposes.
24263
24264 2005-05-18  Wim Taymans  <wim@fluendo.com>
24265
24266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24267         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24268         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24269         (gst_ffmpegcsp_chain):
24270         Enable buffer alloc passthrough if the source and dest
24271         formats are the same.
24272
24273 2005-05-17  Wim Taymans  <wim@fluendo.com>
24274
24275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24276         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24277         (gst_ogg_demux_chain_unlocked):
24278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24279         (gst_audio_convert_caps_remove_format_info),
24280         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24281         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24283         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24284         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24285         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24286         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24287         (gst_ffmpegcsp_get_property):
24288         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24289         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24290         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24291         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24292         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24293         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24294         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24295         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24296         Leak fixes in oggdemux.
24297         Some cleanups in audioconvert.
24298         Make passthrough work along with buffer_alloc etc.
24299         Make buffer_alloc and buffer recycling actually work in
24300         xvimagesink.
24301
24302 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24303
24304         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24305           make the compiler happy
24306
24307 2005-05-17  Wim Taymans  <wim@fluendo.com>
24308
24309         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24310         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24311         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24312         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24313         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24314         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24315         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24316         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24317         (gst_xvimagesink_set_xwindow_id):
24318         * sys/xvimage/xvimagesink.h:
24319         Port xvimagesink to new MiniObject.
24320
24321 2005-05-17  Wim Taymans  <wim@fluendo.com>
24322
24323         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24324         (gst_audiofilter_chain):
24325         * gst-libs/gst/audio/gstaudiosink.c:
24326         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24327         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24328         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24329         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24330         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24331         (gst_audiosink_create_ringbuffer):
24332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24333         (gst_audio_convert_caps_remove_format_info),
24334         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24335         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24337         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24338         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24339         Fix passthrough in ffmpegcolorspace.
24340         Fix memset in audiosink on wrong memory.
24341
24342 2005-05-16  David Schleef  <ds@schleef.org>
24343
24344         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24345         to GstMiniObject.
24346
24347 2005-05-16  David Schleef  <ds@schleef.org>
24348
24349         Port from GstData to GstMiniObject.
24350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24352         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24353         (gst_ogg_mux_collected):
24354         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24355         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24356         (theora_handle_data_packet):
24357         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24358         (theora_set_header_on_caps), (theora_enc_chain):
24359         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24360         (vorbis_handle_comment_packet):
24361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24362         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24363         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24364         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24365         * gst/audioconvert/gstaudioconvert.c:
24366         (gst_audio_convert_get_buffer):
24367         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24368         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24369         (mute_stream), (silence_stream):
24370         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24371         * gst/volume/gstvolume.c: (volume_transform):
24372         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24373         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24374         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24375         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24376         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24377         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24378         (gst_ximagesink_buffer_alloc):
24379         * sys/ximage/ximagesink.h:
24380
24381 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24382
24383         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24384         (fill_buffer), (check_queue), (queue_threshold_reached),
24385         (queue_out_of_data):
24386         * gst/playback/gstplaybasebin.h:
24387           Post buffer-fullness on the bus.
24388
24389 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24390
24391         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24392         (try_to_link_1):
24393         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24394         (group_commit), (probe_triggered), (setup_source),
24395         (gst_play_base_bin_change_state):
24396         * gst/playback/gstplaybasebin.h:
24397         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24398         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24399         (gst_play_bin_change_state):
24400           Move setup_output_pads into a virtual function, remove
24401           group-switch (no longer needed) and redirect (handled by bus
24402           now) signals.
24403
24404 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24405
24406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24407         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24408         (get_active_group), (get_building_group), (group_destroy),
24409         (group_commit), (check_queue), (queue_overrun),
24410         (queue_threshold_reached), (queue_out_of_data),
24411         (gen_preroll_element), (remove_groups), (unknown_type),
24412         (add_element_stream), (no_more_pads), (probe_triggered),
24413         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24414         (setup_substreams), (setup_source), (finish_source),
24415         (prepare_output), (muted_group_change_state),
24416         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24417         (gst_play_base_bin_change_state):
24418         * gst/playback/gstplaybasebin.h:
24419         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24420         (gst_play_bin_init), (gst_play_bin_set_property),
24421         (gen_video_element), (gen_text_element), (gen_audio_element),
24422         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24423         (gst_play_bin_change_state):
24424         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24425         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24426         (stream_info_change_state), (gst_stream_info_set_mute),
24427         (gst_stream_info_get_property):
24428         * gst/playback/gststreaminfo.h:
24429         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24430         (gst_stream_selector_get_linked_pad),
24431         (gst_stream_selector_getcaps),
24432         (gst_stream_selector_get_linked_pads),
24433         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24434         * gst/playback/gststreamselector.h:
24435           Rough port of playbin. Needs some more work, but is mostly done,
24436           and uses a few locks in important places, which should make stuff
24437           like chain-switches clean. Still uses GST_STATE() in a few places,
24438           which isn't all that good an idea, subtitles/elements disabled
24439           because no elements to test with and thus probably broken, query
24440           and event handling moved to GstBin, internal thread removed
24441           alltogether because the pipeline does that for us now. Can play
24442           Ogg/Vorbis files. Haven't tested anything else yet.
24443
24444 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24445
24446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24447           Do no-more-pads (needed for autoplugging).
24448
24449 2005-05-10  Andy Wingo  <wingo@pobox.com>
24450
24451         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24452         message to the bus with the tags. Still not sent downstream tho.
24453
24454         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24455         get_parent.
24456         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24457         avoid refcounting hassles.
24458
24459 2005-05-09  Andy Wingo  <wingo@pobox.com>
24460
24461         * gst/volume/Makefile.am:
24462         * gst/volume/demo.c
24463         * gst/volume/gstvolume.h
24464         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24465         basetransform. Probably need an audio filter base class.
24466
24467 2005-05-09  Wim Taymans  <wim@fluendo.com>
24468
24469         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24470         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24471         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24472         (gst_vorbisenc_chain):
24473         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24474         (gst_audio_convert_caps_remove_format_info),
24475         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24476         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24477         Make caps writable before writing to it.
24478         Fix negotiation in audioconvert some more.
24479
24480 2005-05-09  Wim Taymans  <wim@fluendo.com>
24481
24482         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24483         (gst_videorate_getcaps), (gst_videorate_setcaps),
24484         (gst_videorate_event), (gst_videorate_chain):
24485         Better negotiation.
24486
24487 2005-05-09  Wim Taymans  <wim@fluendo.com>
24488
24489         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24490         (gst_videorate_getcaps), (gst_videorate_setcaps),
24491         (gst_videorate_blank_data), (gst_videorate_init),
24492         (gst_videorate_event), (gst_videorate_chain),
24493         (gst_videorate_change_state):
24494         Port videorate, do a better job at negotiation while we're at
24495         it.
24496
24497 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24498
24499         * configure.ac:
24500           Disable libvisual
24501
24502         * examples/Makefile.am:
24503         * gst-libs/gst/audio/Makefile.am:
24504         * gst-libs/gst/riff/Makefile.am:
24505         * gst-libs/gst/tag/Makefile.am:
24506         * gst-libs/gst/video/Makefile.am:
24507           Fixups for missing variables.
24508
24509 2005-05-09  Wim Taymans  <wim@fluendo.com>
24510
24511         * examples/seeking/seek.c: (make_theora_pipeline),
24512         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24513         (query_rates), (query_positions_elems), (query_positions_pads),
24514         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24515         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24516         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24517         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24518         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24519         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24520         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24521         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24522         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24523         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24524         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24525         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24526         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24527         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24528         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24529         (theora_dec_src_convert), (theora_dec_sink_convert),
24530         (theora_dec_src_query), (theora_dec_sink_query),
24531         (theora_dec_src_event), (theora_dec_sink_event),
24532         (theora_handle_comment_packet), (theora_handle_type_packet),
24533         (theora_handle_header_packet), (theora_handle_data_packet),
24534         (theora_dec_chain):
24535         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24536         (vorbis_dec_convert), (vorbis_dec_src_query),
24537         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24538         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24539         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24540         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24542         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24543         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24544         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24545         (gst_play_bin_query):
24546         * gst/playback/test3.c: (update_scale):
24547         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24548         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24549         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24550         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24551         (gst_videotestsrc_src_query):
24552         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24553         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24554         (paint_hline_YUV9):
24555         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24556         Port to new query API.
24557         Updated seek.
24558         Cleanups in x[v]imagesink
24559
24560 2005-05-09  Andy Wingo  <wingo@pobox.com>
24561
24562         * ext/alsa/gstalsasink.h:
24563         * ext/gnomevfs/gstgnomevfssrc.c:
24564         (gst_gnomevfssrc_get_icy_metadata):
24565         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24566         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24567         * ext/theora/theoradec.c (theora_dec_src_query)
24568         (theora_dec_src_event, theora_dec_sink_event)
24569         (theora_handle_comment_packet, theora_handle_data_packet):
24570         * ext/theora/theoraenc.c (theora_enc_chain):
24571         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24572         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24573         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24574         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24575         (qt_type_find):
24576         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24577         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24578         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24579         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24580         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24581         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24582         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24583         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24584         (paint_setup_RGB565, paint_setup_xRGB1555):
24585         * gst/videotestsrc/videotestsrc.h:
24586         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24587         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24588         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24589         GCC4 fixes.
24590         
24591         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24592         gst_pad_query_position. Fixes oggdemux.
24593
24594 2005-05-08  David Schleef  <ds@schleef.org>
24595
24596         * configure.ac: Require liboil.
24597         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24598         a few more.
24599         * gst/videotestsrc/videotestsrc.c:
24600         * gst/videotestsrc/videotestsrc.h:
24601
24602 2005-05-06  Wim Taymans  <wim@fluendo.com>
24603
24604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24605         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24606         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24607         Well, unreffing a buffer right before pushing it is asking
24608         for trouble..
24609
24610 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24611
24612         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24613
24614 2005-05-06  Wim Taymans  <wim@fluendo.com>
24615
24616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24617         (gst_audio_convert_caps_remove_format_info),
24618         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24619         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24621         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24622         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24623         * gst/sine/Makefile.am:
24624         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24625         (gst_sinesrc_class_init), (gst_sinesrc_init),
24626         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24627         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24628         (gst_sinesrc_update_freq):
24629         * gst/sine/gstsinesrc.h:
24630         * gst/tcp/gstmultifdsink.c:
24631         * sys/xvimage/xvimagesink.c:
24632         Fixed negotiation wrt _peer_get_caps()
24633         Some cleanups.
24634
24635
24636 2005-05-06  Wim Taymans  <wim@fluendo.com>
24637
24638         * gst-libs/gst/audio/gstaudiosink.c:
24639         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24640         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24641         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24642         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24643         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24644         (gst_audiosink_create_ringbuffer):
24645         * gst-libs/gst/audio/gstbaseaudiosink.c:
24646         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24647         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24648         (gst_baseaudiosink_set_property), (build_linear_format),
24649         (debug_spec_caps), (debug_spec_buffer),
24650         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24651         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24652         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24653         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24654         * gst-libs/gst/audio/gstbaseaudiosink.h:
24655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24656         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24657         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24658         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24659         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24660         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24661         (wait_segment), (gst_ringbuffer_commit),
24662         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24663         (gst_ringbuffer_clear):
24664         * gst-libs/gst/audio/gstringbuffer.h:
24665         Make the base audiosink return an error when there is no
24666         audiobuffer negotiated.
24667
24668 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24669
24670         * ext/Makefile.am:
24671         Disable cdparanoia until someone ports it!
24672
24673 2005-05-06  Wim Taymans  <wim@fluendo.com>
24674
24675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24676         (gst_ogg_demux_sink_activate):
24677         And revert after wingo's revert.. sigh..
24678
24679 2005-05-05  Andy Wingo  <wingo@pobox.com>
24680
24681         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24682         GObject.
24683         * configure.ac: Return audiorate and subparse from the ghetto.
24684         Re-enable -Wall -Werror.
24685         * gst/subparse/gstsubparse.c:
24686         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24687         or chain-based. Cleaned up a bit. Not tested.
24688         
24689 2005-05-05  Christian Schaller <christian@fluendo.com> 
24690
24691         * Makefile.am: remove stuff that is not building
24692         * configure.ac: remove stuff that is not building
24693         * examples/Makefile.am: remove stuff that is not building
24694         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24695         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24696         * sys/Makefile.am: remove stuff that is not building
24697         * testsuite/Makefile.am: remove stuff that is not building
24698
24699 2005-05-05  Andy Wingo  <wingo@pobox.com>
24700
24701         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24702         * gst-libs/gst/tag/gstvorbistag.c:
24703         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24704         * gst/adder/gstadder.h:
24705         * gst/audioconvert/gstchannelmix.c:
24706         (gst_audio_convert_fill_one_other):
24707         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24708         (gst_audiorate_init), (gst_audiorate_chain):
24709         * gst/playback/gstplaybasebin.c: (setup_source):
24710         * gst/playback/test3.c: (update_scale):
24711         Some GCC4 fixes
24712         
24713         * po/af.po:
24714         * po/az.po:
24715         * po/cs.po:
24716         * po/en_GB.po:
24717         * po/hu.po:
24718         * po/it.po:
24719         * po/nb.po:
24720         * po/nl.po:
24721         * po/or.po:
24722         * po/sq.po:
24723         * po/sr.po:
24724         * po/sv.po:
24725         * po/uk.po:
24726         * po/vi.po: Foo
24727
24728 2005-05-05  Wim Taymans  <wim@fluendo.com>
24729
24730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24731         (gst_audio_convert_caps_remove_format_info),
24732         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24733         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24734         * gst/videotestsrc/gstvideotestsrc.c:
24735         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24736         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24737         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24738         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24739         Don't ignore _push() return values.
24740         Make sure no processing is done when shutting down.
24741         Videotestsrc pad activation fix.
24742
24743 2005-05-05  Wim Taymans  <wim@fluendo.com>
24744
24745         * gst/adder/Makefile.am:
24746         * gst/adder/gstadder.c: (gst_adder_setcaps),
24747         (gst_adder_class_init), (gst_adder_init),
24748         (gst_adder_request_new_pad), (gst_adder_collected),
24749         (gst_adder_change_state):
24750         * gst/adder/gstadder.h:
24751         Ported adder as an example of a mixer element using
24752         collect pads. Needs more negotiation work.
24753
24754 2005-05-05  Wim Taymans  <wim@fluendo.com>
24755
24756         * ext/theora/theoradec.c: (_inc_granulepos),
24757         (theora_dec_src_event), (theora_dec_sink_event),
24758         (theora_handle_comment_packet), (theora_handle_type_packet),
24759         (theora_handle_header_packet), (theora_handle_data_packet),
24760         (theora_dec_chain):
24761         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24762         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24763         (theora_push_buffer), (theora_push_packet),
24764         (theora_enc_sink_event), (theora_enc_chain),
24765         (theora_enc_change_state), (theora_enc_set_property),
24766         (theora_enc_get_property):
24767         Added stream lock to decoder so that we can serialize
24768         the discont event.
24769         More theoraenc porting, recover from errors, do clean
24770         shutdown.
24771
24772 2005-05-05  Wim Taymans  <wim@fluendo.com>
24773
24774         * ext/ogg/Makefile.am:
24775         * ext/ogg/README:
24776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24777         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24778         (gst_ogg_print):
24779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24780         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24781         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24782         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24783         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24784         (gst_ogg_mux_change_state):
24785         Ported ogg muxer.
24786
24787 2005-05-05  Wim Taymans  <wim@fluendo.com>
24788
24789         * docs/design-audiosinks.txt:
24790         * gst-libs/gst/audio/TODO:
24791         * gst-libs/gst/audio/gstaudiosink.c:
24792         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24793         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24794         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24795         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24796         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24797         (gst_audiosink_create_ringbuffer):
24798         * gst-libs/gst/audio/gstbaseaudiosink.c:
24799         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24800         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24801         (gst_baseaudiosink_set_property), (build_linear_format),
24802         (debug_spec_caps), (debug_spec_buffer),
24803         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24804         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24805         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24806         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24808         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24809         (gst_ringbuffer_release), (gst_ringbuffer_play),
24810         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24811         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24812         (gst_ringbuffer_set_sample), (wait_segment),
24813         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24814         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24815         More work on the audiosink, mostly debugging and a race in
24816         shutdown.
24817
24818 2005-04-28  Wim Taymans  <wim@fluendo.com>
24819
24820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24821         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24822         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24823         (vorbis_dec_src_query), (vorbis_dec_src_event),
24824         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24825         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24826         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24827         Don't crap out when seeking back to position 0.
24828
24829 2005-04-28  Wim Taymans  <wim@fluendo.com>
24830
24831         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24832         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24833         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24834         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24835         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24836         Make audio sink configurable, use alsasink as default.
24837
24838 2005-04-28  Wim Taymans  <wim@fluendo.com>
24839
24840         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24841         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24842         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24843         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24844         (vorbis_dec_change_state):
24845         * ext/vorbis/vorbisdec.h:
24846         Refactor, use STREAM_LOCK.
24847
24848 2005-04-28  Wim Taymans  <wim@fluendo.com>
24849
24850         * ext/theora/theoradec.c: (_inc_granulepos),
24851         (theora_dec_sink_event), (theora_handle_comment_packet),
24852         (theora_handle_type_packet), (theora_handle_header_packet),
24853         (theora_handle_data_packet), (theora_dec_chain),
24854         (theora_dec_change_state):
24855         Refactor a bit, use STREAM_LOCK.
24856
24857 2005-04-28  Wim Taymans  <wim@fluendo.com>
24858
24859         * ext/alsa/Makefile.am:
24860         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24861         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24862         (gst_alsa_link), (gst_alsa_close_audio):
24863         * ext/alsa/gstalsaplugin.c: (plugin_init):
24864         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24865         (gst_alsasink_dispose), (gst_alsasink_base_init),
24866         (gst_alsasink_class_init), (gst_alsasink_init),
24867         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24868         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24869         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24870         (gst_alsasink_reset):
24871         * ext/alsa/gstalsasink.h:
24872         Implement alsasink with simple open/write/close API. 
24873         Make alsa dir build by disabling compilation of code.
24874
24875 2005-04-28  Wim Taymans  <wim@fluendo.com>
24876
24877         * gst-libs/gst/audio/Makefile.am:
24878         * gst-libs/gst/audio/audio.h:
24879         * gst-libs/gst/audio/audioclock.c:
24880         * gst-libs/gst/audio/audioclock.h:
24881         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24882         (gst_audio_clock_class_init), (gst_audio_clock_init),
24883         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24884         * gst-libs/gst/audio/gstaudioclock.h:
24885         * gst-libs/gst/audio/gstaudiosink.c:
24886         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24887         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24888         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24889         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24890         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24891         (gst_audiosink_create_ringbuffer):
24892         * gst-libs/gst/audio/gstbaseaudiosink.c:
24893         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24894         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24895         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24896         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24897         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24898         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24899         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24900         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24901         * gst-libs/gst/audio/gstbaseaudiosink.h:
24902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24903         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24904         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24905         (gst_ringbuffer_release), (gst_ringbuffer_play),
24906         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24907         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24908         (gst_ringbuffer_set_sample), (wait_segment),
24909         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24910         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24911         * gst-libs/gst/audio/gstringbuffer.h:
24912         Make ringbuffer faster and more simple by removing the locks
24913         in the playback thread.
24914         Add sample accurate playback based on buffer sample offsets.
24915         Make the baseaudiosink provide a clock.
24916         Parse caps in the base class.
24917         Correctly handle seeking, flushing and state changes.
24918
24919 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24920
24921         * configure.ac:
24922         * gst/audioconvert/Makefile.am:
24923         * gst/audioscale/Makefile.am:
24924           Fix part of the build.  Come on guys, autogen didn't even work :)
24925
24926 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24927
24928         * configure.ac:
24929         * gst-libs/gst/Makefile.am:
24930         * gst-libs/gst/media-info/.cvsignore:
24931         * gst-libs/gst/media-info/Makefile.am:
24932         * gst-libs/gst/media-info/README:
24933         * gst-libs/gst/media-info/media-info-priv.c:
24934         * gst-libs/gst/media-info/media-info-priv.h:
24935         * gst-libs/gst/media-info/media-info-test.c:
24936         * gst-libs/gst/media-info/media-info.c:
24937         * gst-libs/gst/media-info/media-info.h:
24938         * gst-libs/gst/media-info/media-info.vcproj:
24939         * pkgconfig/Makefile.am:
24940         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24941         * pkgconfig/gstreamer-media-info.pc.in:
24942           Remove media-info, which is also successed by playbin (see Totem
24943           implementation).
24944
24945 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24946
24947         * configure.ac:
24948         * examples/Makefile.am:
24949         * examples/gstplay/.cvsignore:
24950         * examples/gstplay/Makefile.am:
24951         * examples/gstplay/player.c:
24952         * gst-libs/gst/Makefile.am:
24953         * gst-libs/gst/play/.cvsignore:
24954         * gst-libs/gst/play/Makefile.am:
24955         * gst-libs/gst/play/play.c:
24956         * gst-libs/gst/play/play.h:
24957         * gst-libs/gst/play/play.vcproj:
24958         * pkgconfig/Makefile.am:
24959         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24960         * pkgconfig/gstreamer-play.pc.in:
24961           Remove libgstplay, playbin is now the official successor.
24962
24963 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24964
24965         * configure.ac:
24966         * gst-libs/gst/Makefile.am:
24967         * gst-libs/gst/xwindowlistener/Makefile.am:
24968         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24969         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24970           Remove deprecated xwindowlistener (I've moved xwindowlistening
24971           in the v4l/v4l2 plugins over to serverside).
24972
24973 2005-04-25  David Schleef  <ds@schleef.org>
24974
24975         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24976         to examples/dynparams.  Examples do not belong interspersed with
24977         source code.
24978         * examples/dynparams/demo-dparams.c:
24979         * gst/sine/Makefile.am:
24980         * gst/sine/demo-dparams.c:
24981
24982 2005-04-25  David Schleef  <ds@schleef.org>
24983
24984         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24985         * gst-libs/gst/audio/Makefile.am:
24986         * gst-libs/gst/riff/Makefile.am:
24987         * gst-libs/gst/tag/Makefile.am:
24988         * gst-libs/gst/video/Makefile.am:
24989         * gst-libs/gst/xwindowlistener/Makefile.am:
24990
24991         Convert to 0.9 API, seems to work:
24992         * sys/ximage/Makefile.am:
24993         * sys/ximage/ximagesink.c:
24994
24995 2005-04-24  David Schleef  <ds@schleef.org>
24996
24997         Link plugins against libraries:
24998         * ext/alsa/Makefile.am:
24999         * gst/tcp/Makefile.am:
25000
25001         Remove asm code that should be in liboil
25002         * gst/videoscale/Makefile.am:
25003         * gst/videoscale/videoscale_x86_asm.s:
25004
25005         gettext wants these checked in:
25006         * po/af.po:
25007         * po/az.po:
25008         * po/cs.po:
25009         * po/en_GB.po:
25010         * po/hu.po:
25011         * po/it.po:
25012         * po/nb.po:
25013         * po/nl.po:
25014         * po/or.po:
25015         * po/sq.po:
25016         * po/sr.po:
25017         * po/sv.po:
25018         * po/uk.po:
25019         * po/vi.po:
25020
25021 2005-04-24  David Schleef  <ds@schleef.org>
25022
25023         Convert gst_main() to g_main_loop_run()
25024         * gst/playback/decodetest.c: (main):
25025         * gst/playback/test2.c: (main):
25026         * gst/playback/test3.c: (main):
25027         * gst/playback/test4.c: (main):
25028
25029         Link plugins against libraries:
25030         * ext/libvisual/Makefile.am:
25031         * sys/xvimage/Makefile.am:
25032
25033 2005-04-24  David Schleef  <ds@schleef.org>
25034
25035         * configure.ac: Remove idct and resample libs
25036         * gst-libs/gst/Makefile.am: same
25037
25038         Remove usage of gst_library_load():
25039         * ext/alsa/gstalsaplugin.c: (plugin_init):
25040         * ext/libvisual/visual.c: (plugin_init):
25041         * ext/ogg/gstogg.c: (plugin_init):
25042         * ext/theora/theora.c: (plugin_init):
25043         * ext/vorbis/vorbis.c: (plugin_init):
25044         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25045         * gst/audioscale/gstaudioscale.c:
25046         * gst/adder/gstadder.c: (plugin_init):
25047         * gst/audioconvert/plugin.c: (plugin_init):
25048         * sys/ximage/ximagesink.c: (plugin_init):
25049         * sys/xvimage/xvimagesink.c: (plugin_init):
25050         * gst/tcp/gsttcpplugin.c: (plugin_init):
25051
25052         Link plugins against libraries:
25053         * ext/ogg/Makefile.am:
25054         * ext/theora/Makefile.am:
25055         * ext/vorbis/Makefile.am:
25056         * gst/audioconvert/Makefile.am:
25057
25058         Create proper libraries:
25059         * gst-libs/gst/riff/Makefile.am:
25060         * gst-libs/gst/audio/Makefile.am:
25061         * gst-libs/gst/video/Makefile.am:
25062
25063         Move resample library to audioscale plugin directory:
25064         * gst-libs/gst/resample/Makefile.am:
25065         * gst-libs/gst/resample/README:
25066         * gst-libs/gst/resample/dtof.c:
25067         * gst-libs/gst/resample/dtos.c:
25068         * gst-libs/gst/resample/functable.c:
25069         * gst-libs/gst/resample/private.h:
25070         * gst-libs/gst/resample/resample.c:
25071         * gst-libs/gst/resample/resample.h:
25072         * gst-libs/gst/resample/resample.vcproj:
25073         * gst-libs/gst/resample/test.c:
25074         * gst/audioscale/Makefile.am:
25075         * gst/audioscale/README:
25076         * gst/audioscale/dtof.c:
25077         * gst/audioscale/dtos.c:
25078         * gst/audioscale/functable.c:
25079         * gst/audioscale/private.h:
25080         * gst/audioscale/resample.c:
25081         * gst/audioscale/resample.h:
25082         * gst/audioscale/test.c:
25083
25084         Move tagedit library to gst-libs:
25085         * gst-libs/gst/tag/Makefile.am:
25086         * gst-libs/gst/tag/gstid3tag.c:
25087         * gst-libs/gst/tag/gsttagediting.c:
25088         * gst-libs/gst/tag/gsttageditingprivate.h:
25089         * gst-libs/gst/tag/gstvorbistag.c:
25090         * gst/tags/Makefile.am:
25091         * gst/tags/gstid3tag.c:
25092         * gst/tags/gstvorbistag.c:
25093
25094         Fix for core changes:
25095         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25096         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25097         (gst_sinesrc_getrange):
25098
25099 2005-04-23  David Schleef  <ds@schleef.org>
25100
25101         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25102         in gst-plugins in a long time, and properly belongs in liboil.
25103         * gst-libs/gst/idct/Makefile.am:
25104         * gst-libs/gst/idct/README:
25105         * gst-libs/gst/idct/dct.h:
25106         * gst-libs/gst/idct/doieee:
25107         * gst-libs/gst/idct/fastintidct.c:
25108         * gst-libs/gst/idct/floatidct.c:
25109         * gst-libs/gst/idct/idct.c:
25110         * gst-libs/gst/idct/idct.h:
25111         * gst-libs/gst/idct/idtc.vcproj:
25112         * gst-libs/gst/idct/ieeetest.c:
25113         * gst-libs/gst/idct/intidct.c:
25114
25115 2005-04-20  Wim Taymans  <wim@fluendo.com>
25116
25117         * docs/design-audiosinks.txt:
25118         * gst-libs/gst/audio/Makefile.am:
25119         * gst-libs/gst/audio/TODO:
25120         * gst-libs/gst/audio/gstaudiosink.c:
25121         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25122         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25123         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25124         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25125         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25126         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25127         (gst_audiosink_class_init), (gst_audiosink_init),
25128         (gst_audiosink_create_ringbuffer):
25129         * gst-libs/gst/audio/gstaudiosink.h:
25130         * gst-libs/gst/audio/gstbaseaudiosink.c:
25131         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25132         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25133         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25134         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25135         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25136         (gst_baseaudiosink_create_ringbuffer),
25137         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25138         * gst-libs/gst/audio/gstbaseaudiosink.h:
25139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25140         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25141         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25142         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25143         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25144         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25145         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25146         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25147         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25148         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25149         * gst-libs/gst/audio/gstringbuffer.h:
25150         An attempt at a set of audio base classes together with some
25151         design docs.
25152
25153 2005-04-20  Wim Taymans  <wim@fluendo.com>
25154
25155         * gst/audioconvert/Makefile.am:
25156         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25157         (gst_audio_convert_caps_remove_format_info),
25158         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25159         (gst_audio_convert_channels):
25160         Link against audio libs.
25161         Fix audio convert plugin.
25162
25163 2005-04-20  Wim Taymans  <wim@fluendo.com>
25164
25165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25166         (gst_ogg_demux_sink_activate):
25167         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25168         (theora_set_header_on_caps), (theora_enc_sink_event),
25169         (theora_enc_chain):
25170         Fix theora encoder.
25171
25172 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25173
25174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25175         * gst/playback/gstdecodebin.c: (find_compatibles):
25176           Work with staticpadtemplates in elementfactories.
25177
25178 2005-04-12  Wim Taymans  <wim@fluendo.com>
25179
25180         * gst/playback/README:
25181         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25182         (compare_ranks), (print_feature), (gst_decode_bin_init),
25183         (dynamic_create), (dynamic_free), (find_compatibles),
25184         (mimetype_is_raw), (close_pad_link), (got_redirect),
25185         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25186         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25187         (gst_decode_bin_change_state):
25188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25189         (gst_play_base_bin_init), (group_destroy), (group_commit),
25190         (check_queue), (queue_overrun), (queue_threshold_reached),
25191         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25192         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25193         (got_redirect), (setup_source), (play_base_eos),
25194         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25195         (gst_play_base_bin_remove_element):
25196         * gst/playback/gstplaybasebin.h:
25197         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25198         (gst_play_bin_init), (gst_play_bin_dispose),
25199         (gst_play_bin_set_property), (gen_video_element),
25200         (gen_text_element), (gen_audio_element), (remove_sinks),
25201         (gst_play_bin_send_event):
25202         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25203         (stream_info_change_state), (gst_stream_info_set_mute):
25204         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25205         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25206         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25207         (gst_stream_selector_chain):
25208         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25209         (main):
25210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25211         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25212         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25213         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25214         Raw and crude port of decodebin. 
25215         Make playbin compile.
25216
25217 2005-04-06  Wim Taymans  <wim@fluendo.com>
25218
25219         * ext/gnomevfs/Makefile.am:
25220         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25221         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25222         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25223         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25224         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25225         (gst_gnomevfssrc_stop):
25226         * ext/ogg/Makefile.am:
25227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25228         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25229         * ext/theora/Makefile.am:
25230         * ext/theora/theoradec.c: (_inc_granulepos),
25231         (theora_dec_sink_event), (theora_dec_chain):
25232         * ext/vorbis/Makefile.am:
25233         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25234         (vorbis_dec_sink_event), (vorbis_dec_chain):
25235         * gst-libs/gst/audio/Makefile.am:
25236         * sys/xvimage/Makefile.am:
25237         Make gnomevfssrc extend the source base class.
25238         Fix linking against libs in various plugins.
25239
25240 2005-04-06  Andy Wingo  <wingo@pobox.com>
25241
25242         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25243         GST_BASE_LIBS.
25244
25245         * configure.ac: Add check and AC_SUBST for libgstbase.
25246
25247 2005-03-31  Wim Taymans  <wim@fluendo.com>
25248
25249         * examples/seeking/Makefile.am:
25250         * examples/seeking/cdparanoia.c: (main):
25251         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25252         (play_cb), (pause_cb), (stop_cb), (main):
25253         * examples/seeking/playbin.c:
25254         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25255         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25256         (make_sid_pipeline), (make_vorbis_pipeline),
25257         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25258         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25259         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25260         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25261         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25262         (stop_cb), (main):
25263         * examples/seeking/spider_seek.c:
25264         * examples/seeking/vorbisfile.c:
25265         * ext/gnomevfs/Makefile.am:
25266         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25267         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25268         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25269         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25270         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25271         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25272         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25273         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25274         * ext/ogg/README:
25275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25276         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25277         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25278         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25279         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25280         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25281         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25282         (gst_ogg_demux_factory_filter), (compare_ranks),
25283         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25284         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25285         (gst_ogg_chain_new), (gst_ogg_chain_free),
25286         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25287         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25288         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25289         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25290         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25291         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25292         (gst_ogg_demux_get_prev_page),
25293         (gst_ogg_demux_deactivate_current_chain),
25294         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25295         (gst_ogg_demux_bisect_forward_serialno),
25296         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25297         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25298         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25299         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25300         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25301         (gst_ogg_demux_change_state), (gst_ogg_print):
25302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25303         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25304         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25305         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25306         (gst_ogg_mux_loop):
25307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25308         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25309         (theora_dec_src_convert), (theora_dec_sink_convert),
25310         (theora_dec_src_query), (theora_dec_src_event),
25311         (theora_dec_sink_event), (theora_dec_chain),
25312         (theora_dec_change_state):
25313         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25314         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25315         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25316         (theora_enc_change_state):
25317         * ext/vorbis/Makefile.am:
25318         * ext/vorbis/oggvorbisenc.c:
25319         * ext/vorbis/oggvorbisenc.h:
25320         * ext/vorbis/vorbis.c: (plugin_init):
25321         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25322         (vorbis_dec_src_query), (vorbis_dec_src_event),
25323         (vorbis_dec_sink_event), (vorbis_dec_chain),
25324         (vorbis_dec_change_state):
25325         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25326         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25327         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25328         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25329         (gst_vorbisenc_change_state):
25330         * ext/vorbis/vorbisenc.h:
25331         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25332         * gst-libs/gst/audio/audioclock.c:
25333         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25334         (gst_audiofilter_init), (gst_audiofilter_chain):
25335         * gst-libs/gst/audio/testchannels.c: (main):
25336         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25337         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25338         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25339         (gmip_find_track_streaminfo), (gmip_find_track_format):
25340         * gst-libs/gst/media-info/media-info.c:
25341         (gst_media_info_read_idler):
25342         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25343         (gst_play_get_all_by_interface):
25344         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25345         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25346         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25347         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25348         (gst_riff_parse_info):
25349         * gst-libs/gst/riff/riff-read.h:
25350         * gst-libs/gst/riff/riff.c: (plugin_init):
25351         * gst-libs/gst/video/Makefile.am:
25352         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25353         (gst_videosink_class_init), (gst_videosink_get_type):
25354         * gst-libs/gst/video/videosink.h:
25355         * gst/audioconvert/bufferframesconvert.c:
25356         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25357         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25358         * gst/audioconvert/channelmixtest.c: (main):
25359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25360         (gst_audio_convert_chain),
25361         (gst_audio_convert_caps_remove_format_info),
25362         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25363         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25364         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25365         (gst_audio_convert_buffer_to_default_format),
25366         (gst_audio_convert_buffer_from_default_format),
25367         (gst_audio_convert_channels):
25368         * gst/audioconvert/gstchannelmix.h:
25369         * gst/ffmpegcolorspace/avcodec.h:
25370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25371         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25372         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25373         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25374         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25375         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25376         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25377         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25378         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25379         (dv_type_find):
25380         * gst/videotestsrc/gstvideotestsrc.c:
25381         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25382         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25383         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25384         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25385         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25386         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25387         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25389         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25390         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25391         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25392         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25393         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25394         (gst_xvimagesink_navigation_send_event),
25395         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25396         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25397         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25398         * sys/xvimage/xvimagesink.h:
25399         Plugin port to 0.9, ogg/theora playback should work in the seek
25400         example now.
25401         Removed old examples.
25402         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25403         explained in 0.9 TODO doc.
25404
25405
25406 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25407
25408         * autogen.sh:
25409         * configure.ac:
25410         * ext/Makefile.am:
25411         * gst/Makefile.am:
25412         * po/POTFILES.in:
25413         * po/af.po:
25414         * po/az.po:
25415         * po/cs.po:
25416         * po/en_GB.po:
25417         * po/hu.po:
25418         * po/it.po:
25419         * po/nb.po:
25420         * po/nl.po:
25421         * po/or.po:
25422         * po/sq.po:
25423         * po/sr.po:
25424         * po/sv.po:
25425         * po/uk.po:
25426         * po/vi.po:
25427         * sys/Makefile.am:
25428         * testsuite/Makefile.am:
25429           remove a whole bunch of plugins.  This module now contains a set
25430           of free reference plugins/elements as agreed.
25431
25432 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25433
25434         * configure.ac:
25435           hunting season on 0.9 is now OPEN
25436
25437 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25438
25439         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25440           Kick the hell out of gcc for not warning me about a symbol conflict.
25441
25442 2005-02-22  Luca Ognibene  <luogni@tin.it>
25443
25444         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25445
25446         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25447           Don't leak caps string (fixes #168134)
25448
25449         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25450         (gst_jpegenc_init), (gst_jpegenc_finalize),
25451         (gst_jpegenc_change_state):
25452           Don't leak line buffers and context struct (fixes #168133).
25453
25454 2005-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25455
25456         * configure.ac:
25457         * ext/dirac/gstdiracdec.cc:
25458         (gst_diracdec_chain):
25459           Since dirac 0.5.0 the framerate in dirac is expressed as a
25460           rational number. Fix build and up requirement to 0.5.0, and
25461           also pass parameters to gst_diracdec_link in the right order
25462           (fixes #167959).
25463
25464 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25465
25466         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25467         * ext/faad/gstfaad.h:
25468         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25469         certain invalid muxed streams, where some packets will contain 
25470         junk after decoder data. Partially fixes #149158.
25471
25472 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25473         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25474           Make sure we only write to writable buffers
25475
25476 2005-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25477
25478         * gst-libs/gst/riff/riff-media.c:
25479         (gst_riff_create_audio_caps_with_data):
25480           Do actually fix invalid RIFF fmt header values for alaw
25481           and mulaw audio instead of just saying so.
25482
25483         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25484           Give gst_riff_create_audio_caps_with_data() a chance to
25485           fix up broken format header fields before extracting any
25486           parameters from the header. (fixes #167633)
25487
25488 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25489
25490         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25491
25492         * gst/audioconvert/bufferframesconvert.c:
25493         (buffer_frames_convert_link):
25494           Don't leak othercaps. (fixes #167878)
25495
25496 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25497
25498         * configure.ac:
25499         * ext/libvisual/visual.c: (gst_visual_srclink),
25500         (gst_visual_change_state):
25501           Support libvisual 0.2.0.
25502
25503 2005-02-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25504
25505         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25506         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25507           Use same rowstrides for I420 as used everywhere else.
25508
25509 2005-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25510
25511         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25512           Declare variables at beginning of block and make gcc-2.95 happy
25513           (fixes # 167482, patch by Gergely Nagy).
25514           
25515         * gst/tcp/gsttcpclientsrc.c:
25516         * gst/tcp/gsttcpclientsrc.h:
25517           Move some includes into the header, so that struct sockaddr_in is
25518           defined when it should be defined on FreeBSD as well (fixes
25519           #167483).
25520           
25521         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25522           Don't pass uninitialised values to setsockopt() here either.
25523
25524 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25525
25526         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25527
25528         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25529           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25530
25531 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25532
25533         * gst/playback/gstplaybin.c: (add_sink):
25534           Invert bin_add/link order to workaround deadlock in opt.
25535
25536 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25537
25538         * gst/modplug/gstmodplug.cc:
25539           Add missing break causing position queries to fail.
25540
25541 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25542
25543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25544           Granpos can apparently be -1, which screws up calculations...
25545
25546 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25547
25548         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25549         (gst_ximagesink_send_pending_navigation),
25550         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25551         (gst_ximagesink_init):
25552         * sys/ximage/ximagesink.h:
25553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25554         (gst_xvimagesink_send_pending_navigation),
25555         (gst_xvimagesink_navigation_send_event),
25556         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25557         * sys/xvimage/xvimagesink.h:
25558           Use a mutex protected list to marshal navigation
25559           events into the stream thread from whichever thread
25560           sends them.
25561
25562 2005-02-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25563
25564         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25565           Display current position and track length; misc. clean-ups.
25566           
25567         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25568         (speed_init), (speed_chain):
25569           Add query function, so that the stream length and current position
25570           get adjusted when queried (note that current position queries may
25571           still be wrong if the audio sink returns values based on buffer
25572           timestamps instead of passing on the query).
25573
25574 2005-02-13  Benjamin Otte  <otte@gnome.org>
25575
25576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25577         (gst_audio_convert_channels):
25578           create channel conversion matrix when linking
25579         * gst/audioconvert/.cvsignore:
25580         * gst/audioconvert/Makefile.am:
25581         * gst/audioconvert/channelmixtest.c: (main):
25582           add (ugly) test that ensures stereo <=> mono conversion works
25583           correctly
25584
25585 2005-02-13  Benjamin Otte  <otte@gnome.org>
25586
25587         * gst/audioconvert/gstchannelmix.h:
25588           include missing header file
25589         * gst/audioconvert/gstchannelmix.c:
25590         (gst_audio_convert_fill_compatible):
25591           use same sign for both channels when converting to/from compatible
25592           channel. Previously used different signs made the signals cancel
25593           each other out and appear like silence. (fixes #167269)
25594
25595 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25596
25597         * gst/ffmpegcolorspace/avcodec.h:
25598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25599         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25600         (gst_ffmpegcsp_avpicture_fill):
25601         * gst/ffmpegcolorspace/imgconvert.c:
25602           Convert to and from YV12 (fixes #156379).
25603
25604 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25605
25606         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25607         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25608         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25609         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25610         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25611         methods from chain and negotiation and vice versa (Fixes #166142).
25612         * sys/ximage/ximagesink.h: Add stream_lock.
25613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25614         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25615         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25616         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25617
25618 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25619
25620         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25621           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25622           error message when we can't open the DVD device (when dvdnav_open()
25623           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25624           the above). Send something more useful instead (fixes #167117).
25625
25626 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25627
25628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25629         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25630         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25631         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25632         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25633         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25634         methods from chain and negotiation and vice versa (Fixes #166142).
25635         Fix a possible bug of images in the buffer pool being discarded because
25636         we are looking at the wrong geometry.
25637         * sys/xvimage/xvimagesink.h: Add stream_lock.
25638
25639 2005-02-11  David Schleef  <ds@schleef.org>
25640
25641         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25642         unsigned int. (fixes #167128)
25643
25644 2005-02-11  David Schleef  <ds@schleef.org>
25645
25646         * gst/librfb/Makefile.am: Testing stuff before committing is
25647           for wimps... and people with fast machines.  Fix stupid
25648           mistake.
25649
25650 2005-02-11  David Schleef  <ds@schleef.org>
25651
25652         * configure.ac: Pull in librfb from my CVS tree, because it is
25653           too small and annoying to be separate.  Move rfbsrc plugin
25654           to gst/.
25655         * ext/Makefile.am:
25656         * ext/librfb/Makefile.am:
25657         * ext/librfb/gstrfbsrc.c:
25658         * gst/librfb/Makefile.am:
25659         * gst/librfb/gstrfbsrc.c:
25660         * gst/librfb/rfb.c:
25661         * gst/librfb/rfb.h:
25662         * gst/librfb/rfbbuffer.c:
25663         * gst/librfb/rfbbuffer.h:
25664         * gst/librfb/rfbbytestream.c:
25665         * gst/librfb/rfbbytestream.h:
25666         * gst/librfb/rfbcontext.h:
25667         * gst/librfb/rfbdecoder.c:
25668         * gst/librfb/rfbdecoder.h:
25669         * gst/librfb/rfbutil.h:
25670
25671 2005-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25672
25673         * gst/speed/Makefile.am:
25674         * gst/speed/demo-mp3.c: (main):
25675         * gst/speed/filter.func:
25676         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25677         (speed_class_init), (speed_init), (speed_chain_int16),
25678         (speed_chain_float32), (speed_chain), (speed_set_property),
25679         (speed_get_property), (speed_change_state):
25680         * gst/speed/gstspeed.h:
25681           Fix speed element and make it chain-based (fixes #156467),
25682           and make it handle more than one channel.
25683
25684 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25685
25686         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25687         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25688         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25689         * ext/dts/gstdtsdec.h:
25690           Don't clobber the stack constructing the channels array.
25691           Make the element chain-based. DTS tracks can now be played.
25692           
25693 2005-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25694
25695         * gst-libs/gst/audio/multichannel.h:
25696         * gst-libs/gst/gconf/gconf.h:
25697         * gst-libs/gst/idct/idct.h:
25698         * gst-libs/gst/media-info/media-info-priv.h:
25699         * gst-libs/gst/play/play.h:
25700         * gst-libs/gst/resample/private.h:
25701         * gst-libs/gst/resample/resample.h:
25702         * gst-libs/gst/riff/riff-ids.h:
25703         * gst-libs/gst/video/video.h:
25704         * gst-libs/gst/video/videosink.h:
25705           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25706           missing, so that they work when included from C++ code.
25707
25708 2005-02-09  David Schleef  <ds@schleef.org>
25709
25710         * testsuite/gst-lint: Check for non-statically scoped
25711           parent_class variables.  This won't be a problem once
25712           plugins are loaded with RTLD_LOCAL.
25713
25714 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25715
25716         * ext/mplex/gstmplexibitstream.cc:
25717           gcc madness.
25718
25719 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25720
25721         * ext/ogg/gstogmparse.c:
25722         * gst/debug/gstnavigationtest.c:
25723           Die, thou faulty symbol pollutors (non-static parent_class).
25724
25725 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25726
25727         * ext/mplex/gstmplexibitstream.cc:
25728           Fix event handling (#165525).
25729
25730 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25731
25732         * ext/mikmod/gstmikmod.c:
25733         * gst/modplug/gstmodplug.cc:
25734           Add missing endianness to template (fixes #165509).
25735
25736 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25737
25738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25739           Fix wrong order of reading of optional bytes (#165290).
25740
25741 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25742
25743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25744           Implement FILLER event awareness.
25745
25746 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25747
25748         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25749           Fix track calculations (#166208).
25750
25751 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25752
25753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25754
25755         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25756         * ext/libpng/gstpngenc.c:
25757           Fix byte-order, use proper fixed caps. Fixes #164197.
25758
25759 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25760
25761         * configure.ac:
25762           Add dvdlpcmdec 
25763
25764         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25765         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25766           Don't push buffers if the src pad isn't negotiated yet.
25767           
25768         * gst/audioconvert/gstaudioconvert.c:
25769         (gst_audio_convert_buffer_to_default_format),
25770         (gst_audio_convert_buffer_from_default_format):
25771           Add support for 24-bit width.
25772
25773         * gst/dvdlpcmdec/.cvsignore:
25774         * gst/dvdlpcmdec/Makefile.am:
25775         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25776         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25777         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25778         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25779         (plugin_init):
25780         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25781           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25782           format. Needs support for the channels maps if someone can find 
25783           a DVD LPCM track with > 2 channels.
25784
25785         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25786         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25787         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25788         * gst/mpegstream/gstdvddemux.h:
25789         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25790         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25791         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25792         * gst/mpegstream/gstmpegdemux.h:
25793         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25794         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25795         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25796         (gst_mpeg_parse_handle_src_query),
25797         (gst_mpeg_parse_handle_src_event):
25798           Use audio/x-dvd-lpcm for LPCM output.
25799           Add DTS output.
25800
25801 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25802
25803         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25804
25805         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25806         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25807           Add BGRA handling (#165736).
25808
25809 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25810
25811         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25812
25813         * gst/law/alaw-decode.c: (alawdec_link):
25814         * gst/law/alaw-encode.c: (alawenc_link):
25815         * gst/law/mulaw-decode.c: (mulawdec_link):
25816         * gst/law/mulaw-encode.c: (mulawenc_link):
25817           Fix caps memleaks (#166600).
25818
25819 2005-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25820
25821         * ext/tarkin/mem.h:
25822         * ext/tarkin/wavelet.h:
25823         * ext/tarkin/yuv.h:
25824         * gst/ffmpegcolorspace/avcodec.h:
25825           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25826           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25827
25828 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25829
25830         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25832         (gst_xvimagesink_change_state):
25833           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25834           Xv video (and thereby regenerate Xv colourkey) in clear() so
25835           that PLAY -> READY -> PLAY works (fixes #162504).
25836
25837 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25838
25839         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25840           Switch to list instead of range, since MJPEG-devices really just
25841           support decimations, not any size.
25842
25843 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25844         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25845         (gst_mpeg2dec_reset), (free_all_buffers),
25846         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25847         * ext/mpeg2dec/gstmpeg2dec.h:
25848           The libmpeg2 user-allocated buffer management is awkward, 
25849           to say the least. Hopefully this fixes things.
25850
25851 2005-02-04  Andy Wingo  <wingo@pobox.com>
25852
25853         * gst/audioconvert/bufferframesconvert.c
25854         (buffer_frames_convert_fixate): New function, fixates to 256
25855         frames per buffer by default. (Much better than 1.)
25856         (buffer_frames_convert_init): Set the fixate function for both src
25857         and sink pad.
25858         (buffer_frames_convert_link): After success setting nonfixed caps,
25859         get the negotiated caps so we can know how many buffer-frames it
25860         will be. No idea how this worked at all before.
25861
25862 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25863
25864         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25865         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25866         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25867         (handle_sequence), (handle_picture):
25868         * ext/mpeg2dec/gstmpeg2dec.h:
25869           Rearrange buffer tracking and refcounting and refactor
25870           a little for readability. 
25871
25872 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25873         * sys/v4l/gstv4l.c: (plugin_init):
25874         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25875         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25876         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25877         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25878         * sys/v4l/gstv4ljpegsrc.h:
25879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25880         * sys/v4l/v4l_calls.h:
25881         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25882         (gst_v4lsrc_get_fps):
25883         * sys/v4l/v4lsrc_calls.h:
25884           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25885           you jpeg inside rgb frames" driver.
25886           Don't error in the v4lsrc link function, just return 
25887           REFUSED.
25888
25889 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25890
25891         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25892         (gst_qcamsrc_open):
25893           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25894
25895 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25896
25897         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25898           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25899
25900 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25901
25902         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25903           Reset negotiated state on PAUSED->READY.
25904
25905 2005-02-02  David Schleef  <ds@schleef.org>
25906
25907         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25908         whereever possible.  (Fixes #165997)
25909         * examples/capsfilter/capsfilter1.c: (main):
25910         * examples/dynparams/filter.c: (create_ui):
25911         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25912         * examples/seeking/chained.c: (main):
25913         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25914         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25915         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25916         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25917         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25918         * examples/switch/switcher.c: (main):
25919         * ext/dv/demo-play.c: (main):
25920         * ext/faad/gstfaad.c: (gst_faad_change_state):
25921         * ext/mad/gstmad.c: (gst_mad_chain):
25922         * ext/smoothwave/demo-osssrc.c: (main):
25923         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25924         (gst_gconf_render_bin_from_description),
25925         (gst_gconf_get_default_audio_sink),
25926         (gst_gconf_get_default_video_sink),
25927         (gst_gconf_get_default_audio_src),
25928         (gst_gconf_get_default_video_src),
25929         (gst_gconf_get_default_visualization_element):
25930         * gst/level/demo.c: (main):
25931         * gst/level/plot.c: (main):
25932         * gst/playback/gstplaybin.c: (gen_video_element),
25933         (gen_audio_element):
25934         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25935         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25936         * gst/sine/demo-dparams.c: (main):
25937         * gst/spectrum/demo-osssrc.c: (main):
25938         * gst/speed/demo-mp3.c: (main):
25939         * gst/volume/demo.c: (main):
25940         * testsuite/embed/embed.c: (main):
25941
25942 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25943
25944         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25945         (gst_tcpclientsink_finalize):
25946         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25947         (gst_tcpclientsrc_finalize):
25948         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25949         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25950         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25951         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25952           Don't leak the hostname when shutting down.
25953           In tcpserversrc, take a copy of the default hostname.
25954
25955 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25956
25957         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25958           Set caps to systemstream=TRUE.
25959
25960 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25961
25962         * testsuite/Makefile.am:
25963           Fix more OSX buildbots.
25964
25965 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25966
25967         * ext/mpeg2dec/gstmpeg2dec.c:
25968           Don't send things to NULL PAD_PEERs
25969
25970         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25971           Copy-on-write the incoming buffer.
25972
25973         * gst/mpegstream/gstdvddemux.h:
25974         * gst/mpegstream/gstmpegclock.h:
25975         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25976         (normal_seek), (gst_mpeg_demux_handle_src_event):
25977         * gst/mpegstream/gstmpegdemux.h:
25978         * gst/mpegstream/gstmpegpacketize.h:
25979         * gst/mpegstream/gstmpegparse.c:
25980         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25981         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25982         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25983         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25984         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25985         * gst/mpegstream/gstmpegparse.h:
25986         * gst/mpegstream/gstrfc2250enc.h:
25987           Various changes to the way time is computed that make seeking and
25988           total time estimation much better here.
25989           Use G_BEGIN/END_DECLS instead of __cplusplus
25990
25991         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25992           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25993
25994 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25995
25996         * gst/subparse/gstsubparse.c:
25997           Fix OSX buildbot.
25998
25999 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26000
26001         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26002         (theora_enc_chain), (theora_enc_change_state):
26003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26004         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26005         (gst_vorbisenc_change_state):
26006         * ext/vorbis/vorbisenc.h:
26007           Set granulepos and timestamp correctly for streams not
26008           starting at 0, taking into account the initial delay.
26009
26010 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26011
26012         * gst/mpegstream/gstdvddemux.c:
26013           Add audio/x-dts to audio pad template caps
26014
26015 2005-01-30  David Schleef  <ds@schleef.org>
26016
26017         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26018         (create_context), (gst_polypsink_link): Fix silly endianness
26019         bug.  Add some debugging.  Remove float from caps; it doesn't
26020         work.  Attempt to get remote audio working.
26021
26022 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26023
26024         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26025           Add 3IV2 fourcc.
26026
26027 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26028
26029         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26030         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26031         (gst_avi_demux_stream_data):
26032         * gst/avi/gstavidemux.h:
26033           Invert DIB images. Fixes #132341.
26034
26035 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26036
26037         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26038         (gst_ffmpegcsp_chain):
26039           D'oh, reference the palette data, not the palette structure.
26040           Fixes color distortion in #132341.
26041
26042 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26043
26044         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26045           PAR can be non-fixed when not provided as argument (#162626).
26046
26047 2005-01-29  David Moore  <dcm@acm.org>
26048
26049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26050
26051         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26052         (gst_qtdemux_loop_header):
26053           Re-apply patch from #142272 that allows non-seekable sources,
26054           re-proposed by Daniel Drake <dsd@gentoo.org>.
26055
26056 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26057
26058         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26059           Use the src template for creating the src pad (#162330).
26060
26061 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26062
26063         * configure.ac:
26064         * ext/musepack/Makefile.am:
26065         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26066         (gst_musepackdec_init), (gst_musepackdec_dispose),
26067         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26068         (gst_musepack_stream_init), (gst_musepackdec_loop),
26069         (gst_musepackdec_change_state):
26070         * ext/musepack/gstmusepackdec.cpp:
26071         * ext/musepack/gstmusepackdec.h:
26072         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26073         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26074         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26075         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26076         * ext/musepack/gstmusepackreader.cpp:
26077         * ext/musepack/gstmusepackreader.h:
26078           Update to 1.1 API (#165446).
26079
26080 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26081
26082         * ext/Makefile.am:
26083           Unbreak buildbot.
26084
26085 2005-01-28  Andy Wingo  <wingo@pobox.com>
26086
26087         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26088         to reflect a different dubious internet source. Add a reference
26089         and some commentary.
26090
26091 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26092
26093         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26094         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26095         * gst/playback/gststreamselector.h:
26096           Be more selective when we're redoing caps negotiation from
26097           within the chain function on a stream change.
26098
26099 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26100
26101         * configure.ac:
26102         * ext/Makefile.am:
26103         * ext/amrnb/Makefile.am:
26104         * ext/amrnb/amrnb.c: (plugin_init):
26105         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26106         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26107         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26108         (gst_amrnbdec_state_change):
26109         * ext/amrnb/amrnbdec.h:
26110         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26111         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26112         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26113         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26114         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26115         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26116         * ext/amrnb/amrnbparse.h:
26117           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26118         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26119           Add AMR-NB/-WB raw formats.
26120         * ext/alsa/gstalsa.c: (gst_alsa_link):
26121           Keep valid time when changing format.
26122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26123         (qtdemux_parse_trak):
26124           Add some more format-specific options (#140141, #143555, #155163).
26125
26126 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26127
26128         * gst/matroska/matroska-demux.c:
26129         (gst_matroska_demux_parse_blockgroup):
26130           Fix logic error in timing of subtitle stream synchronization.
26131         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26132           Add skip-chunk, which is found in kodak-camera streams.
26133
26134 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26135
26136         * po/LINGUAS:
26137         * po/vi.po:
26138           Adding Vietnamese translation (submitted by Clytie Siddall)
26139
26140 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * gst/playback/gstdecodebin.c: (try_to_link_1):
26143           Use realpad for signal.
26144
26145 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26146
26147         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26148           Fix category so decodebin picks it up.
26149
26150 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26151
26152         * ext/mad/Makefile.am:
26153         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26154         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26155         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26156         (found_type), (gst_id3demux_bin_change_state):
26157         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26158         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26159         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26160         (gst_id3_tag_change_state), (plugin_init):
26161         * ext/mad/gstmad.h:
26162           Add id3demuxbin (which is a simple bin consisting of id3demux
26163           and typefind), take over rank from id3demux, remove typefind
26164           code from id3demux. Makes all broken mp3s that I know of work,
26165           and thereby fixes #152688.
26166
26167 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26168
26169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26170
26171         * ext/mad/gstmad.c: (gst_mad_src_event):
26172         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26173           Allow seeks on audio pad, make mad forward those (#164826).
26174         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26175           Set duration (#165335).
26176
26177 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26178
26179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26180         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26181         (gst_asf_demux_process_ext_content_desc),
26182         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26183         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26184         * gst/asfdemux/gstasfdemux.h:
26185           Improve metadata display, e.g. if the metadata comes before the
26186           streams are loaded (which is perfectly valid).
26187
26188 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26189
26190         * tools/gst-launch-ext-m.m:
26191           Fix AVI/ASF pipelines (#165340).
26192
26193 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26194         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26195         build failure on amd64
26196
26197 2005-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26198
26199         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26200         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26201           Check environment variables GST_ID3V2_TAG_ENCODING,
26202           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26203           list of character encodings to force interpretation of non-unicode
26204           strings stored in an ID3v2 tag to a particular encoding. If none
26205           is specified, try to use current locale's encoding, then fall back
26206           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26207         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26208         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26209           Check environment variables GST_ID3V1_TAG_ENCODING,
26210           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26211           list of character encodings to use in case a string encountered
26212           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26213           specified, try to use the current locale's encoding, then fall
26214           back to ISO-8859-1 (which will always succeed).
26215
26216 2005-01-25  Benjamin Otte  <otte@gnome.org>
26217
26218         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26219           - on half framerate, compute the rate in advance so the comparisons
26220             don't compare wrong values
26221           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26222             behaviour
26223           - don't use mad_header_decode anymore, mad_frame_decode does that
26224             automatically
26225           - when getting rid of consumed bytes, reset the stream's skiplen
26226           (fixes #163867)
26227
26228 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26229
26230         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26231           Use 1/2 a second for default max_discont, as PES streams from DVB
26232           seem to have larger spacings in the SCR. 
26233           Fix a typo.
26234
26235 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26236
26237         * gst/playback/gstplaybasebin.c: (group_commit):
26238           Notify delayed stream-info availability.
26239
26240 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26241         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26242         (gst_a52dec_handle_event), (gst_a52dec_chain):
26243         Add some debug output. Check that a discont has a valid
26244         time associated.
26245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26246         (gst_alsa_sink_loop):
26247         Ignore TAG events. A little extra debug for broken timestamps.
26248         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26249         (dvdnavsrc_change_state):
26250         Ensure we send a discont to engage the link before we send any
26251         other events.
26252         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26253         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26254         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26255         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26256         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26257         dvd://title works in totem because typefinding sends a seek that ends
26258         up going back to chapter 1 regardless.
26259         * ext/mpeg2dec/gstmpeg2dec.c:
26260         * ext/mpeg2dec/gstmpeg2dec.h:
26261         Output correct timestamps and handle disconts.
26262         * ext/ogg/gstoggdemux.c: (get_relative):
26263         Small guard against a null dereference.
26264         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26265         (gst_textoverlay_set_property):
26266         Free memory when done. Don't call gst_event_filler_get_duration on
26267         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26268         g_warning.
26269         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26270         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26271         (gst_sw_srclink), (gst_smoothwave_chain):
26272         Draw solid lines, prettier colours.
26273         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26274         Add a default palette that'll work for some movies.
26275         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26276         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26277         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26278         * gst/mpegstream/gstdvddemux.h:
26279         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26280         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26281         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26282         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26283         * gst/mpegstream/gstmpegparse.h:
26284         Use PTM/NAV events when for timestamp adjustment when connected to 
26285         dvdnavsrc. Don't use many discont events where one suffices.
26286         * gst/playback/gstplaybasebin.c: (group_destroy),
26287         (gen_preroll_element), (gst_play_base_bin_add_element):
26288         * gst/playback/gstplaybasebin.h:
26289         Make sure we remove subtitles from the same bin we put them in.
26290         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26291         (gst_subparse_buffer_format_autodetect),
26292         (gst_subparse_change_state):
26293         Fix some memleaks and invalid accesses.
26294         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26295         (oggskel_type_find), (cmml_type_find), (plugin_init):
26296         Some typefind functions for Annodex v3.0 files
26297         * gst/wavparse/gstwavparse.h:
26298         GstRiffReadClass is the correct parent class.
26299
26300 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26301
26302         * gst-libs/gst/riff/riff-media.c:
26303         (gst_riff_create_video_caps_with_data):
26304           Add extradata to huffyuv (fixes #165013).
26305         * gst-libs/gst/riff/riff-read.c:
26306         (gst_riff_read_strf_vids_with_data):
26307           Fix extradata extraction if it is in the chunk size.
26308
26309 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26310
26311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26312
26313         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26314         (gst_quarktv_change_state), (gst_quarktv_dispose):
26315           Memory free'ing location fix (#164708).
26316
26317 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26318
26319         * gst/playback/gstplaybasebin.c: (group_commit),
26320         (gen_preroll_element), (probe_triggered), (gen_source_element),
26321         (setup_source), (gst_play_base_bin_change_state),
26322         (gst_play_base_bin_add_element):
26323           Don't block for streams.
26324         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26325         (gst_stream_info_set_mute):
26326           Use gst_pad_set_active_recursive.
26327
26328 2005-01-25  Andy Wingo  <wingo@pobox.com>
26329
26330         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26331         for #ifndef HAVE_XVIDEO.
26332
26333 2005-01-24  Jeffrey C. Ollie
26334
26335         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26336
26337         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26338         * ext/gsm/gstgsmdec.h:
26339         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26340         * ext/gsm/gstgsmenc.h:
26341         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26342         was given by property. Add proper buffer timestamps and offsets.
26343
26344 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26345
26346         * gst-libs/gst/riff/riff-media.c:
26347         (gst_riff_create_audio_caps_with_data):
26348           Audio can be <8000Hz.
26349
26350 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26351
26352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26353           Explicit state change to workaround refcount bugs.
26354
26355 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26358         (gst_avimux_riff_get_avi_header):
26359           Fix...
26360
26361 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26364         (gst_riff_read_element_data):
26365         * gst-libs/gst/riff/riff-read.h:
26366           Add _peek version (req'ed in CDXA).
26367         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26368         (gst_cdxaparse_loop):
26369           Fix parsing in playbin.
26370         * gst/playback/gstdecodebin.c: (close_pad_link):
26371           Ignore current_ pads, they cause major annoyance.
26372
26373 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26374
26375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26376           Safety guard.
26377
26378 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26379
26380         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26381           Fix padding...
26382
26383 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26384
26385         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26386           Allow for 0-sized buffers. Fixes length query problems in
26387           starwars.mkv from the testsuite.
26388
26389 2005-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26390
26391         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26392         (gst_video_box_i420), (gst_video_box_chain):
26393           Fix row strides for I420 (fixes #163159)
26394           
26395 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26398           MPEG2 has a useful rate property, so we can actually use that.
26399           For MPEG-1, continue using the bytes/time properties.
26400
26401 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26402
26403         * gst-libs/gst/riff/riff-media.c:
26404         (gst_riff_create_video_caps_with_data),
26405         (gst_riff_create_video_template_caps):
26406           Add intel-h263.
26407
26408 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26409
26410         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26411           Fail if caps negotiation fails. Should fix #162184, and should
26412           definately be in there regardless of it fixing the actual bug.
26413         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26414         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26415         (gst_avimux_riff_get_avix_header),
26416         (gst_avimux_riff_get_video_header),
26417         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26418         (gst_avimux_start_file), (gst_avimux_handle_event),
26419         (gst_avimux_change_state):
26420         * gst/avi/gstavimux.h:
26421           Refactor structure writing to use GST_WRITE_UINT macros, add
26422           metadata writing support.
26423
26424 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26425
26426         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26427           Elements may already be destroyed when this function is called.
26428
26429 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26432         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26433           More memory leak fixes (#149162).
26434
26435 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26436
26437         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26438         (gst_qtdemux_add_stream):
26439           Fix two memleaks.
26440
26441 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26444           Argh...
26445
26446 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26449           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26450           when fixating to six channels in Totem.
26451
26452 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26453
26454         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26455           Fix compile warnings on Solaris 10 buildbot
26456
26457 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26458
26459         * ext/dvdread/dvdreadsrc.c: (_read):
26460           Don't read beyond the last cell in a chapter (fixes 
26461           invalid memory access)
26462
26463 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26464
26465         * ext/dvdread/stream_labels.c:
26466         (dvdreadsrc_get_audio_stream_labels):
26467           Use NULL for an empty GList instead of g_list_alloc(); fix 
26468           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26469           of GString (easier to bulk free later)
26470
26471 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26472
26473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26476         (gst_ffmpeg_pixfmt_to_caps):
26477           Fix BGRA32 caps (#164209).
26478
26479 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26480
26481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26484         (gst_ffmpeg_caps_to_pixfmt):
26485           alpha_mask can be RGBA/ABGR. Fixes #164265.
26486
26487 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26488
26489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26492         (gst_mpeg2dec_alloc_buffer):
26493         * ext/mpeg2dec/gstmpeg2dec.h:
26494           Crop if decoding size is not the actual image size (#163676).
26495
26496 2005-01-17  Steve Baker  <steve@stevebaker.org>
26497
26498         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26501         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26502           Add libsndfile typefind functions (#163309).
26503
26504 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26505
26506         * tools/gst-launch-ext-m.m:
26507           Add .aac, fix .m1v/.m2v (#163891).
26508
26509 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26510
26511         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26512           Sanity check, don't wait endlessly since the clock might not
26513           actually run at this point (which is a deadlock). Fixes #164069.
26514
26515 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26516
26517         * gst/playback/gstplaybasebin.c: (probe_triggered):
26518           Of course, only pause if group is done...
26519
26520 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26521
26522         * gst/playback/gstplaybasebin.c: (probe_triggered):
26523           Thread safety.
26524
26525 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26526
26527         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26528           Don't return state change success when the parent
26529           failed.
26530
26531 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26532
26533         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26534           Free events (fix memleak in #162905).
26535
26536 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26537
26538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26541         (gst_ffmpeg_caps_to_pixfmt):
26542           Fix for depth = 15. Fixes #161675.
26543
26544 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26547           Set FPS correctly, even for webcams and the like.
26548         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26549           Don error on setting while capturing.
26550
26551 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26552
26553         * ext/dv/gstdvdec.c:
26554         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26555         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26556           I'm a bad boy. using /1001. to force C to do float division
26557           and not integer division (as it did in my last commit)
26558           Thanks to David I. Lehn for pointing this mistake.
26559
26560 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26563           Revert Johan's 1.35->1.36 since it breaks compat.
26564
26565 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26566
26567         * ext/dv/gstdvdec.c:
26568         * ext/libfame/gstlibfame.c:
26569         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26570         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26571           replace framerate aproximations by their real value
26572           (24000/1001, 30000/1001, 60000/1001)
26573           Finish fixing bug #164049
26574
26575 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26576
26577         * ext/ogg/gstoggmux.c:
26578           eos/bos debugging
26579         * gst/tcp/gstmultifdsink.c:
26580         * gst/tcp/gstmultifdsink.h:
26581         * gst/tcp/gsttcp.c:
26582         * gst/tcp/gsttcp.h:
26583         * gst/tcp/gsttcpclientsink.c:
26584         * gst/tcp/gsttcpclientsrc.c:
26585         * gst/tcp/gsttcpserversink.c:
26586         * gst/tcp/gsttcpserversrc.c:
26587           improve reusability of elements after state changes and errors
26588           make multifdsink throw away streamheaders when receiving new ones
26589
26590 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26593           Fix for if items are already in list...
26594
26595 2005-01-12  Benjamin Otte  <otte@gnome.org>
26596
26597         * gst/adder/gstadder.c: (gst_adder_loop):
26598           fix adder a bit so it doesn't screw up with events as much anymore
26599
26600 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26601
26602         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26603         (pixbufscale_scale), (gst_pixbufscale_chain):
26604         * ext/gdk_pixbuf/pixbufscale.h:
26605           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26606           to ensure rowstrides are calculated the same way as 
26607           ffmpegcolorspace
26608           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26609           that we pick up duration and offset also.
26610
26611 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26612
26613         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26614         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26615           Reusability fixes.
26616
26617 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26620         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26621         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26622         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26623           Update flags when requested.
26624
26625 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26626
26627         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26628           Fix dmix.
26629
26630 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26633         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26634         (probe_triggered), (new_decoded_pad), (gen_source_element),
26635         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26636         * gst/playback/gstplaybasebin.h:
26637         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26638         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26639         (gst_play_bin_change_state):
26640           Implement group-switch signal for use in apps to clear metadata
26641           cache, clean up subtitle, add suburi property instead of # hack,
26642           some error-out fixes.
26643
26644 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26645
26646         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26647           Debug.
26648         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26649           If we got a state change in the _get handler, don't return success.
26650
26651 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26652
26653         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26654         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26655           Make jpegdec quiet on MJPEG decoding
26656         * gst/asfdemux/README:
26657           Fix mimetypes for MJPEG and H263
26658
26659 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * ext/theora/theoradec.c: (theora_dec_chain):
26662           Fix broken code generation by gcc by swapping arguments.
26663         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26664           Fix \n in debug.
26665
26666 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26667
26668         * TODO:
26669           delete this file, it is by far outdated
26670         * ext/alsa/gstalsa.1: remove
26671         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26672         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26673         (gst_alsa_get_caps):
26674           Add HW probing for supported sample rates. Fixes #161704
26675
26676 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26679           Don't crash, biatch! :).
26680
26681 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * ext/musepack/gstmusepackreader.cpp:
26684         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26685           Some work on tags - still doesn't work in playbin...
26686         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26687           Handle events...
26688
26689 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26690
26691         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26692           Also shove tags on kid pads.
26693
26694 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26697           Don't bail on unknown events.
26698         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26699           Don't crash on events before negotiation.
26700         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26701           Send tags on pads, too.
26702         * gst/playback/gststreamselector.c:
26703         (gst_stream_selector_request_new_pad):
26704           Forward events on first pad if no input was selected yet.
26705
26706 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26707
26708         * gst/playback/gstplaybasebin.c: (setup_substreams):
26709           Don't disable streamtype if the stream doesn't exist, since
26710           then playing a video after audio will disable both and nothing
26711           will happen. Fixes the testsuite.
26712
26713 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26714
26715         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26716         (gst_v4l_xoverlay_set_xwindow_id):
26717         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26718         (gst_v4l2_xoverlay_set_xwindow_id):
26719           Add debug categories, fix overlay disabling.
26720
26721 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26722
26723         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26724         * ext/alsa/gstalsa.h:
26725           Add HW probing for period_count/size and buffer_size MIX/MAX
26726           Adjust default/user defined value if out of bounds
26727           Should fix bug #162024
26728
26729 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26730
26731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26732           Fix warning (#161191).
26733
26734 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26735
26736         * ext/dvdread/stream_labels.c:
26737         (dvdreadsrc_get_audio_stream_labels):
26738           Fix warning (init the good variable in switch default)
26739
26740 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26741
26742         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26745           Fix gcc-2.95 compile (#163485).
26746
26747 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * configure.ac:
26750         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26751         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26752         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26753         (gst_flacenc_change_state):
26754         * ext/flac/gstflacenc.h:
26755           Update for API change in flac-1.1.1. Update requirement in
26756           configure.ac. Fixes #162974.
26757
26758 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26759
26760         * gst/playback/gstplaybasebin.c: (group_destroy):
26761           Remove hack to get rid of assert and get rid of unlinked
26762           signals properly.
26763
26764 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26765
26766         * gst/playback/gstplaybasebin.c: (setup_source):
26767           Set source to NULL so that resources are free'ed. Fixes issues
26768           with playback of CDDA and similar device-accessing things.
26769
26770 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * testsuite/embed/Makefile.am:
26773           test->noinst, fix make test in buildbot.
26774
26775 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26776
26777         * ext/dvdread/stream_labels.c: new file
26778         * ext/dvdread/stream_labels.h: new file
26779         * ext/dvdread/Makefile.am:
26780         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26781           Extract audio stream label from DVD IFO files.
26782           It only dump them on the console for now, still have to
26783           make playbin aware of them.
26784
26785 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * gst/playback/gstplaybasebin.c: (setup_source):
26788           Fix hanging subs.
26789
26790 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26793         (gen_preroll_element), (remove_groups), (setup_subtitle),
26794         (gen_source_element), (setup_source):
26795         * gst/playback/gstplaybasebin.h:
26796           Multiple .sub files is just a stupid idea... Fix some threading
26797           mistakes. Interestingly, external .sub files cause playbin to
26798           hang, I don't know why... Parsing fixes contributed by Fran??ois
26799           Kooman <fkooman@tuxed.net>.
26800
26801 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26802
26803         * testsuite/embed/Makefile.am:
26804           Fix buildbot.
26805
26806 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26807
26808         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26809
26810         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26811         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26812         (gst_pngenc_set_property):
26813         * ext/libpng/gstpngenc.h:
26814           Add compression level property (#163323).
26815
26816 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * configure.ac:
26819         * examples/capsfilter/capsfilter1.c: (main):
26820         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26821         * ext/dvdread/Makefile.am:
26822         * ext/dvdread/demo-play:
26823         * ext/dvdread/demo-play.c:
26824         * gconf/gstreamer.schemas.in:
26825         * gst-libs/gst/gconf/gconf.c:
26826         * sys/v4l/TODO:
26827         * testsuite/Makefile.am:
26828         * testsuite/embed/Makefile.am:
26829         * testsuite/embed/embed.c: (cb_expose), (main):
26830           Remove all references to xvideosink, fix examples (#140845).
26831         * gst/playback/gstplaybasebin.c: (group_destroy):
26832           Apparently, disposal does not unlink - so do explicitely.
26833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26834           Add debug.
26835
26836 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26837
26838         * README: fix PKG_CONFIG_PATH instructions, what was there
26839         previously was breaking default search path, not nice. 
26840         Fixes #163358
26841
26842 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26843
26844         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26845         (gst_audioscale_chain):
26846           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26847           when resampling - how the ^@$^!@^! is this possible?!?
26848
26849 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26850
26851         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26852           Reset variables on READY.
26853         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26854         (gst_matroska_mux_loop):
26855           Require data before writing header.
26856
26857 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26858
26859         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * ext/mad/gstmad.c: (gst_mad_chain):
26862           Don't call mad_stream_sync() directly after recovering sync.
26863           Fixes #151661.
26864
26865 2005-01-09  Martin Eikermann  <meiker@upb.de>
26866
26867         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26870         (snapshot_handler), (gst_snapshot_sinkconnect),
26871         (gst_snapshot_chain):
26872           Allocate resources when required, fix recursive signal emission
26873           and fix caps. Fixes #161667.
26874
26875 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26876
26877         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26878
26879         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26880         (gst_pngdec_chain):
26881           Handle only 8-bppc (bits-per-pixel-component) images, better
26882           error handling and correct strides. Fixes #163177.
26883         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26884         (gst_pngenc_chain):
26885           Better error handling. Fixes #163348.
26886
26887 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26888
26889         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26890         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26891         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26892         (dvdnavsrc_uri_handler_init):
26893           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26894         * gst/playback/gstplaybasebin.c: (gen_source_element):
26895           Add MMS to streaming URIs.
26896
26897 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26898
26899         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26900         * sys/xvimage/xvimagesink.c:
26901         (gst_xvimagesink_navigation_send_event):
26902           Check for pad availability before sending event.
26903
26904 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26905
26906         * gst-plugins.spec.in:
26907           Add subparse.
26908
26909 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * configure.ac:
26912           Since we use functions from CVS, up requirement.
26913
26914 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26915
26916         * gst/playback/Makefile.am:
26917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26918         (group_destroy), (group_commit), (group_is_muted),
26919         (gen_preroll_element), (add_stream), (unknown_type),
26920         (probe_triggered), (preroll_unlinked), (mute_stream),
26921         (silence_stream), (new_decoded_pad), (setup_substreams),
26922         (setup_source), (get_active_source), (mute_group_type),
26923         (muted_group_change_state), (set_active_source),
26924         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26925         (play_base_eos), (gst_play_base_bin_change_state):
26926         * gst/playback/gstplaybasebin.h:
26927         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26928         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26929         (gst_stream_info_dispose), (stream_info_mute_pad),
26930         (stream_info_change_state), (gst_stream_info_set_mute):
26931         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26932         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26933         (gst_stream_selector_init), (gst_stream_selector_dispose),
26934         (gst_stream_selector_get_linked_pad),
26935         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26936         (gst_stream_selector_get_linked_pads),
26937         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26938         * gst/playback/gststreamselector.h:
26939           Adding stream selection support plus required properties for
26940           applications to use this. Fully fixes #100931.
26941
26942 2005-01-08  Benjamin Otte  <otte@gnome.org>
26943
26944         * gst/games/gstpuzzle.c: (nav_event_handler):
26945           - handle nav events differently: forward every event no matter if it
26946             was handled or not.
26947           - translate events
26948           You can now cheat by using navigationtest ! puzzle and moving the
26949           mouse close to the edge of a tile. ;)
26950
26951 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26952
26953         * configure.ac:
26954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26955         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26956         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26957         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26958         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26959         (gst_ogm_parse_plugin_init):
26960         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26961         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26962         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26963         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26964         * ext/pango/gsttextoverlay.h:
26965         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26966         (gst_matroska_demux_handle_seek_event),
26967         (gst_matroska_demux_sync_streams),
26968         (gst_matroska_demux_parse_blockgroup),
26969         (gst_matroska_demux_subtitle_caps),
26970         (gst_matroska_demux_plugin_init):
26971         * gst/matroska/matroska-ids.h:
26972         * gst/playback/gstdecodebin.c: (close_pad_link):
26973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26974         (gen_preroll_element), (remove_groups), (add_stream),
26975         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26976         (setup_source):
26977         * gst/playback/gstplaybasebin.h:
26978         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26979         * gst/subparse/Makefile.am:
26980         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26981         (gst_subparse_base_init), (gst_subparse_class_init),
26982         (gst_subparse_init), (gst_subparse_formats),
26983         (gst_subparse_eventmask), (gst_subparse_event),
26984         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26985         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26986         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26987         (parse_mpsub_deinit), (parse_mpsub_init),
26988         (gst_subparse_buffer_format_autodetect),
26989         (gst_subparse_format_autodetect), (gst_subparse_loop),
26990         (gst_subparse_change_state), (gst_subparse_type_find),
26991         (plugin_init):
26992         * gst/subparse/gstsubparse.h:
26993         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26994         (plugin_init):
26995           Add subtitle support, .sub parser (supports SRT and MPsub),
26996           OGM text support, Matroska UTF-8 text support, deadlock fixes
26997           all over the place, subtitle awareness in decodebin/playbin
26998           and some fixes to textoverlay to handle subtitles in a stream
26999           correctly. Fixes #100931.
27000
27001 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27002
27003         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27004           Check for pad availability before doing a query on it.
27005
27006 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27007
27008         * ext/dv/gstdvdec.c:
27009           really fix bpp24/32 dvdec caps (classic rgba indeed)
27010         * gst/asfdemux/gstasfdemux.c:
27011         (gst_asf_demux_process_ext_content_desc):
27012           don't send text tags if they are empty (bis repetita)
27013
27014 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27015
27016         * ext/dv/gstdvdec.c:
27017          remove unneeded comment from dvdec
27018           (related to DV 4CC codes in AVI files)
27019           moved them in gstreamer/docs/random/mimetypes
27020         * gst/asfdemux/gstasfdemux.c:
27021         (gst_asf_demux_process_ext_content_desc):
27022          don't send text tags if they are empty
27023          fix mem leak on error path
27024         * gst/ffmpegcolorspace/avcodec.h:
27025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27026         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27027         (gst_ffmpegcsp_avpicture_fill):
27028         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27029         * gst/ffmpegcolorspace/imgconvert_template.h:
27030          adds BGR32 and BGRA32 to ffmpegcolorspace
27031           (still bad colors, fixing it on next commit)
27032           helps with dvdec outputing BGR32
27033
27034 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27035
27036         * ext/dv/gstdvdec.c:
27037          Fix audio caps i just broke (missing ',')
27038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27039         (gst_matroska_mux_reset):
27040          Fix typo + add FIXME about old "x-gst-metadata" crap
27041
27042 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27043
27044         * ext/dv/demo-play.c: (main):
27045          xvideosink -> xvimagesink
27046         * ext/dv/gstdvdec.c:
27047          change rgb 32/32 caps to 24/32 (no alpha)
27048          change nb of channels to be a list (2 or 4, not 2)
27049          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27050         * gst/asfdemux/gstasfdemux.c:
27051         (gst_asf_demux_process_ext_content_desc):
27052          Add 'date/year' to extracted metadata list
27053
27054 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27055
27056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27057           The return value of fixate_to does not imply that the requested
27058           value was set, so don't assume.
27059
27060 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27061
27062         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * ext/libpng/gstpngdec.c:
27065         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27066         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27067         * ext/libpng/gstpngenc.h:
27068           Alpha support (encoder; #163161), mime fixage.
27069
27070 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27071
27072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27073
27074         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27075         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27076         (gst_faac_set_property), (gst_faac_get_property):
27077         * ext/faac/gstfaac.h:
27078           Allow for ADTS output (#153434).
27079
27080 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27083           Fix against template (#150576).
27084
27085 2005-01-06  Benjamin Otte  <otte@gnome.org>
27086
27087         * gst/games/gstpuzzle.c: (draw_puzzle):
27088           don't draw a puzzle if either width or height of tiles would be 0.
27089
27090 2005-01-06  Benjamin Otte  <otte@gnome.org>
27091
27092         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27093         (gst_puzzle_class_init), (gst_puzzle_finalize):
27094           no memleaks, please
27095         (gst_puzzle_create), (gst_puzzle_init),
27096         (gst_puzzle_set_property), (gst_puzzle_setup):
27097           change initialization code around so we don't reshuffle on resize
27098         (draw_puzzle):
27099           fix another stupid typo
27100
27101 2005-01-06  Benjamin Otte  <otte@gnome.org>
27102
27103         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27104           fix stupid typo that borked copying on YUY2
27105
27106 2005-01-06  Benjamin Otte  <otte@gnome.org>
27107
27108         * gst/games/gstpuzzle.c: (draw_puzzle):
27109           fix edges when image sizes aren't multiples of tile sizes
27110
27111 2005-01-06  Benjamin Otte  <otte@gnome.org>
27112
27113         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27114           make RGB endianness work correctly
27115         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27116           refactor and fix race with initial shuffling
27117         (nav_event_handler):
27118           allow using the mouse to puzzle
27119         (draw_puzzle):
27120           insist on tiles having width and height as multiples of 4 to get
27121           clean YUV image handling
27122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27123         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27124           s/DEBUG/LOG/ for common messages
27125         (gst_xvimagesink_navigation_send_event):
27126           fix mouse event translation to not include screen PAR
27127         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27128           fix mouse event translation to actually work
27129
27130 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27131
27132         * gst/asfdemux/gstasfdemux.c:
27133         (gst_asf_demux_process_ext_content_desc):
27134          Extract TrackNumber metadata + clean up code
27135         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27136          Hope this is the good fix (var used unitialised)
27137
27138 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27139
27140         * ext/faad/gstfaad.c: (gst_faad_chain):
27141           Only increment timestamp if it's valid. Fixes raw AAC streams.
27142
27143 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27144
27145         * configure.ac:
27146         * gst/games/Makefile.am:
27147         * gst/games/gstpuzzle.c:
27148           add a puzzle game with...
27149         * gst/games/gstvideoimage.c:
27150         * gst/games/gstvideoimage.h:
27151           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27152           from videotestsrc and made into something that would be a nice
27153           library for a lot of other plugins.
27154
27155 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27156
27157         * configure.ac:
27158          don't compile faad plugin if a RC of 2.0 is found
27159          Fixes #155346 (and FC1 buildbot)
27160         * gst/asfdemux/gstasfdemux.c:
27161         (gst_asf_demux_process_ext_content_desc):
27162          try to make Solaris compiler happier
27163
27164 2005-01-06  Paul Jack  <pjack@sfaf.org>
27165
27166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27169           Fix segfault (#161667).
27170
27171 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27174           Fix framerate reporting.
27175
27176 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27177
27178         * gst-libs/gst/riff/riff-ids.h:
27179         * gst/wavenc/riff.h:
27180          Add AMR (VBR and CBR) ids to riff.h audio codec list
27181         * gst/asfdemux/gstasfdemux.c:
27182         (gst_asf_demux_process_ext_content_desc),
27183         (gst_asf_demux_process_object):
27184           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27185
27186 2005-01-05  Martin Eikermann  <meiker@upb.de>
27187
27188         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27191         (gst_dvd_demux_handle_discont):
27192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27193         (gst_mpeg_demux_handle_discont):
27194           Recreate pads on new-media (#160730).
27195         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27196           Send discont even if manager changes timestamps (#161929).
27197
27198 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27199
27200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27201
27202         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27203           Fix invalid memory access (#159211).
27204
27205 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27206
27207         * examples/gstplay/player.c: (main):
27208           Don't iterate.
27209         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27210           Add visualizations.
27211         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27212         (gst_a52dec_handle_frame):
27213           Set duration.
27214         * ext/dvdnav/gst-dvd:
27215           Add audioconvert. Fixes #161325.
27216         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27217           Explicitely case to gint64. Possible valgrind error.
27218         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27219         (gst_play_tick_callback), (gst_play_change_state),
27220         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27221         (gst_play_set_location), (gst_play_get_location),
27222         (gst_play_seek_to_time), (gst_play_set_data_src),
27223         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27224         (gst_play_set_visualization), (gst_play_connect_visualization),
27225         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27226         (gst_play_new):
27227           Use playbin. Fixes #139749 and #147744.
27228         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27229           Add genre tag.
27230         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27231         (audioscale_get_type), (gst_audioscale_base_init),
27232         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27233         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27234         (gst_audioscale_link), (gst_audioscale_get_buffer),
27235         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27236         (gst_audioscale_init), (gst_audioscale_dispose),
27237         (gst_audioscale_chain), (gst_audioscale_set_property),
27238         (gst_audioscale_get_property), (plugin_init):
27239           Indent properly.
27240         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27241           Fix LPCM.
27242         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27243         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27244         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27245           Add more metadata (fixes #162656).
27246
27247 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27248
27249         * configure.ac:
27250           back to cvs
27251
27252 === release 0.8.7 ===
27253
27254 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27255
27256         * NEWS:
27257         * RELEASE:
27258         * configure.ac:
27259           releasing 0.8.7, "Hyperspace"
27260
27261 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27262
27263         patch by: Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27264
27265         * gst/playback/gstplaybasebin.c:
27266          Fix for #162924 - free caps after use, not before
27267
27268 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27269
27270         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27271
27272         * gst/playback/gstplaybasebin.c:
27273         * gst/wavparse/gstwavparse.c:
27274           Fix for #154773 - fixes playback of small .wav files
27275
27276 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27277
27278         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27279
27280         * gst/audioscale/gstaudioscale.c:
27281           Fix for #162819 - make audioscale reusable
27282           Fixes playback of more than one file with playbin/totem
27283
27284 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27285
27286         * gst/ffmpegcolorspace/avcodec.h:
27287         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27288         * gst/ffmpegcolorspace/imgconvert.c:
27289           clean up the mess that made me cry and avoid needless duplication
27290
27291 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27292
27293         * gst/ffmpegcolorspace/imgconvert.c:
27294           give some indication of why we're segfaulting
27295
27296 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * configure.ac:
27299           Fix indentation, fix v4l2 plugin detection.
27300         * ext/Makefile.am:
27301           Fix libmms location (Maciej, use diff -u!).
27302         * ext/alsa/gstalsa.c: (gst_alsa_init):
27303           Initialize caps cache to NULL.
27304         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27305           Only change state on audiosink if it exists.
27306
27307 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27308
27309         * gst/matroska/matroska-demux.c:
27310         * gst/matroska/matroska-ids.h:
27311         * gst/matroska/matroska-demux.h:
27312         Fix Vorbis streams failing to decode in some files, where cluster_time
27313         isn't 0, because then it doesn't send codec_priv before actual data.
27314         Remove time-based test and replace it with marker set on beginning of
27315         new stream
27316
27317 2004-12-28  David Schleef  <ds@schleef.org>
27318
27319         Merge patch from Ronald fixing problems with streaming
27320         text.
27321         * ext/cairo/gstcairo.c: (plugin_init):
27322         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27323         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27324         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27325         (gst_textoverlay_font_init), (gst_textoverlay_init),
27326         (gst_textoverlay_set_property):
27327         * ext/cairo/gsttextoverlay.h:
27328
27329 2004-12-27  David Schleef  <ds@schleef.org>
27330
27331         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27332         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27333         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27334         (gst_textoverlay_font_init), (gst_textoverlay_init),
27335         (gst_textoverlay_set_property): Improvements to actually
27336         render text as white on black outline on video, including
27337         font selection and horizontal/vertical alignment.  (Ronald's
27338         christmas present)
27339         * ext/cairo/gsttextoverlay.h:
27340
27341 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27342
27343         * ext/ogg/gstogg.c:
27344         * ext/ogg/gstogmparse.c:
27345           fix ogm[audio/video]parse plugin registration
27346           (riff won't load if bytestream is already loaded)
27347
27348 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27349
27350         * gst/audioconvert/gstchannelmix.c:
27351           fix for GLIB < 2.4
27352
27353 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27354
27355         * Makefile.am:
27356         * configure.ac:
27357           disable docs again until it actually passes make distcheck.
27358
27359 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27360
27361         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27362         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27363         (plugin_init):
27364           Add 3GP (variables name Q3GP because they can't start with a
27365           number). Add samr audio fourcc (used in .3gp files), decoder
27366           is work in progress. Also do a GST_WARNING instead of ERROR
27367           in case of unknown nodes, to decrease output.
27368
27369 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27370
27371         * Makefile.am:
27372           really fix dist
27373
27374 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27375
27376         * configure.ac:
27377         * ext/speex/gstspeexdec.h:
27378         * ext/speex/gstspeexenc.h:
27379           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27380           Fix detection code in configure.ac
27381
27382 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * gst/matroska/matroska-demux.c:
27385         (gst_matroska_demux_parse_blockgroup):
27386           Save position, so that queries give proper return values. Don't
27387           know how this could ever have worked before...
27388
27389 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27390
27391         * configure.ac:
27392           Put additional LAME check inside the conditional.  Fixes #152339
27393
27394 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27395
27396         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27397         (gst_avi_demux_stream_scan):
27398           Add some more debug. Fix logic error when setting movi offset
27399           while reading index.
27400
27401 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27402
27403         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27404         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27405         (gst_avi_demux_process_next_entry):
27406           Add some debugging. Better detection of broken indexes and the
27407           accompanying index recovery. No infinite loops on state changes
27408           when we're still in our loopfunction.
27409
27410 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * configure.ac:
27413           Fix up.
27414
27415 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27416
27417         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27418
27419         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27420           Normalizing the value before setting
27421         (gst_sunaudiomixer_get_volume):
27422           Normalizing the value after getting. Fixes bug# 161980
27423
27424 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27425
27426         * Makefile.am: Make sure docs gets disted
27427         * docs/Makefile.am: Make sure all needed files get disted
27428         * gst-plugins.spec.in: latest updates
27429
27430 2004-12-22  Wim Taymans  <wim@fluendo.com>
27431
27432         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27433         Revert patch 1.38 as clock distribution over schedulers does
27434         not work correcly in the core yet.
27435
27436 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27437
27438         * sys/oss/README: remove this file, which predates my birth
27439           (and which content is by far outdated)
27440
27441 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27442
27443         * Makefile.am:
27444         * configure.ac:
27445         * docs/Makefile.am:
27446         * docs/libs/Makefile.am:
27447         * docs/libs/gst-plugins-libs-docs.sgml:
27448         * docs/libs/gst-plugins-libs-sections.txt:
27449         * docs/libs/tmpl/gstgconf.sgml:
27450         * docs/upload.mak:
27451         * docs/version.entities.in:
27452           Added boilerplate gtk-doc files for plugin-libs documentation.
27453
27454 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27455
27456         * gst/auparse/gstauparse.c: fix int and float audio caps
27457
27458 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27459
27460         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27461         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27462           g_assert() can be a macro, don't use #ifdef inside it.
27463
27464 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27465
27466         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27467
27468         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27469         (gst_videorate_init), (gst_videorate_chain),
27470         (gst_videorate_change_state):
27471           Event handling (fixes #159986).
27472
27473 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * gst-libs/gst/riff/riff-media.c:
27476         (gst_riff_create_video_caps_with_data):
27477           Add BLZ0 (Blizzard's version of DivX) fourcc.
27478
27479 2004-12-18  David Schleef  <ds@schleef.org>
27480
27481         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27482         portability fix.
27483
27484 2004-12-18  David Schleef  <ds@schleef.org>
27485
27486         * gst/tta/ttadec.h: Disable some header code that isn't used
27487         and clearly isn't portable.
27488
27489 2004-12-18  David Schleef  <ds@schleef.org>
27490
27491         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27492         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27493         (avcodec_get_pix_fmt), (avpicture_layout),
27494         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27495         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27496         Fix code to not use GCC extensions (and c99 extensions that
27497         Forte does not like.)
27498
27499 2004-12-19  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27500
27501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27502
27503         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27504         (gst_deinterlace_chain):
27505           Rowstride fixes. Fixes #161039.
27506         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27507         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27508         (gst_video_crop_getcaps), (gst_video_crop_link),
27509         (gst_video_crop_i420), (gst_video_crop_chain),
27510         (gst_video_crop_change_state):
27511           Rework of negotiation. Actually works now. Fixes #158650.
27512
27513 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27514
27515         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27516           That was very stupid.
27517
27518 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27519
27520         * gst/matroska/matroska-demux.c:
27521         (gst_matroska_demux_parse_blockgroup):
27522           Fix possible crasher.
27523
27524 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27525
27526         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27527         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27528           Lace sizes can be zero.
27529
27530 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27531
27532         * ext/musepack/gstmusepackdec.cpp:
27533           Fetch error return values. Fixes #161624.
27534         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27535           Really EOS.
27536
27537 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27540           Work for truncated (unfinished download etc.) files. Fixes #160514.
27541
27542 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27543
27544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27545           Fix for integer overflow. Makes #156001 not crash. Probably masks
27546           the real bug.
27547
27548 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27549
27550         * gst/ac3parse/gstac3parse.c: (plugin_init):
27551           Parsers never have ranks. Fixes #159651.
27552
27553 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27554
27555         * gst/playback/gstdecodebin.c: (compare_ranks):
27556           make sure the facotries are ordered the same every time even if they
27557           have the same rank by using the name
27558         * gst/playback/gstdecodebin.c: (find_compatibles):
27559           make sure we don't add factories to the list twice
27560
27561 2004-12-16  David Schleef  <ds@schleef.org>
27562
27563         * configure.ac: look for musepack headers as musepack/*.h
27564         (fixes #159847)
27565         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27566         * ext/musepack/gstmusepackreader.h: same
27567
27568 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27569
27570         * gst-libs/gst/riff/riff-read.c:
27571         (gst_riff_read_strf_auds_with_data):
27572           Read extradata correctly (fixes #155879).
27573
27574 2004-12-16  David Schleef  <ds@schleef.org>
27575
27576         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27577         audio.  does _not_ attempt or allow conversion unless channels
27578         is 1 or 2.
27579
27580 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27581
27582         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27583
27584 2004-12-16  David Schleef  <ds@schleef.org>
27585
27586         * gst/audioscale/gstaudioscale.c: the resample library only
27587         handles 1 or 2 channels.  Change caps to compensate.
27588
27589 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27590
27591         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27592         (gst_matroska_demux_audio_caps):
27593           Some MPEG-AAC hacks, because else it doesn't work...
27594
27595 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * gst-libs/gst/riff/riff-media.c:
27598         (gst_riff_create_video_caps_with_data),
27599         (gst_riff_create_video_template_caps):
27600           Add h264.
27601
27602 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27603
27604         * gst-libs/gst/audio/Makefile.am:
27605           Try to fix buildbot.
27606
27607 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27608
27609         * gst/tcp/gstmultifdsink.c:
27610           Clean up and uniformize debugging.
27611
27612 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27613
27614         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27615
27616         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27617         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27618         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27619         (gst_mpeg_demux_change_state):
27620           Reset on ready. Fixes 160276.
27621
27622 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27623
27624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27625
27626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27627         (gst_ffmpegcsp_pad_link):
27628           Fix memleak (#154815).
27629
27630 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27631
27632         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27633
27634         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27635         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27636         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27637         * ext/musicbrainz/gsttrm.h:
27638           Add support for using a proxy server when getting a trm id from
27639           the MusicBrainz database (#149613).
27640
27641 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27642
27643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27646         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27647           Fix memleaks (#157233).
27648
27649 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27650
27651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27652
27653         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27654         * gst-libs/gst/resample/resample.h:
27655         * gst/audioscale/gstaudioscale.c:
27656           Fix memleak (#159215).
27657
27658 2004-12-16  Toni Willberg  <toniw@iki.fi>
27659
27660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27661
27662         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27663         * sys/oss/oss_probe.c: (main):
27664           Check for mono/stereo support (similar to samplerate probing),
27665           fixes #159433. Also add missing copyright header to oss_probe.c.
27666
27667 2004-12-15  David Schleef  <ds@schleef.org>
27668
27669         * configure.ac: add audioresample and cairo plugins.  Remove
27670         HAVE_MMX stuff, because it's not used.
27671         * ext/Makefile.am: same
27672         * ext/audioresample/Makefile.am: You are not ready for an
27673         audio resampling element based on audioresample.
27674         * ext/audioresample/gstaudioresample.c:
27675         * ext/audioresample/gstaudioresample.h:
27676         * ext/cairo/Makefile.am: You are not ready for overlay elements
27677         based on cairo.  Don't look too closely, these elements kinda
27678         suck right now.
27679         * ext/cairo/gstcairo.c: new
27680         * ext/cairo/gsttextoverlay.c: new
27681         * ext/cairo/gsttextoverlay.h: new
27682         * ext/cairo/gsttimeoverlay.c: new
27683         * ext/cairo/gsttimeoverlay.h: new
27684         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27685         problem with compilers that don't support variadic macros.
27686
27687 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27688
27689         Reviewed by:  David Schleef  <ds@schleef.org>
27690
27691         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27692         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27693         bit.  Also ran indent-gst.
27694         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27695         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27696         (gst_sunaudiosrc_setparams):
27697
27698 2004-12-14  David Schleef  <ds@schleef.org>
27699
27700         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27701         output rate to 16000.  Should fix #160235.
27702
27703 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27704
27705         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27706         Add typefinding for mpeg2 pes streams
27707
27708 2004-12-13  David Schleef  <ds@schleef.org>
27709
27710         * configure.ac:  Applied patch from bug #143659, making default
27711         sources and sinks OS-dependent (for Solaris), and added code
27712         for OS/X.
27713         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27714
27715 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27716
27717         * gst-libs/gst/riff/riff-media.c:
27718           forgot to add h2.64 to avidemux template caps
27719
27720 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27721
27722         * gst/wavenc/riff.h:
27723         * gst-libs/gst/riff/riff-media.c:
27724         * gst-libs/gst/riff/riff-ids.h:
27725         * gst/avi/gstavimux.c
27726         add 4CC code for VideoSoft h264 in AVI (VSSH)
27727           fixes bug #160655
27728         remove s323 from riff, it's quicktime specific :(
27729
27730 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27731
27732         * gst/asfdemux/README
27733         * gst/wavenc/riff.h
27734         * gst-libs/gst/riff/riff-ids.h
27735         * gst-libs/gst/riff/riff-media.c
27736         * gst/qtdemux/qtdemux.c:
27737           add new 4CC codes for h263 related codecs
27738           fixes partially bug #155163
27739
27740 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27741
27742         * configure.ac: Update polyaudio requirement to 0.7
27743         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27744
27745 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27746
27747         * gst/interleave/deinterleave.c:
27748         fix my name's spelling! :)
27749
27750 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27751
27752         * AUTHORS ChangeLog
27753         * gst/auparse/gstauparse.c
27754         * gst/interleave/deinterleave.c
27755         * gst/law/:
27756                 alaw-decode.c alaw-encode.c
27757                 mulaw-decode.c mulaw-encode.c
27758         * gst/oneton/gstoneton.c
27759         * sys/osxaudio/:
27760                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27761         * sys/osxvideo/:
27762                 cocoawindow.h cocoawindow.m
27763                 osxvideosink.h osxvideosink.m
27764
27765         put the same mail address for Zaheer Abbas Merali everywhere
27766
27767 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27768
27769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27770           Align by packetsize, and assert that we a packet available before
27771           playing. The first makes webstreams work (they often include
27772           trailing padding data in a packet), the second allows pausing a
27773           ASF stream in totem without getting demux errors afterwards.
27774
27775 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27776
27777         * ext/ogg/gstoggdemux.c: (get_relative):
27778           Check for non-NULL before accessing member (end-of-chain).
27779
27780 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27781
27782         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27783         (cdparanoia_set_property), (cdparanoia_get_property):
27784         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27785         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27786         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27787         (dvdreadsrc_init), (dvdreadsrc_set_property),
27788         (dvdreadsrc_get_property):
27789         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27790         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27791           Synchronize property names where not yet the case. Devices are
27792           now device=X, other versions are deprecated (but still exist).
27793           Also use g_free() unconditionally.
27794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27795         (setup_source), (gst_play_base_bin_get_property):
27796           Expose source.
27797
27798 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27799
27800         * configure.ac: move GCONF macro outside conditional for the am
27801           conditional. Fixes #160439
27802
27803 2004-12-08  David Schleef  <ds@schleef.org>
27804
27805         * tools/gst-visualise-m.m: Switch to elements that currently
27806         exist.
27807
27808 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27809
27810         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27811           We love wrong commas.
27812
27813 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27814
27815         * gst/matroska/matroska-demux.c:
27816         (gst_matroska_demux_handle_src_query):
27817           Don't set DEFAULT, unsupported - makes length display incorrectly
27818           in some cases.
27819
27820 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27821
27822         * gst/monoscope/README: remove blurb about files being GPL
27823         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27824         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27825           monoscope is now effectively LGPL licensed
27826
27827 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27828
27829         * gst/monoscope/README: Update information to be more correct
27830         * gst/monoscope/convolve.c: Relicense to LGPL
27831         * gst/monoscope/convolve.h: Relicense to LGPL
27832
27833 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27834
27835         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27836           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27838           set default_duration for mpeg1 audio
27839
27840 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27841
27842         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27843         * ext/alsa/gstalsa.h:
27844           refactor big chunks of the core caps negotiation code to make it
27845           a lot faster, because people claim it's really slow
27846           (actually, just cache the getcaps when the device is opened)
27847
27848 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27851         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27852         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27853         (gst_a52dec_change_state), (plugin_init):
27854         * ext/a52dec/gsta52dec.h:
27855           Do something useful with timestamps. Make chain-based (since
27856           there's really no reason to be loopbased).
27857         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27858           Update current_byte/frame correctly.
27859
27860 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27863         (gst_ape_demux_stream_init):
27864           Forward tags, too.
27865
27866 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27867
27868         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27869           Let's make sure we're done typefinding when detecting tags.
27870
27871 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27872
27873         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27874         (gst_ebml_read_init), (gst_ebml_read_use_event),
27875         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27876         (gst_ebml_read_seek), (gst_ebml_read_skip),
27877         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27878         (gst_ebml_read_master):
27879         * gst/matroska/ebml-read.h:
27880         * gst/matroska/matroska-demux.c:
27881         (gst_matroska_demux_parse_contents),
27882         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27883           Disgustingly evil hack for working around INTERRUPT events and
27884           their extremely annoying habit of being a pain in the ass. We
27885           simply peek a cluster before reading any of it.
27886
27887 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27888
27889         * ext/musepack/gstmusepackdec.cpp:
27890           There's also floating point libmusepacks.
27891
27892 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27895         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27896           Set DURATION even if source buffer didn't. Also use increasing
27897           timestamps.
27898         * gst-libs/gst/riff/riff-media.c:
27899         (gst_riff_create_audio_caps_with_data):
27900           Block_align can have larger values than 8192.
27901
27902 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27903
27904         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27905         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27906         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27907         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27908           Fix caps.
27909
27910 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27911
27912         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27913           Fix logic bug.
27914
27915 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27916
27917         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27918           Yay, another one.
27919
27920 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27921
27922         * ext/esd/esdsink.c: (gst_esdsink_chain):
27923           Make error actually say something useful (fixes #156798).
27924         * gst-libs/gst/riff/riff-media.c:
27925         (gst_riff_create_video_caps_with_data),
27926         (gst_riff_create_video_template_caps):
27927           Add Intel Video 5.0 fourcc (IV50).
27928
27929 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27930
27931         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27932         detection on mono and stereo mp3 files.
27933
27934 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27935
27936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27937           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27938           the contained stream).
27939
27940 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27941
27942         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27943           Oops, remove debug.
27944
27945 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27946
27947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * gst/law/alaw-decode.c: (alawdec_getcaps):
27950         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27951           Prevent warnings when negotiating caps (fixes #159338).
27952
27953 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27954
27955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27956         (gst_ffmpegcsp_chain):
27957           Remove old leftover that shouldn't be there...
27958
27959 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27960
27961         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27962
27963         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27964           Don't forward DISCONT events (fixes #159684).
27965
27966 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27967
27968         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27969           Unlink manually since sometimes bin disposal (and therefore
27970           pad unlinking) is delayed, which will cause a new media file
27971           to not be able to start playing instantly.
27972
27973 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27974
27975         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27976           On mute of an unlinked stream, check for pad availability so
27977           we don't crash on unlinked pad.
27978
27979 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27980
27981         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27982         (gst_avi_demux_massage_index):
27983           Fix quite humiliating bug in omitting 0-sized index chunks but
27984           forgetting to count them for timestamps.
27985
27986 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27987
27988         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27989           Actually leave the loop if we failed to sync. Don't crash.
27990
27991 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27994         (gst_dvd_demux_process_private):
27995         * gst/mpegstream/gstdvddemux.h:
27996           Fix crash (#159759). Doesn't work, though. :-(.
27997
27998 2004-11-28  Benjamin Otte  <otte@gnome.org>
27999
28000         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28001           more overwriting protection due to modifying channels one by one
28002           instead of all at once
28003
28004 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28005
28006         * gst/audioconvert/gstchannelmix.c:
28007         (gst_audio_convert_fill_normalize):
28008           Normalize using absolute values.
28009
28010 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28011
28012         * configure.ac:
28013         * ext/Makefile.am:
28014         * ext/directfb/Makefile.am:
28015         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28016         (gst_directfbvideosink_get_pixel_format),
28017         (gst_directfbvideosink_get_format_from_fourcc),
28018         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28019         (gst_directfbvideosink_sink_link),
28020         (gst_directfbvideosink_change_state),
28021         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28022         (gst_directfbvideosink_buffer_alloc),
28023         (gst_directfbvideosink_interface_supported),
28024         (gst_directfbvideosink_interface_init),
28025         (gst_directfbvideosink_navigation_send_event),
28026         (gst_directfbvideosink_navigation_init),
28027         (gst_directfbvideosink_set_property),
28028         (gst_directfbvideosink_get_property),
28029         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28030         (gst_directfbvideosink_base_init),
28031         (gst_directfbvideosink_class_init),
28032         (gst_directfbvideosink_get_type), (plugin_init):
28033         * ext/directfb/directfbvideosink.h: Adding a first version of
28034         directfbvideosink.
28035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28036         more.
28037
28038 2004-11-28  Benjamin Otte  <otte@gnome.org>
28039
28040         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28041           walk the samples backwards if out_channels > in_channels so we don't
28042           overwrite data
28043
28044 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28045
28046         * gst/audioconvert/Makefile.am:
28047         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28048         (gst_audio_convert_link), (gst_audio_convert_change_state),
28049         (gst_audio_convert_channels):
28050         * gst/audioconvert/gstchannelmix.c:
28051         (gst_audio_convert_unset_matrix),
28052         (gst_audio_convert_fill_identical),
28053         (gst_audio_convert_fill_compatible),
28054         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28055         (gst_audio_convert_fill_others),
28056         (gst_audio_convert_fill_normalize),
28057         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28058         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28059         * gst/audioconvert/gstchannelmix.h:
28060           Implement a channel mixer.
28061
28062 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28063
28064         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28065         * ext/alsa/gstalsa.h:
28066         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28067         Make alsasink actually honor gst_element_set_clock and use that
28068         clock instead of its internal one.
28069
28070 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28071
28072         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28073         (gst_play_base_bin_change_state): nullify source and decoder when
28074         going from READY to NULL so that we don't try to do weird stuff with
28075         them when going from NULL to READY
28076         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28077         instead of g_object_unref
28078         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28079         it should be correct
28080         (gst_play_bin_change_state): don't call remove_sinks if we are
28081         currently disposing the object
28082
28083 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28084
28085         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28086           Don't forget bass if it's there. Else left channel is silent...
28087
28088 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28091         (gst_a52dec_change_state):
28092           Don't do sample adjusting anymore, we use float audio now.
28093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28094           Don't fixate to non-existing properties.
28095
28096 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28097
28098         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28099         (gst_a52dec_change_state):
28100           Advertise that we can do surround sound.
28101
28102 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28105           Add buffer-frames=0.
28106         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28107         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28108         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28109         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28110         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28111         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28112         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28113         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28114         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28115         * ext/dvdread/dvdreadsrc.h:
28116           Add seeking, querying for bytes, sectors, title, angle and
28117           chapter. Handle multiple chapters. Relicense to LGPL because
28118           Billy agreed on that (thanks Billy!).
28119
28120 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28121
28122         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28123         call parent dispose method
28124
28125 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28126
28127         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28128         (gst_audio_clock_get_internal_time):
28129         Fix active <-> inactive transitions: ensure time value always
28130         grows and avoid abrupt value changes.
28131
28132 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28133
28134         * configure.ac:
28135         * gst/tta/Makefile.am:
28136         * gst/tta/crc32.h:
28137         * gst/tta/filters.h:
28138         * gst/tta/gsttta.c:
28139         * gst/tta/gstttadec.c:
28140         * gst/tta/gstttadec.h:
28141         * gst/tta/gstttaparse.c:
28142         * gst/tta/gstttaparse.h:
28143         * gst/tta/ttadec.h:
28144           added TTA parser and decoder
28145
28146 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28147
28148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28149         (probe_triggered), (check_queue), (buffer_underrun),
28150         (buffer_running), (buffer_overrun), (gen_source_element),
28151         (setup_source):
28152         * gst/playback/gstplaybasebin.h:
28153           Implement buffering. Needs some more work.
28154
28155 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28156
28157         * ext/theora/theoradec.c: (theora_dec_chain):
28158           Fix ilog mask range overflow.
28159
28160 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28161
28162         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28163           Don't omit the last (which in case of dmix is the only :) )
28164           channel count. Don't set channels if <= 2.
28165
28166 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28167
28168         * gst/playback/gstplaybin.c: (gen_video_element),
28169         (gen_audio_element): Removed 2 obsolete comments
28170
28171 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28172
28173         * ext/vorbis/oggvorbisenc.c
28174         * ext/vorbis/vorbisenc.c :
28175           change description fields of those plugins to differentiate them
28176           (pitivi show Encoders by description, they had the same one)
28177
28178 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28179
28180         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28181
28182         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28183         (gst_play_bin_set_property), (gen_video_element),
28184         (gen_audio_element):
28185           Refcounting fixes for provided audio-/videosinks.
28186
28187 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28188
28189         * gst/playback/gstplaybin.c: (gen_video_element),
28190         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28191           Don't reference all sinks, but only the video- and audiosinks.
28192           The vis. element should be disposed when we're done with it.
28193           We don't have any reason to keep it around. This fixes warnings
28194           when reusing playbin for playing multiple audio files with
28195           vis. enabled. Also release audio device on pause - idea stolen
28196           from Rhythmbox.
28197
28198 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28199
28200         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28201         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28202         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28203         * ext/alsa/gstalsaplugin.c: (plugin_init):
28204         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28205         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28206         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28207         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28208         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28209         (gst_faad_change_state), (plugin_init):
28210         * ext/faad/gstfaad.h:
28211         * ext/vorbis/vorbis.c: (plugin_init):
28212         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28213         * gst-libs/gst/audio/Makefile.am:
28214         * gst-libs/gst/audio/audio.c: (plugin_init):
28215         * gst-libs/gst/audio/multichannel.c:
28216         (gst_audio_check_channel_positions),
28217         (gst_audio_get_channel_positions),
28218         (gst_audio_set_channel_positions),
28219         (gst_audio_set_structure_channel_positions_list),
28220         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28221         (gst_audio_fixate_channel_positions):
28222         * gst-libs/gst/audio/multichannel.h:
28223         * gst-libs/gst/audio/testchannels.c: (main):
28224         * gst/audioconvert/gstaudioconvert.c:
28225         (gst_audio_convert_class_init), (gst_audio_convert_init),
28226         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28227         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28228         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28229         * gst/audioconvert/plugin.c: (plugin_init):
28230           Surround sound support.
28231
28232 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28233
28234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28235           Fix position for discont if we're close as well. Nitpicking, but
28236           saves a few milliseconds of extra waiting or skipping.
28237
28238 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28239
28240         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28241           We sometimes need parsers for playback, so add those too.
28242
28243 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28244
28245         * configure.ac:
28246         * gst/apetag/Makefile.am:
28247         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28248         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28249         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28250         (gst_ape_demux_get_src_query_types),
28251         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28252         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28253         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28254         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28255         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28256         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28257         (gst_ape_demux_change_state):
28258         * gst/apetag/apedemux.h:
28259         * gst/apetag/apetag.c: (plugin_init):
28260         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28261         (plugin_init):
28262           APE v1/2 tag reader plus typefind function.
28263
28264 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28265
28266         * configure.ac:
28267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28268         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28269           Remove hacks for older core. Require newer core version
28270           accordingly.
28271
28272 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28273
28274         * gst/cdxaparse/Makefile.am:
28275         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28276         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28277         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28278         * gst/cdxaparse/gstcdxaparse.h:
28279         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28280         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28281         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28282         (gst_cdxastrip_get_src_query_types),
28283         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28284         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28285         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28286         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28287         * gst/cdxaparse/gstcdxastrip.h:
28288           SVCD/VCD header stripping separated from CDXA image parsing.
28289         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28290         (plugin_init):
28291           Add VCD/SVCD header typefinding for VCD/SVCD.
28292         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28293         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28294         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28295         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28296         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28297         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28298         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28299         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28300         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28301         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28302         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28303         * sys/vcd/vcdsrc.h:
28304           Fix up, add seeking, querying, URI interface. Works in totem now.
28305
28306 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28307
28308         * configure.ac:
28309           back to CVS
28310
28311 === release 0.8.6 ===
28312
28313 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28314
28315         * NEWS:
28316         * RELEASE:
28317         * configure.ac:
28318         * po/af.po:
28319         * po/az.po:
28320         * po/cs.po:
28321         * po/en_GB.po:
28322         * po/hu.po:
28323         * po/it.po:
28324         * po/nb.po:
28325         * po/nl.po:
28326         * po/or.po:
28327         * po/sq.po:
28328         * po/sr.po:
28329         * po/sv.po:
28330         * po/uk.po:
28331           releasing 0.8.6, "IOU Love"
28332
28333 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28334
28335         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28336
28337         * gst/playback/gstplaybasebin.c:
28338           Fix unplayable files error handling.  Fixes #158365
28339
28340 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28341
28342         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28343
28344         * gst/typefind/gsttypefindfunctions.c:
28345           Fix broken mp3 typefinding.  Fixes #158375
28346
28347 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28348
28349         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28350
28351         * ext/ogg/gstoggdemux.c:
28352           Fix sync on broken files.  Fixes #158976
28353
28354 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28355
28356         patch by: Edward Hervey <bilboed@bilboed.com>
28357
28358         * ext/libpng/gstpngenc.c:
28359           Copy over buffer properties.  Fixes #158832
28360
28361 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28362
28363         patch by: Tim-Philipp MĂ¼ller <t.i.m@zen.co.uk>
28364
28365         * ext/dvdread/dvdreadsrc.c:
28366           Fixes invalid reads (#158462)
28367
28368 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28369
28370         * sys/v4l/gstv4lsrc.c:
28371         * sys/v4l/gstv4lsrc.h:
28372         * sys/v4l/v4lsrc_calls.c:
28373           Probe less and cache it.  Fixes #159187.
28374
28375 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28376
28377         * gst/videorate/gstvideorate.c:
28378           Handle all video formats. Fixes #159186.
28379
28380 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28381         * gst/synaesthesia/gstsynaesthesia.c:
28382         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28383         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28384         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28385         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28386         (gst_synaesthesia_change_state), (plugin_init):
28387         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28388         Force 320x200 output, as that's the only thing the underlying
28389         synaesthesia implementation supports. Still needs to be made
28390         re-entrant.
28391
28392 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28393
28394         * configure.ac:
28395           Fix mpeg2enc configure check (similar to mplex check below).
28396
28397 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28398
28399         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28400
28401         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28402           Fix for gcc-2.95 (fixes #158221).
28403
28404 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28405
28406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28407           Re-add clock distribution hack (until new core is released).
28408           Fixes #158125.
28409
28410 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28411         * configure.ac:
28412           fix mplex configure check segfaulting on some systems (bug #140994)
28413
28414 2004-11-13  Benjamin Otte  <otte@gnome.org>
28415
28416         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28417           add debugging
28418         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28419           do a wait when we enter the loop func with no data available to
28420           write instead of getting into an 100% CPU loop by just returning and
28421           being called again by the scheduler
28422
28423 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28424
28425         * configure.ac:
28426         * ext/libvisual/visual.c: (gst_visual_get_type),
28427         (libvisual_log_handler), (gst_visual_getcaps),
28428         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28429         (plugin_init):
28430           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28431         * ext/smoothwave/Makefile.am:
28432         * ext/smoothwave/demo-osssrc.c: (main):
28433         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28434         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28435         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28436         (plugin_init):
28437         * ext/smoothwave/gstsmoothwave.h:
28438           Make gstsmoothwave a working element in the 20th century.
28439
28440         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28441           Fix incorrect link function
28442
28443 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28444
28445         * gst/volume/gstvolume.c:
28446           Allow buffer-frames=0.
28447
28448 2004-11-12 Iain <iaingnome@gmail.com>
28449
28450         * configure.ac: Check for polypaudio
28451
28452         * ext/Makefile.am: Build the polyp dir
28453
28454         * ext/polyp: The polypsink sources.
28455
28456 2004-10-30 Iain <iaingnome@gmail.com>
28457
28458         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28459         caps to reflect the new number of channels.
28460
28461 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28462
28463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28464           Fix for negotiation order problem. This would show when the
28465           ALSA loopfuction was called before any other function. ALSA
28466           wouldn't do anything because we're not negotiated yet, leading
28467           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28468
28469 2004-11-11  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28470
28471         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28472
28473         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28474           No warnings (#157986).
28475
28476 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28477
28478         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28479           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28480
28481 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28482
28483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28484           Signal no-more-pads (so it works in playbin).
28485
28486 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28487
28488         * ext/musepack/gstmusepackreader.cpp:
28489           Workaround for older core.
28490
28491 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28492
28493         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28494           Actually test for odd width/height rather than testing whether
28495           a temporary variable that was 0 before we subtracted 1 is now
28496           not equal to zero (which it always is).
28497
28498 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28499
28500         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28501         Fix compilation if HAVE_XVIDEO is not defined
28502
28503 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28504
28505         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28506         Fix compilation if HAVE_XVIDEO is not defined
28507
28508 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28509
28510         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28511         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28512         (gst_goom_change_state), (plugin_init):
28513         Use the bytestream adapter so goom doesn't depend on the input
28514         buffer size.
28515         Add a debug category
28516
28517 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28518
28519         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28520           Only set hardware parameters *after* negotiation. Before
28521           negotiation, it will set ANY and that seems to cause crashes
28522           (see e.g. #151288, #153227).
28523
28524 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28525
28526         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28527           This seems to be antique leftover. It needs to pass error
28528           checking.
28529         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28530         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28531         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28532         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28533           Fix GstXOverlay implementation (#151059).
28534
28535 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28536
28537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28538           Don't assert (#157853).
28539
28540 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28543           Fix bytes/samples confustion.
28544         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28545           Fix for underrun (#144389).
28546
28547 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28550           Disable halfway-seek for pending release (since it needs a new
28551           core release).
28552
28553 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28554
28555         * sys/v4l/gstv4lsrc.c:
28556         * sys/v4l/gstv4lsrc.h:
28557         * sys/v4l/v4lsrc_calls.c:
28558           add autoprobe-fps property so we can separate autoprobing parts
28559
28560 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28561
28562         * sys/v4l/gstv4lsrc.c:
28563         * sys/v4l/v4lsrc_calls.c:
28564         initialise fourcc to catch unset fourcc's, and debug
28565
28566 2004-11-09  Wim Taymans  <wim@fluendo.com>
28567
28568         * gst/playback/README:
28569         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28570         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28571         (gst_play_bin_dispose), (gst_play_bin_set_property),
28572         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28573         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28574         (gst_play_bin_get_formats), (gst_play_bin_convert),
28575         (gst_play_bin_get_query_types), (gst_play_bin_query):
28576         Cleanups and some more documentation.
28577
28578 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28579
28580         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28581         (gst_cacasink_init), (gst_cacasink_chain):
28582         * ext/libcaca/gstcacasink.h:
28583         Cacasink inherits from VideoSink, so let that store the clock.
28584
28585 2004-11-09  Wim Taymans  <wim@fluendo.com>
28586
28587         * gst/playback/README:
28588         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28589         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28590         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28591         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28592         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28593         (setup_sinks):
28594         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28595         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28596         * gst/playback/gststreaminfo.h:
28597         Updated README.
28598         Only switch groups if all streams have muted (EOSed).
28599         Send Tags in sync with the stream playback instead of in
28600         the playback/preroll phase.
28601         Some cleanups, free the fakesrc elements.
28602
28603 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28604
28605         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28606           buffer-frames property was missing
28607         * ext/arts/gst_arts.c:
28608           rate missing from sinkcaps
28609         * ext/audiofile/gstafparse.c:
28610         * ext/audiofile/gstafsink.c:
28611         * ext/audiofile/gstafsrc.c:
28612         * ext/swfdec/gstswfdec.c:
28613           int audio doesn't know buffer-frames
28614         * ext/cdparanoia/gstcdparanoia.c:
28615           int audio doesn't know chunksize either
28616         * ext/nas/nassink.c:
28617           it's endianness, not endianess
28618         * gst-libs/gst/audio/audio.h:
28619           make float standard pad template caps really describe float
28620         * gst/law/mulaw.c: (linear_factory):
28621           signed only, please
28622         * gst/mpegstream/gstdvddemux.c:
28623           widths of 20 are not valid
28624
28625 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28626
28627         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28628
28629         * po/LINGUAS:
28630         * po/it.po:
28631           Add Italian
28632
28633 2004-11-08  Wim Taymans  <wim@fluendo.com>
28634
28635         * gst/playback/README:
28636         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28637         * gst/playback/gstplaybasebin.c: (probe_triggered),
28638         (gst_play_base_bin_change_state):
28639         Updated README, added more comments for fixmes etc..
28640
28641 2004-11-08  Wim Taymans  <wim@fluendo.com>
28642
28643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28644         We can remove this hack now.
28645
28646 2004-11-08  Wim Taymans  <wim@fluendo.com>
28647
28648         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28649         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28650         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28651         Only mix AYUV for maximum quality.
28652
28653 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28654
28655         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28656         (gst_ogg_demux_push), (gst_ogg_pad_push):
28657           Let's act as if we're synchronized now! :).
28658         * ext/theora/theoradec.c: (theora_dec_chain):
28659           Add some debug.
28660
28661 2004-11-08  Wim Taymans  <wim@fluendo.com>
28662
28663         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28664         (gst_alpha_set_property), (gst_alpha_sink_link),
28665         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28666         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28667         (gst_alpha_init_params), (gst_alpha_chain):
28668         Implement alpha functions for AYUV too, this increases
28669         accuracy quite a bit.
28670
28671 2004-11-08  Wim Taymans  <wim@fluendo.com>
28672
28673         * gst/ffmpegcolorspace/avcodec.h:
28674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28675         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28676         (gst_ffmpegcsp_avpicture_fill):
28677         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28678         (gst_ffmpegcsp_caps_remove_format_info):
28679         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28680         (shrink12), (img_get_alpha_info), (deinterlace_line),
28681         (deinterlace_line_inplace):
28682         * gst/ffmpegcolorspace/imgconvert_template.h:
28683         Added AYUV colorspace and handle RGBA a bit more respectful.
28684
28685 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28686
28687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28688           Actually always send a discont (cornercase when resending the
28689           same serial-tagged chain twice).
28690
28691 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28692
28693         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28694         (gst_ximagesink_finalize):
28695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28696         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28697
28698 2004-11-08  Wim Taymans  <wim@fluendo.com>
28699
28700         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28701         Don't segfault on NULL data.
28702
28703 2004-11-08  Wim Taymans  <wim@fluendo.com>
28704
28705         * gst/playback/gstdecodebin.c: (unlinked):
28706         * gst/playback/gstplay-marshal.list:
28707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28708         (gst_play_base_bin_init), (group_create), (get_active_group),
28709         (get_building_group), (group_destroy), (group_commit),
28710         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28711         (add_element_stream), (no_more_pads), (probe_triggered),
28712         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28713         (state_change), (setup_source), (gst_play_base_bin_get_property),
28714         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28715         (gst_play_base_bin_link_stream),
28716         (gst_play_base_bin_get_streaminfo):
28717         * gst/playback/gstplaybasebin.h:
28718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28719         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28720         Add support for chained ogg files. Prepare for playlist
28721         support. This patch introduces the concept of pad groups, which
28722         together compose one playable media file.
28723
28724 2004-11-07  David Schleef  <ds@schleef.org>
28725
28726         * testsuite/gst-lint: Check for pad templates that aren't statically
28727         scoped.
28728
28729 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28730
28731         * configure.ac:
28732         * ext/Makefile.am:
28733         * ext/musepack/Makefile.am:
28734         * ext/musepack/gstmusepackdec.cpp:
28735         * ext/musepack/gstmusepackdec.h:
28736         * ext/musepack/gstmusepackreader.cpp:
28737         * ext/musepack/gstmusepackreader.h:
28738           Add musepack decoder.
28739         * ext/faad/gstfaad.c: (gst_faad_base_init):
28740           Make pad templates static.
28741         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28742         (plugin_init):
28743           Add musepack typefinder, make mp3 typefinding work halfway stream,
28744           which doesn't actually work yet because id3demux doesn't implement
28745           _get_length().
28746
28747 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28748
28749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28750         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28751           Fix interrupt event handling (#144436).
28752
28753 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28754
28755         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28756           Hide unused glory.
28757
28758 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28759
28760         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28761
28762         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28763           Fix weird caps (#157548).
28764
28765 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28766
28767         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28768
28769         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28770           Add missing NULL terminator (#157543).
28771
28772 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28773
28774         * gst/tcp/gsttcp.h:
28775         * gst/tcp/gsttcpclientsink.c:
28776         * gst/tcp/gsttcpclientsrc.c:
28777         * gst/tcp/gsttcpserversink.c:
28778         * gst/tcp/gsttcpserversrc.c:
28779           ports can go up to 65535.  Move common defines to gsttcp.h
28780
28781 2004-11-05  Wim Taymans  <wim@fluendo.com>
28782
28783         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28784         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28785         Added two more colorspaces.
28786
28787 2004-11-05  Wim Taymans  <wim@fluendo.com>
28788
28789         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28790         (gst_ffmpegcsp_avpicture_fill):
28791         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28792         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28793         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28794         More stride fixes.
28795
28796 2004-11-05  Wim Taymans  <wim@fluendo.com>
28797
28798         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28799         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28800         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28801         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28802         (gst_videomixer_loop):
28803         More stride fixes.
28804
28805 2004-11-05  Benjamin Otte  <otte@gnome.org>
28806
28807         * ext/mad/gstmad.c: (gst_mad_chain):
28808           don't overflow data buffer. Flush not needed sync data when syncing
28809           failed.
28810
28811 2004-11-04  Wim Taymans  <wim@fluendo.com>
28812
28813         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28814         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28815         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28816         (gst_alpha_init_params), (gst_alpha_chain),
28817         (gst_alpha_change_state):
28818         Updated the chroma keying algorithm with something more
28819         sophisticated.
28820
28821 2004-11-03  Wim Taymans  <wim@fluendo.com>
28822
28823         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28824         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28825         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28826         Fix stride issues. Does not completely work for odd
28827         heights.
28828
28829 2004-11-03  Wim Taymans  <wim@fluendo.com>
28830
28831         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28832         (gst_alpha_chroma_key), (gst_alpha_chain):
28833         Fix stride issues. Does not completely work for odd
28834         heights.
28835
28836 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28837
28838         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28839         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28840         leak fixes
28841
28842 2004-11-03  Wim Taymans  <wim@fluendo.com>
28843
28844         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28845         (gst_ffmpegcsp_avpicture_fill):
28846         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28847         (avpicture_alloc):
28848         * gst/ffmpegcolorspace/imgconvert_template.h:
28849         Use correct _fill function to get correct strides.
28850
28851 2004-11-02  David Schleef  <ds@schleef.org>
28852
28853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28854         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28855         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28856         Change all g_print()s to debugging.  Add a bunch of consistency
28857         checks.
28858
28859 2004-11-02  Wim Taymans  <wim@fluendo.com>
28860
28861         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28862         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28863         (unlinked), (no_more_pads), (close_link):
28864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28865         (unknown_type), (add_element_stream), (new_decoded_pad),
28866         (removed_decoded_pad), (setup_source):
28867         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28868         (gst_stream_info_class_init), (gst_stream_info_init),
28869         (gst_stream_info_new), (gst_stream_info_dispose),
28870         (stream_info_mute_pad), (gst_stream_info_set_property),
28871         (gst_stream_info_get_property):
28872         * gst/playback/gststreaminfo.h:
28873         Fix playback of multiple files.
28874         a slightly different approach to handling dynamic pad removals.
28875         This one only looks at pads that we have linked.
28876
28877 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28878
28879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28880         free" warning from libc.
28881
28882 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28883
28884         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28885         (get_unconnected_element), (remove_starting_from), (pad_removed),
28886         (close_link):
28887           Implement support for dynamic pad changing. We listen to "live"
28888           pad removals (i.e. while playing) and re-setup autoplugging
28889           after that. Playbasebin/playbin need some more work for this
28890           to finally work, but decodebin supports (and replugs) chained
28891           ogg now.
28892
28893 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28894
28895         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28896         (gst_alsa_finalize):
28897         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28898         (gst_cdaudio_finalize):
28899         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28900         (cdparanoia_finalize):
28901         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28902         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28903         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28904         (dvdreadsrc_finalize):
28905         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28906         (gst_flacdec_finalize):
28907         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28908         (gst_flacenc_finalize):
28909         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28910         (gst_gnomevfssink_finalize):
28911         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28912         (gst_gnomevfssrc_finalize):
28913         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28914         (gst_fameenc_finalize):
28915         * ext/nas/nassink.c: (gst_nassink_class_init),
28916         (gst_nassink_finalize):
28917         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28918         (gst_sdlvideosink_class_init):
28919         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28920         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28921         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28922         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28923         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28924         (gst_x_window_listener_dispose):
28925         * gst/audioscale/gstaudioscale.c:
28926         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28927         (play_on_demand_finalize):
28928         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28930         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28931         (cdplayer_finalize):
28932         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28933         (gst_glimagesink_class_init):
28934         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28935         (gst_osselement_finalize):
28936         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28937         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28938         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28939           Fixes a bunch of problems with finalize and dispose functions,
28940           either assumptions that dispose is only called once, or not calling
28941           the parent class dispose/finalize function
28942
28943 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28944
28945         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28946           added two api precondition guards
28947           use g_strdup with getenv to fix crash when using ENVVAR
28948
28949 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28950         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28951         (gst_esdsink_finalize):
28952         Use a finalize function, not dispose, and more importantly,
28953         call the parent class finalize function too
28954
28955 2004-11-01  Johan Dahlin  <johan@gnome.org>
28956
28957         * ext/ogg/gstoggdemux.c:
28958         * gst/tags/gstvorbistag.c:
28959         Plug leaks.
28960
28961 2004-10-31  Benjamin Otte  <otte@gnome.org>
28962
28963         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28964           lotsa memleaks today. But they're all small...
28965
28966 2004-10-31  Benjamin Otte  <otte@gnome.org>
28967
28968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28969           another memleak crushed
28970
28971 2004-10-31  Benjamin Otte  <otte@gnome.org>
28972
28973         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28974           fix memleak
28975
28976 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28977
28978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28979           Hack to prevent crash when going to READY inside signal handler
28980           while this function is active.
28981
28982 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28983
28984         * gst/ffmpegcolorspace/Makefile.am:
28985         * gst/ffmpegcolorspace/avcodec.h:
28986         * gst/ffmpegcolorspace/common.h:
28987         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28988         * gst/ffmpegcolorspace/dsputil.h:
28989         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28990         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28991         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28992         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28993         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28994         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28995         (gst_ffmpegcsp_avpicture_fill):
28996         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28997         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28998         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28999         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29000         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29001         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29002         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29003         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29004         * gst/ffmpegcolorspace/imgconvert.c:
29005         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29006         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29007         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29008         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29009         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29010         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29011         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29012         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29013         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29014         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29015         (grow21), (grow22), (grow41), (grow44), (conv411),
29016         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29017         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29018         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29019         (avpicture_free), (is_yuv_planar), (img_convert),
29020         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29021         (deinterlace_line_inplace), (deinterlace_bottom_field),
29022         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29023         * gst/ffmpegcolorspace/imgconvert_template.h:
29024         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29025         * gst/ffmpegcolorspace/mmx.h:
29026         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29027         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29028         (av_freep), (avcodec_get_context_defaults),
29029         (avcodec_alloc_context), (avcodec_init):
29030           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29031           handling plus update from ffmpeg CVS. Large clean-up.
29032
29033 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29034
29035         * gst/playback/Makefile.am:
29036           We need the marshallers for decodebin, too.
29037
29038 2004-10-30  David Schleef  <ds@schleef.org>
29039
29040         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29041           quicktime typefinding work with 64-bit offsets.
29042
29043 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29044
29045         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29046           Set EOS on the element when processing an EOS event.
29047         * ext/speex/gstspeexdec.h:
29048         * ext/speex/gstspeexenc.h:
29049           Only keep a const ptr to the mode
29050         * gst-libs/gst/riff/riff-media.c:
29051         (gst_riff_create_audio_caps_with_data),
29052         (gst_riff_create_audio_template_caps):
29053           Allow WMAV3, with up to 6 channels.
29054         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29055           Don't call gst_pad_set_event_function on a sink pad.
29056         * gst/mpegstream/gstdvddemux.c:
29057         (gst_dvd_demux_get_subpicture_stream),
29058         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29059           Copy the explicit caps that were set across to the cur_* pads,
29060           instead of trying to use a possibly non-existent negotiated caps.
29061           Reset the type of subpicture pads to UNKNOWN after calling
29062           init_stream, so that the caps get set.
29063
29064 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29065
29066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29067
29068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29069           Don't touch buffer if it is of size 0 (fixes #151064).
29070
29071 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29072
29073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29074           Synchronized discont handling.
29075
29076 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29077
29078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29079         (gst_ogg_demux_push):
29080           Make seeking sort-of exact again (fixes #156387).
29081
29082 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29083
29084         * gst/playback/gstplaybasebin.c: (unknown_type),
29085         (add_element_stream), (new_decoded_pad),
29086         (gst_play_base_bin_change_state):
29087         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29088         (gst_stream_info_init), (gst_stream_info_new),
29089         (gst_stream_info_dispose), (gst_stream_info_get_property):
29090         * gst/playback/gststreaminfo.h:
29091           Make caps explicitely available. Makes testing for unsupported
29092           types possible. Improves error reporting.
29093
29094 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29095
29096         * gst/audioconvert/gstaudioconvert.c:
29097         (gst_audio_convert_buffer_to_default_format):
29098           Really don't touch read-only buffers (#156563).
29099
29100 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29101
29102         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29103
29104         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29105           Fix memleak (#155223).
29106
29107 2004-10-29  Wim Taymans  <wim@fluendo.com>
29108
29109         * gst/tcp/.cvsignore:
29110         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29111         (gst_multifdsink_class_init), (gst_multifdsink_init),
29112         (gst_multifdsink_add), (gst_multifdsink_remove),
29113         (gst_multifdsink_remove_client_link), (is_sync_frame),
29114         (gst_multifdsink_new_client),
29115         (gst_multifdsink_handle_client_write),
29116         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29117         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29118         (gst_multifdsink_get_property):
29119         * gst/tcp/gstmultifdsink.h:
29120         Added burst on connect sync_method, deprecated sync_clients,
29121         streamlined the sync code some more.
29122
29123 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29124
29125         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29126         (gst_play_base_bin_change_state):
29127           Improve error reporting.
29128
29129 2004-10-28  Wim Taymans  <wim@fluendo.com>
29130
29131         * gst/tcp/Makefile.am:
29132         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29133         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29134         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29135         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29136         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29137         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29138         (gst_fdset_wait):
29139         Added more locks around fdset structures. Fixed/reworked
29140         the poll array resizing code.
29141         Added stress test for fdset.
29142
29143 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29144
29145         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29146         fix build
29147
29148 2004-10-28  Benjamin Otte  <otte@gnome.org>
29149
29150         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29151           fix link function to always query channels and query width for
29152           floats
29153         * configure.ac:
29154           add equalizer dir
29155         * gst/equalizer/Makefile.am:
29156         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29157         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29158         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29159         (arg_to_scale), (setup_filter),
29160         (gst_iir_equalizer_compute_frequencies),
29161         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29162         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29163         (plugin_init):
29164           add an equalizer
29165
29166 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29167
29168         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29169
29170         * po/LINGUAS:
29171         * po/nb.po:
29172           Added Norwegian Bokmaal translation
29173
29174 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29177           Don't break on options (fixes #156488).
29178
29179 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29180
29181         * configure.ac:
29182         * ext/cdaudio/Makefile.am:
29183         * sys/Makefile.am:
29184           fix build on older automake
29185
29186 2004-10-26  Wim Taymans  <wim@fluendo.com>
29187
29188         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29189         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29190         Allow a little margin when negotiating the framerate.
29191
29192 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29193
29194         * gst/level/gstlevel.c:
29195           synchonised naming of pads and pad-templates
29196
29197 2004-10-26  Wim Taymans  <wim@fluendo.com>
29198
29199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29200         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29201         (_find_streams_check), (gst_ogg_demux_push):
29202         Fix EOS again. Needs to be done in a better way. We should not
29203         remove the pad if there is no new chained stream.
29204
29205 2004-10-26 Iain <iaingnome@gmail.com>
29206
29207         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29208         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29209         of the caps.
29210         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29211         pad.
29212         (interleave_release_pad): Remove the pad.
29213         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29214         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29215         the set device.
29216         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29217         attrs
29218         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29219         (gst_xvimagesink_finalize): Free the par.
29220
29221 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29224         (gst_avimux_stop_file):
29225           First calculate the rate, and only then use it. Hdr.rate is a
29226           multiple and not a derivative of hdr.scale. Scale is not the
29227           same as blockalign but is solely related to rate.
29228
29229 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29230
29231         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29232         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29233           Implement seeking.
29234
29235 2004-10-25  James Henstridge  <james@jamesh.id.au>
29236
29237         Reviewed by:  David Schleef  <ds@schleef.org>
29238
29239         * examples/gstplay/player.c: (got_stream_length), (main):
29240         * examples/seeking/cdplayer.c: (update_scale):
29241         * examples/seeking/seek.c: (format_value), (update_scale):
29242         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29243         (stop_seek):
29244         Build fixes on AMD64.
29245
29246 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29247
29248         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29249
29250         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29251         Fix for some v4l cards which hang in v4lsrc
29252
29253 2004-10-25  Wim Taymans  <wim@fluendo.com>
29254
29255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29256         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29257         Make sure to remove the pad when a new chain is
29258         encountered. Set some vars to NULL so we don't try
29259         to reference freed memory.
29260
29261 2004-10-25  Wim Taymans  <wim@fluendo.com>
29262
29263         * examples/seeking/Makefile.am:
29264         * examples/seeking/cdplayer.c: (update_scale):
29265         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29266         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29267         (format_value), (update_scale), (iterate), (start_seek),
29268         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29269         (print_usage), (main):
29270         Added some more examples, update others.
29271
29272 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29273
29274         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29275         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29276         * ext/theora/theoradec.c: (theora_dec_chain):
29277         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29278           Add codec-name metadata.
29279
29280 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29281
29282         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29283
29284         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29285         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29286         * ext/alsa/gstalsamixertrack.h:
29287         * po/POTFILES.in:
29288           ALSA mixer track label internationalization (#154054).
29289
29290 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29291
29292         * ext/theora/theoradec.c: (theora_dec_chain):
29293           Export bitrate as metadata.
29294
29295 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29296
29297         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29298         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29299         * ext/alsa/gstalsamixertrack.h:
29300           Fix names, fix loop.
29301
29302 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29303
29304         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29305         (speex_dec_convert):
29306           sinkconvert function so oggdemux can get the file length (totem).
29307
29308 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29309
29310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29311
29312         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29313           Don't push incomplete packets.
29314         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29315           Fix MPEG-4 audio typefinding.
29316
29317 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29318
29319         * sys/v4l/Makefile.am:
29320         * sys/v4l/gstv4l.c: (plugin_init):
29321         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29322         (gst_v4lelement_init), (gst_v4lelement_dispose),
29323         (gst_v4lelement_change_state):
29324         * sys/v4l/gstv4lelement.h:
29325         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29326         (gst_v4l_xoverlay_close), (idle_refresh),
29327         (gst_v4l_xoverlay_set_xwindow_id):
29328         * sys/v4l/gstv4lxoverlay.h:
29329         * sys/v4l/v4l-overlay_calls.c:
29330         * sys/v4l/v4l_calls.h:
29331         * sys/v4l2/Makefile.am:
29332         * sys/v4l2/gstv4l2.c: (plugin_init):
29333         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29334         (gst_v4l2element_init), (gst_v4l2element_dispose),
29335         (gst_v4l2element_change_state):
29336         * sys/v4l2/gstv4l2element.h:
29337         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29338         (gst_v4l2_xoverlay_close), (idle_refresh),
29339         (gst_v4l2_xoverlay_set_xwindow_id):
29340         * sys/v4l2/gstv4l2xoverlay.h:
29341         * sys/v4l2/v4l2-overlay_calls.c:
29342         * sys/v4l2/v4l2_calls.h:
29343           Remove client-side overlay handling, use the X-server v4l plugin
29344           for that. Nicer overlay, less code. Also make the plugin
29345           compileable without X (but then without overlay, obviously).
29346           Makes xwindowlistener obsolete, should we remove that?
29347
29348 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29349
29350         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29351         (gst_osssrc_src_query):
29352         * sys/oss/gstosssrc.h:
29353           OK, so people want offset in DEFAULT. This time, actually fix all
29354           cases.
29355         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29356           Add FPS properly.
29357
29358 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29359
29360         * gst/asfdemux/gstasfmux.c:
29361         * gst/avi/gstavimux.c:
29362           Framerate.
29363
29364 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29365
29366         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29367           Fix properties (channel, norm, frequency).
29368
29369 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29370
29371         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29372           Flag typo.
29373         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29374           No warnings.
29375
29376 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29377
29378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29379           Fix hang.
29380
29381 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * sys/v4l2/gstv4l2element.h:
29384           Yet Another Hack (tm) for kernel header borkedness.
29385         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29386         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29387         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29388         (gst_v4l2src_change_state):
29389         * sys/v4l2/gstv4l2src.h:
29390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29391         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29392           Fix caps, keep track of state, work.
29393
29394 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29395
29396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29397           Quiet.
29398
29399 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29400
29401         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29402           Don't mix bytes and samples.
29403
29404 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29405
29406         * ext/ogg/gstoggmux.c:
29407           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29408           and theora. Any is incorrect.
29409         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29410           Fix caps.
29411         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29412         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29413         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29414         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29415         * sys/v4l/gstv4lmjpegsrc.h:
29416         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29417         (gst_v4lsrc_change_state):
29418         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29419         (gst_v4lmjpegsrc_capture_stop):
29420           Fix caps. Keep track of internal state. Work.
29421
29422 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * ext/Makefile.am:
29425           Fix the build fixes.
29426
29427 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29428
29429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29430         (gst_ogg_demux_src_event), (_find_chain_seek),
29431         (gst_ogg_pad_push):
29432           Check for pad availability before using it.
29433         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29434           Fix parsing of chained ogg. Needs more work on the decoder side.
29435
29436 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29437
29438         * gst/spectrum/Makefile.am:
29439         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29440         (idle_func):
29441           Fix demo and reenable it. Yes, I'm currently playing with audio
29442           analysis tools
29443
29444 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29445
29446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29447           We love it if files that start at zero work too...
29448
29449 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29450
29451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29452           Handle files with missing EOS headers.
29453
29454 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29455
29456         * gst/tcp/gsttcpserversink.c:
29457         (gst_tcpserversink_handle_server_read),
29458         (gst_tcpserversink_init_send):
29459         Zero some variables first (need for accept not to return EINVAL)
29460
29461 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29462
29463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29464         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29465         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29466         (theora_dec_chain):
29467         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29468         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29469           Seeking and querying finetune.
29470
29471 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29472
29473         * configure.ac:
29474         * ext/Makefile.am:
29475         * ext/raw1394/Makefile.am:
29476           fix the build
29477
29478 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29481           Wrong return.
29482         * gst/playback/Makefile.am:
29483         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29484         * gst/playback/gstplay-marshal.list:
29485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29486           Fix marshallers.
29487
29488 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29491           Silence.
29492
29493 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29494
29495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29496         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29497         (gst_ogg_pad_push):
29498           Yay for non-lineair granulepos in theora.
29499
29500 2004-10-18  Wim Taymans  <wim@fluendo.com>
29501
29502         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29503         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29504         * ext/dv/gstdvdec.h:
29505         Make sure we renegotiate aspect ratio when the camera switches.
29506
29507 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29508
29509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29510         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29511           Start at zero.
29512         * ext/theora/theoradec.c: (theora_dec_chain):
29513           Skip headers. Bad idea for chained ogg, but fixes seeking.
29514
29515 2004-10-18  Wim Taymans  <wim@fluendo.com>
29516
29517         * configure.ac:
29518         I swear, this is the last time I touch this.
29519
29520 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29521
29522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29523         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29524         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29525           Faster seeking.
29526         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29527           Time-to-default conversion.
29528         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29529           Don't error on unknown packets, just skip. We should probably
29530           read them if we want to support chained ogg.
29531
29532 2004-10-18  Wim Taymans  <wim@fluendo.com>
29533
29534         * configure.ac:
29535         Added cdaudio to wrong list.
29536
29537 2004-10-18  Wim Taymans  <wim@fluendo.com>
29538
29539         * configure.ac:
29540         Revive cdaudio.
29541
29542 2004-10-18  Wim Taymans  <wim@fluendo.com>
29543
29544         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29545         (gst_dvdec_video_link), (gst_dvdec_push):
29546         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29547         (gst_smokeenc_resync), (gst_smokeenc_chain):
29548         Fix mimetype on smoke encoder.
29549         Add aspect ratio to dvdec. Not sure if these
29550         values are correct though....
29551
29552 2004-10-18  Wim Taymans  <wim@fluendo.com>
29553
29554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29555         Fix vorbis property descriptions and ranges.
29556
29557 2004-10-18  Wim Taymans  <wim@fluendo.com>
29558
29559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29560         Really do nothing when no data is available.
29561         Go to the playing state when the stream is not seekable
29562         instead of failing.
29563
29564 2004-10-18  Wim Taymans  <wim@fluendo.com>
29565
29566         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29567         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29568         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29569         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29570         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29571         Added uri handler for cd://
29572         Port to new API.
29573
29574 2004-10-18  Wim Taymans  <wim@fluendo.com>
29575
29576         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29577         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29578         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29579         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29580         (remove_prerolls), (unknown_type), (add_element_stream),
29581         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29582         (gst_play_base_bin_remove_element),
29583         (gst_play_base_bin_link_stream):
29584         * gst/playback/gstplaybin.c: (gen_video_element),
29585         (gen_vis_element), (remove_sinks), (setup_sinks):
29586         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29587         (gst_stream_info_get_type), (gst_stream_info_class_init),
29588         (gst_stream_info_init), (gst_stream_info_new),
29589         (gst_stream_info_dispose), (stream_info_mute_pad),
29590         (gst_stream_info_set_property), (gst_stream_info_get_property):
29591         * gst/playback/gststreaminfo.h:
29592         Add sink padtemplate to decodebin.
29593         Added some more comments.
29594         Make queue size configurable in playbasebin.
29595         Added possibility to use elements as sinks (ex cdaudio).
29596
29597 2004-10-15  Wim Taymans  <wim@fluendo.com>
29598
29599         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29600         (gst_speexenc_chain):
29601         Fix speex timestamps so that it gets muxed properly.
29602
29603 2004-10-15  Wim Taymans  <wim@fluendo.com>
29604
29605         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29606         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29607         (gst_dv1394src_init), (gst_dv1394src_dispose),
29608         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29609         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29610         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29611         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29612         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29613         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29614         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29615         * ext/raw1394/gstdv1394src.h:
29616         Added conversion/query functions.
29617         Update buffer timestamps,
29618         Added signals.
29619         Added uri dv:// so it might play from the firewire in playbin.
29620         Fix a possible leak.
29621         Added debugging.
29622
29623 2004-10-15  Wim Taymans  <wim@fluendo.com>
29624
29625         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29626         (gst_dv1394src_init), (gst_dv1394src_set_property),
29627         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29628         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29629         * ext/raw1394/gstdv1394src.h:
29630         Added AV/C VTR control support needed for some cameras.
29631         Added automatic port detection.
29632         Added properties for selecting the channel.
29633         The configure.ac script is not yet updated to reflect the
29634         new libavc1394 and librom1394 dependencies.
29635
29636 2004-10-15  Wim Taymans  <wim@fluendo.com>
29637
29638         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29639         (qtdemux_parse), (gst_qtdemux_handle_esds):
29640         An esds box is not a container.
29641         Fix parsing of mp4v boxes.
29642         Do not try to renegotiate fps for each frame. Need to
29643         find a better method. This should fix mp4 playback.
29644
29645 2004-10-14  David Schleef  <ds@schleef.org>
29646
29647         * configure.ac: update for swfdec-0.3 and liboil-0.2
29648         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29649         * ext/swfdec/gstswfdec.h: same
29650         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29651         * gst/videotestsrc/videotestsrc.c: same
29652
29653 2004-10-14  Wim Taymans  <wim@fluendo.com>
29654
29655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29656         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29657         (is_sync_frame), (gst_multifdsink_new_client),
29658         (gst_multifdsink_handle_client_write),
29659         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29660         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29661         Turn warnings into info.
29662         Don't allow a state change in the streaming thread.
29663
29664 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29665
29666         * ext/vorbis/oggvorbisenc.c:
29667         * ext/vorbis/vorbisdec.c:
29668           fix template sample rate
29669
29670 2004-10-13  Wim Taymans  <wim@fluendo.com>
29671
29672         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29673         Decoding the header first fixes some problems in resyncing
29674         in more mp3s.
29675
29676 2004-10-12  Wim Taymans  <wim@fluendo.com>
29677
29678         * gst/playback/gstplaybin.c: (gen_video_element),
29679         (gen_vis_element), (remove_sinks), (setup_sinks):
29680         Added vis plugin support, need to configure the vis
29681         element to activate it.
29682
29683 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29684
29685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29686         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29687           Some debug.
29688         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29689         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29690         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29691         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29692         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29693         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29694         * gst/avi/gstavidemux.h:
29695           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29696           recovery (where, if part of the index is broken, we will still read
29697           the rest of the index and recover the broken part by stream
29698           scanning). More broken media support. EOS workarounds. General AVI
29699           braindamage headache recovery. Aspirin included.
29700
29701 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29702
29703         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29704         (cdparanoia_event), (cdparanoia_query):
29705           Get rid of hideous lead-in.
29706
29707 2004-10-11  Wim Taymans  <wim@fluendo.com>
29708
29709         * gst/playback/gstplaybasebin.c: (setup_source):
29710         Wrong var used to get g_list_next.
29711
29712 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29713
29714         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29715         (cdparanoia_get), (cdparanoia_open):
29716           Report discid as metadata, add duration.
29717
29718 2004-10-11  Wim Taymans  <wim@fluendo.com>
29719
29720         * gst/playback/gstplaybasebin.c: (setup_source):
29721         Cleanup the previous pipeline a little earlier for the
29722         case that a source element provides raw data.
29723
29724 2004-10-11  Benjamin Otte  <otte@gnome.org>
29725
29726         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29727           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29728           consuming the last 128 bytes, even though it was valid mp3 data.
29729
29730 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29731
29732         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29733         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29734         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29735         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29736
29737 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29738
29739         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29740         Fix for webcams that support only specific width or height
29741
29742 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29743
29744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29747           Fix wrong discont event setup (fixes #154967).
29748
29749 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29750
29751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29752
29753         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29754           Error out on invalid data (fixes #154807).
29755
29756 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29757
29758         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29759
29760         * ext/dvdread/dvdreadsrc.c: (_read):
29761           Make titles > 0 work again (fixes #154834).
29762
29763 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * gst-libs/gst/riff/riff-media.c:
29766         (gst_riff_create_video_template_caps):
29767           WMV3 missing in template caps.
29768
29769 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29770
29771         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29772           OK, so the original code was too strict. It makes random AVI files
29773           hang for seconds upon opening, which is unacceptable and is far
29774           beyond the original goal of getting multiple chunks for one-chunk
29775           sounc stream files. So now do just that.
29776
29777 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29778
29779         * gst/playback/gstplaybasebin.c: (setup_source),
29780         (gst_play_base_bin_change_state):
29781           Actually clean up streaminfo if output fails. This would trigger
29782           if, for example, there was no CD in the drive. No preroll, so
29783           a streaminfo structure is created, but the subsequent state change
29784           of the thread fails.
29785         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29786           Don't change state if parent failed.
29787
29788 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29789
29790         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29791         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29792         (gen_video_element), (remove_sinks):
29793           Add small bits of code for screenshot handling.
29794
29795 2004-10-08  Wim Taymans  <wim@fluendo.com>
29796
29797         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29798         (gen_video_element), (gen_audio_element), (setup_sinks):
29799         Don't assume the user provided sinks are named "sink"...
29800
29801 2004-10-08  Wim Taymans  <wim@fluendo.com>
29802
29803         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29804         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29805         (gst_play_base_bin_link_stream):
29806         Do not try to autoplug sources that generate raw streams like
29807         cdparanoia.
29808         disconnect the preroll overrun signal when we don't need it anymore.
29809
29810 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29811
29812         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29813         Added reworked patch from #154903 from milosz derezynski (deadchip).
29814
29815 2004-10-08  Wim Taymans  <wim@fluendo.com>
29816
29817         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29818         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29819         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29820         (cdparanoia_convert), (cdparanoia_uri_get_type),
29821         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29822         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29823         * ext/cdparanoia/gstcdparanoia.h:
29824         This adds the cdda://<tracknum> uri.
29825
29826 2004-10-08  Wim Taymans  <wim@fluendo.com>
29827
29828         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29829         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29830         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29832         (unknown_type), (gst_play_base_bin_remove_element),
29833         (gst_play_base_bin_link_stream):
29834         * gst/playback/gstplaybasebin.h:
29835         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29836         (gst_play_bin_set_property), (gen_video_element),
29837         (gen_audio_element), (setup_sinks):
29838         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29839         (gst_stream_info_get_type), (gst_stream_info_class_init),
29840         (gst_stream_info_init), (gst_stream_info_new),
29841         (gst_stream_info_dispose), (stream_info_mute_pad),
29842         (gst_stream_info_set_property), (gst_stream_info_get_property):
29843         * gst/playback/gststreaminfo.h:
29844         Reuse the audio and video bins.
29845         Some internal cleanups in the stream selection code.
29846
29847 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29848
29849         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29850         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29851         * sys/ximage/ximagesink.h:
29852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29853         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29854         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29855         not coming from those elements. Moreover these elements should not keep
29856         the xid they have been given when in NULL state.
29857
29858 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29859
29860         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29861         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29862         * sys/ximage/ximagesink.h:
29863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29864         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29865         * sys/xvimage/xvimagesink.h:
29866           Actually only create a new toplevel window if we're not gonna
29867           embed it right after.
29868
29869 2004-10-07  Wim Taymans  <wim@fluendo.com>
29870
29871         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29872         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29873         * gst/playback/gstplaybin.c: (setup_sinks):
29874         Implement muting/unmuting of streams, mute streams that are not
29875         used.
29876
29877 2004-10-07  Wim Taymans  <wim@fluendo.com>
29878
29879         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29880         (plugin_init):
29881         Added lame audio/x-ac3 typefind function.
29882
29883 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29884
29885         * configure.ac:
29886           bump nano to cvs
29887
29888 === release 0.8.5 ===
29889
29890 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29891
29892         * NEWS:
29893         * RELEASE:
29894         * configure.ac:
29895           releasing 0.8.5, "Take You On"
29896
29897 2004-10-06  Wim Taymans  <wim@fluendo.com>
29898
29899         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29900         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29901         (no_more_pads), (close_link), (type_found):
29902         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29903         * gst/playback/gstplaybin.c: (gen_video_element):
29904         Do not signal the no_more_pads after the first pad when
29905         we are plugging a non dynamic element with multiple
29906         output pads (like swfdec, dvdec, ...).
29907
29908 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29909
29910         * configure.ac:
29911           bump for prerelease
29912
29913 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29914
29915         * gst/wavparse/gstwavparse.c:
29916           add ATRAC3 to STATIC CAPS to fix a warning
29917
29918         * gst/matroska/ebml-read.c:
29919         * gst-libs/gst/riff/riff-read.c:
29920           fix typos
29921
29922 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29923
29924         * gst-libs/gst/riff/riff-media.c:
29925           generate caps for ATRAC3 audio streams
29926
29927         * gst/realmedia/rmdemux.c:
29928           generate caps for ATRAC3 audio streams
29929
29930 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29931
29932         * gst/wavparse/Makefile.am
29933         * gst/wavparse/riff.h
29934         * gst/wavparse/wavparse.vcproj
29935           riff.h removal (unused and duplication with riff-ids.h)
29936
29937 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29938
29939         * gst/wavparse/gstwavparse.h
29940           remove duplicated defines for audio codec codes
29941
29942         * gst-libs/gst/riff/riff-ids.h
29943         * gst/wavenc/riff.h:
29944           add "4CC" code for ATRAC3 audio streams
29945           add "4CC" code for ITU_G721_ADPCM (unused for now)
29946
29947 2004-10-06  Wim Taymans  <wim@fluendo.com>
29948
29949         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29950         Actually _do_ negotiation. Pass gdouble as arg instead
29951         of guint64 for the framerate.
29952
29953 2004-10-06  Wim Taymans  <wim@fluendo.com>
29954
29955         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29956         (find_compatibles), (close_pad_link), (try_to_link_1),
29957         (no_more_pads), (close_link), (type_found):
29958         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29959         * gst/playback/gstplaybin.c: (gen_video_element),
29960         (gen_audio_element):
29961         Set state on newly added element to READY so that negotiation
29962         can happen ASAP.
29963         Addes some more debug info.
29964         Do not try to plug pads with multiple caps structures or ANY
29965         because it is too dangerous since we do not do dynamic
29966         replugging.
29967
29968 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29969
29970         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29971
29972         * po/LINGUAS:
29973         * po/or.po:
29974           add Oriya translation
29975
29976 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29977
29978         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29979           Prevent overwrite of size member. Makes audio sound crappy.
29980
29981 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29982
29983         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29984         Add rmvb to the list of known RealMedia extensions
29985
29986 2004-10-05  Wim Taymans  <wim@fluendo.com>
29987
29988         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29989         (mngdec_openstream), (mngdec_closestream),
29990         (mngdec_handle_sink_event), (mngdec_readdata),
29991         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29992         (mngdec_getcanvasline), (mngdec_refresh),
29993         (gst_mngdec_change_state):
29994         Set the framerate correctly.
29995
29996 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29999           There was something wrong with the index massaging.
30000
30001 2004-10-04  Wim Taymans  <wim@fluendo.com>
30002
30003         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30004         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30005         (gst_smokedec_chain):
30006         * ext/jpeg/gstsmokedec.h:
30007         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30008         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30009         * ext/jpeg/gstsmokeenc.h:
30010         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30011         (smokecodec_decode_new), (smokecodec_info_free),
30012         (smokecodec_set_quality), (smokecodec_get_quality),
30013         (smokecodec_set_threshold), (smokecodec_get_threshold),
30014         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30015         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30016         (smokecodec_encode), (smokecodec_parse_id),
30017         (smokecodec_parse_header), (smokecodec_decode):
30018         * ext/jpeg/smokecodec.h:
30019         * ext/jpeg/smokeformat.h:
30020         Updated smoke, new bitstream, allows embedding in ogg.
30021
30022 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30023
30024         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30025           Fix seeking in some files. All this code is no longer needed (and
30026           actually breaks stuff) because we now synchronize the full index
30027           right when reading the header.
30028
30029 2004-10-04  Wim Taymans  <wim@fluendo.com>
30030
30031         * configure.ac:
30032         configure update for libmng.
30033
30034 2004-10-04  Wim Taymans  <wim@fluendo.com>
30035
30036         * ext/libmng/Makefile.am:
30037         * ext/libmng/gstmng.c: (plugin_init):
30038         * ext/libmng/gstmng.h:
30039         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30040         (gst_mngdec_base_init), (gst_mngdec_class_init),
30041         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30042         (gst_mngdec_loop), (gst_mngdec_get_property),
30043         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30044         (mngdec_closestream), (mngdec_handle_sink_event),
30045         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30046         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30047         (gst_mngdec_change_state):
30048         * ext/libmng/gstmngdec.h:
30049         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30050         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30051         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30052         (gst_mngenc_chain), (gst_mngenc_get_property),
30053         (gst_mngenc_set_property):
30054         * ext/libmng/gstmngenc.h:
30055         Added basic MNG decoder. Needs more work. The encoder does
30056         not work yet.
30057
30058 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30059
30060         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30061         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30062         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30063           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30064           no-more-pads.
30065
30066 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30067
30068         * configure.ac:
30069           you need at least 1.0.4 of speex
30070
30071 2004-10-04 Iain <iaingnome@gmail.com>
30072
30073         * ext/speex/gstspeexdec.h: Revert the includes changes.
30074
30075         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30076
30077 2004-09-30 Iain <iaingnome@gmail.com>
30078
30079         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30080         found during init or set as a property instead of hardcoding /dev/audio
30081
30082 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30085         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30086         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30087         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30088         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30089         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30090         (gst_rmdemux_dump_data):
30091           Use debug category, fix EOS handling. filesrc ! rmdemux now
30092           works.
30093
30094 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30095
30096         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30097         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30098         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30099           Improve allocation, cutting and sorting of the index. How takes a
30100           few seconds instead of minutes.
30101
30102 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30103
30104         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30105           fixed compilation
30106
30107 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30108
30109         * gst-libs/gst/riff/riff-media.c:
30110         (gst_riff_create_video_caps_with_data),
30111         (gst_riff_create_video_template_caps):
30112           Add wing commander format mimetype/fourccs.
30113         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30114           Don't crash if some value is 0.
30115
30116 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30117
30118         * gst-libs/gst/riff/riff-media.c:
30119         (gst_riff_create_video_caps_with_data),
30120         (gst_riff_create_video_template_caps):
30121           Add DIB fourcc (raw, palettized 8-bit RGB).
30122         * gst-libs/gst/riff/riff-read.c:
30123         (gst_riff_read_strf_vids_with_data):
30124           Oops, fix strf_data reading bug.
30125         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30126           Use a non-NULL tag.
30127         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30128           Time for hacks. Sorry Dave. At least one quicktime movie (a
30129           trailer) that I've encountered contains multiple video tracks.
30130           One of those is the actual video track, the other are one-frame
30131           tracks (images). Unfortunately, the number of frames according
30132           to the trak header is 1 for each, so that doesn't help. So
30133           instead, I look at the duration and discard tracks with a
30134           duration shorter than 20% of the length of the stream. Better
30135           than nothing.
30136
30137 2004-10-01  Christian Schaller <christian@fluendo.com>
30138
30139         * ext/ivorbis/vorbis.c:
30140           Patch from Phil Blundell (Bug 152341)
30141
30142 2004-10-01  Wim Taymans  <wim@fluendo.com>
30143
30144         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30145         (speex_dec_get_formats), (speex_dec_convert),
30146         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30147         (speex_dec_chain), (gst_speexdec_get_property),
30148         (gst_speexdec_set_property):
30149         Small cleanups.
30150
30151 2004-10-01  Wim Taymans  <wim@fluendo.com>
30152
30153         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30154         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30155         (gst_wavparse_other), (gst_wavparse_loop),
30156         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30157         (gst_wavparse_srcpad_event):
30158         * gst/wavparse/gstwavparse.h:
30159         Added some more debugging info.
30160         Fix the case where the length of the file is 0.
30161         Make sure we seek to sample borders.
30162
30163 2004-10-01  Wim Taymans  <wim@fluendo.com>
30164
30165         * gst/playback/README:
30166         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30167         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30168         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30169         Add some debug info to decodebin, update README
30170
30171 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30172
30173         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30174           Don't use g_print(); use GST_DEBUG().
30175
30176 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30177
30178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30179         (gst_ogg_mux_queue_pads):
30180           Handle EOS properly.
30181
30182 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30183
30184         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30185
30186         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30187         (gst_faad_chain), (gst_faad_change_state):
30188         * ext/faad/gstfaad.h:
30189           Allow playback of raw (unframed) MPEG AAC files (#148993).
30190
30191 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30192
30193         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30194
30195         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30196           Throw error if we didn't recognize the stream. Fixes #152289.
30197
30198 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30199
30200         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30201           Fix negotiation.
30202
30203 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30204
30205         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30206
30207         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30208           Fix memleak.
30209
30210 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30211
30212         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30213
30214         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30215           Solve #152805.
30216         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30217           Solve 152806.
30218
30219 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30220
30221         * gst-libs/gst/riff/riff-media.c:
30222         (gst_riff_create_video_caps_with_data),
30223         (gst_riff_create_audio_caps_with_data):
30224           Add codec_data handling (like asfdemux used to do).
30225         * gst/asfdemux/gstasf.c: (plugin_init):
30226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30227         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30228           Use riff-media for caps creation instead of our own (mostly
30229           broken) copy of its functions.
30230
30231 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30232
30233         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30234           Don't actually error out if we get another return value than
30235           -EINVAL. Opposite to what I first thought, drivers have random
30236           return values for this, although -EINVAL is the expected return
30237           value. Since this is not fatal, we shouldn't use
30238           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30239
30240 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30241
30242         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30243         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30244         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30245         (dvdreadsrc_get), (dvdreadsrc_open_file),
30246         (dvdreadsrc_change_state):
30247           Fix. Don't do one big huge loop around the whole DVD, that will
30248           cache all data and thus eat sizeof(dvd) (several GB) before we
30249           see something.
30250         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30251           Actually NULL'ify event after using it.
30252         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30253         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30254         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30255         (gst_ebml_read_seek), (gst_ebml_read_skip):
30256           Handle events.
30257         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30258         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30259         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30260           Fix timing (this will probably break if I seek using menus, but
30261           I didn't get there yet). VOBs and normal DVDs should now work.
30262           Add a mpeg2-only pad with high rank so this get autoplugged for
30263           MPEG-2 movies.
30264         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30265         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30266         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30267         (gst_mpeg_demux_get_audio_stream),
30268         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30269         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30270           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30271           MPEG-1 but use dvddemux for MPEG-2.
30272         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30273         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30274         (gst_mpeg_parse_parse_packhead):
30275           Timing. Only add pad template if it exists. Add sink template from
30276           class and not from ourselves. This means we will always use the
30277           correct sink template even if it is not the one defined in this
30278           file.
30279
30280 2004-09-29  Wim Taymans  <wim@fluendo.com>
30281
30282         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30283         (gst_mpeg_demux_parse_pes):
30284         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30285         Fix playback of mpeg again, timestamps where screwed up by
30286         patch 1.61.
30287
30288 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30289
30290         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30291           Only return true if we actually filled something in. Prevents
30292           player applications from showing a random length for flac files.
30293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30294         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30295         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30296         (gst_riff_read_strf_vids_with_data),
30297         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30298           OK, ok, so I implemented event handling. Apparently it's normal
30299           that we receive random events at random points without asking
30300           for it.
30301         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30302         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30303         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30304         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30305         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30306         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30307         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30308         * gst/avi/gstavidemux.h:
30309           Implement non-lineair chunk handling and subchunk processing.
30310           The first solves playback of AVI files where the audio and video
30311           data of individual buffers that we read are not synchronized.
30312           This should not happen according to the wonderful AVI specs, but
30313           of course it does happen in reality. It is also a prerequisite for
30314           the second. Subchunk processing allows us to cut chunks in small
30315           pieces and process each of these pieces separately. This is
30316           required because I've seen several AVI files with incredibly large
30317           audio chunks, even some files with only one audio chunk for the
30318           whole file. This allows for proper playback including seeking.
30319           This patch is supposed to fix all AVI A/V sync issues.
30320         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30321         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30322           Work.
30323         * gst/modplug/gstmodplug.cc:
30324           Proper return value setting for the query() function.
30325         * gst/playback/gstplaybasebin.c: (setup_source):
30326           Being in non-playing state (after, e.g., EOS) is not necessarily
30327           a bad thing. Allow for that. This fixes playback of short files.
30328           They don't actually playback fully now, because the clock already
30329           runs. This means that small files (<500kB) with a small length
30330           (<2sec) will still not or barely play. Other files, such as mod
30331           or flx, will work correctly, however.
30332
30333 2004-09-28  Wim Taymans  <wim@fluendo.com>
30334
30335         * ext/speex/gstspeex.c: (plugin_init):
30336         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30337         (gst_speex_dec_class_init), (speex_dec_get_formats),
30338         (speex_get_event_masks), (speex_get_query_types),
30339         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30340         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30341         (gst_speexdec_get_property), (gst_speexdec_set_property),
30342         (speex_dec_change_state):
30343         * ext/speex/gstspeexdec.h:
30344         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30345         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30346         (gst_speexenc_base_init), (gst_speexenc_class_init),
30347         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30348         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30349         (gst_speexenc_src_query), (gst_speexenc_init),
30350         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30351         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30352         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30353         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30354         (gst_speexenc_chain), (gst_speexenc_get_property),
30355         (gst_speexenc_set_property), (gst_speexenc_change_state):
30356         * ext/speex/gstspeexenc.h:
30357         Rewrote speex encoder, make sure it can be embedded in ogg.
30358         Implemented speex decoder.
30359
30360 2004-09-28  Christian Schaller <christian@fluendo.com>
30361
30362         * configure.ac:
30363         Remove kioslave plugin. Markey is brewing a new working one
30364         * ext/Makefile.am: Remove kioslave plugin
30365         * ext/kio: remove
30366         * gst-plugins.spec.in: remove kio plugin from spec
30367
30368 2004-09-27  Wim Taymans  <wim@fluendo.com>
30369
30370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30371         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30372         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30373         (gst_multifdsink_new_client),
30374         (gst_multifdsink_handle_client_write),
30375         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30376         (gst_multifdsink_handle_clients):
30377         * gst/tcp/gstmultifdsink.h:
30378         Make syncing to keyframes actually work for new clients and lagging
30379         clients.
30380
30381 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30382
30383         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30384         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30385         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30386         * gst/debug/gstnavigationtest.h:
30387           make navigationtest display button-press and button-release events
30388
30389 2004-09-26 Iain <iaingnome@gmail.com>
30390
30391         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30392         the channels have received a new media event.
30393         (interleave_buffered_loop): Compresses a new media event on all
30394         channels into one.
30395
30396 2004-09-26 Iain <iaingnome@gmail.com>
30397
30398         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30399         call the sinkpad's default event handler and not the srcpads. He also
30400         says this is confusing :)
30401         (gst_wavenc_stop_file): Company says that seek events only go upstream
30402         we should send a discontinuous downstream instead.
30403
30404 2004-09-25  Christian Schaller <christian@fluendo.com>
30405
30406         * Update SPEC file to be usable in conjunction with Fedora Core,
30407           Fedora.us and freshrpms packages
30408         * Fix typo in multifilesrc test Makefile
30409
30410 2004-09-24  Wim Taymans  <wim@fluendo.com>
30411
30412         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30413         Only signal the no_more_pads signal when we have
30414         added the stream to our list.
30415
30416 2004-09-24  Wim Taymans  <wim@fluendo.com>
30417
30418         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30419         (new_decoded_pad):
30420         * gst/playback/gstplaybasebin.h:
30421         * gst/playback/gstplaybin.c: (setup_sinks):
30422         Don't try to preroll or decode more than one audio/video
30423         track.
30424
30425 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30426
30427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30428           Throw error if we failed to find a suitable output. This should
30429           throw an error if we successfully set up a pipeline (e.g. because
30430           we recognized a media file) but found no decodable streams in it
30431           (e.g. because it contains only media stream types for which we
30432           have no decoders, or because it's not a media type).
30433
30434 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30435
30436         * ext/dirac/Makefile.am:
30437         * ext/dirac/gstdirac.cc:
30438         * ext/dirac/gstdiracdec.cc:
30439         * ext/dirac/gstdiracdec.h:
30440           Do something. Don't actually know if this works because I don't
30441           have a demuxer yet.
30442         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30443           Add channels=1 to caps returned from _getcaps().
30444         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30445         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30446         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30447         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30448         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30449         (gst_ogm_parse_change_state):
30450           Separate between audio/video so ogmaudioparse actually uses the
30451           audio pad templates. Both audio and video work now, including
30452           autoplugging. Also use sometimes-srcpad hack.
30453         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30454           Handle events better. Don't hang on infinite loops.
30455         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30456         (gst_avi_demux_init), (gst_avi_demux_reset),
30457         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30458         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30459         (gst_avi_demux_change_state):
30460         * gst/avi/gstavidemux.h:
30461           Improve A/V sync. Still not perfect.
30462         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30463         (gst_ebml_read_skip):
30464           Handle events better.
30465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30466         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30467         (qtdemux_audio_caps):
30468           Add IMA4. Improve event handling. Save offset after a seek when
30469           the headers are at the end of the file so that we don't end up in
30470           an infinite loop.
30471         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30472           Add low-priority typefind support for files with no length.
30473
30474 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30475
30476         * testsuite/multifilesink/Makefile.am:
30477         fix typo
30478
30479 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30480
30481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30483         mistakes from thaytan's patches.
30484
30485 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30486
30487         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30488           For completeness, XSync in the destroy function as xvimage does.
30489
30490 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30491
30492         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30493            Correct caps negotiation
30494         * gst/volume/gstvolume.c: (volume_chain_float),
30495         (volume_chain_int16):
30496            Modify debug output to be little more informative
30497         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30499         (gst_xvimagesink_xvimage_destroy):
30500           Add XSync calls after detaching from the shared memory segment to
30501           avoid a crash.
30502
30503 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30504
30505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30506         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30507         * ext/vorbis/vorbis.c: (plugin_init):
30508         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30509         (gst_vorbisenc_chain):
30510         * ext/vorbis/vorbisenc.h:
30511         remove explicit newmedia support from oggmux and vorbisenc
30512         add debug category to vorbisenc
30513         * gst/multifilesink/gstmultifilesink.c:
30514         (gst_multifilesink_class_init), (gst_multifilesink_init),
30515         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30516         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30517         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30518         (plugin_init):
30519         * gst/multifilesink/gstmultifilesink.h:
30520         add support for streamheader in multifilesink
30521
30522 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30523
30524         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30525         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30526         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30527           Prevent infinite loops. More correct error reporting.
30528         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30529           Error out if negotiation fails.
30530         * gst/playback/gstplaybasebin.c: (setup_source),
30531         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30532         (gst_play_base_bin_found_tag):
30533           Error/tag forwarding. Pre-roll fixes for source errors on state
30534           changes (e.g. "file does not exist") to prevent hangs.
30535
30536 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30537
30538         * testsuite/multifilesink/Makefile.am:
30539         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30540         (gst_newmedia_class_init), (gst_newmedia_init),
30541         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30542         (newfile_signal), (test_signal), (main):
30543         * testsuite/multifilesink/multifilesrc_test.c: (main):
30544         * testsuite/multifilesink/oggtheora_test.c:
30545         (gst_newmedia_base_init), (gst_newmedia_class_init),
30546         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30547         (test_format), (newfile_signal), (test_signal), (main):
30548         * testsuite/multifilesink/oggvorbis_test.c:
30549         (gst_newmedia_base_init), (gst_newmedia_class_init),
30550         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30551         (test_format), (newfile_signal), (test_signal), (main):
30552         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30553         (gst_newmedia_class_init), (gst_newmedia_init),
30554         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30555         (newfile_signal), (test_signal), (main):
30556         New media tests
30557
30558 2004-09-20  Christian Schaller <christian@fluendo.com>
30559
30560         * Fix mikmod license to LGPL as they have relicensed
30561         * Move Dirac and Effectv into LGPL section of README_license
30562
30563 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30564
30565         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30566         (gst_mad_change_state):
30567           Allow for mp3 rate/channels changes. However, only very
30568           conservatively. Reason that we *have* to enable this is smiply
30569           because the mad find_sync() function is not good enough, it will
30570           regularly sync on random data as valid frames and therefore make
30571           us provide random caps as *final* caps of the stream. The best fix
30572           I could think of is to simply require several of the same stream
30573           changes in a row before we change caps.
30574           The actual testcase that works now is #
30575         * ext/ogg/Makefile.am:
30576         * ext/ogg/gstogg.c: (plugin_init):
30577         * ext/ogg/gstogmparse.c:
30578           OGM support (video only for now; I need an audio sample file).
30579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30580         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30581         (gst_asf_demux_add_video_stream):
30582           WMV extradata.
30583         * gst/playback/gstplaybasebin.c: (unknown_type):
30584           Don't error out on single unknown-types after all. It's wrong.
30585           If we found type of video and audio but not of a subtitle stream,
30586           it will still error out (which is unwanted). Will find a better fix
30587           later on.
30588         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30589         (ogmaudio_type_find), (plugin_init):
30590           OGM support.
30591
30592 2004-09-20  Johan Dahlin  <johan@gnome.org>
30593
30594         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30595         after setting caps.
30596
30597 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30598
30599         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30600         * gst/wavenc/gstwavenc.h:
30601         Added newmedia support to wavenc
30602
30603 2004-09-17  Wim Taymans  <wim@fluendo.com>
30604
30605         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30606         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30607         (gst_fdset_fd_can_write), (gst_fdset_wait):
30608         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30609         (gst_multifdsink_init), (gst_multifdsink_add),
30610         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30611         (gst_multifdsink_remove_client_link),
30612         (gst_multifdsink_client_queue_buffer),
30613         (gst_multifdsink_handle_client_write),
30614         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30615         (gst_multifdsink_close), (gst_multifdsink_change_state):
30616         * gst/tcp/gstmultifdsink.h:
30617         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30618         (gst_tcpserversink_removed):
30619         Small cleanups in fdset.c
30620         Use a hastable to map fd to the client structure for faster
30621         lookup in _remove and get_stats.
30622         Added virtual function to close the fds.
30623         Handle clients even when the select/poll call was unblocked because
30624         of a command.
30625         Implement syncing to keyframe in the recovery procedure.
30626
30627 2004-09-16 Iain <iaingnome@gmail.com>
30628
30629         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30630         try caps.
30631
30632 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30633
30634         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30635           Caps are only set if the type of the stream is unknown, but this
30636           is initialized in ->init_stream(), so set to UNKNOWN after calling
30637           ->init_stream() so that capsnego starts.
30638
30639 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30642         (gst_avi_demux_stream_data):
30643           Just hardcode for raw audio then. AVI audio sucks.
30644
30645 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30646
30647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30648         * gst/matroska/matroska-mux.c: (audiosink_templ),
30649         (gst_matroska_mux_audio_pad_link):
30650         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30651         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30652
30653 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30654
30655         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30656         (gst_avi_demux_stream_data):
30657           Try to fix a/v sync issues.
30658
30659 2004-09-15  David Schleef  <ds@schleef.org>
30660
30661         * configure.ac: remove NASM check, since we don't use it.  Update
30662         dirac check to 0.4
30663         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30665         Initialized variables.
30666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30667         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30668         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30669         SVQ3 format
30670
30671 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30672
30673         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30674         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30675         * gst/avi/gstavidemux.h:
30676           Fix for compressed audio (mp3) timestamp generation. How did this
30677           ever work?
30678
30679 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30680
30681         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30682           Volume is a double not a float.
30683
30684 2004-09-15  Wim Taymans  <wim@fluendo.com>
30685
30686         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30687         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30688         Don't close the fd in multifdsink as we didn't open it in the
30689         first place. Some cleanups.
30690
30691 2004-09-15  Wim Taymans  <wim@fluendo.com>
30692
30693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30695         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30696         Fix the case where the muxer would mark pages as delta
30697         frames when they are not (vorbis only ogg).
30698
30699 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30700
30701         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30702         (gst_play_base_bin_change_state):
30703           Handle the case where we failed to setup a clear pipeline. This
30704           will throw an error (or EOS, another nice case) and if you don't
30705           catch that, the app will wait for the signal forever (and thus
30706           hang).
30707
30708 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30709
30710         * ext/gnomevfs/gstgnomevfssink.c:
30711         (gst_gnomevfssink_uri_get_protocols):
30712         * ext/gnomevfs/gstgnomevfssrc.c:
30713         (gst_gnomevfssrc_uri_get_protocols):
30714         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30715         * ext/gnomevfs/gstgnomevfsuri.h:
30716           Use _uri_new() instead of _open(), so it doesn't take as long and
30717           Christophe's computer won't hang.
30718         * gst/playback/gstplaybasebin.c: (unknown_type):
30719           Throw error on unknown media type, so apps actually display it.
30720
30721 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30722
30723         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30724           this script to work on Solaris since bash shell handles echo
30725           differenly than bash.
30726
30727 2004-09-17  Wim Taymans  <wim@fluendo.com>
30728
30729         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30730         (setup_source), (gst_play_base_bin_set_property),
30731         (gst_play_base_bin_add_element):
30732         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30733         Some more work on making sure seeking pauses the pipeline and
30734         that changing the uri actually does something.
30735
30736 2004-09-17  Wim Taymans  <wim@fluendo.com>
30737
30738         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30739         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30740         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30741         (gst_tcpserversink_close):
30742         Be a bit more paranoid when freeing memory.
30743
30744 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30745
30746         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30747         (qtdemux_parse_trak):
30748           Don't crash by dividing by zero (see sample movie in #126922).
30749
30750 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30751
30752         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30753           Don't touch non-existing data (fixes crash on file in #140147).
30754
30755 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30756
30757         * gst/playback/gstplaybasebin.c:
30758         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30759           Handle double disposals, and proper change of URIs.
30760
30761 2004-09-13  Martin Eikermann <meiker@upb.de>
30762
30763         * gst/mpegstream/gstmpegparse.c:
30764           fix synchronistation for streams recorded from digital PCR
30765           fixes bug #119376
30766
30767 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30768
30769         * ext/gnomevfs/Makefile.am:
30770         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30771         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30772         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30773         (gst_gnomevfssink_uri_get_type),
30774         (gst_gnomevfssink_uri_get_protocols),
30775         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30776         (gst_gnomevfssink_uri_handler_init),
30777         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30778         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30779         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30780         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30781         (gst_gnomevfssrc_uri_get_type),
30782         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30783         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30784         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30785         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30786         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30787         * ext/gnomevfs/gstgnomevfsuri.h:
30788           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30789           of fake URIs to see which this version of Gnome-VFS likes, and
30790           uses that for the Gst-URI interface. Makes playbin support http://
30791           streams. Also fix up some stupid behaviour in gnomevfssrc.
30792
30793 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30794
30795         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30796         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30797         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30798         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30799           Update mixer (to sync with other sessions) if we try to obtain
30800           a new value. This makes alsamixer work accross applications.
30801         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30802           Only call sync functions if we're running, else alsalib asserts.
30803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30804           Sometimes fails to compile. Possibly a gcc bug.
30805         * gst/playback/gstplaybin.c: (gen_video_element),
30806         (gen_audio_element):
30807           Add a reference to an application-provided object, because we lose
30808           this same reference if we add it to the bin. If we don't do this,
30809           we can only use this object once and thus crash if we go from
30810           ready to playing, back to ready and back to playing again.
30811           Also add an audioscale element because several cheap soundcards -
30812           like mine - don't support all samplerates.
30813         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30814         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30815           Fix wrong order or PAR calls. Makes automatically obtained PAR
30816           from the X server atually being used.
30817
30818 2004-09-12  David Schleef  <ds@schleef.org>
30819
30820         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30821         #151887, #152102, #152247.
30822         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30823         * examples/seeking/cdparanoia.c: same
30824         * examples/seeking/cdplayer.c: same
30825         * examples/seeking/seek.c: same
30826         * examples/seeking/spider_seek.c: same
30827         * examples/seeking/vorbisfile.c: same
30828         * examples/stats/mp2ogg.c: same
30829         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30830         (gst_esdsink_dispose): Dispose of element properly.
30831         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30832         fixes.
30833         * ext/nas/nassink.c: (gst_nassink_class_init),
30834         (gst_nassink_dispose): Dispose of element correctly.
30835         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30836         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30837         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30838         Fix 64-bit warning.
30839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30840         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30841         Fix 64-bit warning.
30842
30843 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30844
30845         * configure.ac : change speex detection as 1.1.6 now uses
30846           .pc/pkg-config and they changed their headers location.
30847
30848 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30849
30850         * gst/matroska/matroska-mux.h:
30851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30852         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30853         (gst_matroska_mux_write_data):
30854           Write multiple blocks/frames per cluster.
30855                 Write meta-seek information (seek heads).
30856
30857 2004-09-09  Scott Wheeler <wheeler@kde.org>
30858
30859         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30860         (gst_play_bin_set_property), (gst_play_bin_get_property),
30861         (gen_audio_element), (gen_audio_element):
30862           Add a volume element / property to the pipeline.
30863
30864 2004-09-07  Wim Taymans  <wim@fluendo.com>
30865
30866         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30867         Copy timestamps from the master pad to the output buffers.
30868
30869 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30870
30871         * ext/raw1394/gstdv1394src.c:
30872           throw errors when applicable
30873
30874 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30875
30876         * gst/matroska/ebml-ids.h:
30877         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30878         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30879         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30880           automatically convert unix time <-> ebml time when reading/writing
30881           a date, use gst_ebml_write_uint to write CUETIME,
30882           not gst_ebml_write_date.
30883         * gst/matroska/matroska-ids.h:
30884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30885         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30886         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30887         (gst_matroska_mux_write_data):
30888           Write track and segment UIDs, write muxing date, write
30889           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30890           Create cues for audio only files.
30891
30892 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30893
30894         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30895         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30896           Re-commit ALSA switches.
30897         * gst/adder/gstadder.c: (gst_adder_loop):
30898           64-bit fix (#151416).
30899         * gst/debug/progressreport.c: (gst_progressreport_report):
30900           64-bit fix (#151419).
30901         * gst/matroska/matroska-demux.c:
30902         (gst_matroska_demux_parse_contents):
30903           64-bit fix (#151420).
30904         * gst/playback/test3.c: (update_scale):
30905           64-bit fix (#151421).
30906
30907 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30908
30909         * configure.ac:
30910           bump nano to cvs
30911
30912 === release 0.8.4 ===
30913
30914 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30915
30916         * configure.ac: releasing 0.8.4, "Alias"
30917
30918 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30919
30920         * ext/theora/Makefile.am:
30921           fix makefile.  Fixes #151462.
30922
30923 2004-08-30  Wim Taymans  <wim@fluendo.com>
30924
30925         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30926         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30927         (gst_multifdsink_remove_client_link),
30928         (gst_multifdsink_client_queue_buffer),
30929         (gst_multifdsink_handle_client_write):
30930         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30931         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30932         Fix some memory leaks.
30933
30934 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30935
30936         Patch by: David Schleef
30937
30938         * configure.ac:
30939         * sys/Makefile.am:
30940           rename our detection macro for V4L2.  Fixes #151236.
30941
30942 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30943
30944         Patch by: David Schleef
30945
30946         * configure.ac:
30947           check to define LAMEPRESET.  Fixes #151232.
30948
30949 2004-08-27  David Schleef  <ds@schleef.org>
30950
30951         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30952         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30953         (gst_glimagesink_fixate):  Move local variable declarations to
30954         make gcc-2.95 happy.
30955
30956 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30957
30958         * configure.ac:
30959           bump nano for prerelease
30960
30961 2004-08-27  David Schleef  <ds@schleef.org>
30962
30963         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30964         * sys/sunaudio/gstsunaudiosrc.c:
30965         * sys/sunaudio/gstsunaudiosrc.h:
30966
30967 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30968
30969         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30970         handle EOS correctly
30971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30972         * gst/matroska/matroska-mux.h:
30973         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30974         VFW compatibility mode
30975
30976 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30977
30978         patch by: Zaheer Abbas Merali
30979
30980         * ext/ogg/gstoggmux.c:
30981         * ext/vorbis/vorbisenc.c:
30982         * ext/vorbis/vorbisenc.h:
30983           handle NEWMEDIA
30984
30985 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30986
30987         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30988         fix byte order reversion on little endian machines.
30989         * gst/matroska/matroska-mux.c: (audiosink_templ),
30990         (gst_matroska_mux_audio_pad_link):
30991         add TTA codec to the list of supported codecs.
30992         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30993         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30994         (gst_matroska_mux_write_data):
30995         * gst/matroska/matroska-mux.h:
30996         write segment duration correctly, write muxing app string, fixes bugs
30997         #140897 and #140898.
30998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30999         wait for all pads to be negotiated before starting to mux.
31000
31001 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31002
31003         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31004         * ext/lame/gstlame.h:
31005         Added new media support to lame
31006
31007 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31008
31009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31010         send vorbis headers at the beginning of a stream, fixes bug #141554.
31011         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31012         bug #148950.
31013         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31014         (gst_matroska_demux_plugin_init):
31015         * gst/matroska/matroska-ids.h:
31016         enable demuxing of TTA audio streams, fixes bug #148951.
31017         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31018         enable typefinding for TTA audio files, fixes bug #148711.
31019         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31020         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31021         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31022
31023 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31024
31025         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31026         (gst_riff_read_element_data), (gst_riff_read_seek),
31027         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31028         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31029         <teuf@gnome.org>
31030
31031 2004-08-23 Iain <iaingnome@gmail.com>
31032
31033         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31034         tags. They appear to be handled differently to normal.
31035         (tag_list_to_id3_tag_foreach): Ditto.
31036
31037 2004-08-22  Wim Taymans  <wim@fluendo.com>
31038
31039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31040         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31041         Make sure we never send -1 granulepos.
31042
31043 2004-08-20  Wim Taymans  <wim@fluendo.com>
31044
31045         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31046         (gst_ogg_mux_loop):
31047         I will accept bitchslappings with non sharp objects.
31048
31049 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31050
31051         * configure.ac:
31052         Clean up the test for lame presets
31053
31054 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31055
31056         * configure.ac:
31057         * ext/lame/Makefile.am:
31058         * ext/lame/gstlame.c: (gst_lame_class_init),
31059         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31060         Only enable lame presets if version of lame has presets in API
31061
31062 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31063         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31064         * gst/udp/gstudpsrc.h:
31065           Don't call gst_pad_push in a get function. Fixes #150449
31066
31067 2004-08-18  Wim Taymans  <wim@fluendo.com>
31068
31069         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31070         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31071         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31072         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31073         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31074         (gst_fdset_wait):
31075         * gst/tcp/gstfdset.h:
31076         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31077         (gst_multifdsink_client_queue_buffer),
31078         (gst_multifdsink_handle_client_write):
31079         * gst/tcp/gstmultifdsink.h:
31080         Some extra checks in gstfdset.
31081         Only use send() when the fd is a socket. Don't try to
31082         read from write only fds.
31083
31084 2004-08-18  Wim Taymans  <wim@fluendo.com>
31085
31086         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31087         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31088         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31089         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31090         (gst_fdset_wait):
31091         Add more locking and bounds checking.
31092
31093 2004-08-18  Wim Taymans  <wim@fluendo.com>
31094
31095         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31096         Realloc test fdset in the lock and right before starting
31097         the poll call. Bump the limit to 4096.
31098
31099 2004-08-17  David Schleef  <ds@schleef.org>
31100
31101         * sys/sunaudio/Makefile.am:
31102         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31103         of rates and channels.  Make debugging less obnoxious.
31104
31105         Patch from Balamurali Viswanathan implementing a mixer for
31106         Sun audio.  (bug #144091):
31107         * sys/sunaudio/gstsunelement.c:
31108         * sys/sunaudio/gstsunelement.h:
31109         * sys/sunaudio/gstsunmixer.c:
31110         * sys/sunaudio/gstsunmixer.h:
31111
31112 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31113
31114         * gst/audioscale/gstaudioscale.c:
31115         * gst/audioscale/gstaudioscale.h:
31116         made audioscale resample from any sample rate to any sample rate
31117
31118 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31119
31120         * ext/libpng/gstpngdec.c:
31121           error out on unsupported types
31122
31123 2004-08-17  Iain <iaingnome@gmail.com>
31124
31125         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31126         mid_side and loose_mid_side properties if its a stereo stream.
31127
31128 2004-08-17  Wim Taymans  <wim@fluendo.com>
31129
31130         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31131         (theora_get_formats), (theora_dec_src_convert),
31132         (theora_dec_sink_convert), (theora_dec_src_query),
31133         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31134         Add a debug line.
31135
31136 2004-08-17  Wim Taymans  <wim@fluendo.com>
31137
31138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31139         (gst_ogg_pad_push):
31140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31141         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31142         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31143         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31144         Mark delta units in the muxer.
31145         Try to decode the packet after an out-of-sync error from
31146         libogg.
31147
31148 2004-08-17  Wim Taymans  <wim@fluendo.com>
31149
31150         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31151         (gst_multifdsink_init), (gst_multifdsink_add),
31152         (gst_multifdsink_client_queue_buffer),
31153         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31154         * gst/tcp/gstmultifdsink.h:
31155         Added option to send a keyframe to clients as the first buffer.
31156         Make timeout property writable.
31157
31158 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31159
31160         patch by: Wim Taymans
31161
31162         * gst/tcp/gstfdset.c:
31163         * gst/tcp/gstmultifdsink.c:
31164           fix index comparison, should include 0
31165
31166 2004-08-16  Wim Taymans  <wim@fluendo.com>
31167
31168         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31169         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31170         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31171         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31172         (gst_fdset_wait):
31173           copy when reallocing for poll so the select arguments don't get
31174           changed during the call
31175
31176 2004-08-16  Wim Taymans  <wim@fluendo.com>
31177
31178         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31179         (gst_theora_enc_class_init), (theora_enc_sink_link),
31180         (theora_buffer_from_packet), (theora_enc_chain):
31181         Fix bug where buffers were not marked as keyframes
31182         correctly.
31183
31184 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31185
31186         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31187         (gst_lame_preset_get_type), (gst_lame_class_init):
31188         describe the enum values for vbr mode and presets more verbosely
31189
31190 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31191
31192         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31193         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31194         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31195         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31196         * ext/lame/gstlame.h:
31197         add preset property to lame so it can use lame presets
31198
31199 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31200
31201         * ext/lame/gstlame.c: (gst_lame_get_property):
31202         whoops forgot break, thanks teuf
31203
31204 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31205
31206         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31207         (gst_lame_class_init), (gst_lame_src_getcaps),
31208         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31209         (gst_lame_get_property), (gst_lame_setup):
31210         * ext/lame/gstlame.h:
31211         fix lame's broken vbr stuff, allow it to resample if need be, and also
31212         make xing header optional
31213
31214 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31215
31216         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31217         added getcaps function so samplerate doesnt get fixated to silly values
31218
31219 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31220
31221         * ext/lame/gstlame.c: (gst_lame_src_link):
31222         revert previous fix
31223
31224 2004-08-12  Johan Dahlin  <johan@gnome.org>
31225
31226         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31227         checks. Doesn't matter what state we are in. Interfaces are a
31228         compile time thing, not runtime. It also broke the python bindings.
31229
31230 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31231
31232         * ext/lame/gstlame.c: (gst_lame_src_link):
31233         made source pad link function check if sinkpad is ok..fixes the problem
31234         where core fixates the output rate of lame stupidly
31235
31236 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31237
31238         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31239         * sys/v4l/v4l_calls.c:
31240         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31241           fix fixate function to handle nonsimple caps.
31242           remove bogus check in _link
31243           cleanups
31244
31245 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31246
31247         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31248         set default compression ratio parameter to 0.0 so bitrate parameter
31249         works :)
31250
31251 2004-08-11  David Schleef  <ds@schleef.org>
31252
31253         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31254
31255 2004-08-11  David Schleef  <ds@schleef.org>
31256
31257         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31258         before.
31259
31260 2004-08-11  David Schleef  <ds@schleef.org>
31261
31262         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31263
31264 2004-08-11  David Schleef  <ds@schleef.org>
31265
31266         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31267           license field
31268         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31269         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31270           LGPL.
31271         * gst/auparse/gstauparse.c: Fix plugin license field.
31272         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31273         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31274         * gst/rtp/gstrtp.c: Fix plugin license field.
31275
31276 2004-08-11  Wim Taymans  <wim@fluendo.com>
31277
31278         * gst/tcp/Makefile.am:
31279         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31280         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31281         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31282         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31283         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31284         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31285         (gst_fdset_fd_can_write), (gst_fdset_wait):
31286         * gst/tcp/gstfdset.h:
31287         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31288         (gst_multifdsink_class_init), (gst_multifdsink_init),
31289         (gst_multifdsink_add), (gst_multifdsink_remove),
31290         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31291         (gst_multifdsink_remove_client_link),
31292         (gst_multifdsink_handle_client_read),
31293         (gst_multifdsink_client_queue_data),
31294         (gst_multifdsink_client_queue_caps),
31295         (gst_multifdsink_client_queue_buffer),
31296         (gst_multifdsink_handle_client_write),
31297         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31298         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31299         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31300         (gst_multifdsink_close):
31301         * gst/tcp/gstmultifdsink.h:
31302         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31303         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31304         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31305         (gst_tcpserversink_close):
31306         * gst/tcp/gsttcpserversink.h:
31307         Abstracted away the select call, implemented poll (yes we ran into
31308         the 1024 limit in production).
31309
31310 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31311
31312         * gst/tcp/gsttcp.c:
31313         * gst/tcp/gsttcpplugin.c:
31314           improve debuggging, remove assert
31315
31316 2004-08-10  Wim Taymans  <wim@fluendo.com>
31317
31318         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31319         (gst_client_status_get_type), (gst_multifdsink_class_init),
31320         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31321         (gst_multifdsink_handle_client_read),
31322         (gst_multifdsink_handle_client_write),
31323         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31324         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31325         (gst_multifdsink_get_property):
31326         * gst/tcp/gstmultifdsink.h:
31327         * gst/tcp/gsttcp-marshal.list:
31328         Starting to prepare for specifying buffer time in other units
31329         than buffers. Expose remove reason in signal.
31330
31331 2004-08-10  Wim Taymans  <wim@fluendo.com>
31332
31333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31334         (gst_multifdsink_remove), (gst_multifdsink_clear),
31335         (gst_multifdsink_remove_client_link),
31336         (gst_multifdsink_handle_client_read),
31337         (gst_multifdsink_client_queue_data),
31338         (gst_multifdsink_client_queue_buffer),
31339         (gst_multifdsink_handle_client_write),
31340         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31341         (gst_multifdsink_chain), (gst_multifdsink_close):
31342         * gst/tcp/gstmultifdsink.h:
31343         Added more debugging info. Changed the way clients are
31344         removed from the lists. Fixed a bug where a bad file descriptor
31345         could cause many clients to be removed.
31346
31347 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31348
31349         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31350           allow all pixel-aspect-ratios, not just 1:1
31351
31352 2004-08-09  David Schleef  <ds@schleef.org>
31353
31354         * sys/glsink/ARB_multitexture.h:  Remove old files.
31355         * sys/glsink/EXT_paletted_texture.h:
31356         * sys/glsink/NV_register_combiners.h:
31357         * sys/glsink/gstgl_nvimage.c:
31358         * sys/glsink/gstgl_pdrimage.c:
31359         * sys/glsink/gstgl_rgbimage.c:
31360         * sys/glsink/gstglsink.c:
31361         * sys/glsink/gstglsink.h:
31362         * sys/glsink/gstglxwindow.c:
31363         * sys/glsink/regcomb_yuvrgb.c:
31364
31365 2004-08-09  David Schleef  <ds@schleef.org>
31366
31367         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31368         GL sink plugin.  (Bug #147302)
31369
31370         * configure.ac: Test for OpenGL
31371         * sys/Makefile.am: Use test for OpenGL
31372         * sys/glsink/Makefile.am:
31373         * sys/glsink/glimagesink.c: rewrite
31374         * sys/glsink/glimagesink.h: rewrite
31375
31376 2004-08-09  David Schleef  <ds@schleef.org>
31377
31378         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31379         sane framerates.
31380         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31382         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31383
31384 2004-08-09  Wim Taymans  <wim@fluendo.com>
31385
31386         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31387         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31388         (gst_multifdsink_client_remove),
31389         (gst_multifdsink_handle_client_read),
31390         (gst_multifdsink_handle_client_write),
31391         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31392         Do a bit more logging, make the client_read code more robust.
31393
31394 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31395
31396         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31397         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31398         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31399         (gst_jpegdec_init), (gst_jpegdec_chain):
31400         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31401         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31402           cleanups, debugging fixes and memleak plugging
31403
31404 2004-08-09  Wim Taymans  <wim@fluendo.com>
31405
31406         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31407         (theora_get_formats), (theora_dec_src_convert),
31408         (theora_dec_sink_convert), (theora_dec_src_query),
31409         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31410         (theora_dec_change_state):
31411         Don't crash on missing header packets.
31412
31413 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31414
31415         * po/LINGUAS:
31416         * po/sq.po:
31417           Added Albanian translation (Laurent Dhima)
31418         * po/cs.po:
31419           updated
31420
31421 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31422
31423         * ext/lame/gstlame.c:
31424           fix/add debugging
31425
31426 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31427
31428         * sys/ximage/ximagesink.c:
31429         * sys/xvimage/xvimagesink.c:
31430           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31431
31432 2004-08-06  Wim Taymans  <wim@fluendo.com>
31433
31434         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31435         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31436         (gst_multifdsink_client_remove),
31437         (gst_multifdsink_handle_client_read),
31438         (gst_multifdsink_handle_client_write),
31439         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31440         Make sure we don't try to read more from a client that what
31441         ioctl says us or we deadlock.
31442
31443 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31444
31445         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31446         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31447         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31448           decouple running_time and n_frames so it can handle changing
31449           framerate while running
31450
31451 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31452
31453         * po/nl.po:
31454         * po/sv.po:
31455           updated translations
31456
31457 2004-08-04  Benjamin Otte  <otte@gnome.org>
31458
31459         * gst/videotestsrc/gstvideotestsrc.c:
31460         (gst_videotestsrc_get_capslist), (generate_capslist),
31461         (plugin_init):
31462           generate the list of supported caps at startup and reuse it instead
31463           of always generating it
31464
31465 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31466
31467         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31468           whoops, last checkin broke normal build
31469
31470 2004-08-03  Benjamin Otte  <otte@gnome.org>
31471
31472         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31473         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31474         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31475         (gst_alsa_mixer_get_option):
31476         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31477         (dvdnavsrc_print_event):
31478         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31479         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31480         (gst_ogg_mux_pad_unlink):
31481         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31482         (gst_multipart_mux_pad_unlink):
31483         * gst/videofilter/gstvideobalance.c:
31484         (gst_videobalance_colorbalance_set_value):
31485         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31486         (gst_videomixer_pad_unlink):
31487         * po/uk.po:
31488         * sys/oss/gstossmixer.c:
31489         * sys/v4l/gstv4lcolorbalance.c:
31490         * sys/v4l/gstv4ltuner.c:
31491         * sys/v4l/v4lsrc_calls.c:
31492         * sys/v4l2/gstv4l2colorbalance.c:
31493         * sys/v4l2/gstv4l2tuner.c:
31494           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31495
31496 2004-08-03  Benjamin Otte  <otte@gnome.org>
31497
31498         * examples/dynparams/filter.c: (ui_control_create):
31499         * examples/gstplay/player.c: (print_tag):
31500         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31501         * ext/gdk_pixbuf/gstgdkanimation.c:
31502         (gst_gdk_animation_iter_may_advance):
31503         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31504         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31505         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31506         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31508         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31509         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31510         * gst/sine/demo-dparams.c: (main):
31511         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31512         * testsuite/alsa/formats.c: (create_pipeline):
31513         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31514           fixes for G_DISABLE_ASSERT and friends
31515         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31516         (mp3_type_frame_length_from_header), (mp3_type_find),
31517         (plugin_init):
31518           require mp3 typefinding to have at least MIN_HEADERS valid headers
31519           add typefinding for AAC adts files
31520
31521 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31522
31523         * sys/ximage/ximagesink.c:
31524         (gst_ximagesink_calculate_pixel_aspect_ratio):
31525         * sys/xvimage/xvimagesink.c:
31526         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31527         Make sure we calculate pixel-aspect-ratio using floating point maths
31528
31529 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31530
31531         * po/uk.po:
31532           updated translation
31533
31534 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31535
31536         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31538           add debugging for display PAR calculation
31539
31540 2004-08-02  David Schleef  <ds@schleef.org>
31541
31542         * configure.ac: Fix mikmod CFLAGS.
31543
31544 2004-07-27  Benjamin Otte  <otte@gnome.org>
31545
31546         * gst/audioscale/gstaudioscale.c:
31547         - fix templates to only support S16, it's the only format that works
31548         - make caps nego code use try_set_caps_nonfixed and fixation instead
31549         of try_set_caps twice, which is not nice for autopluggers
31550         - change rank to secondary, so autopluggers can pick it up after
31551         audioconvert
31552
31553 2004-08-02  Iain <iain@prettypeople.org>
31554
31555         * gst/interleave/interleave.c (interleave_init),
31556         (interleave_request_new_pad),
31557         (interleave_pad_removed),
31558         (interleave_buffered_loop): Use the real pad count, not the artificial
31559         one.
31560
31561 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31562
31563         * configure.ac: bump nano back to development
31564
31565 === release 0.8.3 ===
31566
31567 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31568
31569         * configure.ac: releasing 0.8.3, "Water"
31570
31571 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31572
31573         * sys/xvimage/xvimagesink.c:
31574         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31575         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31576         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31577         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31578         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31579         * sys/xvimage/xvimagesink.h:
31580           apply similar PAR fixes as to ximagesink
31581
31582 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31583
31584         patch from: Benjamin Otte
31585
31586         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31587           add link function to lame.  Fixes #148986.
31588
31589 2004-08-02  Johan Dahlin  <johan@gnome.org>
31590
31591         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31592         fix debugging log
31593
31594 2004-07-30  David Schleef  <ds@schleef.org>
31595
31596         * gst/videomixer/Makefile.am: Fix things that should have been
31597         fixed in the last checkin.
31598
31599 2004-07-30  David Schleef  <ds@schleef.org>
31600
31601         * gst/multipart/Makefile.am: Fix things that should have been
31602         fixed in the last checkin.
31603
31604 2004-07-30  David Schleef  <ds@schleef.org>
31605
31606         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31607
31608 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31609
31610         * configure.ac:
31611           bump nano for prerelease
31612         * po/af.po:
31613         * po/az.po:
31614         * po/cs.po:
31615         * po/en_GB.po:
31616         * po/hu.po:
31617         * po/nl.po:
31618         * po/sr.po:
31619         * po/sv.po:
31620         * po/uk.po:
31621           updates
31622
31623 2004-07-30  Wim Taymans  <wim@fluendo.com>
31624
31625         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31626         (gst_multifdsink_add), (gst_multifdsink_remove),
31627         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31628         (gst_multifdsink_client_remove),
31629         (gst_multifdsink_handle_client_write),
31630         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31631         * gst/tcp/gstmultifdsink.h:
31632         Recover from a select with a bad file descriptor by removing
31633         the client.
31634
31635 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31636
31637         * configure.ac:
31638           fix requirement of core
31639         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31640         (gst_play_pipeline_setup):
31641           don't use colorspace element.  do use hermescolorspace element.
31642           make macro to get a colorspace element.
31643           mark strings for translation.
31644         * po/POTFILES.in:
31645           add play.c
31646         * po/af.po:
31647         * po/az.po:
31648         * po/cs.po:
31649         * po/en_GB.po:
31650         * po/hu.po:
31651         * po/nl.po:
31652         * po/sr.po:
31653         * po/sv.po:
31654         * po/uk.po:
31655           update translations
31656
31657 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31658
31659         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31660         fix default for newmedia flag
31661
31662 2004-07-30  Wim Taymans  <wim@fluendo.com>
31663
31664         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31665         (gst_theora_dec_init), (theora_get_formats),
31666         (theora_dec_src_convert), (theora_dec_sink_convert),
31667         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31668         (theora_dec_chain), (theora_dec_set_property),
31669         (theora_dec_get_property):
31670         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31671         (gst_theora_enc_class_init), (gst_theora_enc_init),
31672         (theora_enc_sink_link), (theora_enc_chain),
31673         (theora_enc_set_property), (theora_enc_get_property):
31674         Added cropping option to theora decoder.
31675         Added border option to theora encoder.
31676
31677 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31678
31679         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31680         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31681         (gst_pngenc_set_property):
31682         * ext/libpng/gstpngenc.h:
31683         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
31684
31685 2004-07-30  Wim Taymans  <wim@fluendo.com>
31686
31687         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31688         (theora_enc_sink_link), (theora_enc_chain),
31689         (theora_enc_set_property), (theora_enc_get_property):
31690         Fix encoding of non-multiple-of-16 video.
31691
31692 2004-07-29  David Schleef  <ds@schleef.org>
31693
31694         * configure.ac: make test for audiofile more strict
31695
31696 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31697
31698         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31699           give different names to typefind functions
31700
31701 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31702
31703         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31704         (gst_ximagesink_calculate_pixel_aspect_ratio),
31705         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31706         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31707         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31708         (gst_ximagesink_get_property), (gst_ximagesink_init):
31709         * sys/ximage/ximagesink.h:
31710           allocate PAR's dynamically.
31711           use autodetected PAR if no object-set PAR is given.
31712           add workaround for directfb's X not setting physical size.
31713           fix to xvimagesink will follow tomorrow.
31714
31715 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31716
31717         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31718         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31719         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31720         (gst_shout2send_class_init), (gst_shout2send_init),
31721         (set_shout_metadata), (gst_shout2send_set_metadata),
31722         (gst_shout2send_chain), (gst_shout2send_set_property),
31723         (gst_shout2send_get_property), (gst_shout2send_connect),
31724         (gst_shout2send_change_state):
31725         * ext/shout2/gstshout2.h:
31726         - fix for sending mp3 audio to icecast2 server, if pad link function not
31727         called before PAUSED state
31728         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31729         - added tagging support for mp3 audio broadcasted
31730         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31731         debug info
31732
31733 2004-07-28  Wim Taymans  <wim@fluendo.com>
31734
31735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31736         (gst_ogg_demux_push):
31737         Return query failure when we don't know the length of
31738         an ogg stream insteda of returning TRUE with a bogus value.
31739
31740 2004-07-28  Wim Taymans  <wim@fluendo.com>
31741
31742         * ext/theora/theoradec.c: (theora_get_formats),
31743         (theora_dec_src_convert), (theora_dec_sink_convert),
31744         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31745         (theora_dec_chain):
31746         Don't screw up the 1 Chroma for 1 luma sample situation when we
31747         have an odd offset/width by adding a black border in those cases.
31748
31749 2004-07-28  Wim Taymans  <wim@fluendo.com>
31750
31751         * ext/theora/theoradec.c: (theora_get_formats),
31752         (theora_dec_src_convert), (theora_dec_sink_convert),
31753         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31754         (theora_dec_chain):
31755         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31756         Added first attempt at cropping of the image as required by the
31757         theora spec. We need more properties in the caps (offset_x,
31758         offset_y,stride) to implement this correctly.
31759
31760 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31761
31762         * ext/dvdnav/README:
31763           Update the README to use dvddemux
31764         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31765           Ensure getcaps returns a subset of the template caps
31766         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31767         (gst_mpeg2subt_init):
31768           Ensure getcaps returns a subset of the template caps
31769         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31770         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31771         (gst_dvd_demux_get_subpicture_stream),
31772         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31773         * gst/mpegstream/gstdvddemux.h:
31774           Set the explicit caps on the current_video pad before pushing
31775           anything
31776         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31777         (gst_mpeg_demux_get_audio_stream):
31778           Free caps used to gst_pad_set_explicit_caps, which takes a const
31779           GstCaps *
31780
31781 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31782
31783         * configure.ac: update GStreamer requirement to 0.8.4 because of
31784           GstFraction.
31785
31786 2004-07-28  Wim Taymans  <wim@fluendo.com>
31787
31788         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31789         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31790         Add the pad to the element after setting up the caps. This
31791         makes it a lot easier to autoplug.
31792
31793 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31794
31795         * gst/median/gstmedian.c:
31796         * gst/mpeg2subt/gstmpeg2subt.c:
31797         * gst/mpegaudioparse/gstmpegaudioparse.c:
31798         * gst/mpegstream/gstdvddemux.c:
31799         * gst/mpegstream/gstmpegdemux.c:
31800         * gst/mpegstream/gstmpegpacketize.c:
31801         * gst/rtjpeg/gstrtjpeg.c:
31802         * gst/rtjpeg/gstrtjpegdec.c:
31803         * gst/rtjpeg/gstrtjpegenc.c:
31804         * gst/sine/gstsinesrc.c:
31805         * gst/smooth/gstsmooth.c:
31806         * gst/smpte/gstsmpte.c:
31807         * gst/smpte/gstsmpte.h:
31808         * gst/stereo/gststereo.c:
31809         * gst/videofilter/gstgamma.c:
31810         * gst/videofilter/gstvideobalance.c:
31811         * gst/videofilter/gstvideofilter.c:
31812         * gst/videofilter/gstvideoflip.c:
31813         * gst/videoscale/gstvideoscale.c:
31814         * gst/videoscale/videoscale.c:
31815         * gst/videotestsrc/gstvideotestsrc.c:
31816         * gst/videotestsrc/videotestsrc.c:
31817         * gst/wavenc/gstwavenc.c:
31818         * gst/wavparse/gstwavparse.c:
31819           fix local includes and 64 bits constants
31820
31821 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31822
31823         * win32/gst.sln:
31824         * gst-libs/gst/*/*.vcproj:
31825         * gst/*/*.vcproj:
31826           more working plugins
31827
31828 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31829
31830         * testsuite/alsa/Makefile.am:
31831         * testsuite/alsa/srcstate.c:
31832         add test for alsasrc changing state
31833
31834 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31835
31836         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31837         (gst_silence_get):
31838         * gst/silence/gstsilence.h:
31839         fix silence generation for 16bit raw audio
31840
31841 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31842
31843         * gst/matroska/matroska-demux.c:
31844         (gst_matroska_demux_parse_metadata),
31845         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31846         * gst/mpegaudio/common.c:
31847         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31848         (gst_videoscale_getcaps), (gst_videoscale_link),
31849         (gst_videoscale_src_fixate), (gst_videoscale_init),
31850         (gst_videoscale_finalize):
31851         * gst/videoscale/gstvideoscale.h:
31852         * gst/videotestsrc/gstvideotestsrc.c:
31853         (gst_videotestsrc_get_capslist):
31854         * gst/wavenc/gstwavenc.c:
31855         * sys/oss/gstossmixer.c: (fill_labels):
31856         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31857         (gst_ximagesink_handle_xevents),
31858         (gst_ximagesink_calculate_pixel_aspect_ratio),
31859         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31860         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31861         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31862         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31863         (gst_ximagesink_init), (gst_ximagesink_class_init):
31864         * sys/ximage/ximagesink.h:
31865         * sys/xvimage/xvimagesink.c:
31866         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31867         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31868         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31869         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31870         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31871         * sys/xvimage/xvimagesink.h:
31872           first batch of pixel aspect ratio commits.
31873
31874 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31875
31876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31877         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31878         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31879           handle stride, needs work if we want to move stride handling
31880           upstream, but works correctly for our purposes.
31881
31882 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31883
31884         * gst/videoscale/README:
31885           add testing examples
31886         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31887         (gst_videoscale_chain):
31888         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31889         (gst_videoscale_get_size):
31890           add get_size function that handles stride like videotestsrc.
31891           fixes conversion for YUV formats for as much as I can test them.
31892
31893 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31894
31895         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31896         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31898         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31899         (gst_xvimagesink_xvimage_put):
31900           further cleanups, logging, error handling and synchronizing
31901
31902 2004-07-27  Wim Taymans  <wim@fluendo.com>
31903
31904         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31905         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31906         (gst_videomixer_pad_set_property),
31907         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31908         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31909         (gst_videomixer_class_init), (gst_videomixer_init),
31910         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31911         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31912         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31913         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31914         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31915         (gst_videomixer_loop), (plugin_init):
31916         Be a nicer negotiation citizen and provide a getcaps function on
31917         the srcpad. This also fixes a crash when resizing.
31918
31919 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31920
31921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31922         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31923
31924 2004-07-27  Wim Taymans  <wim@fluendo.com>
31925
31926         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31927         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31928         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31929         (gst_pngenc_set_property):
31930         * ext/libpng/gstpngenc.h:
31931         Added snapshot property to pngenc.
31932         removed g_print from pngdec
31933
31934 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31935
31936         * gst/ac3parse/ac3parse.vcproj
31937         * gst/adder/adder.vcproj
31938         * gst/alpha/alpha.vcproj
31939         * gst/alpha/alphacolor.vcproj
31940         * gst/asfdemux/asf.vcproj
31941         * gst/audioconvert/audioconvert.vcproj
31942         * gst/audiorate/audiorate.vcproj
31943         * gst/audioscale/audioscale.vcproj
31944         * gst/auparse/auparse.vcproj
31945         * gst/avi/avi.vcproj
31946         * gst/cdxaparse/cdxaparse.vcproj
31947         * gst/chart/chart.vcproj
31948         * gst/colorspace/colorspace.vcproj
31949         * gst/cutter/cutter.vcproj
31950         * gst/debug/debug.vcproj
31951         * gst/debug/efence.vcproj
31952         * gst/debug/navigationtest.vcproj
31953         * gst/deinterlace/deinterlace.vcproj
31954         * gst/effectv/effectv.vcproj
31955         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31956         * gst/filter/filter.vcproj
31957         * gst/flx/flxdec.vcproj
31958         * gst/goom/goom.vcproj
31959         * gst/interleave/interleave.vcproj
31960         * gst/law/alaw.vcproj
31961         * gst/law/mulaw.vcproj
31962         * gst/matroska/matroska.vcproj
31963         * gst/median/median.vcproj
31964         * gst/mixmatrix/mixmatrix.vcproj
31965         * gst/mpeg1sys/mpeg1systemencode.vcproj
31966         * gst/mpeg1videoparse/mp1videoparse.vcproj
31967         * gst/mpeg2sub/mpeg2subt.vcproj
31968         * gst/mpegaudio/mpegaudio.vcproj
31969         * gst/mpegaudioparse/mpegaudioparse.vcproj
31970         * gst/mpegstream/mpegstream.vcproj
31971         * gst/multifilesink/multifilesink.vcproj
31972         * gst/multipart/multipart.vcproj
31973         * gst/oneton/oneton.vcproj
31974         * gst/overlay/overlay.vcproj
31975         * gst/passthrough/passthrough.vcproj
31976         * gst/qtdemux/qtdemux.vcproj
31977         * gst/realmedia/rmdemux.vcproj
31978         * gst/rtjpeg/rtjpeg.vcproj
31979         * gst/rtp/rtp.vcproj
31980         * gst/silence/silence.vcproj
31981         * gst/sine/sinesrc.vcproj
31982         * gst/smooth/smooth.vcproj
31983         * gst/smpte/smpte.vcproj
31984         * gst/spectrum/spectrum.vcproj
31985         * gst/speed/speed.vcproj
31986         * gst/stereo/stereo.vcproj
31987         * gst/switch/switch.vcproj
31988         * gst/tags/tagedit.vcproj
31989         * gst/tcp/tcp.vcproj
31990         * gst/typefind/typefindfunctions.vcproj
31991         * gst/udp/udp.vcproj
31992         * gst/videobox/videobox.vcproj
31993         * gst/videocrop/videocrop.vcproj
31994         * gst/videodrop/videodrop.vcproj
31995         * gst/videofilter/gamma.vcproj
31996         * gst/videofilter/videobalance.vcproj
31997         * gst/videofilter/videofilter.vcproj
31998         * gst/videofilter/videoflip.vcproj
31999         * gst/videoflip/videoflip.vcproj
32000         * gst/videomixer/videomixer.vcproj
32001         * gst/videorate/videorate.vcproj
32002         * gst/videoscale/videoscale.vcproj
32003         * gst/videotestsrc/videotestsrc.vcproj
32004         * gst/virtualdub/virtualdub.vcproj
32005         * gst/volenv/volenv.vcproj
32006         * gst/volume/volume.vcproj
32007         * gst/wavenc/wavenc.vcproj
32008         * gst/wavparse/wavparse.vcproj
32009         * gst/y4m/y4menc.vcproj
32010         * gst-libs/gst/audio/audio.vcproj
32011         * gst-libs/gst/audio/audiofilter.vcproj
32012         * gst-libs/gst/colorbalance/colorbalance.vcproj
32013         * gst-libs/gst/idct/idtc.vcproj
32014         * gst-libs/gst/media-info/media-info.vcproj
32015         * gst-libs/gst/mixer/mixer.vcproj
32016         * gst-libs/gst/navigation/navigation.vcproj
32017         * gst-libs/gst/play/play.vcproj
32018         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32019         * gst-libs/gst/resample/resample.vcproj
32020         * gst-libs/gst/riff/riff.vcproj
32021         * gst-libs/gst/tuner/tuner.vcproj
32022         * gst-libs/gst/video/video.vcproj
32023         * gst-libs/gst/xoverlay/xoverlay.vcproj
32024           avoid problems with math.h, fix release dependancy
32025           rename GStreamer-0.8.lib to libgstreamer.lib
32026
32027 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32028
32029         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32031         the atom is not available we have to unlock the mutex. Fixes #148023
32032
32033 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32034
32035         * gst-libs/gst/media-info/media-info.h:
32036           issue for a vararg macro with MSVC
32037
32038 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32039
32040         * gst/effectv/effectv.vcproj
32041         * gst-libs/gst/idct/idct.vcproj:
32042         * gst-libs/gst/media-info/media-info.vcproj:
32043         * gst-libs/gst/navigation/navigation.vcproj:
32044         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32045         * gst-libs/gst/video/video.vcproj:
32046         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32047           fixes for build problems
32048
32049 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32050
32051         * gst-libs/gst/audio/audio.def:
32052         * gst-libs/gst/audio/riff.def:
32053           add some definitions needed by plugins
32054
32055 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32056
32057         * gst/asfdemux/gstasfmux.c
32058           Fix some 64 bits constants to be glib friendly
32059
32060 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32061
32062         * gst/ac3parse/gstac3parse.c
32063         * gst/audioscale/gstaudioscale.c
32064         * gst/auparse/gstauparse.c
32065         * gst/colorspace/gstcolorspace.c
32066         * gst/colorspace/yuv2rgb.h
32067           local include fixes
32068
32069 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32070
32071         * win32/gst.sln
32072           add more plugins to the build
32073
32074 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32075
32076         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32077         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32078
32079 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32080
32081         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32082         (gst_level_set_property), (gst_level_get_property),
32083         (gst_level_base_init), (gst_level_class_init):
32084           add debugging categories.  cleanups.
32085
32086 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32087
32088         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32089         (gst_videoscale_planar411), (gst_videoscale_planar400),
32090         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32091         (gst_videoscale_scale_nearest_str1),
32092         (gst_videoscale_scale_nearest_str2),
32093         (gst_videoscale_scale_nearest_str4),
32094         (gst_videoscale_scale_nearest_16bit),
32095         (gst_videoscale_scale_nearest_24bit):
32096           fixed stride issues
32097           tested with 320x240 -> 321, 322, 324 x240
32098           tested with YV12, I420, YUY2, UYVY
32099           fixed packed422rev (don't think it could have worked before)
32100           by testing with UYVY
32101
32102 2004-07-26  Benjamin Otte  <otte@gnome.org>
32103
32104         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32105         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32106         (plugin_init):
32107           add debugging category, add error checks like checking return values
32108           of setup calls, make sure it still works after
32109           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32110
32111 2004-07-26  Wim Taymans  <wim@fluendo.com>
32112
32113         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32114         (gst_mpeg_demux_get_audio_stream),
32115         (gst_mpeg_demux_process_private):
32116         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32117         Check for error codes from the negotiation functions. Make sure
32118         we really set the pad caps when a new pad is created.
32119
32120 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32121
32122         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32123         (gst_ffmpeg_caps_to_pix_fmt):
32124         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32126         (gst_ffmpegcolorspace_pad_link):
32127           don't make function do two things at the same time without reason.
32128
32129 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32130
32131         * gst/ac3parse/ac3parse.vcproj
32132         * gst/adder/adder.vcproj
32133         * gst/alpha/alpha.vcproj
32134         * gst/alpha/alphacolor.vcproj
32135         * gst/asfdemux/asf.vcproj
32136         * gst/audioconvert/audioconvert.vcproj
32137         * gst/audiorate/audiorate.vcproj
32138         * gst/audioscale/audioscale.vcproj
32139         * gst/auparse/auparse.vcproj
32140         * gst/avi/avi.vcproj
32141         * gst/cdxaparse/cdxaparse.vcproj
32142         * gst/chart/chart.vcproj
32143         * gst/colorspace/colorspace.vcproj
32144         * gst/cutter/cutter.vcproj
32145         * gst/debug/debug.vcproj
32146         * gst/debug/efence.vcproj
32147         * gst/debug/navigationtest.vcproj
32148         * gst/deinterlace/deinterlace.vcproj
32149         * gst/effectv/effectv.vcproj
32150         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32151         * gst/filter/filter.vcproj
32152         * gst/flx/flxdec.vcproj
32153         * gst/goom/goom.vcproj
32154         * gst/interleave/interleave.vcproj
32155         * gst/law/alaw.vcproj
32156         * gst/law/mulaw.vcproj
32157         * gst/matroska/matroska.vcproj
32158         * gst/median/median.vcproj
32159         * gst/mixmatrix/mixmatrix.vcproj
32160         * gst/mpeg1sys/mpeg1systemencode.vcproj
32161         * gst/mpeg1videoparse/mp1videoparse.vcproj
32162         * gst/mpeg2sub/mpeg2subt.vcproj
32163         * gst/mpegaudio/mpegaudio.vcproj
32164         * gst/mpegaudioparse/mpegaudioparse.vcproj
32165         * gst/mpegstream/mpegstream.vcproj
32166         * gst/multifilesink/multifilesink.vcproj
32167         * gst/multipart/multipart.vcproj
32168         * gst/oneton/oneton.vcproj
32169         * gst/overlay/overlay.vcproj
32170         * gst/passthrough/passthrough.vcproj
32171         * gst/qtdemux/qtdemux.vcproj
32172         * gst/realmedia/rmdemux.vcproj
32173         * gst/rtjpeg/rtjpeg.vcproj
32174         * gst/rtp/rtp.vcproj
32175         * gst/silence/silence.vcproj
32176         * gst/sine/sinesrc.vcproj
32177         * gst/smooth/smooth.vcproj
32178         * gst/smpte/smpte.vcproj
32179         * gst/spectrum/spectrum.vcproj
32180         * gst/speed/speed.vcproj
32181         * gst/stereo/stereo.vcproj
32182         * gst/switch/switch.vcproj
32183         * gst/tags/tagedit.vcproj
32184         * gst/tcp/tcp.vcproj
32185         * gst/typefind/typefindfunctions.vcproj
32186         * gst/udp/udp.vcproj
32187         * gst/videobox/videobox.vcproj
32188         * gst/videocrop/videocrop.vcproj
32189         * gst/videodrop/videodrop.vcproj
32190         * gst/videofilter/gamma.vcproj
32191         * gst/videofilter/videobalance.vcproj
32192         * gst/videofilter/videofilter.vcproj
32193         * gst/videofilter/videoflip.vcproj
32194         * gst/videoflip/videoflip.vcproj
32195         * gst/videomixer/videomixer.vcproj
32196         * gst/videorate/videorate.vcproj
32197         * gst/videoscale/videoscale.vcproj
32198         * gst/videotestsrc/videotestsrc.vcproj
32199         * gst/virtualdub/virtualdub.vcproj
32200         * gst/volenv/volenv.vcproj
32201         * gst/volume/volume.vcproj
32202         * gst/wavenc/wavenc.vcproj
32203         * gst/wavparse/wavparse.vcproj
32204         * gst/y4m/y4menc.vcproj
32205           more plugins supported under windows
32206
32207 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32208
32209         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32210         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32211         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32213         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32214           Add debugging statements.  Use the sizes as returned by the
32215           *CreateImage calls.
32216
32217 2004-07-26  Johan Dahlin  <johan@gnome.org>
32218
32219         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32220         the pad is negotiated.
32221
32222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32223
32224 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32225
32226         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32227         * gst-libs/gst/idct/idct.vcproj:
32228         * gst-libs/gst/media-info/media-info.vcproj:
32229         * gst-libs/gst/mixer/mixer.vcproj:
32230         * gst-libs/gst/navigation/navigation.vcproj:
32231         * gst-libs/gst/play/play.vcproj:
32232         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32233         * gst-libs/gst/resample/resample.vcproj:
32234         * gst-libs/gst/tuner/tuner.vcproj:
32235         * gst-libs/gst/video/video.vcproj:
32236         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32237           more plugins supported under windows
32238
32239 2004-07-25 Iain <iain@prettypeople.org>
32240
32241         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32242         pad now rather than when the pad is created because state changes wipe
32243         explicit caps (fixes #148043).
32244
32245 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32246
32247         reviewed by Benjamin Otte  <otte@gnome.org>
32248
32249         * ext/mad/gstmad.c:
32250           fix mad plugin crashing on Sun (fixes #148289)
32251
32252 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32253
32254         * gst/avi/avi.def:
32255         * gst/avi/avi.vcproj:
32256         * gst/matroska/matroska.def:
32257         * gst/matroska/matroska.vcproj:
32258           remove unused .def files
32259
32260 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32261
32262         * gst-libs/gst/audio/gstaudiofilter.c:
32263           Clean the local include
32264
32265 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32266
32267         * win32/gst.sln:
32268         * gst-libs/gst/audio/audio.def:
32269         * gst-libs/gst/audio/audio.vcproj:
32270         * gst-libs/gst/audio/audiofilter.vcproj:
32271         * gst-libs/gst/audio/riff.def:
32272         * gst-libs/gst/audio/riff.vcproj:
32273         * gst-libs/gst/gst-libs.def:
32274         * gst-libs/gst/gst-libs.vcproj:
32275         * gst/avi/avi.vcproj:
32276         * gst/avi/avi.vcproj:
32277           Copy the files where needed after building, cleaner projects
32278
32279 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32280
32281         * gst/matroska/ebml-write.c:
32282           Fix some 64 bits constants to be glib friendly
32283
32284 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32285
32286         * win32/gst.sln:
32287         * gst-libs/gst/gst-libs.def:
32288         * gst-libs/gst/gst-libs.vcproj:
32289         * gst/matroska/matroska.def:
32290         * gst/matroska/matroska.vcproj:
32291           Add the preliminary canvas to build plugins on Win32
32292
32293 2004-07-23  Benjamin Otte  <otte@gnome.org>
32294
32295         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32296           don't enfore negotiation from source side, it breaks
32297           sinesrc ! audioconvert ! osssink
32298
32299 2004-07-22  David Schleef  <ds@schleef.org>
32300
32301         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32302         for ELF files, since they can easily be recognized as audio/mpeg.
32303         (bug #147441)
32304
32305 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32306
32307         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32308         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32309         (gst_videoscale_scale_nearest_24bit),
32310         (gst_videoscale_scale_nearest_16bit):
32311           fix 16bit and 24bit for stride (24bit might need testing)
32312           don't pretend we do more than one algorithm
32313
32314 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32315
32316         * configure.ac:
32317         * gst/Makefile.am:
32318         * gst/multifilesink/Makefile.am:
32319         * gst/multifilesink/gstmultifilesink.c:
32320         (gst_multifilesink_get_formats),
32321         (gst_multifilesink_get_query_types), (_do_init),
32322         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32323         (gst_multifilesink_init), (gst_multifilesink_dispose),
32324         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32325         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32326         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32327         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32328         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32329         (gst_multifilesink_uri_get_type),
32330         (gst_multifilesink_uri_get_protocols),
32331         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32332         (gst_multifilesink_uri_handler_init), (plugin_init):
32333         * gst/multifilesink/gstmultifilesink.h:
32334         * testsuite/Makefile.am:
32335         * testsuite/multifilesink/Makefile.am:
32336         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32337         (gst_newmedia_class_init), (gst_newmedia_init),
32338         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32339         (newfile_signal), (test_signal), (main):
32340         multifilesink plugin for creating new files every time a new media
32341         discontinuity event occurs
32342
32343 2004-07-22  Wim Taymans  <wim@fluendo.com>
32344
32345         * gst/alpha/Makefile.am:
32346         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32347         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32348         (gst_alpha_color_init), (gst_alpha_color_set_property),
32349         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32350         (transform), (gst_alpha_color_chain),
32351         (gst_alpha_color_change_state), (plugin_init):
32352         Stupid plugin to to RGBA to AYUV conversion because none of
32353         the colorspace plugins can handle that yet.
32354
32355 2004-07-22  Wim Taymans  <wim@fluendo.com>
32356
32357         * examples/seeking/seek.c: (update_scale), (main):
32358         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32359         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32360         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32361         (gst_decode_bin_init), (gst_decode_bin_dispose),
32362         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32363         (no_more_pads), (close_link), (type_found),
32364         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32365         (plugin_init):
32366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32367         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32368         (gst_play_base_bin_dispose), (queue_overrun),
32369         (gen_preroll_element), (remove_prerolls), (unknown_type),
32370         (no_more_pads), (new_stream), (setup_source),
32371         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32372         (play_base_eos), (gst_play_base_bin_change_state),
32373         (gst_play_base_bin_add_element),
32374         (gst_play_base_bin_remove_element),
32375         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32376         (gst_play_base_bin_unlink_stream),
32377         (gst_play_base_bin_get_streaminfo):
32378         * gst/playback/gstplaybin.c: (gen_video_element),
32379         (gen_audio_element):
32380         * gst/playback/gststreaminfo.h:
32381         More playback updates, attempt to fix things after the state change
32382         breakage.
32383
32384 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32385
32386         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32387         (gst_videoscale_scale_nearest_16bit):
32388           comment algorithm
32389
32390 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32391
32392         * gst/videotestsrc/gstvideotestsrc.c:
32393         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32394         (gst_videotestsrc_init), (gst_videotestsrc_get),
32395         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32396         (gst_videotestsrc_get_property):
32397         * gst/videotestsrc/gstvideotestsrc.h:
32398         * gst/videotestsrc/videotestsrc.c:
32399         * gst/videotestsrc/videotestsrc.h:
32400           cleanup and commenting
32401
32402 2004-07-21  Wim Taymans  <wim@fluendo.com>
32403
32404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32405         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32406         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32407         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32408         (_find_chain_get_unknown_part), (_find_streams_check),
32409         (gst_ogg_demux_push), (gst_ogg_pad_push):
32410         * ext/theora/theoradec.c: (theora_get_formats),
32411         (theora_dec_src_convert), (theora_dec_sink_convert),
32412         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32413         (theora_dec_chain):
32414         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32415         (vorbis_dec_convert), (vorbis_dec_src_query),
32416         (vorbis_dec_src_event), (vorbis_dec_event):
32417         More seeking fixes, oggdemux now supports seeking to time and
32418         uses the downstream element to convert granulepos to time.
32419         Seeking in theora-only ogg files now works.
32420
32421 2004-07-21  Wim Taymans  <wim@fluendo.com>
32422
32423         * ext/theora/theoradec.c: (gst_theora_dec_init),
32424         (theora_get_formats), (theora_get_event_masks),
32425         (theora_get_query_types), (theora_dec_src_convert),
32426         (theora_dec_sink_convert), (theora_dec_src_query),
32427         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32428         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32429         (vorbis_get_event_masks), (vorbis_get_query_types),
32430         (gst_vorbis_dec_init), (vorbis_dec_convert),
32431         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32432         Added query/convert/formats functions to vorbis and theora decoders
32433         so that the outside world can use them too. Fixed seeking on an
32434         ogg/theora/vorbis file by disabling the seeking seeking on the
32435         theora srcpad.
32436
32437 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32438
32439         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32440         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32441         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32442         images creation for both elements. We don't create the image on caps
32443         nego or renego, we just destroy the internal one if present if it does
32444         not match the needs. The chain function takes care of creating a new
32445         image when needed.
32446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32447         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32448         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32449         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32450         the image format information. The buffer pool checks for the context
32451         image format and discard images with different formats.
32452         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32453
32454 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32455
32456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32457         (gst_ffmpegcolorspace_chain):
32458           no point in doing any chaining if the pad we want to push from
32459           isn't usable.
32460
32461 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32462
32463         * gst-libs/gst/riff/riff-media.c:
32464         (gst_riff_create_audio_caps_with_data):
32465           Fix double end-to-native symbol conversion (#148021).
32466
32467 2004-07-20  David Schleef  <ds@schleef.org>
32468
32469         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32470         Don't use an Atom that doesn't exist.
32471
32472 2004-07-20  Wim Taymans  <wim@fluendo.com>
32473
32474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32475         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32476         (gst_multifdsink_client_remove),
32477         (gst_multifdsink_handle_client_write),
32478         (gst_multifdsink_queue_buffer):
32479         * gst/tcp/gstmultifdsink.h:
32480         More multifdsink stats. Avoid deadlock by releasing locks
32481         before sending out a signal.
32482
32483 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32484
32485         * po/LINGUAS:
32486         * po/hu.po:
32487           added Hungarian translation (Laszlo Dvornik)
32488
32489 2004-07-20  Wim Taymans  <wim@fluendo.com>
32490
32491         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32492         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32493         (gst_multifdsink_handle_client_write),
32494         (gst_multifdsink_queue_buffer):
32495         * gst/tcp/gsttcp-marshal.list:
32496         Fixed the stupid marshal definition.
32497
32498 2004-07-20  Wim Taymans  <wim@fluendo.com>
32499
32500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32501         (gst_multifdsink_init), (gst_multifdsink_add),
32502         (gst_multifdsink_client_remove),
32503         (gst_multifdsink_handle_client_write),
32504         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32505         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32506         (gst_multifdsink_init_send):
32507         * gst/tcp/gstmultifdsink.h:
32508         Added more stats, added timeout for a client, fixed some typos
32509         and added some comments.
32510
32511 2004-07-20  Wim Taymans  <wim@fluendo.com>
32512
32513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32514         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32515         (gst_multifdsink_client_remove),
32516         (gst_multifdsink_handle_client_write):
32517         * gst/tcp/gstmultifdsink.h:
32518         * gst/tcp/gsttcp-marshal.list:
32519         Added get_stats method that returns a GValueArray of
32520         stats values.
32521
32522 2004-07-19  Benjamin Otte  <otte@gnome.org>
32523
32524         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32525           make sure longname, description and author are valid UTF-8
32526
32527 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32528
32529         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32530         (gst_ximagesink_set_property):
32531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32532         (gst_xvimagesink_set_property):
32533           make sure SYNCHRONOUS is respected after getting the X context
32534
32535 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32536
32537         * gst/matroska/matroska-demux.c:
32538         (gst_matroska_demux_handle_src_event),
32539         (gst_matroska_demux_parse_blockgroup):
32540         * gst/matroska/matroska-ids.h:
32541           add BlockReference tag and ignore it to clear out log.
32542           ignore NAVIGATION events to clear out log.
32543
32544 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32545
32546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32547         (gst_matroska_demux_add_stream):
32548         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32549           add debug categories
32550
32551 2004-07-16  Wim Taymans  <wim@fluendo.com>
32552
32553         * ext/libpng/Makefile.am:
32554         * ext/libpng/gstpng.c: (plugin_init):
32555         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32556         (gst_pngdec_get_type), (gst_pngdec_base_init),
32557         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32558         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32559         * ext/libpng/gstpngdec.h:
32560         Added png decoder.
32561
32562 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32563
32564         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32565         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32566         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32567         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32568         (gst_ximagesink_buffer_alloc):
32569         * sys/ximage/ximagesink.h:
32570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32571         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32572         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32573         (gst_xvimagesink_buffer_alloc):
32574         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32575         again. Using internal data pointer of the x(v)image to store image's
32576         data to be coherent with the buffer alloc mechanism. Investigated the
32577         image destruction code to be sure that everything gets freed correctly.
32578
32579 2004-07-16  Wim Taymans  <wim@fluendo.com>
32580
32581         * gst-libs/gst/riff/riff-read.c:
32582         (gst_riff_read_strf_vids_with_data),
32583         (gst_riff_read_strf_auds_with_data):
32584         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32585         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32586         Make sure we don't create 0 sized subbuffers in riff-read.
32587         Signal the no more pads signal after reading the avi header.
32588
32589 2004-07-16  Wim Taymans  <wim@fluendo.com>
32590
32591         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32592         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32593         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32594         (gst_decode_bin_init), (gst_decode_bin_dispose),
32595         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32596         (no_more_pads), (close_link), (type_found),
32597         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32598         (gst_decode_bin_change_state), (plugin_init):
32599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32600         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32601         (gst_play_base_bin_dispose), (queue_overrun),
32602         (gen_preroll_element), (remove_prerolls), (unknown_type),
32603         (no_more_pads), (new_stream), (setup_source),
32604         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32605         (play_base_eos), (gst_play_base_bin_change_state),
32606         (gst_play_base_bin_add_element),
32607         (gst_play_base_bin_remove_element),
32608         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32609         (gst_play_base_bin_unlink_stream),
32610         (gst_play_base_bin_get_streaminfo):
32611         * gst/playback/gstplaybasebin.h:
32612         Better error recovery. Added configurable preroll queue size. Faster
32613         detection of no-more-pads.
32614
32615 2004-07-16  Wim Taymans  <wim@fluendo.com>
32616
32617         * gst-libs/gst/video/video.h:
32618         Added 32 bits RGBA. Not sure if we should use another mime-type
32619         for alpha rgb. Currently the presence of the alpha_mask property
32620         signals an alpha channel.
32621
32622 2004-07-16  Wim Taymans  <wim@fluendo.com>
32623
32624         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32626         FPS seems to be 0.0 to MAX everywhere else.
32627
32628 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32629
32630         * gst-libs/gst/riff/riff-media.c:
32631         (gst_riff_create_video_caps_with_data):
32632           mp42/mp43 (no caps) exist too.
32633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32634           Set pixel_width/height; we've got them in-caps.
32635         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32636         * gst/wavparse/gstwavparse.c: (plugin_init):
32637           Both are valid primary.
32638         * sys/oss/gstossmixer.c:
32639           Remove i18n hack and enable translations.
32640
32641 2004-07-15  Benjamin Otte  <otte@gnome.org>
32642
32643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32644         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32645           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32646
32647 2004-07-15  Benjamin Otte  <otte@gnome.org>
32648
32649         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32650         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32651         (gst_alsa_close_audio):
32652           disable some of the debugging code for now. Writing debugging to a
32653           buffer is broken in current alsalib releases.
32654
32655 2004-07-12  Benjamin Otte  <otte@gnome.org>
32656
32657         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32658           use bufferpools
32659
32660 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32661
32662         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32663         (theora_dec_src_query), (theora_dec_event):
32664         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32665           add debugging categories.  Remove \n's.
32666
32667 2004-07-13  Johan Dahlin  <johan@gnome.org>
32668
32669         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32670         (gst_play_bin_get_property): Impl.
32671
32672 2004-07-13  Wim Taymans  <wim@fluendo.com>
32673
32674         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32675         When trying to find the stream length, seek back N pages
32676         instead of just one, where N is the number of streams in
32677         the current chain.
32678
32679 2004-07-13  Wim Taymans  <wim@fluendo.com>
32680
32681         * gst-libs/gst/riff/riff-media.c:
32682         (gst_riff_create_audio_caps_with_data),
32683         (gst_riff_create_audio_caps),
32684         (gst_riff_create_audio_template_caps):
32685         * gst-libs/gst/riff/riff-media.h:
32686         * gst-libs/gst/riff/riff-read.c:
32687         (gst_riff_read_strf_vids_with_data),
32688         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32689         * gst-libs/gst/riff/riff-read.h:
32690         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32691         (gst_avi_demux_add_stream):
32692         Set codec_data on caps for avidemuxer.
32693
32694 2004-07-12  David Schleef  <ds@schleef.org>
32695
32696         * configure.ac: Fix test for Objective C
32697
32698 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32699         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32700         (gst_gdk_pixbuf_chain):
32701           Add svg and pcx to template caps, and ensure that getcaps returns a
32702           subset of the template caps.
32703           Copy each row manually for output, as gdkpixbuf may pad the
32704           rowstride to a 32-bit word boundary.
32705
32706 2004-07-12  Wim Taymans  <wim@fluendo.com>
32707
32708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32709         (gst_riff_create_video_template_caps):
32710         Fix the template caps to include some more media types.
32711
32712 2004-07-12  Wim Taymans  <wim@fluendo.com>
32713
32714         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32715         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32716         (compare_ranks), (print_feature), (gst_decode_bin_init),
32717         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32718         (try_to_link_1), (new_pad), (close_link), (type_found),
32719         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32720         (gst_decode_bin_change_state), (plugin_init):
32721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32722         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32723         (gst_play_base_bin_dispose), (queue_overrun),
32724         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32725         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32726         (gst_play_base_bin_get_property), (play_base_eos),
32727         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32728         (gst_play_base_bin_remove_element),
32729         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32730         (gst_play_base_bin_unlink_stream),
32731         (gst_play_base_bin_get_streaminfo):
32732         * gst/playback/gstplaybasebin.h:
32733         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32734         (gst_play_bin_class_init), (gst_play_bin_init),
32735         (gst_play_bin_dispose), (gst_play_bin_set_property),
32736         (gst_play_bin_get_property), (gen_video_element),
32737         (gen_audio_element), (remove_sinks), (setup_sinks),
32738         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32739         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32740         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32741         (gst_play_bin_query), (plugin_init):
32742         * gst/playback/test4.c: (main):
32743         More fixes on reusing of the element.
32744
32745 2004-07-11  Benjamin Otte  <otte@gnome.org>
32746
32747         * ext/mad/gstmad.c: (normal_seek):
32748           allow seeking for other methods than just SET
32749
32750 2004-07-11  Andy Wingo  <wingo@pobox.com>
32751
32752         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32753         float, "any" caps -> buffer_frames=[0,MAX].
32754
32755         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32756         doesn't intersect our caps with the template any more. Do it
32757         ourselves.
32758         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32759
32760 2004-07-09  Wim Taymans  <wim@fluendo.com>
32761
32762         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32763         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32764         (compare_ranks), (print_feature), (gst_decode_bin_init),
32765         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32766         (try_to_link_1), (new_pad), (close_link), (type_found),
32767         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32768         (gst_decode_bin_change_state), (plugin_init):
32769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32770         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32771         (gst_play_base_bin_dispose), (queue_overrun),
32772         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32773         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32774         (gst_play_base_bin_get_property), (play_base_eos),
32775         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32776         (gst_play_base_bin_remove_element),
32777         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32778         (gst_play_base_bin_unlink_stream),
32779         (gst_play_base_bin_get_streaminfo):
32780         * gst/playback/gstplaybasebin.h:
32781         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32782         (gst_play_bin_class_init), (gst_play_bin_init),
32783         (gst_play_bin_dispose), (gst_play_bin_set_property),
32784         (gst_play_bin_get_property), (gen_video_element),
32785         (gen_audio_element), (remove_sinks), (setup_sinks),
32786         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32787         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32788         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32789         (gst_play_bin_query), (plugin_init):
32790         * gst/playback/test4.c: (main):
32791         Work on object reuse and seeking.
32792
32793 2004-07-09  Wim Taymans  <wim@fluendo.com>
32794
32795         * examples/seeking/seek.c: (iterate):
32796         Don't consume all CPU in the idle loop.
32797
32798 2004-07-09  Wim Taymans  <wim@fluendo.com>
32799
32800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32801         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32802         Add pad to element *after* setting the pad functions so that
32803         the scheduler can use the correct ones.
32804
32805 2004-07-09  Wim Taymans  <wim@fluendo.com>
32806
32807         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32808         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32809         Sync to keyframe after seek
32810
32811 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32812
32813         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32815         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32816         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32817         * ext/libvisual/visual.c: (gst_visual_change_state):
32818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32819         * ext/theora/theoradec.c: (theora_dec_change_state):
32820         * ext/theora/theoraenc.c: (theora_enc_change_state):
32821         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32822         * gst-libs/gst/navigation/navigation.c:
32823         * gst/adder/gstadder.c: (gst_adder_change_state):
32824         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32825         (gst_audio_convert_get_buffer):
32826         * gst/multipart/multipartdemux.c:
32827         (gst_multipart_demux_change_state):
32828         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32830         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32831         * gst/videoscale/gstvideoscale.c:
32832         (gst_videoscale_handle_src_event):
32833         * gst/volume/gstvolume.c: (volume_chain_int16):
32834           don't assert in state change, this should be done by the base
32835           GstElement class.
32836           various debugging fixes.
32837
32838 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32839
32840         * configure.ac:
32841         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32842         (gst_play_dispose), (gst_play_set_location),
32843         (gst_play_set_data_src), (gst_play_set_video_sink),
32844         (gst_play_set_audio_sink), (gst_play_set_visualization),
32845         (gst_play_connect_visualization), (gst_play_get_sink_element),
32846         (gst_play_get_all_by_interface):
32847         * gst-libs/gst/play/play.h:
32848           add new method to get elements implementing an interface.
32849           add various error logging
32850
32851 2004-07-08  Wim Taymans  <wim@fluendo.com>
32852
32853         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32854         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32855         (make_playerbin_pipeline), (query_durations_elems),
32856         (query_durations_pads), (query_positions_elems),
32857         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32858         (main):
32859         Added playbin seeking example.
32860
32861 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32862
32863         * gst-libs/gst/play/play.c: (gst_play_set_location),
32864         (gst_play_set_data_src), (gst_play_set_video_sink),
32865         (gst_play_set_audio_sink), (gst_play_set_visualization),
32866         (gst_play_connect_visualization), (gst_play_get_framerate):
32867           use a macro to look up elements from hash table
32868
32869 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32870
32871         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32872         (gst_play_get_length_callback), (gst_play_set_location),
32873         (gst_play_seek_to_time), (gst_play_set_data_src),
32874         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32875         (gst_play_set_visualization), (gst_play_connect_visualization),
32876         (gst_play_get_sink_element):
32877         - add debugging info
32878         - fix looking up sink elements by iterating over complete caps
32879         - put everything except for source and autoplugger in a complete bin
32880
32881 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32882
32883         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32885         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32886         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32887         * ext/alsa/gstalsasink.h:
32888         - add debugging info
32889         - clean up schizophrenia of data/buffer/event
32890         - fix double event unref error
32891
32892 2004-07-08  Wim Taymans  <wim@fluendo.com>
32893
32894         * gst/playback/Makefile.am:
32895         Add headers to noinst
32896
32897 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32898
32899         * tools/gst-launch-ext-m.m:
32900         * tools/gst-launch-ext.1.in:
32901           convert to the third millenium
32902
32903 2004-07-07  David Schleef  <ds@schleef.org>
32904
32905         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32906
32907 2004-07-07  Wim Taymans  <wim@fluendo.com>
32908
32909         * gst/playback/Makefile.am:
32910         * gst/playback/README:
32911         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32912         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32913         (compare_ranks), (print_feature), (gst_decode_bin_init),
32914         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32915         (try_to_link_1), (new_pad), (close_link), (type_found),
32916         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32917         (plugin_init):
32918         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32919         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32920         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32921         (gen_preroll_element), (no_more_pads), (new_stream),
32922         (setup_source), (gst_play_base_bin_set_property),
32923         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32924         (gst_play_base_bin_add_element),
32925         (gst_play_base_bin_remove_element),
32926         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32927         (gst_play_base_bin_unlink_stream),
32928         (gst_play_base_bin_get_streaminfo):
32929         * gst/playback/gstplaybasebin.h:
32930         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32931         (gst_play_bin_class_init), (gst_play_bin_init),
32932         (gst_play_bin_dispose), (gst_play_bin_set_property),
32933         (gst_play_bin_get_property), (gen_video_element),
32934         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32935         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32936         (gst_play_bin_get_formats), (gst_play_bin_convert),
32937         (gst_play_bin_get_query_types), (gst_play_bin_query),
32938         (plugin_init):
32939         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32940         (gst_stream_info_get_type), (gst_stream_info_class_init),
32941         (gst_stream_info_init), (gst_stream_info_new),
32942         (gst_stream_info_dispose), (gst_stream_info_set_property),
32943         (gst_stream_info_get_property):
32944         * gst/playback/gststreaminfo.h:
32945         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32946         (main):
32947         * gst/playback/test2.c: (main):
32948         * gst/playback/test3.c: (update_scale), (main):
32949         More playbin fixes. Added README. Do better element filtering.
32950         Added base class to preroll media. Added test apps.
32951
32952 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32953
32954         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32955         * ext/mpeg2dec/gstmpeg2dec.h:
32956           various debugging improvements.  Reset stream to next picture
32957           instead of sequence header, otherwise seeks cannot work.
32958
32959 2004-07-07  Wim Taymans  <wim@fluendo.com>
32960
32961         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32962         (gst_video_box_class_init), (gst_video_box_set_property),
32963         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32964         Use pad_alloc where possible.
32965
32966 2004-07-07  Wim Taymans  <wim@fluendo.com>
32967
32968         * sys/oss/gstosselement.c: (gst_osselement_reset),
32969         (gst_osselement_parse_caps):
32970         * sys/oss/gstosselement.h:
32971         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32972         Fix offset on osssrc.
32973
32974 2004-07-07  Wim Taymans  <wim@fluendo.com>
32975
32976         * ext/theora/theora.c: (plugin_init):
32977         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32978         (theora_dec_src_query), (theora_dec_chain):
32979         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32980         (theora_enc_sink_link), (theora_buffer_from_packet),
32981         (theora_push_packet), (theora_enc_chain):
32982         Fix theora granulepos calculation.
32983         Fix overflow in duration/position calculation.
32984         Bump rank to PRIMARY for theoradec.
32985         Use granulepos of last packet to calculate position.
32986         Set keyframe flag on buffers when needed.
32987
32988 2004-07-06  David Schleef  <ds@schleef.org>
32989
32990         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32991         serious?  (Fixed, obviously.)
32992
32993 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32994
32995         * po/LINGUAS:
32996         * po/cs.po:
32997           added Czech translation (Miloslav Trmac)
32998
32999 2004-07-05  Wim Taymans  <wim@fluendo.com>
33000
33001         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33002         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33003         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33004         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33005         (close_link), (type_found), (gst_decode_bin_set_property),
33006         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33007         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33008         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33009         (gst_decode_bin_query), (plugin_init):
33010         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33011         (gst_play_bin_class_init), (gst_play_bin_init),
33012         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33013         (get_video_element), (new_pad), (setup_source),
33014         (gst_play_bin_set_property), (gst_play_bin_get_property),
33015         (gst_play_bin_change_state), (gst_play_bin_add_element),
33016         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33017         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33018         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33019         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33020         * gst/playback/test.c: (main):
33021         More fixes, cleaned up playbin, make it use decodebin. Added
33022         threaded property to playbin.
33023
33024 2004-07-05  Wim Taymans  <wim@fluendo.com>
33025
33026         * configure.ac:
33027         * gst/playback/Makefile.am:
33028         * gst/playback/decodetest.c: (main):
33029         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33030         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33031         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33032         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33033         (close_link), (type_found), (gst_decode_bin_set_property),
33034         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33035         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33036         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33037         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33038         (plugin_init):
33039         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33040         (gst_play_bin_class_init), (gst_play_bin_init),
33041         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33042         (collect_sink_pads), (find_compatibles), (close_pad_link),
33043         (try_to_link_1), (new_pad), (close_link), (type_found),
33044         (setup_source), (gst_play_bin_set_property),
33045         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33046         (compare_ranks), (gst_play_bin_collect_factories),
33047         (gst_play_bin_change_state), (gst_play_bin_add_element),
33048         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33049         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33050         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33051         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33052         * gst/playback/test.c: (main):
33053         Added some playback helper elements and some test apps, very alpha
33054         still.
33055
33056 2004-07-04  Benjamin Otte  <otte@gnome.org>
33057
33058         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33059           only restart audio when we indeed have an xrun to fix repeated
33060           xruns. Fix suggested by Giuliano Pochini.
33061
33062 2004-07-03  David Schleef  <ds@schleef.org>
33063
33064         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33065         call to gst_debug_log() if debugging is disabled (bug #145118)
33066
33067 2004-07-03  Benjamin Otte  <otte@gnome.org>
33068
33069         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33070           use our own functions for restarting the alsa device.
33071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33072           I should apply patches myself - use MIN for the third argument, not
33073           the second, this fixes seeking
33074
33075 2004-07-02  David Schleef  <ds@schleef.org>
33076
33077         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33078         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33079         do with the logic.
33080
33081 2004-07-02  David Schleef  <ds@schleef.org>
33082
33083         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33084         output buffers.  Fix logic mistake.  (bug #144866)
33085
33086 2004-07-02  David Schleef  <ds@schleef.org>
33087
33088         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33089         on X.  (bug #144753)
33090
33091 2004-07-02  David Schleef  <ds@schleef.org>
33092
33093         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33094         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33095         (bug #144624)
33096         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33097         (gst_osselement_rate_probe_check): Add another workaround for
33098         buggy drivers (bug #145336)
33099
33100 2004-07-02  David Schleef  <ds@schleef.org>
33101
33102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33103         Most systems don't have MSG_NOSIGNAL.
33104
33105 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33106
33107         * Makefile.am:
33108         * gst-libs/gst/colorbalance/Makefile.am:
33109         * gst-libs/gst/mixer/Makefile.am:
33110         * gst-libs/gst/play/Makefile.am:
33111         * gst-libs/gst/tuner/Makefile.am:
33112           (hopefully) fix both install and dist and make error message useful.
33113           needs testing across automakes.
33114
33115 2004-07-02  Benjamin Otte  <otte@gnome.org>
33116
33117         * ext/ogg/gstogg.c: (plugin_init):
33118           we require bytestream now
33119         * ext/ogg/gstoggdemux.c:
33120           huge diff to implement chain setup in a fast and generic way. This
33121           improves tag reading and startup of huge files (read: Theora videos)
33122           quite a bit. It probably contains bugs, too, so please test.
33123           Seeking is not improved to the fast method.
33124
33125 2004-06-29  Wim Taymans  <wim@fluendo.com>
33126
33127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33128         * ext/ogg/gstoggmux.c:
33129         Fix memleak in oggdemux when running unconnected pads.
33130         doc update in mux, start working on keyframe mode.
33131
33132 2004-06-29  Benjamin Otte  <otte@gnome.org>
33133
33134         * sys/oss/gstosssink.c:
33135         * sys/oss/gstosssrc.c:
33136           advertise correct template caps - we indeed do non-native endianness
33137           and 8bit audio has no endianness
33138         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33140           avoid (wrong) duplications in getcaps function and return
33141           template caps
33142
33143 2004-06-29  Wim Taymans  <wim@fluendo.com>
33144
33145         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33146         (gst_multifdsink_class_init), (gst_multifdsink_add),
33147         (gst_multifdsink_remove), (gst_multifdsink_clear),
33148         (gst_multifdsink_client_remove),
33149         (gst_multifdsink_handle_client_read),
33150         (gst_multifdsink_client_queue_data),
33151         (gst_multifdsink_client_queue_caps),
33152         (gst_multifdsink_client_queue_buffer),
33153         (gst_multifdsink_handle_client_write),
33154         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33155         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33156         (gst_multifdsink_init_send), (gst_multifdsink_close):
33157         Fix wrong GList iteration that could crash the server when
33158         more then 2 clients disconnect at the same time. Read all the
33159         pending commands in one batch to recover from command storms under
33160         very heavy load.
33161
33162 2004-06-28  Wim Taymans  <wim@fluendo.com>
33163
33164         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33165         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33166         (gst_videomixer_pad_set_property),
33167         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33168         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33169         (gst_videomixer_class_init), (gst_videomixer_init),
33170         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33171         (pad_zorder_compare), (gst_videomixer_sort_pads),
33172         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33173         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33174         (gst_videomixer_update_queues), (gst_videomixer_loop),
33175         (plugin_init):
33176         Avoid divide by zero, choose masterpad as the pad with the highest
33177         framerate.
33178
33179 2004-06-27  Julien Moutte  <julien@moutte.net>
33180
33181         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33182         (gst_ximagesink_xwindow_new):
33183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33184         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33185         function directly. We might want to call it from somewhere else one day.
33186
33187 2004-06-27  Julien Moutte  <julien@moutte.net>
33188
33189         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33190         (gst_ximagesink_xwindow_new):
33191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33192         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33193         window decorations.
33194
33195 2004-06-27  Wim Taymans  <wim@fluendo.com>
33196
33197         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33198         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33199         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33200         (gst_dvdec_set_property), (gst_dvdec_get_property):
33201         * ext/dv/gstdvdec.h:
33202         Implement drop_factor property to lower the framerate with
33203         a factor.
33204
33205 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33206
33207         * gst-libs/gst/colorbalance/Makefile.am:
33208         * gst-libs/gst/mixer/Makefile.am:
33209         * gst-libs/gst/play/Makefile.am:
33210         * gst-libs/gst/tuner/Makefile.am:
33211           unbreak Company's fix that didn't install the -enum.h files
33212
33213 2004-06-27  Wim Taymans  <wim@fluendo.com>
33214
33215         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33216         (gst_dvdec_change_state):
33217         * ext/dv/gstdvdec.h:
33218         Fix timestamp, duration and offset of the buffers.
33219
33220 2004-06-27  Wim Taymans  <wim@fluendo.com>
33221
33222         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33223         (gst_multifdsink_class_init), (gst_multifdsink_add),
33224         (gst_multifdsink_remove), (gst_multifdsink_clear),
33225         (gst_multifdsink_client_remove),
33226         (gst_multifdsink_handle_client_read),
33227         (gst_multifdsink_client_queue_data),
33228         (gst_multifdsink_client_queue_caps),
33229         (gst_multifdsink_client_queue_buffer),
33230         (gst_multifdsink_handle_client_write),
33231         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33232         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33233         (gst_multifdsink_init_send), (gst_multifdsink_close):
33234         * gst/tcp/gstmultifdsink.h:
33235         * gst/tcp/gsttcpserversink.c:
33236         (gst_tcpserversink_handle_server_read),
33237         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33238         More multifdsink fixes, more recovery policy fixes.
33239         Removed stupid g_print
33240
33241 2004-06-26  Wim Taymans  <wim@fluendo.com>
33242
33243         * gst/tcp/Makefile.am:
33244         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33245         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33246         (gst_multifdsink_class_init), (gst_multifdsink_init),
33247         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33248         (gst_multifdsink_handle_client_read),
33249         (gst_multifdsink_client_queue_data),
33250         (gst_multifdsink_client_queue_caps),
33251         (gst_multifdsink_client_queue_buffer),
33252         (gst_multifdsink_handle_client_write),
33253         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33254         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33255         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33256         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33257         (gst_multifdsink_close), (gst_multifdsink_change_state):
33258         * gst/tcp/gstmultifdsink.h:
33259         * gst/tcp/gsttcpplugin.c: (plugin_init):
33260         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33261         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33262         (gst_tcpserversink_handle_server_read),
33263         (gst_tcpserversink_handle_select),
33264         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33265         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33266         * gst/tcp/gsttcpserversink.h:
33267         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33268         one of the locks, added recovery policy to multifdsink.
33269
33270 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33271
33272         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33273           fix decision for when getting frames with same timestamp
33274         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33275         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33276         (gst_v4lsrc_get_property):
33277         * sys/v4l/gstv4lsrc.h:
33278           add latency offset property
33279
33280 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33281
33282         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33283         (plugin_init):
33284           fix debugging. add category.
33285
33286 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33287
33288         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33289           fix wrong offsets
33290
33291 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33292
33293         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33294         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33295         (gst_alsa_src_change_state):
33296           return a time that is in sync with the element's processing
33297
33298 2004-06-25  Wim Taymans  <wim@fluendo.com>
33299
33300         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33301         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33302         (gst_tcpserversink_client_remove),
33303         (gst_tcpserversink_handle_client_read),
33304         (gst_tcpserversink_client_queue_data),
33305         (gst_tcpserversink_client_queue_caps),
33306         (gst_tcpserversink_client_queue_buffer),
33307         (gst_tcpserversink_handle_client_write),
33308         (gst_tcpserversink_queue_buffer),
33309         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33310         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33311         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33312         (gst_tcpserversink_close):
33313         * gst/tcp/gsttcpserversink.h:
33314         Serversink rewrite. Really do non blocking writes to clients and
33315         maintain an internal queue to handle slower clients while not
33316         disturbing fast clients.
33317
33318 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33319
33320         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33321           better debug, don't override OFFSET and OFFSET_END
33322
33323 2004-06-25  Iain <iain@prettypeople.org>
33324
33325         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33326         name=source for the wavparse pipeline.
33327
33328 2004-06-24  Johan Dahlin  <johan@gnome.org>
33329
33330         * ext/theora/theoraenc.c (theora_enc_chain): Call
33331         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33332         streamheader caps are set correctly.
33333
33334 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33335
33336         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33337         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33338           respect minimum bitrate; same could be done for max bitrate
33339
33340 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33341
33342         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33343         (gst_vorbisenc_setup):
33344           fix sample rate range
33345
33346 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33347
33348         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33349         (gst_oggvorbisenc_setup):
33350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33351         (gst_vorbisenc_setup):
33352           resolve ambiguities in code and description
33353
33354 2004-06-24  Wim Taymans  <wim@fluendo.com>
33355
33356         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33357         * ext/alsa/gstalsa.h:
33358         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33359         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33360         Use alsa trigger_tstamp to get the timestamp of the first
33361         sample in the buffer for more precise sync. Some cleanups.
33362
33363 2004-06-24  Wim Taymans  <wim@fluendo.com>
33364
33365         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33366         (gst_audiorate_init), (gst_audiorate_chain),
33367         (gst_audiorate_set_property), (gst_audiorate_get_property):
33368         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33369         (gst_videorate_chain):
33370         Added some logging, fixed an overflow bug in videorate.
33371
33372 2004-06-24  Benjamin Otte  <otte@gnome.org>
33373
33374         * ext/kio/Makefile.am:
33375           fix for builddir != srcdir and distcheck
33376
33377 2004-06-24  Benjamin Otte  <otte@gnome.org>
33378
33379         * gst-libs/gst/colorbalance/Makefile.am:
33380         * gst-libs/gst/mixer/Makefile.am:
33381         * gst-libs/gst/play/Makefile.am:
33382         * gst-libs/gst/tuner/Makefile.am:
33383         * gst/tcp/Makefile.am:
33384         * sys/dxr3/Makefile.am:
33385           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33386           tarball.
33387           Also add all *.list files that were missing.
33388         * Makefile.am:
33389           add a distcheck hook to ensure the above doesn't happen again.
33390
33391 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33392
33393         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33394
33395 2004-06-23  Colin Walters  <walters@redhat.com>
33396
33397         * m4/Makefile.am: Distribute gst-fionread.m4.
33398
33399 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33400
33401         * configure.ac: back to dev
33402
33403 2004-06-23  Wim Taymans  <wim@fluendo.com>
33404
33405         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33406         (gst_alsa_xrun_recovery):
33407         * ext/alsa/gstalsa.h:
33408         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33409         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33410         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33411         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33412         (gst_alsa_src_loop):
33413         Add clock to alsasrc. Take new capture timestamp when
33414         restarting after an overrun. Split up some functions between
33415         alsasrc and alsasink.
33416
33417 === release 0.8.2 ===
33418
33419 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33420
33421         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33422         (gst_alsa_change_state), (gst_alsa_update_avail),
33423         (gst_alsa_xrun_recovery):
33424         * ext/alsa/gstalsa.h:
33425         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33426           merge back changes from release
33427
33428 2004-06-23  Wim Taymans  <wim@fluendo.com>
33429
33430         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33431         (gst_audiorate_init), (gst_audiorate_chain),
33432         (gst_audiorate_set_property), (gst_audiorate_get_property):
33433         Implement sample dropping and notify
33434
33435 2004-06-22  Wim Taymans  <wim@fluendo.com>
33436
33437         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33438         (theora_enc_sink_link), (theora_buffer_from_packet),
33439         (theora_push_packet), (theora_enc_chain):
33440         Some cleanups, make sure the timestamps are correct.
33441
33442 2004-06-22  Wim Taymans  <wim@fluendo.com>
33443
33444         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33445         (gst_alsa_change_state), (gst_alsa_update_avail),
33446         (gst_alsa_xrun_recovery):
33447         * ext/alsa/gstalsa.h:
33448         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33449         Cleanups, take queued samples into account when reporting
33450         the time.
33451
33452 2004-06-22  Wim Taymans  <wim@fluendo.com>
33453
33454         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33455         (gst_videorate_init):
33456         Initialize the property as well.
33457
33458 2004-06-22  Wim Taymans  <wim@fluendo.com>
33459
33460         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33461         (gst_videorate_init), (gst_videorate_chain),
33462         (gst_videorate_set_property), (gst_videorate_get_property):
33463         Add property to make videorate silent.
33464         Add property to prefer new frames over old ones.
33465
33466 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33467
33468         * sys/osxvideo/Makefile.am:
33469         Workaround so that the osxvideo .so file gets linked with the
33470         Cocoa, OpenGL and QuickTime frameworks
33471
33472 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33473
33474         * sys/osxaudio/Makefile.am:
33475         Workaround so that the osxaudio .so file gets linked with the
33476         CoreAudio framework
33477
33478 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33479
33480         * configure.ac:
33481         Whoops, my fault...fixed build issues
33482
33483 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33484
33485         * configure.ac:
33486         Add objective-c support if running in Darwin/Mac OS X
33487         * sys/Makefile.am:
33488         * sys/osxvideo:
33489         * sys/osxvideo/Makefile.am:
33490         * sys/osxvideo/osxvideosink.h:
33491         * sys/osxvideo/osxvideosink.m:
33492         * sys/osxvideo/cocoawindow.h:
33493         * sys/osxvideo/cocoawindow.m:
33494         Add osxvideosink, a cocoa-based osx video sink
33495
33496
33497 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33498         * ext/dvdnav/gst-dvd:
33499         Grab the gconf key from the right spot
33500         * gst/debug/gstnavseek.c: (gst_navseek_init),
33501         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33502         (gst_navseek_chain):
33503         * gst/debug/gstnavseek.h:
33504           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33505           and loop parameters of a segment seek.
33506         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33507         (gst_videotestsrc_get_event_masks),
33508         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33509         * gst/videotestsrc/gstvideotestsrc.h:
33510           Add seeking support to videotestsrc
33511           Initialise the timestamp_offset variable.
33512
33513 2004-06-18  Wim Taymans  <wim@fluendo.com>
33514
33515         * ext/sidplay/gstsiddec.cc:
33516         Fix negotiation and set correct end offset.
33517
33518 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33519
33520         * configure.ac: branch and prerelease
33521
33522 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33523
33524         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33525         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33526         (gst_tcpclientsrc_init_receive):
33527         * gst/tcp/gsttcpclientsrc.h:
33528           read caps when connecting to server for GDP so we set them correctly
33529
33530 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33531
33532         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33533           notify drops and duplicates
33534         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33535           no good reason to limit ourselves to 100x100
33536
33537 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33538
33539         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33540         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33541         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33542         (gst_v4lsrc_get_property):
33543         * sys/v4l/gstv4lsrc.h:
33544         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33545         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33546         (gst_v4l_set_audio):
33547         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33548         (gst_v4lsrc_try_capture):
33549         * sys/v4l/v4lsrc_calls.h:
33550           change try_palette to more general try_capture
33551           add autoprobe option so we can turn off autoprobing
33552           various fixes
33553
33554 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33555
33556         * configure.ac:
33557           add videorate
33558         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33559         (gst_ximagesink_class_init):
33560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33561         (gst_xvimagesink_class_init):
33562           run them as finalize, not dispose, since dispose can be invoked
33563           multiple times
33564
33565 2004-06-17  Wim Taymans  <wim@fluendo.com>
33566
33567         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33568         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33569         * ext/alsa/gstalsa.h:
33570         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33571         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33572         (gst_alsa_src_change_state):
33573         * ext/alsa/gstalsasrc.h:
33574         Make the xrun code timestamp and offset the buffers correctly.
33575         moved the clock to the base class, use alsa methods to get time.
33576         Do correct timestamping on outgoing buffers.
33577
33578 2004-06-17  Wim Taymans  <wim@fluendo.com>
33579
33580         * gst/audiorate/Makefile.am:
33581         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33582         (gst_audiorate_base_init), (gst_audiorate_class_init),
33583         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33584         (gst_audiorate_set_property), (gst_audiorate_get_property),
33585         (gst_audiorate_change_state), (plugin_init):
33586         Added an audiorate converter that fills in gaps.
33587
33588 2004-06-17  Johan Dahlin  <johan@gnome.org>
33589
33590         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33591
33592 2004-06-16  Wim Taymans  <wim@fluendo.com>
33593
33594         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33596         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33597         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33598         (gst_v4lsrc_get_property):
33599         * sys/v4l/gstv4lsrc.h:
33600         Added a copy mode to v4lsrc where it will output a copied version
33601         of its internal hardware buffer.
33602         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33603         can't | them.
33604
33605 2004-06-16  Wim Taymans  <wim@fluendo.com>
33606
33607         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33608         Timestamp fixes.
33609
33610 2004-06-16  Wim Taymans  <wim@fluendo.com>
33611
33612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33613         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33614         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33615         (gst_v4lsrc_get_property):
33616         * sys/v4l/gstv4lsrc.h:
33617         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33618         Added a sync mode enum property to control v4lsrc timestamp method
33619         Removed the use-fixed-fps property and moved functionality in
33620         the enum.
33621         Don't error on an error value from v4l-conf, it might not always
33622         be a real error.
33623
33624 2004-06-16  Wim Taymans  <wim@fluendo.com>
33625
33626         * gst/videorate/Makefile.am:
33627         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33628         (gst_videorate_base_init), (gst_videorate_class_init),
33629         (gst_videorate_getcaps), (gst_videorate_link),
33630         (gst_videorate_init), (gst_videorate_chain),
33631         (gst_videorate_set_property), (gst_videorate_get_property),
33632         (gst_videorate_change_state), (plugin_init):
33633         Added a video timestamp corrector.
33634
33635 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33636
33637         fixed a potential leak with previous commit
33638
33639         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33640
33641 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33642
33643         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33644         Added missing refcount, fixes bug #144425
33645         Cheers Tim for finding the bug
33646
33647 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33648
33649         * sys/v4l/gstv4l.c: (plugin_init):
33650         * sys/v4l/gstv4lcolorbalance.c:
33651         * sys/v4l/gstv4lcolorbalance.h:
33652         * sys/v4l/gstv4lelement.c:
33653         * sys/v4l/gstv4lelement.h:
33654         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33655         * sys/v4l/gstv4lmjpegsink.h:
33656         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33657         * sys/v4l/gstv4lmjpegsrc.h:
33658         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33659         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33660         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33661         * sys/v4l/gstv4lsrc.h:
33662         * sys/v4l/gstv4ltuner.c:
33663         * sys/v4l/gstv4ltuner.h:
33664         * sys/v4l/gstv4lxoverlay.c:
33665         * sys/v4l/gstv4lxoverlay.h:
33666         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33667         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33668         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33669         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33670         (gst_v4l_set_audio):
33671         * sys/v4l/v4l_calls.h:
33672         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33673         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33674         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33675         (gst_v4lmjpegsink_playback_init),
33676         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33677         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33678         (gst_v4lmjpegsink_playback_stop),
33679         (gst_v4lmjpegsink_playback_deinit):
33680         * sys/v4l/v4lmjpegsink_calls.h:
33681         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33682         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33683         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33684         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33685         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33686         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33687         * sys/v4l/v4lmjpegsrc_calls.h:
33688         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33689         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33690         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33691         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33692         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33693         (gst_v4lsrc_try_palette):
33694         * sys/v4l/v4lsrc_calls.h:
33695           bunch of paranoia cleanups
33696
33697 2004-06-14  David Schleef  <ds@schleef.org>
33698
33699         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33700         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33701         Send discont events and change timestamps appropriately when
33702         we get a seek event.  (bug #144240)
33703         * ext/cdparanoia/gstcdparanoia.h:
33704
33705 2004-06-14  Benjamin Otte  <otte@gnome.org>
33706
33707         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33708           snd_pcm_hw_params_set_rate  since the latter fails for no good
33709           reason on some setups.
33710
33711 2004-06-14  David Schleef  <ds@schleef.org>
33712
33713         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33714         standard.  Thank you for playing.
33715
33716 2004-06-14  Wim Taymans  <wim@fluendo.com>
33717
33718         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33719         Patch 1.3 broke the ordering of the colorspace info and
33720         made the plugin basically work by coincidence, reordered
33721         the info.
33722
33723 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33724
33725         * ext/lame/gstlame.c:
33726         * ext/mad/gstmad.c:
33727           sync caps.  Make sure mad can only output a list of rates, not
33728           a full range.  In the future, have three caps lists for each of the
33729           mpeg versions.  Change mpegversion to a double as well.
33730
33731 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33732
33733         * gst/volume/.cvsignore:
33734         * gst/volume/Makefile.am:
33735         * gst/volume/demo.c: (value_changed_callback), (idler),
33736         (setup_gui), (main):
33737           added small demo app
33738
33739 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33740         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33741         * ext/esd/esdsink.h:
33742         Close the esd connection on pause, because esd will just wait -
33743         blocking all other esd clients indefinitely.
33744
33745 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33746
33747         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33748           previous commit with GST_DEBUG
33749
33750 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33751
33752         * configure.ac:
33753           add a header check for a dvdread header in dvdnav.  Fixes #133002
33754
33755 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33756
33757         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33758         * gst/tcp/gsttcpclientsink.h:
33759         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33760         * gst/tcp/gsttcpclientsrc.h:
33761         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33762         (gst_tcpserversink_handle_server_read),
33763         (gst_tcpserversink_init_send):
33764         * gst/tcp/gsttcpserversink.h:
33765         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33766         * gst/tcp/gsttcpserversrc.h:
33767         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33768         version of IP)
33769
33770 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33771
33772         * configure.ac:
33773         Added ogg library so that OSX detects libtheora properly
33774
33775 2004-06-11  Wim Taymans  <wim@fluendo.com>
33776
33777         * ext/theora/theoradec.c: (theora_dec_chain),
33778         (theora_dec_change_state):
33779         Don't try to decode frames before we received a keyframe.
33780
33781 2004-06-11  Wim Taymans  <wim@fluendo.com>
33782
33783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33784         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33785         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33786         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33787         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33788         Added property to set the maximum delay of a page.
33789
33790 2004-06-10  Wim Taymans  <wim@fluendo.com>
33791
33792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33793         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33794         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33795         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33796         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33797         Added max-delay property to control the maximum amount
33798         of data to put in one page.
33799
33800 2004-06-10  Wim Taymans  <wim@fluendo.com>
33801
33802         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33803         (gst_theora_enc_init), (theora_enc_sink_link),
33804         (theora_buffer_from_packet), (theora_enc_set_property),
33805         (theora_enc_get_property):
33806         Set duration on encoded buffer, added some more properties
33807
33808 2004-06-10  Wim Taymans  <wim@fluendo.com>
33809
33810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33811         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33812         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33813         * ext/theora/theoraenc.c: (theora_enc_chain):
33814         Fix refcounting bugs
33815
33816 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33817
33818         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33819         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33820         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33821         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33822         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33823         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33824         (gst_asf_demux_change_state):
33825         * gst/asfdemux/gstasfdemux.h:
33826           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33827           feels like. I think we should set a new requirement for demuxers
33828           from now on to implement sane loop functions, data loops, query
33829           and seek functions before first commit into CVS. And this commit
33830           fixes all of the above.
33831
33832 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33833
33834         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33835           vorbis comments are properly encoded in UTF-8 before adding them
33836           to a GstTagList
33837
33838 2004-06-09  Benjamin Otte  <otte@gnome.org>
33839
33840         * ext/alsa/gstalsa.c: (add_channels):
33841           handle min <= max correctly
33842         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33843         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33844           add fixation functions so we fixate correctly. No preferring of alaw
33845           anymore because it's the first structure.
33846         * ext/alsa/gstalsa.h:
33847         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33848         (gst_alsa_hw_params_dump):
33849           add functions to ease debugging in alsalib
33850         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33851         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33852         (gst_alsa_start_audio):
33853           only specify hw params if we really setup a format (fixes #134007 -
33854           or at least works around it)
33855
33856 2004-06-09  Wim Taymans  <wim@fluendo.com>
33857
33858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33859         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33860         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33861         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33862         (gst_ogg_mux_loop):
33863         Use stream caps to setup the initial pages in the ogg stream.
33864         Correctly set the streamheader caps on the srcpad.
33865
33866 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33867
33868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33869         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33870         (gst_v4lsrc_getcaps):
33871         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33872         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33873           add querying of fps lists for webcams.  Negotiating to a framerate
33874           now works.
33875
33876 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33877
33878         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33879         (theora_push_buffer), (theora_push_packet),
33880         (theora_set_header_on_caps), (theora_enc_chain):
33881           mark buffers and put on streamheader, raw theora streaming
33882           now works too, whee
33883
33884 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33885
33886         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33887         (gst_tcp_gdp_read_caps):
33888           do a looping read for caps and GDP headers too
33889
33890 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33891
33892         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33893         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33894           return EOS instead of NULL in _get
33895
33896 2004-06-08  Wim Taymans  <wim@fluendo.com>
33897
33898         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33899         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33900         (gst_tcp_gdp_write_caps):
33901         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33903         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33904         Memory leak fixes
33905
33906 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33907
33908         * ext/vorbis/Makefile.am:
33909         * ext/vorbis/vorbis.c: (plugin_init):
33910         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33911         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33912         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33913         (vorbis_parse_change_state):
33914         * ext/vorbis/vorbisparse.h:
33915           adding a vorbisparse element that marks the buffers, streaming
33916           raw vorbis using GDP now works, whee
33917
33918 2004-06-08  Wim Taymans  <wim@fluendo.com>
33919
33920         * ext/jpeg/Makefile.am:
33921         * ext/jpeg/README:
33922         * ext/jpeg/gstjpeg.c: (plugin_init):
33923         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33924         (gst_smokedec_base_init), (gst_smokedec_class_init),
33925         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33926         * ext/jpeg/gstsmokedec.h:
33927         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33928         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33929         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33930         (gst_smokeenc_resync), (gst_smokeenc_chain),
33931         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33932         * ext/jpeg/gstsmokeenc.h:
33933         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33934         (smokecodec_flush_destination), (smokecodec_term_destination),
33935         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33936         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33937         (smokecodec_term_source), (smokecodec_encode_new),
33938         (smokecodec_decode_new), (smokecodec_info_free),
33939         (smokecodec_set_quality), (smokecodec_get_quality),
33940         (smokecodec_set_threshold), (smokecodec_get_threshold),
33941         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33942         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33943         (smokecodec_parse_header), (smokecodec_decode):
33944         * ext/jpeg/smokecodec.h:
33945         Added a new simple jpeg based codec
33946
33947 2004-06-08  Wim Taymans  <wim@fluendo.com>
33948
33949         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33950         (gst_multipart_mux_loop):
33951         Fix memory leak
33952
33953 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33954
33955         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33956         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33957         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33958         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33959         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33960         * gst/tcp/gsttcpserversink.h:
33961           take streamheader into account
33962
33963 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33964
33965         * gst/level/Makefile.am:
33966         * gst/level/gstlevel.c: (gst_level_class_init):
33967           clean up marshal generation
33968
33969 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33970
33971         * gst/tcp/Makefile.am:
33972         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33973         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33974         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33975         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33976         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33977         (gst_tcpclientsrc_get_property):
33978         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33979         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33980         (gst_tcpserversink_handle_client_read),
33981         (gst_tcpserversink_handle_client_write),
33982         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33983         * gst/tcp/gsttcpserversink.h:
33984           add signals client-added and client-removed
33985         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33986         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33987         (gst_tcpserversrc_get_property):
33988         uniformized, change default protocol to NONE
33989         * gst/tcp/gsttcp-marshal.list: added
33990 2004-06-07  Benjamin Otte  <otte@gnome.org>
33991
33992         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33993           handle discont events if they happen before caps nego
33994
33995 2004-06-07  Wim Taymans  <wim@fluendo.com>
33996
33997         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33998         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33999         (gst_multipart_demux_plugin_init):
34000         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34001         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34002         (gst_multipart_mux_change_state):
34003         Small updates, fix a memleak
34004
34005 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34006
34007         * configure.ac: OSS portability
34008         * ext/arts/gst_arts.c: idem
34009         * sys/oss/gstosselement.c: idem
34010         * sys/oss/gstossmixer.c: idem
34011         * sys/oss/gstosssink.c: idem
34012         * sys/oss/gstosssrc.c: idem
34013         * sys/oss/oss_probe.c: idem
34014           - check for soundcard.h in different places for some BSD
34015
34016 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34017
34018         * AUTHORS:
34019         Add me to the authors file
34020         * configure.ac:
34021         Increase the libdv requirement to >= version 0.100
34022         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34023         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34024         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34025         * ext/dv/gstdvdec.h:
34026         Add support for the new_media flag when sending DISCONT events
34027         Make the querying work when video pad is not linked
34028
34029 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34030
34031         reviewed by Benjamin Otte  <otte@gnome.org>
34032
34033         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34034           create a NULL-initialized array of pads, so we don't think they
34035           exist already. (fixes #143130)
34036
34037 2004-06-07  Benjamin Otte  <otte@gnome.org>
34038
34039         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34040         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34041         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34042           don't use // coments
34043
34044 2004-06-07  Benjamin Otte  <otte@gnome.org>
34045
34046         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34047           cast to GstClockTime to get higher granularity
34048         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34049           use gst_element_set_time_delay to get the exact time
34050         * ext/mad/gstmad.c: (gst_mad_chain):
34051           use the negotiated rate instead of the current frame's rate which
34052           might be wrong because of bit errors. This avoids emitting totally
34053           bogus timestamps and screwing sync.
34054         (fixes #143454)
34055
34056 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34057
34058         reviewed by Benjamin Otte  <otte@gnome.org>
34059
34060         * gst/adder/gstadder.c: (gst_adder_loop):
34061           properly error out when no negotiation has happened yet. (fixes
34062           #143032)
34063
34064 2004-06-06  Benjamin Otte  <otte@gnome.org>
34065
34066         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34067           forward correctly transformed offset in discont events. Based on
34068           patch by Arwed v. Merkatz. (fixes #142851)
34069
34070 2004-06-06  David Schleef  <ds@schleef.org>
34071
34072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34073         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34074         problems on several systems.
34075
34076 2004-06-06  Benjamin Otte  <otte@gnome.org>
34077
34078         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34079           use explicit caps on the srcpad
34080         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34081           properly error out if caps couldn't be set (fixes #142764)
34082
34083 2004-06-06  Benjamin Otte  <otte@gnome.org>
34084
34085         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34086         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34087         (gst_alsa_start_audio):
34088           - don't call set_periods_integer anymore, it breaks the
34089           configuration randomly
34090           - call snd_pcm_hw_params_set_access directly instead of using masks
34091           - don't fail if the sw_params can't be set, just use the default
34092           params and hope it works. Alsalib has weird issues when you touch
34093           sw_params and does no proper error reporting about what failed.
34094         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34095         (gst_alsa_close_audio):
34096           make our alsa debugging go via gst debugging and not conditionally
34097           defined
34098         * ext/alsa/gstalsa.h:
34099           add ALSA_DEBUG_FLUSH macro
34100         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34101         (plugin_init):
34102           wrap alsa errors to be printed via the gst debugging system and not
34103           spammed to stderr
34104
34105 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34106
34107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34108         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34109         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34110         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34111         (qtdemux_parse_trak):
34112         * gst/qtdemux/qtdemux.h:
34113           Bitch. Also known as seeking, querying & co.
34114         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34115         (gst_osssink_change_state):
34116         * sys/oss/gstosssink.h:
34117           Resyncing is for weenies, this hack is no longer needed and was
34118           broken anyway (since it - unintendedly - always leaves resync to
34119           TRUE).
34120
34121 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34122
34123         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34124         * gst/tcp/gsttcpclientsrc.h: idem
34125           - define MSG_NOSIGNAL if not done
34126           - include unistd.h for off_t
34127           (fixes #143749)
34128
34129 2004-06-05  Benjamin Otte  <otte@gnome.org>
34130
34131         * configure.ac:
34132         * ext/kio/Makefile.am:
34133           check for qt's moc preprocessor explicitly and use it
34134
34135 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34136
34137         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34138           don't get a signal for EPIPE on socket writes
34139           (somebody check if this works on other platforms)
34140
34141 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34142
34143         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34144         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34145           check error condition on available samples correctly
34146
34147 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34148
34149         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34150           avoid a segfault
34151         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34152         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34153         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34154         (gst_tcpserversrc_gdp_read_header):
34155          use ssize_t over size_t since the former is signed and thus the
34156          check for error codes can work
34157
34158 2004-06-02  Wim Taymans  <wim@fluendo.com>
34159
34160         reviewed by: Johan
34161
34162         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34163         (gst_multipart_mux_loop):
34164         Oops
34165
34166 2004-06-02  Wim Taymans  <wim@fluendo.com>
34167
34168         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34169         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34170         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34171         (gst_multipart_mux_change_state):
34172         Added configurable boundary specifier, added the value as a
34173         caps field as well.
34174
34175 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34176
34177         * gst/tcp/gsttcp.c:
34178         * gst/tcp/gsttcpclientsrc.c:
34179         * gst/tcp/gsttcpclientsrc.h:
34180         * gst/tcp/gsttcpserversrc.c:
34181           - portability fix, to compile on OSX
34182             (fixes #143146)
34183
34184         * sys/osxaudio/gstosxaudioelement.c:
34185         * sys/osxaudio/gstosxaudiosink.c:
34186         * sys/osxaudio/gstosxaudiosrc.c:
34187           - compilation warnings on OSX
34188             (fixes #143153)
34189
34190 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34191
34192         * ext/vorbis/vorbisdec.c : sign warning fixes
34193
34194         * gst-libs/gst/mixer/mixertrack.c :
34195           do no use defines which are glib 2.4 specific
34196
34197 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34198
34199         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34200           buffer since libflac doesn't expect it (reports a sync error when
34201           it encounters that)
34202
34203
34204 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34205
34206         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34207         * gst-libs/gst/mixer/mixertrack.c:
34208         (gst_mixer_track_get_property), (get_mixer_track_init),
34209         (get_mixer_track_get_property): Added property accessors
34210         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34211         * gst-libs/gst/mixer/mixeroptions.c:
34212         (gst_mixer_options_get_values): Added
34213         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34214         * gst-libs/gst/mixer/mixer.c: Fixed comment
34215
34216
34217 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34218
34219         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34220           improve error messages on open
34221
34222
34223 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34224
34225         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34226           check if v4l-conf is in path
34227
34228 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34229
34230         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34231           change assert to a more readable error message
34232
34233 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34234
34235         * gst-libs/gst/tuner/tunerchannel.h:
34236           - add a freq_multiplicator field to make the conversion
34237             between internal frequency unit and Hz
34238         * sys/v4l/gstv4lelement.c:
34239         * sys/v4l2/gstv4l2element.c:
34240           - change default video device to /dev/video0
34241         * sys/v4l/v4l_calls.c:
34242         * sys/v4l2/v4l2_calls.c:
34243           - we only expose frequency to the user in Hz instead of
34244             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34245
34246 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34247         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34248           Initialise b_o_s and e_o_s variables
34249         * gst-libs/gst/riff/riff-media.c:
34250         (gst_riff_create_video_caps_with_data):
34251           Add some unusual fourcc's from mplayer avi's
34252         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34253           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34254           autoplugging.
34255
34256 2004-05-28  Wim Taymans  <wim@fluendo.com>
34257
34258         * configure.ac:
34259         * gst/alpha/Makefile.am:
34260         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34261         (gst_alpha_get_type), (gst_alpha_base_init),
34262         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34263         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34264         (gst_alpha_chroma_key), (gst_alpha_chain),
34265         (gst_alpha_change_state), (plugin_init):
34266         A plugin to add an alpha channel to I420 video. Can optionally do
34267         chroma keying.
34268         * gst/multipart/Makefile.am:
34269         * gst/multipart/multipart.c: (plugin_init):
34270         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34271         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34272         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34273         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34274         (gst_multipart_demux_change_state),
34275         (gst_multipart_demux_plugin_init):
34276         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34277         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34278         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34279         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34280         (gst_multipart_mux_pad_unlink),
34281         (gst_multipart_mux_request_new_pad),
34282         (gst_multipart_mux_handle_src_event),
34283         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34284         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34285         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34286         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34287         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34288         send multipart jpeg images to a browser.
34289         * gst/videobox/Makefile.am:
34290         * gst/videobox/README:
34291         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34292         (gst_video_box_get_type), (gst_video_box_base_init),
34293         (gst_video_box_class_init), (gst_video_box_init),
34294         (gst_video_box_set_property), (gst_video_box_get_property),
34295         (gst_video_box_sink_link), (gst_video_box_i420),
34296         (gst_video_box_ayuv), (gst_video_box_chain),
34297         (gst_video_box_change_state), (plugin_init):
34298         Crops or adds borders around an image. can do alpha channel
34299         borders as well.
34300         * gst/videomixer/Makefile.am:
34301         * gst/videomixer/README:
34302         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34303         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34304         (gst_videomixer_pad_get_sink_event_masks),
34305         (gst_videomixer_pad_get_property),
34306         (gst_videomixer_pad_set_property),
34307         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34308         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34309         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34310         (gst_videomixer_base_init), (gst_videomixer_class_init),
34311         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34312         (gst_videomixer_handle_src_event),
34313         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34314         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34315         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34316         (gst_videomixer_loop), (gst_videomixer_get_property),
34317         (gst_videomixer_set_property), (gst_videomixer_change_state),
34318         (plugin_init):
34319         Generic video mixer plugin, can handle multiple inputs all with
34320         different framerates and video sizes. Is fully alpha channel
34321         aware.
34322
34323 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34324
34325         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34326           Select first track as master track. Not sure how else to handle
34327           that...
34328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34329           Discard discont events. Should fix #142962.
34330
34331 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34332
34333         * ext/alsa/Makefile.am:
34334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34335         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34336         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34337         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34338         (gst_alsa_mixer_get_option):
34339         * ext/alsa/gstalsamixer.h:
34340         * ext/alsa/gstalsamixeroptions.c:
34341         (gst_alsa_mixer_options_get_type),
34342         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34343         (gst_alsa_mixer_options_new):
34344         * ext/alsa/gstalsamixeroptions.h:
34345         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34346         * ext/alsa/gstalsamixertrack.h:
34347           Add enumerations (as GstMixerOptions). Make correct distinction
34348           between input/output tracks. Add capture/playback private flag.
34349           Use flag to decide on whether to set capture or playback volumes
34350           or switches. Use playback and record switches.
34351         * gst-libs/gst/mixer/Makefile.am:
34352         * gst-libs/gst/mixer/mixer-marshal.list:
34353         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34354         (gst_mixer_set_option), (gst_mixer_get_option),
34355         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34356         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34357         * gst-libs/gst/mixer/mixer.h:
34358         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34359         (gst_mixer_options_class_init), (gst_mixer_options_init),
34360         (gst_mixer_options_dispose):
34361         * gst-libs/gst/mixer/mixeroptions.h:
34362           Add GstMixerOptions.
34363         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34364           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34365           broken device detection on computers with multiple OSS sound
34366           cards.
34367
34368 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34369
34370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34371           fixate nicely even when the peer is not negotiating
34372
34373 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34374
34375         * gst/audioconvert/gstaudioconvert.c:
34376         (gst_audio_convert_parse_caps):
34377           make sure we don't allow depth > width
34378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34379           fixate endianness to G_BYTE_ORDER as default
34380         * gst/audioscale/gstaudioscale.c:
34381           we don't handle another endianness as host-endianness
34382
34383 2004-05-25  David Schleef  <ds@schleef.org>
34384
34385         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34386
34387 2004-05-24  Benjamin Otte  <otte@gnome.org>
34388
34389         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34390         (gst_oggvorbisenc_setup):
34391           properly fail when we can't setup the vorbis encoder due to
34392           unsupported settings
34393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34394         (gst_vorbisenc_setup):
34395           same
34396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34397           fix case where warnings occured when one pad was unlinked while the
34398           other's link function was called
34399
34400 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34401
34402         * gst/tcp/Makefile.am:
34403           use GST_ENABLE_NEW
34404
34405 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34406
34407         * gst-libs/gst/resample/private.h:
34408           don't use optimizations that are #if 0'ed
34409
34410 2004-05-24  Wim Taymans  <wim@fluendo.com>
34411
34412         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34413         Fix potential division by zero error and hopefully get
34414         the position query right to get correct timestamps on avi
34415         audio.
34416
34417 2004-05-24  Wim Taymans  <wim@fluendo.com>
34418
34419         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34420         (gst_videoscale_scale_nearest_str2),
34421         (gst_videoscale_scale_nearest_str4),
34422         (gst_videoscale_scale_nearest_32bit),
34423         (gst_videoscale_scale_nearest_24bit),
34424         (gst_videoscale_scale_nearest_16bit):
34425         Fix the scaling algorithm and avoid a buffer overflow.
34426         removed the while loop in the scaling function as it
34427         was used for point sampling only.
34428
34429 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34430
34431         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34432         (gst_id3_tag_class_init), (gst_id3_tag_init),
34433         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34434         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34435         (gst_id3_tag_send_tag_event):
34436           lots of fixes to make id3mux work and id3demux work correctly
34437
34438 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34439
34440         * ext/Makefile.am:
34441           add rules to build shout2send (was removed by accident
34442           when this module was no more marked experimental/broken)
34443
34444 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34445
34446         * ext/shout2/gstshout2.c:
34447         * ext/shout2/gstshout2.h:
34448           adding a "connection problem" signal to shout2send
34449           (fixes #142954)
34450
34451 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34452
34453         * ext/kio/kioreceiver.cpp:
34454         * ext/kio/kioreceiver.h:
34455           fix sign comparison issues
34456
34457 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34458
34459         * gst/cdxaparse/gstcdxaparse.c:
34460         * gst/cdxaparse/gstcdxaparse.h:
34461           some renaming
34462           add some checks/sanity
34463           prepare for seek addition
34464
34465         * sys/sunaudio/gstsunaudio.c:
34466           remove exported dupe init function
34467
34468 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34469
34470         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34471         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34472           Fix format conversion and position querying.
34473         * gst/debug/progressreport.c: (gst_progressreport_report):
34474           Don't output a bogus total value that we didn't query.
34475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34476           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34477           only a blank window after xine has been used.
34478
34479 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34480
34481         * m4/as-arts.m4:
34482           sync with upstream version to fix test on FC2
34483           readd with -ko to preserve Id header
34484
34485 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34486
34487         * configure.ac:
34488           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34489         * gst/tcp/gsttcpclientsrc.c: idem
34490         * gst/tcp/gsttcpserversink.c: idem
34491         * gst/tcp/gsttcpserversrc.c: idem
34492         * m4/gst-fionread.m4: idem
34493
34494         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34495
34496         * configure.ac: enable speex plugin for speex 1.1.5+
34497         * ext/speex/gstspeexenc.c: fix cast warning
34498
34499         * ext/esd/README: fix typo
34500
34501 2004-05-20  David Schleef  <ds@schleef.org>
34502
34503         * configure.ac: Minor cosmetic change to convince the buildbot to
34504         reautogen.
34505         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34506         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34507         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34508         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34509         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34510         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34511         More hacking.  Plays audio now.
34512
34513 2004-05-20  David Schleef  <ds@schleef.org>
34514
34515         * configure.ac:
34516         * sys/Makefile.am:
34517
34518 2004-05-20  David Schleef  <ds@schleef.org>
34519
34520         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34521         * sys/osxaudio/gstosxaudio.c:
34522         * sys/osxaudio/gstosxaudioelement.c:
34523         * sys/osxaudio/gstosxaudioelement.h:
34524         * sys/osxaudio/gstosxaudiosink.c:
34525         * sys/osxaudio/gstosxaudiosink.h:
34526         * sys/osxaudio/gstosxaudiosrc.c:
34527         * sys/osxaudio/gstosxaudiosrc.h:
34528
34529 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34530
34531         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34532         (gst_vorbisenc_chain):
34533           put the codec headers on the caps as streamheader as well as
34534           pushing them out
34535
34536 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34537
34538         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34539         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34540         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34541         split up push_packet into two functions
34542
34543 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34544
34545         * gst/tcp/.cvsignore:
34546           ignore enums
34547         * gst/tcp/Makefile.am:
34548         * gst/tcp/README:
34549         * gst/tcp/gsttcp.c:
34550         * gst/tcp/gsttcp.h:
34551         * gst/tcp/gsttcpclientsink.c:
34552         * gst/tcp/gsttcpclientsink.h:
34553         * gst/tcp/gsttcpclientsrc.c:
34554         * gst/tcp/gsttcpclientsrc.h:
34555         * gst/tcp/gsttcpplugin.c:
34556         * gst/tcp/gsttcpserversink.c:
34557         * gst/tcp/gsttcpserversink.h:
34558         * gst/tcp/gsttcpserversrc.c:
34559         * gst/tcp/gsttcpserversrc.h:
34560           add new tcp elements
34561
34562 2004-05-19  Wim Taymans  <wim@fluendo.com>
34563
34564         * gst/law/mulaw-conversion.c: (mulaw_encode):
34565         Fix overflow bug in ulaw encoding.
34566
34567 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34568
34569         * ext/mad/gstmad.c: (gst_mad_handle_event):
34570           don't unref the event twice
34571
34572 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34573
34574         * configure.ac:
34575           remove -Wno-sign-compare
34576
34577 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34578
34579         * configure.ac:
34580           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34581           if you want to work against glib 2.2 and 2.4
34582
34583 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34584
34585         * gst/tcp/Makefile.am:
34586         * gst/tcp/gsttcp.c:
34587         * gst/tcp/gsttcp.h:
34588         * gst/tcp/gsttcpsink.h:
34589         * gst/tcp/gsttcpsrc.h:
34590           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34591
34592 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34593
34594         * gst/debug/tests.c: (md5_get_value):
34595           fix segfault on gst-inspect
34596
34597 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34598
34599         * gst/debug/testplugin.c:
34600         * gst/debug/tests.c:
34601         * gst/debug/tests.h:
34602           add new extensible and configurable testing element. Current tests
34603           include buffer count, stream length, timestamp/duration matching and
34604           md5.
34605         * gst/debug/Makefile.am:
34606         * gst/debug/gstdebug.c: (plugin_init):
34607           add infrastructure for new element
34608
34609 2004-05-19  Johan Dahlin  <johan@gnome.org>
34610
34611         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34612         ending of the array. Fixes gst-inspect segfault on ppc.
34613
34614 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34615
34616         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34617
34618         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34619
34620 2004-05-18  David Schleef  <ds@schleef.org>
34621
34622         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34623         warnings (bugs, actually) noticed by gcc but not forte.
34624
34625 2004-05-18  David Schleef  <ds@schleef.org>
34626
34627         * sys/sunaudio/Makefile.am:
34628         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34629
34630 2004-05-18  David Schleef  <ds@schleef.org>
34631
34632         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34633         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34634         to allow qtdemux to use non-seekable streams. (bug #142272)
34635
34636 2004-05-18  David Schleef  <ds@schleef.org>
34637
34638         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34639         (gst_resample_sinc_ft_float): Remove use of static temporary
34640         buffer.  This code was obviously not supposed to last long, but
34641         it's stuck in our ABI, so it required a little hack to make it
34642         ABI-compatible.  Fixes #142585.
34643         * gst-libs/gst/resample/resample.h: same.
34644
34645 2004-05-18  David Schleef  <ds@schleef.org>
34646
34647         * configure.ac: Add sunaudio
34648         * examples/Makefile.am: make gstplay depend on gconf
34649         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34650         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34651         (convert_table_lookup), (img_convert): remove c99-isms
34652         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34653           unsigned, to fix a warning on Solaris
34654         * gst/mpeg1sys/systems.c: bcopy->memcpy
34655         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34656         * sys/Makefile.am: Add sunaudio
34657
34658 2004-05-18  Wim Taymans  <wim@fluendo.com>
34659
34660         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34661         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34662         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34663         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34664         (gst_ogg_mux_loop):
34665         Fix an ugly memleak where the muxer didn't flush enough ogg
34666         pages. This also resulted in badly muxed ogg files.
34667
34668 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34669
34670         * gst/asfdemux/asfheaders.c :
34671         * gst/asfdemux/asfheaders.h :
34672         * gst/asfdemux/gstasfdemux.c :
34673           - fix ASF_OBJ_PADDING guid
34674           - add 3 new object guids (language list, metadata,
34675             extended stream properties)
34676           - add a function to parse extended header objects
34677
34678 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34679
34680         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34681           remove leftover debugging g_print
34682
34683 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34684
34685         * ext/mad/gstmad.c: (gst_mad_handle_event):
34686           Fix for when the first format in a discont event is not a
34687           byte-based one. Should fix #137710.
34688
34689 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34690
34691         * m4/a52.m4 : fix compilation with -Wall -Werror
34692         * m4/libfame.m4 : idem
34693         * m4/libmikmod.m4 : idem
34694
34695 2004-05-17  Benjamin Otte  <otte@gnome.org>
34696
34697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34698           signal the new tags before giving up the reference
34699
34700 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34701
34702         * ext/shout2/gstshout2.c:
34703           use application/ogg instead of application/x-ogg (patch by Patrick
34704           Guimond, fixes #142432)
34705         * sys/oss/gstosselement.c: (gst_osselement_reset),
34706         (gst_osselement_sync_parms):
34707           don't set fragment size unless specified (fixes #142493)
34708
34709 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34710
34711         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34712           fixes #142664
34713
34714 2004-05-17  Benjamin Otte  <otte@gnome.org>
34715
34716         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34717           compute offsets correctly for internal buffers so timestamps are set
34718           correctly when we can't seek. Also handle cases where there are no
34719           offsets. (based on a patch by David Moore, fixes #142507)
34720
34721 2004-05-17  Benjamin Otte  <otte@gnome.org>
34722
34723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34724           use correct variable when determining amount of data to skip so we
34725           don't skip into the void and segfault
34726
34727 2004-05-16  Benjamin Otte  <otte@gnome.org>
34728
34729         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34730           Hi, I'm a memleak
34731
34732 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34733
34734         * gst/asfdemux/gstasfdemux.c:
34735           - fix a mem leak and always propagate tags
34736           - add WMV3 to known video codecs (but no decoder yet)
34737           - replace "surplus data" at end of audio header for what
34738             it is : codec specific data
34739           - fix a typo
34740
34741 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34742
34743         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34744
34745         * gst-libs/gst/audio/audioclock.c:
34746           Fix wrong return type (#142205).
34747
34748 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34749
34750         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34751           Ignore CRCs by default (fixes #142566).
34752
34753 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34754
34755         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34756         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34757         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34758         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34759         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34760         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34761           Fix for cases where we fail to attach to a mixer.
34762
34763 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34764
34765         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34766           Don't touch events after not owning them anymore.
34767         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34768         (gst_wavparse_fmt), (gst_wavparse_other),
34769         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34770         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34771         (gst_wavparse_srcpad_event):
34772         * gst/wavparse/gstwavparse.h:
34773           Add seeking, fix querying.
34774
34775 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34776
34777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34778           - process comments even if they don't end with \0\0
34779             g_convert would ignore them if present and works well without them
34780
34781 2004-05-16  Benjamin Otte  <otte@gnome.org>
34782
34783         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34784           simplify caps
34785
34786 2004-05-16  Benjamin Otte  <otte@gnome.org>
34787
34788         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34789           don't write to memory we might not write to - g_convert does that
34790           for us anyway (fixes #142613)
34791         (gst_asf_demux_audio_caps):
34792           comment out gst_util_dump_mem
34793
34794 2004-05-16  Benjamin Otte  <otte@gnome.org>
34795
34796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34797           compute correct expected timestamps after seek (broken since
34798           last commit)
34799         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34800           rename element and debugging category to gdkpixbufscale
34801
34802 2004-05-16  Benjamin Otte  <otte@gnome.org>
34803
34804         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34805           add error checking to snd_pcm_delay and remove duplicate call to
34806           snd_pcm_delay that caused issues (see inline code comments)
34807         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34808           make more readable and fix return value when snd_pcm_delay fails
34809         (fixes #142586)
34810
34811 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34812         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34813         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34814         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34815         (gst_pixbufscale_link), (gst_pixbufscale_init),
34816         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34817         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34818         (gst_pixbufscale_get_property), (pixbufscale_init):
34819         * ext/gdk_pixbuf/pixbufscale.h:
34820         Add these files I forgot earlier
34821
34822 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34823         * ext/gdk_pixbuf/Makefile.am:
34824         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34825         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34826         Add new pixbufscale element to scale RGB video
34827         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34828         and HYPER interpolation correctly.
34829         * ext/theora/theoraenc.c: (theora_enc_chain),
34830         Discard buffer and return if explicit caps could not be set
34831         (theora_enc_get_property):
34832         Make _get return kbps for the bitrate consistent with
34833         the _set function.
34834
34835
34836 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34837
34838         * ext/libvisual/visual.c: (gst_visual_chain):
34839           add missing visual_audio_analyze
34840
34841 2004-05-14  David Schleef  <ds@schleef.org>
34842
34843         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34844         is killed while we're playing.
34845         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34846         gst_element_no_more_pads().
34847
34848 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34849
34850         * gst-libs/gst/riff/riff-read.c :
34851           - fix INFO tag extraction in RIFF/AVI files
34852             because gst_event_unref (event) also freed taglist
34853           - avoid a mem leak
34854
34855 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34856
34857         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34858         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34859
34860         * gst/auparse/gstauparse.c :
34861           - add code (commented for now) to support audio/x-adpcm on src pad
34862             (we have no decoder for those layout yet)
34863
34864         * gst/cdxaparse/gstcdxaparse.c :
34865         * gst/cdxaparse/gstcdxaparse.h :
34866           - partial rewrite using RiffRead (ripped iain's wavparse code)
34867
34868         * gst/rtp/gstrtpL16enc.c : typo
34869         * gst/rtp/gstrtpgsmenc.c : typo
34870
34871 2004-05-13  Benjamin Otte  <otte@gnome.org>
34872
34873         * configure.ac:
34874           check for exact version of libvisual, it's not supposed to be
34875           API/ABI stable yet
34876
34877 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34878
34879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34880           signal no-more-pads
34881
34882 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34883
34884         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34885         Report which format was used for GST_FORMAT_DEFAULT
34886         * gst/debug/Makefile.am:
34887         * gst/debug/gstdebug.c: (plugin_init):
34888         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34889         (gst_progressreport_class_init), (gst_progressreport_init),
34890         (gst_progressreport_report), (gst_progressreport_set_property),
34891         (gst_progressreport_get_property), (gst_progressreport_chain),
34892         (gst_progressreport_plugin_init):
34893         Add progressreport element for testing.
34894
34895 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34896
34897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34898         * sys/v4l/gstv4lsrc.h:
34899         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34900         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34901         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34902         (gst_v4lsrc_grab_frame):
34903           add more debugging
34904           send a discont at start
34905
34906 2004-05-12  Colin Walters  <walters@redhat.com>
34907
34908         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34909         inflooping if we can't find a chunk.  Or in other words, don't blow
34910         chunks if we don't have a chunk to blow.
34911
34912 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34913         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34914         Remove old debug output
34915         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34916         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34917         (gst_dvdec_set_property), (gst_dvdec_get_property):
34918         Change the quality setting to an enum, so it works from gst-launch
34919         Don't renegotiate a non-linked pad. Allows audio only decoding.
34920         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34921         (gst_deinterlace_link), (gst_deinterlace_init):
34922         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34923         (gst_videodrop_link):
34924         Some caps negotiation fixes
34925
34926 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34927
34928         * ext/tarkin/gsttarkin.c :
34929           - Change RANK from NONE to PRIMARY
34930         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34931           - Change RANK from NONE to MARGINAL
34932         * ext/divx/gstdivxenc.c :
34933           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34934
34935 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34936
34937         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34938         (gst_vorbisenc_push_packet):
34939           copy a function that was added between 1.0 and 1.0.1 until we
34940           depend on worthwhile features of post-1.0
34941
34942 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34943
34944         * configure.ac:
34945           enable shout2 by default
34946         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34947         (gst_shout2send_base_init), (gst_shout2send_init),
34948         (gst_shout2send_connect), (gst_shout2send_change_state):
34949         * ext/shout2/gstshout2.h:
34950           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34951           #142262)
34952         * ext/theora/theora.c: (plugin_init):
34953           don't set rank on encoders
34954
34955 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34956
34957         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34958           Use codec_data property instead of flag1 and flag2 for wma
34959
34960 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34961
34962         * gst/cdxaparse/gstcdxaparse.c :
34963           - Add mpegversion to CAPS to make it link
34964           - Rank is as GST_RANK_SECONDARY instead of NONE
34965         * gst/auparse/gstauparse.c :
34966           - Document all audio encoding we can encounter from Solaris 9
34967             headers and libsndfile information.
34968           - Increase max. rate from 48000 to 192000 (to match other elements)
34969           - Don't try to play junk data between header and samples
34970
34971 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34972
34973         * ext/libvisual/visual.c: (gst_visual_getcaps):
34974           use the right caps depending on endianness (I hope)
34975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34976           use GST_RANK_NONE for all non-decoding elements or spider gets
34977           mighty confused
34978
34979 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34980
34981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34982           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34983
34984 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34985
34986         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34987         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34988         (gst_switch_loop), (gst_switch_get_type):
34989           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34990           HEADERS. Had to be said.
34991
34992 2004-05-10  David Schleef  <ds@schleef.org>
34993
34994         * configure.ac: Add prototype Dirac support.
34995         * ext/Makefile.am:
34996         * ext/dirac/Makefile.am:
34997         * ext/dirac/gstdirac.cc:
34998         * ext/dirac/gstdiracdec.cc:
34999
35000 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35001
35002         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35003         (gst_auparse_init), (gst_auparse_chain),
35004         (gst_auparse_change_state):
35005           Hack around spider. Remove me some day please.
35006
35007 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35008
35009         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35010           Fix for some uninitialized variables in previous patch, also
35011           makes it work. Fixes #142286 while we're at it.
35012
35013 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35014
35015         * gst/auparse/gstauparse.c:
35016                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35017                 only unsupported formats are ADPCM/CCITT G.72x
35018                 reviewed by Ronald
35019         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35020
35021 2004-05-10  Wim Taymans  <wim@fluendo.com>
35022
35023         * ext/vorbis/Makefile.am:
35024         * ext/vorbis/README:
35025         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35026         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35027         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35028         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35029         (gst_oggvorbisenc_convert_sink),
35030         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35031         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35032         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35033         (get_constraints_string), (update_start_message),
35034         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35035         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35036         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35037         * ext/vorbis/oggvorbisenc.h:
35038         * ext/vorbis/vorbis.c: (plugin_init):
35039         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35040         (raw_caps_factory), (gst_vorbisenc_class_init),
35041         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35042         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35043         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35044         * ext/vorbis/vorbisenc.h:
35045         Added a raw vorbis encoder to be used with the oggmuxer.
35046         We still need the old encoder for some gnome applications,
35047         read the README to find out how that works.
35048         The raw encoder is called "rawvorbisenc" until 0.9.
35049
35050 2004-05-10  Wim Taymans  <wim@fluendo.com>
35051
35052         * ext/ogg/gstogg.c: (plugin_init):
35053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35054         (gst_ogg_print):
35055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35056         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35057         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35058         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35059         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35060         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35061         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35062         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35063         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35064         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35065         Added an ogg muxer.
35066         Small typo fixes in the demuxer.
35067
35068 2004-05-10  Wim Taymans  <wim@fluendo.com>
35069
35070         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35071         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35072         (theora_enc_change_state), (theora_enc_set_property),
35073         (theora_enc_get_property):
35074         Mark the last packet with an EOS flag which is not really needed
35075         in gstreamer.
35076         Do some better video framerate initialisation.
35077         Update the buffer timestamp.
35078
35079 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35080
35081         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35082         Return the result of the parent state change call
35083
35084 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35085
35086         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35087         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35088         * gst/law/alaw-encode.c : (idem)
35089         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35090         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35091         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35092
35093 2004-05-09  Benjamin Otte  <otte@gnome.org>
35094
35095         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35096           don't use a fixed buffer size when writing variable length data to
35097           it. Fixes memory corruption and makes alsasrc work
35098
35099 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35100
35101         * ext/gnomevfs/gstgnomevfssink.c:
35102         (_gst_boolean_allow_overwrite_accumulator),
35103         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35104           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35105           RUN_LAST, and don't use that to set the accumulator value because
35106           then it's always FALSE.
35107
35108 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35109
35110         * gst-libs/gst/riff/riff-media.c:
35111         (gst_riff_create_video_caps_with_data),
35112         (gst_riff_create_audio_caps),
35113         (gst_riff_create_audio_template_caps):
35114         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35115           Fix for unaligned RIFF files (i.e. where all the chunks together
35116           in a LIST chunk are not of the same size as the size given in
35117           the LIST chunk header). Fixes several odd WAVE files. Also fix
35118           ADPCM (block_align property) in audio, so that wavparse based
35119           on this works now as it used to stand-alone.
35120
35121 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35122
35123         reviewed by Benjamin Otte  <otte@gnome.org>
35124
35125         * ext/a52dec/gsta52dec.c:
35126         * ext/divx/gstdivxdec.c:
35127         * ext/divx/gstdivxenc.c:
35128         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35129         * ext/faac/gstfaac.c: (gst_faac_base_init):
35130         * ext/faad/gstfaad.c: (gst_faad_base_init):
35131         * ext/ivorbis/vorbisfile.c:
35132         * ext/lame/gstlame.c:
35133         * ext/libfame/gstlibfame.c:
35134         * ext/mpeg2enc/gstmpeg2enc.cc:
35135         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35136         * ext/sidplay/gstsiddec.cc:
35137         * ext/speex/gstspeexdec.c:
35138         * ext/speex/gstspeexenc.c:
35139         * ext/xvid/gstxviddec.c:
35140         * ext/xvid/gstxvidenc.c:
35141           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35142           (fixes #142193)
35143
35144 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35145
35146         * ext/alsa/gstalsa.c: (device_list),
35147         (gst_alsa_class_probe_devices):
35148         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35149           Fix alsa oddness in mixer after the combination of using mixer
35150           in source/sink elements and using hw:x,y instead of just hw:x.
35151
35152 2004-05-09  Benjamin Otte  <otte@gnome.org>
35153
35154         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35155         (gst_wavparse_create_sourcepad):
35156           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35157           sourcepads
35158
35159 2004-05-09  Benjamin Otte  <otte@gnome.org>
35160
35161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35162           allow discont events before caps nego
35163
35164 2004-05-08  Benjamin Otte  <otte@gnome.org>
35165
35166         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35167           don't leak events
35168
35169 2004-05-08  Benjamin Otte  <otte@gnome.org>
35170
35171         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35172         (gst_level_change_state), (gst_level_init):
35173         * gst/level/gstlevel.h:
35174           figure out if we're initialized directly instead of keeping a
35175           variable that's wrong in 90% of cases
35176           don't initialize pads and then leak them and use a new unitialized
35177           pad. (fixes #142084)
35178           these were bugs so n00bish I didn't find them for an hour :/
35179
35180 2004-05-08 Iain <iain@prettypeople.org>
35181
35182         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35183         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35184         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35185         return the length that was read.
35186         (gst_riff_read_strf_auds): Allow fmt tags as well.
35187
35188 2004-05-07  David Schleef  <ds@schleef.org>
35189
35190         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35191         signed char assumption in faad.h.
35192
35193 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35194
35195         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35196           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35197
35198 2004-05-07  Colin Walters  <walters@redhat.com>
35199
35200         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35201         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35202         function.
35203         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35204         Add dispose function.
35205
35206 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35207         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35208           Fix caps nego and pad templates. RGB mode caps should
35209           work now.
35210         * ext/dvdnav/gst-dvd:
35211           Move mpeg2dec inside the thread because otherwise the
35212           queue rejects cap changes mid-stream
35213         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35214         (gst_mpeg2dec_flush_decoder):
35215           For mpeg2dec > 0.4.0, call the flush function instead of
35216           manually extracting all in-flight frames.
35217         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35218         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35219           Change mime type video/dv go video/x-dv to match the
35220           rest of gst-plugins
35221
35222 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35223
35224         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35226         (gst_alsa_sink_class_init):
35227         * ext/alsa/gstalsasink.h:
35228         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35229         (gst_alsa_src_class_init):
35230         * ext/alsa/gstalsasrc.h:
35231           Make alsasink/src a subclass of alsamixer so that mixer stuff
35232           shows up in gst-rec. Needs some finetuning.
35233
35234 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35235
35236         * ext/lame/gstlame.c: (gst_lame_chain):
35237           simplify
35238         * ext/mad/gstmad.c: (gst_mad_handle_event):
35239           fix event leak
35240         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35241           be able to detect mp3 files < 4096 bytes
35242
35243 2004-05-06  Wim Taymans  <wim@fluendo.com>
35244
35245         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35246         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35247         (theora_enc_set_property), (theora_enc_get_property):
35248         Also encode the first frame, cleanup some code.
35249
35250 2004-05-06  Wim Taymans  <wim@fluendo.com>
35251
35252         * ext/mpeg2enc/gstmpeg2enc.cc:
35253         Forward events first before deciding that negotiation was
35254         not performed.
35255
35256 2004-05-06  Wim Taymans  <wim@fluendo.com>
35257
35258         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35259         First process the events before deciding that negotiation
35260         was not performed.
35261
35262 2004-05-06  Wim Taymans  <wim@fluendo.com>
35263
35264         * ext/theora/Makefile.am:
35265         * ext/theora/theora.c: (plugin_init):
35266         * ext/theora/theoradec.c: (theora_dec_change_state):
35267         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35268         (gst_theora_enc_class_init), (gst_theora_enc_init),
35269         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35270         (theora_enc_chain), (theora_enc_change_state),
35271         (theora_enc_set_property), (theora_enc_get_property):
35272         Added a theora encoder, grouped the encoder and decoder into the
35273         same plugin.
35274
35275 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35276
35277         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35278         (gst_jpegenc_chain):
35279         fix DURATION on outgoing buffers
35280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35281         debug using time formats
35282         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35284         (gst_xvimagesink_sink_link):
35285         windows with width/height 0 generate X errors, so don't allow them
35286
35287 2004-05-05  Wim Taymans  <wim@fluendo.com>
35288
35289         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35290         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35291         (gst_mpeg2dec_negotiate_format):
35292         * ext/mpeg2dec/gstmpeg2dec.h:
35293           removed the static pad template so that we can add the
35294           more accurate framerate value to the caps.
35295
35296
35297 2004-05-04  Benjamin Otte  <otte@gnome.org>
35298
35299         * configure.ac:
35300           check for kdemacros.h, too (should fix #141821)
35301         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35302           don't crash if no header was sent, but nicely error out (fixes part
35303           of #141554)
35304
35305 2004-05-04  Wim Taymans  <wim@fluendo.com>
35306
35307         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35308         parent dispose function to avoid segfault on destroy.
35309
35310 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35311
35312         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35313         (plugin_init):
35314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35315         (gst_xvimagesink_sink_link):
35316         clean up debugging caps
35317         also recreate xvimage when format has changed
35318
35319 2004-05-04  Benjamin Otte  <otte@gnome.org>
35320
35321         * ext/libvisual/Makefile.am:
35322         * ext/libvisual/visual.c: (gst_visual_class_init),
35323         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35324         (gst_visual_srclink), (gst_visual_chain),
35325         (gst_visual_change_state), (plugin_init):
35326           use a GstAdapter to correctly adapt buffer sizes - allows using a
35327           framerate
35328
35329 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35330
35331         * sys/v4l/gstv4lelement.h:
35332         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35333         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35334         (gst_v4lsrc_buffer_free):
35335         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35336         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35337         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35338         (gst_v4lsrc_requeue_frame):
35339         move some debugging categories around
35340         query for fps index and set accordingly if found
35341
35342 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35343
35344         * ext/lame/gstlame.c:
35345         correct defaults that lame_init puts out of range
35346
35347 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35348
35349         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35350         (gst_divxenc_class_init):
35351         fix range since -1 is the default
35352         * gst/mpeg1sys/gstmpeg1systemencode.c:
35353         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35354         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35355         (gst_rtjpegdec_chain):
35356         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35357         (gst_rtjpegenc_chain):
35358         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35359         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35360         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35361         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35362         * sys/v4l/gstv4lsrc.c:
35363         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35364         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35365         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35366         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35367         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35368           remove gst_info calls
35369
35370 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35371
35372         * Makefile.am:
35373         * po/af.po:
35374         * po/az.po:
35375         * po/en_GB.po:
35376         * po/nl.po:
35377         * po/sr.po:
35378         * po/sv.po:
35379           Updated translations
35380
35381 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35382
35383         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35384           refactor/comment code
35385
35386 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35387
35388         * gst/asfdemux/Makefile.am:
35389         * gst/asfdemux/asfheaders.c:
35390         * gst/asfdemux/asfheaders.h:
35391         * gst/asfdemux/gstasf.c: (plugin_init):
35392         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35393         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35394         (gst_asf_demux_setup_pad):
35395         * gst/asfdemux/gstasfdemux.h:
35396         * gst/asfdemux/gstasfmux.c:
35397         * gst/asfdemux/gstasfmux.h:
35398           Add tagging support to demuxer, split out registration in its own
35399           file instead of in demux (hacky), and prevent having some tables
35400           in our memory multiple times (in asfheaders.h).
35401
35402 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35403
35404         * gst/matroska/matroska-demux.c:
35405         (gst_matroska_demux_parse_metadata):
35406         * gst/matroska/matroska-ids.h:
35407           Basic tag reading support.
35408
35409 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35410
35411         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35412           Really detect ac-3 audio.
35413         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35414           really detect matroska files (off-by-1).
35415
35416 2004-04-30  David Schleef  <ds@schleef.org>
35417
35418         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35419         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35420         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35421         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35422         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35423         hackage -- parse a lot more atoms, extract a few tags.  One might even
35424         mistake this for tag support.  Maybe it is.
35425         * gst/qtdemux/qtdemux.h:
35426
35427 2004-04-30  Colin Walters  <walters@verbum.org>
35428
35429         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35430
35431 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35432
35433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35434         (gst_ffmpegcolorspace_getcaps):
35435           remove broken nego fix
35436
35437 2004-04-30  Benjamin Otte  <otte@gnome.org>
35438
35439         * configure.ac:
35440         * ext/Makefile.am:
35441         * ext/libvisual/Makefile.am:
35442         * ext/libvisual/visual.c:
35443           add initial support for libvisual (http://libvisual.sourceforge.net)
35444           libvisual is still quite alpha, so expect crashes in there :)
35445
35446 2004-04-29  David Schleef  <ds@schleef.org>
35447
35448         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35449         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35450         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35451         code; you will no longer respect me.
35452
35453 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35454
35455         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35456         * ext/alsa/gstalsa.h :
35457         change alsa pcm device discovery to find more than 1 device
35458         per card. code review by Ronald.
35459
35460 2004-04-29  David Schleef  <ds@schleef.org>
35461
35462         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35463         Add a check for a driver bug on FreeBSD.  (bug #140565)
35464
35465 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35466
35467         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35468         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35469         (gst_jpegenc_getcaps):
35470           move format setting to inner loop
35471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35472         (gst_ffmpegcolorspace_getcaps):
35473           use GST_PAD_CAPS if available so that we use already negotiated
35474           caps
35475         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35476         (qtdemux_parse_moov), (qtdemux_parse):
35477           extra debugging
35478         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35479         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35480           move hardcoded path to DEFINE
35481
35482 2004-04-28  David Schleef  <ds@schleef.org>
35483
35484         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35485         (bug #140064)
35486
35487 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35488
35489         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35490           Don't probe for playback device if we're a source element. Fixes
35491           #139658.
35492
35493 2004-04-29  Benjamin Otte  <otte@gnome.org>
35494
35495         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35496         (gst_id3_tag_chain):
35497           rewrite buffer offset
35498
35499 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35500
35501         * configure.ac:
35502         * ext/Makefile.am:
35503         * ext/dts/Makefile.am:
35504         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35505         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35506         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35507         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35508         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35509         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35510         (plugin_init):
35511         * ext/dts/gstdtsdec.h:
35512           New DTS decoder.
35513         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35514         (gst_faad_srcconnect):
35515           Add ESDS atom handling (.m4a).
35516
35517 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35518
35519         * ext/divx/gstdivxdec.c: (plugin_init):
35520           Remove comment that makes no sense.
35521         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35522           Fix for obvious typo that resulted in warnings during gst-register.
35523         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35524         (gst_xviddec_sink_link):
35525           Fix caps negotiation a bit better.
35526         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35527           We call this 'codec_data', not 'esds'.
35528
35529 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35530
35531         * gst/monoscope/gstmonoscope.c:
35532           make sure we only provide 256x128
35533         * gst/monoscope/monoscope.c: (monoscope_init):
35534           assert size of 256x128
35535
35536 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35537
35538         * Makefile.am:
35539         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35540         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35541           fixate to max width and height of device
35542
35543 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35544
35545         * Makefile.am:
35546         * sys/v4l/gstv4l.c:
35547         * sys/v4l/gstv4lsrc.c:
35548         * sys/v4l/v4l_calls.c:
35549         * sys/v4l/v4lsrc_calls.c:
35550           fix for qc-usb driver which fakes having more than one buffer
35551           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35552           buffer_free override
35553           add debugging
35554
35555 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35556
35557         * Makefile.am:
35558         * gst/videotestsrc/gstvideotestsrc.c:
35559         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35560         (gst_videotestsrc_init), (gst_videotestsrc_get),
35561         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35562         * gst/videotestsrc/gstvideotestsrc.h:
35563           add num-buffers property
35564
35565         2004-04-26  Benjamin Otte  <otte@gnome.org>
35566
35567         * ext/mad/gstid3tag.c: (plugin_init):
35568           set id3mux rank to NONE so it doesn't confuse spider
35569           require audio/mpeg,mpegversion=1 in id3mux
35570
35571 2004-04-26  Benjamin Otte  <otte@gnome.org>
35572
35573         * configure.ac:
35574           detect faad correctly as non-working if it's indeed non-working
35575
35576 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35577
35578         * Makefile.am:
35579         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35580         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35581         fix _getcaps so it only negotiates to its supported format
35582
35583 2004-04-25  Benjamin Otte  <otte@gnome.org>
35584
35585         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35586           fix memleak
35587
35588 2004-04-23  Benjamin Otte  <otte@gnome.org>
35589
35590         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35591           audio/x-raw-int with height rules! not. Now it's depth.
35592
35593 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35594
35595         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35596         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35597         (gst_wavparse_loop):
35598           Missing variable initialization. Add handling of DVI ADPCM. Fix
35599           mis-parsing of LIST chunks. This works around a bug where we mis-
35600           parse non-aligning LIST chunks (so LIST chunks where the contents
35601           don't align with the actual LIST size). The correct fix is to use
35602           rifflib, I'm not going to fix wavparse - too much work. All this
35603           fixes #104878.
35604
35605 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35606
35607         reviewed by Benjamin Otte  <otte@gnome.org>
35608
35609         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35610           fix shoutcast not working (fixes #140844)
35611
35612 2004-04-22  Benjamin Otte  <otte@gnome.org>
35613
35614         * ext/hermes/gsthermescolorspace.c:
35615         (gst_hermes_colorspace_caps_remove_format_info):
35616         * gst/colorspace/gstcolorspace.c:
35617         (gst_colorspace_caps_remove_format_info):
35618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35619         (gst_ffmpegcolorspace_caps_remove_format_info):
35620           s/gst_caps_simplify/gst_caps_do_simplify/
35621
35622 2004-04-22  Benjamin Otte  <otte@gnome.org>
35623
35624         * gst-libs/gst/riff/riff-media.c:
35625         (gst_riff_create_video_caps_with_data):
35626           mpegversion is an int
35627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35628           don't try to create pad templates with NULL caps, use any caps
35629           instead.
35630
35631 2004-04-20  David Schleef  <ds@schleef.org>
35632
35633         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35634         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35635         (bug #140384)
35636
35637 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35638
35639         reviewed by David Schleef
35640
35641         * ext/mad/gstid3tag.c: Add stdlib.h
35642         * gst/rtp/gstrtpgsmenc.c: same
35643         * gst/tags/gstid3tag.c: same
35644         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35645         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35646         GST_DISABLE_LOADSAVE use.
35647         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35648         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35649         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35650         atol(3)).
35651         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35652         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35653         strtoul(3)).
35654         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35655         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35656         $(ID3_CFLAGS).
35657         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35658         $(LIBFAME_CFLAGS).
35659
35660 2004-04-20  David Schleef  <ds@schleef.org>
35661
35662         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35663         last checkin.  Same idea.
35664
35665 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35666
35667         reviewed by David Schleef
35668
35669         * configure.ac: bump required gstreamer version to 0.8.1.1
35670         because of following changes [--ds]
35671
35672         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35673         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35674         (gst_riff_read_header):  Use GST_READ_UINT*
35675         macros to access possibly unaligned memory.
35676
35677         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35678         (mp3_type_find):  Use GST_READ_UINT*
35679         macros to access possibly unaligned memory.
35680         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35681         (speex_type_find): Likewise
35682
35683         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35684
35685         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35686         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35687         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35688         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35689         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35690         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35691         macros to access possibly unaligned memory.
35692
35693         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35694         Likewise.
35695
35696         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35697         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35698
35699         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35700         Likewise.
35701
35702         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35703         (gst_mpeg2subt_chain_subtitle): Likewise.
35704
35705         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35706         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35707         Likewise.
35708
35709         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35710         Likewise.
35711
35712         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35713         Likewise.
35714
35715         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35716         Likewise.
35717
35718 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35719
35720         * configure.ac:
35721           update required version of GStreamer because of GST_TIME_FORMAT
35722
35723 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35724
35725         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35726           remove leftover g_print
35727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35728           don't try setting only a subset of the caps. We don't want to kill
35729           autoplugging on purpose
35730
35731 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35732
35733         * sys/ximage/ximagesink.c: (plugin_init):
35734         * sys/xvimage/xvimagesink.c: (plugin_init):
35735           add debugging categories
35736
35737 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35738
35739         * po/en_GB.po:
35740         * po/LINGUAS:
35741           Adding en_GB translation (Gareth Owen)
35742
35743 2004-04-20  David Schleef  <ds@schleef.org>
35744
35745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35746         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35747         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35748         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35749         A number of new features and hacks to extract the esds atom and
35750         put it into the caps.  (bug #137724)
35751
35752 2004-04-19  David Schleef  <ds@schleef.org>
35753
35754         * gconf/Makefile.am: Fix for non-GNU make
35755         * gst-libs/gst/Makefile.am: Change directory order to handle
35756         GstPlay linking with gstinterfaces
35757         * gst-libs/gst/audio/make_filter: make use of tr portable
35758         * gst-libs/gst/play/Makefile.am: Add intended \
35759         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35760         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35761         function prototype instead of void *.
35762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35763         macro.
35764         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35765         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35766         * gst/videofilter/make_filter: make use of tr portable
35767         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35768
35769 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35770
35771         * po/LINGUAS:
35772         * po/uk.po:
35773           Added Ukrainian translation (Maxim V. Dziumanenko)
35774
35775 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35776
35777         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35778         (gst_gsmdec_link), (gst_gsmdec_chain):
35779           Fix capsnego, simplify chain function slightly.
35780         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35781           Add GSM.
35782
35783 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35784
35785         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35786         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35787         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35788           Hack to make wavparse work with spider (always -> sometimes pad).
35789           Fixes #135862 && #140411.
35790
35791 2004-04-18  Benjamin Otte  <otte@gnome.org>
35792
35793         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35794         (gst_osselement_rate_probe_check),
35795         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35796           get rid of \n in debug output
35797
35798 2004-04-17  Iain <iain@prettypeople.org>
35799
35800         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35801         not just EOS.
35802
35803 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35804
35805         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35806         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35807         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35808         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35809         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35810         (gst_id3_tag_change_state), (plugin_init):
35811           deprecate id3tag element and replace with id3demux/id3mux.
35812           great side effect: this ugly file is now even uglier, yay!
35813         * ext/mad/gstmad.h:
35814           remove non-available function
35815           update for new get_type
35816
35817 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35818
35819         * configure.ac:
35820           require mpeg2dec >= 0.4.0
35821
35822 2004-04-17  Benjamin Otte  <otte@gnome.org>
35823
35824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35825         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35826         (gst_xvimagesink_set_xwindow_id):
35827           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35828           assorted cleanup fixes.
35829
35830 2004-04-16  David Schleef  <ds@schleef.org>
35831
35832         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35833         * sys/xvimage/xvimagesink.h: same
35834
35835 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35836
35837         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35838           Fix GST_ELEMENT_ERROR with (NULL)
35839
35840 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35841
35842         * gst-libs/gst/riff/riff-media.c:
35843         (gst_riff_create_video_caps_with_data):
35844           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35845
35846 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35847
35848         * gst-libs/gst/riff/riff-media.c:
35849         (gst_riff_create_video_caps_with_data),
35850         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35851         (gst_riff_create_video_template_caps),
35852         (gst_riff_create_audio_template_caps):
35853         * gst-libs/gst/riff/riff-media.h:
35854         * gst-libs/gst/riff/riff-read.c:
35855         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35856         * gst-libs/gst/riff/riff-read.h:
35857         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35858           Add MS RLE support. I added some functions to read out strf chunks
35859           into strf chunks and the data behind it. This is usually color
35860           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35861           caps creation. Lastly, add ADPCM (similar to wavparse - which
35862           should eventually be rifflib based).
35863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35864         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35865         * gst/matroska/matroska-demux.h:
35866           Remove placeholders for some prehistoric tagging system. Didn't add
35867           support for any tag system really anyway.
35868         * gst/qtdemux/qtdemux.c:
35869           Add support for audio/x-m4a (MPEG-4) through spider.
35870         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35871         (gst_wavparse_loop):
35872           ADPCM support (#135862). Increase max. buffer size because we
35873           cannot split buffers for ADPCM (screws references) and I've seen
35874           files with 2048 byte chunks. 4096 seems safe for now.
35875
35876 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35877
35878         * configure.ac: bump nano to 1
35879
35880 === release 0.8.1 ===
35881
35882 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35883
35884         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35885
35886 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35887
35888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35889           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35890           Fixes #140058
35891
35892 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35893
35894         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35895           lower rank of dvddemux so that it's not used for mpeg playback.
35896
35897 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35898
35899         * configure.ac:
35900           save libs correctly when checking mad
35901
35902 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35903
35904         * ext/mad/gstid3tag.c: (plugin_init):
35905           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35906
35907 2004-04-13  David Schleef  <ds@schleef.org>
35908
35909         * common/m4/gst-feature.m4: Call -config scripts with
35910         --plugin-libs if it is supported.
35911         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35912         JPEG images are image/jpeg.
35913         * gst/debug/Makefile.am:
35914         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35915         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35916         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35917         (gst_negotiation_plugin_init): Add a property that acts like
35918         filter caps.
35919         * testsuite/gst-lint:  Move license checking to be a standard
35920         test.
35921
35922 2004-04-13  David Schleef  <ds@schleef.org>
35923
35924         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35925         patch from Sebastien Cote (bug #139958)
35926
35927 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35928
35929         * examples/gstplay/Makefile.am:
35930         * examples/gstplay/player.c: (main):
35931           make the commandline player example use gconf settings
35932
35933 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35934
35935         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35936         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35937         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35938           init/end library during state transition, not object
35939           creation/disposal.  get rid of custom dispose handler.
35940
35941
35942 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35943
35944         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35945         be a symlink
35946
35947 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35948
35949         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35950           Handle JUNK chunks inside data section. Prevents warnings.
35951
35952 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35953
35954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35955         (gst_riff_create_video_template_caps):
35956           Add MS video v1.
35957         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35958         (gst_avi_demux_stream_data):
35959           Add support for "rec-list" chunks.
35960
35961 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35962
35963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35964           Fix another codecname mismatch.
35965
35966 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35967
35968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35969           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35970           so that MJPEG plays back.
35971
35972 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35973
35974         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35975         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35976         * gst/mpeg1videoparse/gstmp1videoparse.h:
35977           Fix for some slight mis-cuts in buffer parsing, and for some
35978           potential overflows or faults-causers. Adds disconts. Also fixes
35979           #139105 while we're at it.
35980
35981 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35982
35983         * configure.ac:
35984         * sys/v4l2/gstv4l2element.h:
35985           Workaround for missing struct v4l2_buffer declaration in Suse 9
35986           and Mandrake 10 linux/videodev2.h header file (#135919).
35987
35988 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35989
35990         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35991           Bail out if no filename was given.
35992
35993 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35994
35995         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35996         (gst_v4l2_fourcc_from_structure):
35997           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35998           Y41B somewhere).
35999
36000 2004-04-09  Benjamin Otte  <otte@gnome.org>
36001
36002         * ext/gnomevfs/gstgnomevfssink.c:
36003         (_gst_boolean_allow_overwrite_accumulator),
36004         (gst_gnomevfssink_class_init):
36005           fix erase signal - if any handler returns false the file will not be
36006           overwritten. If no handler is connected, the file will not be
36007           overwritten either.
36008           renamed signal to "allow-overwrite"
36009         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36010           free string when adding it to ID3 failed
36011         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36012           unref event when done
36013         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36014           free caps
36015         * gst/typefind/gsttypefindfunctions.c:
36016         (mpeg_video_stream_type_find):
36017           fix invalid read
36018
36019 2004-04-08  David Schleef  <ds@schleef.org>
36020
36021         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36022         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36023
36024 2004-04-08  David Schleef  <ds@schleef.org>
36025
36026         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36027         we don't support (bug #139532)
36028
36029 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36030
36031         * ext/mad/gstmad.c: (gst_mad_handle_event),
36032         (gst_mad_check_caps_reset), (gst_mad_chain),
36033         (gst_mad_change_state):
36034           only set explicit caps if they haven't been set before for
36035           this stream.  MPEG-audio sample rate/channels aren't allowed
36036           to change in-stream.
36037           Fixes #139382
36038
36039 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36040
36041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36042         (_gst_boolean_did_something_accumulator),
36043         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36044         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36045         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36046         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36047         (gst_gnomevfssink_change_state):
36048           Fix erase signal. Don't erase by default. Remove handoff signal.
36049           Remove erase property. Don't segfault. General cleanup.
36050
36051 2004-04-07  Benjamin Otte  <otte@gnome.org>
36052
36053         * gst-libs/gst/gconf/test-gconf.c: (main):
36054           add missing gst_init
36055
36056 2004-04-07  Benjamin Otte  <otte@gnome.org>
36057
36058         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36059           free the mutexes, too
36060
36061 2004-04-07  Benjamin Otte  <otte@gnome.org>
36062
36063         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36064           actually free the URI string
36065         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36066           compute offset correctly when passing discont events
36067         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36068           don't leak discont events
36069         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36070           add some missing breaks so caps aren't copied randomly
36071         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36072           if we realloc memory, we better use it
36073
36074 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36075
36076         * ext/mad/gstmad.c: (normal_seek):
36077           fix GST_FORMAT_TIME usage
36078
36079 2004-04-05  David Schleef  <ds@schleef.org>
36080
36081         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36082         a deprecated function (hack!)
36083
36084 2004-04-05  Benjamin Otte  <otte@gnome.org>
36085
36086         * ext/esd/esdmon.c: (gst_esdmon_get):
36087           fix nonterminated vararg and memleak
36088
36089 2004-04-05  Benjamin Otte  <otte@gnome.org>
36090
36091         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36092         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36093         (gst_ladspa_set_property), (gst_ladspa_get_property),
36094         (gst_ladspa_instantiate), (gst_ladspa_activate),
36095         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36096           clean up debugging
36097
36098 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36099
36100         reviewed by Benjamin Otte  <otte@gnome.org>
36101
36102         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36103           check for broken LADSPA parameters (fixes #138635)
36104
36105 2004-04-05  Benjamin Otte  <otte@gnome.org>
36106
36107         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36108           advertise buffer-frames correctly on sinkpads
36109
36110 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36111
36112         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36113         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36114         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36115         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36116         (gst_mad_check_caps_reset), (gst_mad_chain):
36117         add more debugging, only reset caps when we're not in error state
36118
36119 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36120
36121         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36122
36123 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36124
36125         reviewed by Benjamin Otte  <otte@gnome.org>
36126
36127         * configure.ac:
36128           fix == in test(1) operator
36129
36130 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36131
36132         reviewed by Benjamin Otte  <otte@gnome.org>
36133
36134         * configure.ac:
36135           fix --export-symblos-regex to a working regex.
36136
36137 2004-04-04  Benjamin Otte  <otte@gnome.org>
36138
36139         * sys/oss/.cvsignore:
36140           add for oss_probe
36141
36142 2004-04-03  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36143
36144         reviewed by Benjamin Otte  <otte@gnome.org>
36145
36146         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36147           add missing 'new_media' argument (fixes #138168)
36148         * gst/matroska/matroska-demux.c:
36149         (gst_matroska_demux_handle_seek_event):
36150           add vararg terminator (fixes #138169)
36151
36152 2004-04-02  David Schleef  <ds@schleef.org>
36153
36154         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36155         disted (bug #138914)
36156
36157 2004-04-01  Benjamin Otte  <otte@gnome.org>
36158
36159         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36160         (gst_alsa_close_audio):
36161           handle case better where a soundcard can't pause
36162         * ext/ogg/gstoggdemux.c:
36163           don't crash when we get events but don't have pads yet
36164
36165 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36166
36167         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36168           throw an error if we couldn't probe any caps.
36169
36170 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36171
36172         * ext/dvdnav/gst-dvd:
36173         Add a really simple sample DVD player
36174
36175 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36176
36177         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36178         (gst_a52dec_push), (gst_a52dec_handle_event),
36179         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36180         (gst_a52dec_change_state):
36181         * ext/a52dec/gsta52dec.h:
36182           Use a debug category, Output timestamps correctly
36183           Emit tag info, Handle events, tell liba52dec about cpu
36184           capabilities so it can use MMX etc.
36185         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36186           Fix a crasher accessing invalid memory
36187         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36188         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36189         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36190         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36191         (dvdnavsrc_query):
36192           Some support for byte-format seeking.
36193           Small fixes for still frames and menu button overlays
36194         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36195         (gst_mpeg2dec_alloc_buffer):
36196           Use a debug category. Adjust the report level of several items to
36197           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36198           so it doesn't lose the GstBuffer pointer
36199         * gst/debug/Makefile.am:
36200         * gst/debug/gstdebug.c: (plugin_init):
36201         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36202         (gst_navseek_base_init), (gst_navseek_class_init),
36203         (gst_navseek_init), (gst_navseek_seek),
36204         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36205         (gst_navseek_get_property), (gst_navseek_chain),
36206         (gst_navseek_plugin_init):
36207         * gst/debug/gstnavseek.h:
36208           Add the navseek debug element for seeking back and forth in a
36209           video stream using arrow keys.
36210         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36211         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36212         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36213         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36214         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36215         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36216         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36217         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36218         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36219         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36220         * gst/mpeg2sub/gstmpeg2subt.h:
36221           Pretty much a complete rewrite. Now a loopbased element. May still
36222           require work to properly synchronise subtitle buffers.
36223         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36224         (gst_dvd_demux_send_subbuffer):
36225         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36226           Don't attempt to create subbuffers of size 0
36227           Reduce a couple of error outputs to warnings.
36228         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36229         (gst_y4mencode_chain):
36230         Output the y4m frame header correctly.
36231
36232 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36233
36234         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36235           throw errors instead of allowing SIGFPE
36236
36237 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36238
36239         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36240         (gst_gconf_render_bin_from_key):
36241           leak plugging and style fixing
36242
36243 2004-03-31  David Schleef  <ds@schleef.org>
36244
36245         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36246         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36247         (bug #138225)
36248         * gst/debug/Makefile.am:
36249         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36250         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36251         plugin.
36252         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36253         (gst_negotiation_base_init), (gst_negotiation_class_init),
36254         (gst_negotiation_init), (gst_negotiation_getcaps),
36255         (gst_negotiation_pad_link), (gst_negotiation_chain),
36256         (gst_negotiation_set_property), (gst_negotiation_get_property),
36257         (gst_negotiation_plugin_init):  New element to talk about random
36258         negotiation things happening in a pipeline.
36259
36260 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36261
36262         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36263           fix integer addition with help of Stefan Kost
36264
36265 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36266
36267         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36268
36269 2004-03-30  David Schleef  <ds@schleef.org>
36270
36271         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36272         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36273         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36274         (bug #137504)
36275         * ext/mpeg2dec/gstmpeg2dec.h:
36276
36277 2004-03-30  David Schleef  <ds@schleef.org>
36278
36279         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36280
36281 2004-03-30  David Schleef  <ds@schleef.org>
36282
36283         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36284         Michael Petullo) to handle .mov
36285
36286 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36287
36288         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36289         (gst_osselement_rate_check_rate):
36290           probe caps correctly for sound cards that only support one format
36291
36292 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36293
36294         * ext/kio/kiosrc.cpp: (process_events):
36295           update handling event processing if inside KDE - untested
36296
36297 2004-03-29  David Schleef  <ds@schleef.org>
36298
36299         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36300         by 2 to not interfere with other colorspaces.
36301         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36302         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36303         one to not interfere with ffmpeg_colorspace.
36304
36305 2004-03-29  David Schleef  <ds@schleef.org>
36306
36307         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36308         aren't in the caps.
36309         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36310         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36311
36312 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36313
36314         * gst-libs/gst/riff/riff-media.c:
36315           fail on error, don't try to set stuff on NULL caps
36316
36317 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36318
36319         * configure.ac:
36320         * ext/Makefile.am:
36321         * ext/kio/Makefile.am:
36322         * ext/kio/kioreceiver.cpp:
36323         * ext/kio/kioreceiver.h:
36324         * ext/kio/kiosrc.cpp:
36325         * ext/kio/kiosrc.h:
36326           add experimental kiosrc plugin
36327         * ext/alsa/gstalsaplugin.c: (plugin_init):
36328           initialize debugging category only when we're sure registering the
36329           plugins worked.
36330
36331 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36332
36333         * examples/gstplay/player.c: (main):
36334         * gst-libs/gst/play/play.c: (gst_play_class_init),
36335         (gst_play_set_location), (gst_play_set_data_src),
36336         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36337         (gst_play_set_visualization), (gst_play_connect_visualization):
36338           check return values of element_set_state and return FALSE where
36339           failed
36340
36341 2004-03-29  Benjamin Otte  <otte@gnome.org>
36342
36343         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36344           try harder to check if an event is really a discont
36345
36346 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36347
36348         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36349         * po/az.po:
36350
36351 2004-03-28  Benjamin Otte  <otte@gnome.org>
36352
36353         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36355         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36356           get rid of non-standard "..." ranges in case statements.
36357
36358 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36359
36360         * gst/mpegstream/gstmpegdemux.c:
36361         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36362         specific functionality split to the new dvddemux element.
36363         * gst/mpegstream/gstdvddemux.c:
36364         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36365         streams, derived from mpegdemux.
36366         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36367         up. SCR based timestamp rewriting can be turned off (will probably
36368         completely disappear soon).
36369         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36370         hacking. General cleanup. All printf statements replaced by
36371         debugging messages. Almost complete libdvdnav support.
36372         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36373         by events. New properties for audio and subpicture languages.
36374         (dvdnavsrc_update_highlight): Now uses events.
36375         (dvdnavsrc_user_op): Cleaned up.
36376         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36377         based). Lots of cleanup, and propper support for most libdvdnav
36378         events.
36379         (dvdnavsrc_make_dvd_event): New function.
36380         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36381         (dvdnavsrc_make_clut_change_event): New function.
36382
36383 2004-03-26  Benjamin Otte  <otte@gnome.org>
36384
36385         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36386           fix bug where typefinding would claim it's theora whenever less then
36387           7 bytes of data were available
36388
36389 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36390
36391         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36392         (gst_alawdec_base_init), (gst_alawdec_class_init),
36393         (gst_alawdec_init), (gst_alawdec_chain):
36394         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36395         (gst_alawenc_base_init), (gst_alawenc_class_init),
36396         (gst_alawenc_init), (gst_alawenc_chain):
36397         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36398         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36399         (gst_mulawdec_init), (gst_mulawdec_chain):
36400         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36401         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36402         (gst_mulawenc_init), (gst_mulawenc_chain):
36403           Fix capsnego in all four, remove the unused property functions and
36404           simplify the chain functions slightly. I guess we could use macros
36405           or something similar for those, since the code is so similar, but
36406           I'm currently too lazy...
36407
36408 2004-03-24  David Schleef  <ds@schleef.org>
36409
36410         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36411         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36412         (gst_osselement_get_format_structure),
36413         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36414         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36415         (gst_osselement_rate_int_compare): Add code to handle rate probing
36416         (bug #120883)
36417         * sys/oss/gstosselement.h: same
36418         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36419         Use rate probing provided by osselement.
36420         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36421
36422 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36423
36424         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36425         (gst_xvidenc_get_property):
36426           ulong/int mess-up.
36427
36428 2004-03-24  David Schleef  <ds@schleef.org>
36429
36430         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36431         (gst_speexdec_init):
36432         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36433         (gst_speexenc_init):  Create the pad template correctly (from
36434         the static pad template, not a NULL pointer.)
36435
36436 2004-03-25  Benjamin Otte  <otte@gnome.org>
36437
36438         * gst/debug/Makefile.am:
36439         * gst/debug/breakmydata.c:
36440           add element that quasi-randomly changes bytes in the stream.
36441           Intended use is robustness checking of demuxers and decoders in
36442           media tests.
36443
36444 2004-03-24  Benjamin Otte  <otte@gnome.org>
36445
36446         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36447         (gst_alsa_probe_hw_params):
36448         * ext/alsa/gstalsa.h:
36449           debugging output fixes
36450
36451 2004-03-24  Benjamin Otte  <otte@gnome.org>
36452
36453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36454           don't g_return_if_fail if element is PLAYING, fail silently as every
36455           other element.
36456         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36457           only fix needed for cast lvalue issues in gst-plugins
36458         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36459           add proxy_getcaps
36460
36461 2004-03-24  Benjamin Otte  <otte@gnome.org>
36462
36463         * gst/level/gstlevel.c: (gst_level_init):
36464           add proxying getcaps function, so level doesn't advertise impossible
36465           caps
36466
36467 2004-03-24  David Schleef  <ds@schleef.org>
36468
36469         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36470         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36471         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36472         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36473         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36474         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36475         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36476         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36477         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36478         messages.  Divide the chunk size by the compression ratio
36479         (needed for MACE audio)
36480
36481 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36482
36483         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36484           Fix buffer overflow read error.
36485
36486 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36487
36488         * ext/alsa/gstalsa.h:
36489           Remove unused entry.
36490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36491           Add cinepak.
36492         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36493         (gst_videodrop_link), (gst_videodrop_chain):
36494           Fix, sort of. Was horribly broken with new capsnego. Bah...
36495
36496 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36497
36498         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36499         (plugin_init):
36500         Add a monkeysaudio typefind function
36501
36502 2004-03-23  Johan Dahlin  <johan@gnome.org>
36503
36504         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36505         (gst_play_video_fixate): Check so the structure has the field
36506         before trying to fixate them, this makes it possible to have
36507         fakesinks for video and audio output without printing errors on
36508         the output console.
36509
36510 2004-03-22  David Schleef  <ds@schleef.org>
36511
36512         * sys/oss/Makefile.am:
36513         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36514         (check_rate), (add_rate):  Rate probing test app.
36515
36516 2004-03-21  Benjamin Otte  <otte@gnome.org>
36517
36518         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36519         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36520           add a fixation function that pretty much does the right thing (fixes
36521           #137556)
36522
36523 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36524
36525         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36526
36527 2004-03-20  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36528
36529         reviewed by: Benjamin Otte  <otte@gnome.org>
36530
36531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36532           terminate gst_event_new_discontinuous correctly (fixes parts of
36533           #137711)
36534
36535 2004-03-19  David Schleef  <ds@schleef.org>
36536
36537         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36538         since it doesn't depend on X, and it's part of our ABI.
36539
36540 2004-03-19  Iain <iain@prettypeople.org>
36541
36542         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36543         is_int in the structure, not the local variable.
36544
36545 2004-03-19  David Schleef  <ds@schleef.org>
36546
36547         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36548         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36549         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36550         Improvements in caps negotiation.
36551
36552 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36553
36554         * po/LINGUAS:
36555         * po/af.po:
36556           adding Afrikaans (Petri Jooste)
36557
36558 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36559
36560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36561         (gst_ffmpegcolorspace_chain):
36562         throw error instead of g_critical (#137588)
36563
36564 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36565
36566         * Makefile.am:
36567         * configure.ac:
36568           dist common and m4 correctly
36569         * po/sv.po:
36570
36571 2004-03-17  David Schleef  <ds@schleef.org>
36572
36573         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36574         (bug #137348)
36575
36576 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36577
36578         * po/LINGUAS:
36579         * po/sv.po:
36580           adding Swedish translation (Christian Rose)
36581
36582 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36583
36584         * Makefile.am: use release.mak
36585
36586 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36587
36588         * common/ChangeLog:
36589         * common/gst-autogen.sh:
36590           add some explanation about the version detection
36591         * configure.ac:
36592           fix X check
36593
36594 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36595
36596         * configure.ac: bump nano to 1
36597
36598 === release 0.8.0 ===
36599
36600 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36601
36602         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36603
36604 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36605
36606         * configure.ac:
36607           update libtool version
36608         * gst-libs/gst/media-info/Makefile.am:
36609           actually use libtool version
36610
36611 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36612
36613         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36614
36615 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36616
36617         * configure.ac:
36618         * gst-plugins.spec.in:
36619         * pkgconfig/Makefile.am:
36620         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36621         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36622         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36623         * pkgconfig/gstreamer-libs.pc.in:
36624         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36625         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36626         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36627         * pkgconfig/gstreamer-plugins.pc.in:
36628           remove @VERSION@ from some of the pc files since core and plugins
36629           are decoupled.
36630           created gstreamer-plugins.pc as it's a better name, but keeping
36631           -libs around for now to get fixes upstream done first.
36632
36633 2004-03-15  Julien MOUTTE <julien@moutte.net>
36634
36635         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36636         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36637         * gst-libs/gst/play/play.h:
36638
36639 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36640
36641         * *.c, *.cc: don't mix tabs and spaces
36642
36643 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36644
36645         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36646           use the new ffmpegcolorspace
36647         * gst-plugins.spec.in:
36648           package new colorspace and media-info
36649         * configure.ac:
36650         * pkgconfig/Makefile.am:
36651           fix some more disting issues
36652         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36653         * pkgconfig/gstreamer-media-info.pc.in:
36654           generate media-info pc files
36655
36656 2004-03-15  Johan Dahlin  <johan@gnome.org>
36657
36658         * *.h: Revert indenting
36659
36660 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36661
36662         * configure.ac:
36663           adding ffmpegcolorspace element
36664         * gst/ffmpegcolorspace/Makefile.am:
36665         * gst/ffmpegcolorspace/avcodec.h:
36666         * gst/ffmpegcolorspace/common.h:
36667         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36668         * gst/ffmpegcolorspace/dsputil.h:
36669         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36671         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36672         (gst_ffmpeg_caps_to_pix_fmt):
36673         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36675         (gst_ffmpegcolorspace_caps_remove_format_info),
36676         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36677         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36678         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36679         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36680         (gst_ffmpegcolorspace_set_property),
36681         (gst_ffmpegcolorspace_get_property),
36682         (gst_ffmpegcolorspace_register):
36683         * gst/ffmpegcolorspace/imgconvert.c:
36684         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36685         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36686         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36687         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36688         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36689         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36690         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36691         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36692         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36693         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36694         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36695         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36696         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36697         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36698         (img_get_alpha_info), (deinterlace_line),
36699         (deinterlace_line_inplace), (deinterlace_bottom_field),
36700         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36701         * gst/ffmpegcolorspace/imgconvert_template.h:
36702         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36703         * gst/ffmpegcolorspace/mmx.h:
36704         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36705           adding ffmpegcolorspace element supplied by Ronald after cleaning
36706           up and pulling in the right bits of upstream source.
36707           I'm sure a better C/compiler wizard could do some cleaning up (for
36708           example use GLIB's malloc stuff), but as a first pass this
36709           works very well
36710
36711 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36712
36713         * ext/alsa/gstalsa.h:
36714           I assume Ronald forgot to commit the change to have cardname
36715           as a struct member.  Expect some public spanking at the next
36716           opportunity.
36717
36718 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36719
36720         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36721         (gst_alsa_open_audio), (gst_alsa_close_audio):
36722         * ext/alsa/gstalsa.c:
36723           Don't open the device if we're a mixer (= padless).
36724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36725         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36726         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36727           Open mixer during state change rather than during object
36728           initialization. Also, get a device name. Currently in a somewhat
36729           hackish fashion, but I didn't really find something better.
36730
36731 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36732
36733         * *.c, *.h: run gst-indent
36734
36735 2004-03-14  Benjamin Otte  <otte@gnome.org>
36736
36737         * gst/modplug/gstmodplug.cc:
36738         * gst/modplug/gstmodplug.h:
36739           set correct timestamps on outgoing buffers
36740
36741 2004-03-14  Benjamin Otte  <otte@gnome.org>
36742
36743         * gst/modplug/gstmodplug.cc:
36744           handle events - don't do crap when a discont arrives that's not
36745           necessary
36746           This allows correct loading and playback of mods in Rhythmbox
36747
36748 2004-03-14  Benjamin Otte  <otte@gnome.org>
36749
36750         * configure.ac:
36751         * gst-libs/gst/gconf/Makefile.am:
36752         * pkgconfig/Makefile.am:
36753           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36754           they get rebuilt properly
36755         * configure.ac:
36756           when checking for vorbis, try pkgconfig first.
36757         * gst/modplug/gstmodplug.cc:
36758           add fixate function
36759
36760 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36761
36762         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36763           Fix for obvious mistake, where we first shift the offset and then
36764           read a samplesize element assuming the old offset. Note that this
36765           part still has something weird, i.e. my movies containing those
36766           don't actually play well, but at least there's something that looks
36767           like sound now.
36768
36769 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36770         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36771         (plugin_init):
36772         Add a typefind function for speex format
36773
36774 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36775
36776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36777         (gst_asf_demux_setup_pad):
36778           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36779           instead of 0. Reason is simple: some elements have a fps range
36780           of 1-max instead of 0-max. So now ASF video actually works.
36781
36782 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36783
36784         * po/LINGUAS:
36785         * po/sr.po:
36786           adding serbian as a language
36787
36788 2004-03-13  Benjamin Otte  <otte@gnome.org>
36789
36790         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36791           return taglist correctly from _get function, don't gst_pad_push it.
36792           (fixes #137042)
36793
36794 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36795         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36796
36797 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36798
36799         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36800         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36801         (gst_alsa_mixer_track_new):
36802         * ext/alsa/gstalsamixertrack.h:
36803           Fix ancient leftovers... MixerTrack is a GObject.
36804
36805 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36806
36807         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36808         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36809           Don't block during probing...
36810
36811 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36812
36813         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36814         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36815         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36816         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36817         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36818         (gst_alsa_open_audio), (gst_alsa_close_audio):
36819         * ext/alsa/gstalsa.h:
36820           Add propertyprobe interface implementation, add some device-name
36821           property, all this so that it looks good in gnome-volume-control.
36822
36823 2004-03-12  David Schleef  <ds@schleef.org>
36824
36825         * configure.ac: the Hermes library controls hermescolorspace, not
36826         colorspace.
36827         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36828         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36829         not /* */
36830         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36831         * ext/sdl/sdlvideosink.h: ditto.
36832         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36833
36834 2004-03-12  Benjamin Otte  <otte@gnome.org>
36835
36836         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36837         (gst_x_overlay_got_xwindow_id):
36838         * gst-libs/gst/xoverlay/xoverlay.h:
36839           replace XID with unsigned long to get rid of the xlibs dependency in
36840           XOverlay (fixes #137004)
36841
36842 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36843         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36844         (gst_agingtv_setup):
36845         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36846         (gst_dicetv_base_init), (gst_dicetv_class_init),
36847         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36848         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36849         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36850         (gst_edgetv_setup), (gst_edgetv_rgb32):
36851         * gst/effectv/gsteffectv.c:
36852         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36853         (gst_quarktv_set_property):
36854         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36855         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36856         (gst_revtv_setup), (gst_revtv_rgb32):
36857         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36858         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36859         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36860         (gst_shagadelictv_rgb32):
36861         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36862         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36863         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36864         * gst/effectv/gstwarp.c:
36865         Port everything that can be ported to videofilter and fix up the caps.
36866         Can someone with a big-endian machine please check these?
36867
36868 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36869
36870         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36871         (gst_osssink_chain), (gst_osssink_change_state):
36872           Latest fixes for A/V sync, audio playback and such. This is about
36873           all... MPEG playback issues are mostly related to the async build-
36874           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36875
36876 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36877
36878         patch from: Stephane Loeuillet
36879
36880         * configure.ac:
36881           use pkg-config for some libraries, falling back to the old .m4 way
36882           (fixes #131270)
36883         * m4/libdv.m4:
36884           removed
36885
36886 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36887
36888         * configure.ac:
36889         * tools/Makefile.am:
36890         * tools/Makefile.in:
36891         * tools/gst-launch-ext-m.m:
36892         * tools/gst-launch-ext.1.in:
36893         * tools/gst-visualise-m.m:
36894         * tools/gst-visualise.1:
36895         * tools/gst-visualise.1.in:
36896           reorganizing generation of script tools
36897
36898 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36899
36900         * ext/divx/gstdivxdec.c:
36901           Downgrade priority. We prefer ffdec_mpeg4.
36902         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36903         (gst_faad_chain), (gst_faad_change_state):
36904           Fix capsnego. Doesn't work for some sounds because we don't have
36905           a 5:1 to stereo element.
36906         * ext/xvid/gstxvid.c: (plugin_init):
36907           Add priority.
36908         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36909         (gst_osssink_change_state):
36910           Add discont handling.
36911
36912 2004-03-09  Colin Walters  <walters@verbum.org>
36913
36914         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36915         conversion.
36916
36917 2004-03-09  Benjamin Otte  <otte@gnome.org>
36918
36919         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36920           the signals take 2 arguments
36921
36922 2004-03-09  David Schleef  <ds@schleef.org>
36923
36924         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36925         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36926         * ext/alsa/gstalsa.h:
36927         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36928
36929 2004-03-09  Benjamin Otte  <otte@gnome.org>
36930
36931         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36932         (gst_mikmod_change_state):
36933         * ext/mikmod/gstmikmod.h:
36934           make mikmod's loop function not loop infinitely and call
36935           gst_element_yield anymore
36936         * gst/modplug/gstmodplug.cc:
36937           fix pad negotiation (fixes #136590)
36938
36939 2004-03-09  David Schleef  <ds@schleef.org>
36940
36941         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36942         doesn't conflict with the internal colorspace plugin.
36943         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36944         satisfy the crappy-ass shell shipped by a certain vendor.
36945         * gst/videofilter/make_filter: same (bug #135299)
36946
36947 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36948
36949         * configure.ac: bump nano to 1
36950
36951 === release 0.7.6 ===
36952
36953 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36954
36955         * configure.in: releasing 0.7.6, "There"
36956
36957 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36958
36959         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36960         * pkgconfig/gstreamer-play.pc.in:
36961           synchronize the two
36962
36963 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36964
36965         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36966         (cdparanoia_open), (cdparanoia_event):
36967           fix/add error handling
36968         * po/POTFILES.in:
36969           add cdparanoia source
36970         * tools/Makefile.am:
36971           make scripts executable
36972
36973 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36974
36975         * configure.ac:
36976         * ext/vorbis/Makefile.am:
36977         * sys/Makefile.am:
36978           remove id3types, vorbisfile and xvideosink from the build (#133783)
36979
36980 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36981
36982         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36983           Fix metadata read crash (#136537).
36984
36985 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36986
36987         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36988         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36989           adding mime types, fixing the one-stop function
36990
36991 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36992
36993         * ext/nas/nassink.c and /ext/nas/nassink.h:
36994         More NAS love from Arwed von Merkatz
36995         So lets all sing 'Can you feel the NAS tonight'
36996
36997 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36998
36999         * tools/gst-launch-ext.in:
37000         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37001
37002 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37003
37004         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37005         (gst_mpeg2dec_init):
37006         remove the user_data pad for now, because it is being used in
37007         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37008         If someone knows how to fix this properly, please do.
37009
37010 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37011
37012         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37013         (gst_osssink_get_time):
37014         add a warning, IMO this won't get triggered anymore, remove later
37015
37016 2004-03-07  David Schleef  <ds@schleef.org>
37017
37018         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37019         format (bug #136470)
37020
37021 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37022
37023         * gst-libs/Makefile.am:
37024         * gst-libs/gst/media-info/Makefile.am:
37025         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37026         (error_callback), (gst_media_info_error_create),
37027         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37028         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37029         * gst-libs/gst/media-info/media-info-priv.h:
37030         * gst-libs/gst/media-info/media-info-test.c: (main):
37031         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37032         (gst_media_info_class_init), (gst_media_info_instance_init),
37033         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37034         (gst_media_info_read_idler), (gst_media_info_read):
37035         * gst-libs/gst/media-info/media-info.h:
37036         fixed, should work now
37037
37038 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37039
37040         * ext/nas/nassink.c:
37041         A bunch of NAS fixes from Arwed von Merkatz
37042
37043 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37044
37045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37046         (qtdemux_parse_trak):
37047           Fix crash (j might be greater than n_samples, in which case we're
37048           writing outside the allocated space for the array) and memleak.
37049
37050 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37051
37052         * sys/oss/gstosssink.c: (gst_osssink_chain):
37053           And another caller that couldn't handle delay < 0 (unsigned
37054           integer overflow). Video now continues playing on an audio
37055           buffer underrun, and the clock continues working. Audio still
37056           stalls.
37057
37058 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37059
37060         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37061         (gst_osssink_get_time):
37062           get_delay() may return values lower than 0. In those cases, we
37063           should not actually cast to *unsigned* int64, that will break
37064           stuff horribly. In my case, it screwed up A/V sync in movies
37065           in totem rather badly.
37066
37067 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37068
37069         * ext/faac/gstfaac.c: (gst_faac_chain):
37070         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37071         * ext/libpng/gstpngenc.c: (user_write_data):
37072         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37073         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37074         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37075         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37076         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37077         of any buffer), should fix some leaks. I hope I didn't unref buffers
37078         that shouldn't be...
37079
37080 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37081
37082         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37083         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37084         (error_callback), (gmi_reset), (gmi_seek_to_track),
37085         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37086         (gmip_find_type_post), (gmip_find_stream_post),
37087         (gmip_find_track_streaminfo_post):
37088         * gst-libs/gst/media-info/media-info-priv.h:
37089         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37090         (info_print), (main):
37091         * gst-libs/gst/media-info/media-info.c:
37092         (gst_media_info_error_create), (gst_media_info_error_element),
37093         (gst_media_info_instance_init), (gst_media_info_get_property),
37094         (gst_media_info_new), (gst_media_info_set_source),
37095         (gst_media_info_read_idler), (gst_media_info_read):
37096         * gst-libs/gst/media-info/media-info.h:
37097           first pass at making this work again.  This seems to work on
37098           tagged ogg/vorbis and mp3 files.
37099
37100 2004-03-06  Benjamin Otte  <otte@gnome.org>
37101
37102         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37103           fix huge leak: gst_buffer_merge doesn't unref the first argument
37104           itself.
37105
37106 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37107
37108         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37109           report layer/mode/emphasis
37110
37111 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37112
37113         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37114
37115 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37116
37117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37118           signal serial
37119
37120 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37121
37122         * ext/vorbis/vorbis.c: (plugin_init):
37123         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37124         (gst_vorbis_dec_init), (vorbis_dec_event):
37125         add debug category
37126         make vorbisdec handle _BYTE and _TIME queries
37127
37128 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37129
37130         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37131           from the xing header
37132
37133 2004-03-06  Benjamin Otte  <otte@gnome.org>
37134
37135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37136         (gst_audio_convert_link), (gst_audio_convert_change_state),
37137         (gst_audio_convert_buffer_from_default_format):
37138           do conversions from/to float correctly, fix some caps nego errors,
37139           export correct supported caps in template and getcaps, use correct
37140           caps in try_set_caps functions
37141
37142 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37143
37144         For some reason, I only committed a ChangeLog entry yesterday and
37145         not the corresponding code...
37146         * ext/mad/gstmad.c: Fix detection of Xing headers
37147         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37148
37149 2004-03-06  Benjamin Otte  <otte@gnome.org>
37150
37151         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37152         (gst_ogg_demux_src_query):
37153           make sure to handle the case where there's no current chain
37154           gracefully.
37155
37156 2004-03-05  David Schleef  <ds@schleef.org>
37157
37158         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37159         Add fixate function. (bug #131128)
37160         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37161         (gst_sdlvideosink_fixate):  Add fixate function.
37162         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37163         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37164         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37165         Fix missing break that was causing ulaw to be interpreted as
37166         raw int.
37167
37168 2004-03-05  David Schleef  <ds@schleef.org>
37169
37170         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37171         Fix code that ignores return value of gst_buffer_merge().
37172         (bug #114560)
37173         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37174         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37175         * testsuite/gst-lint:  Check for above.
37176
37177 2004-03-05  David Schleef  <ds@schleef.org>
37178
37179         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37180         caps and throw an element error.  (bug #136334)
37181
37182 2004-03-05  David Schleef  <ds@schleef.org>
37183
37184         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37185         (gst_faad_chain): Fix negotiation.
37186         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37187         key and button events.
37188         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37189         dung heap of code.
37190         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37191         depends on gconf
37192         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37193         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37194         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37195         function to encourage better negotiation, particularly between
37196         audioconvert and osssink.
37197         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37198         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37199         more important.
37200         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37201         typefinding.
37202         * gst/vbidec/vbiscreen.c:  Add glib header
37203         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37204
37205 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37206
37207         * ext/mad/gstmad.c: Fix detection of Xing headers
37208         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37209
37210 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37211
37212         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37213         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37214           debug updates
37215
37216 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37217
37218         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37219         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37220         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37221         files, and report the parsed length as a GST_TAG_DURATION tag.
37222         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37223
37224 2004-03-05  Benjamin Otte  <otte@gnome.org>
37225
37226         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37227           convert channels correctly. convert correctly to unsigned.
37228
37229 2004-03-05  Julien MOUTTE <julien@moutte.net>
37230
37231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37232         we have a window before clearing it.
37233
37234 2004-03-05  Julien MOUTTE <julien@moutte.net>
37235
37236         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37237         have a window before clearing it.
37238
37239 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37240
37241         * gconf/gstreamer.schemas.in:
37242         * gst-libs/gst/gconf/Makefile.am:
37243           version installation path the same way as for 0.6
37244         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37245         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37246         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37247           remove comment that was fixed
37248
37249 2004-03-05  David Schleef  <ds@schleef.org>
37250
37251         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37252         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37253         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37254         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37255         Add prototype code for handling seeking and querying.
37256
37257 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37258
37259         * examples/gstplay/player.c: (main):
37260           Initialize variables to NULL. Prevents a segfault because the
37261           (uninitialized) variable is not NULL, resulting in a crash on
37262           trying to reach error->message.
37263
37264 2004-03-05  Benjamin Otte  <otte@gnome.org>
37265
37266         * gst/audioconvert/gstaudioconvert.c:
37267         (gst_audio_convert_buffer_to_default_format):
37268         make float=>int conversion work correctly even in cornercases.
37269
37270 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37271
37272         * debian/README.Debian:
37273         * debian/build-deps:
37274         * debian/changelog:
37275         * debian/control:
37276         * debian/control.in:
37277         * debian/copyright:
37278         * debian/gstreamer-a52dec.files:
37279         * debian/gstreamer-aa.files:
37280         * debian/gstreamer-alsa.files:
37281         * debian/gstreamer-alsa.manpages:
37282         * debian/gstreamer-arts.files:
37283         * debian/gstreamer-artsd.files:
37284         * debian/gstreamer-audiofile.files:
37285         * debian/gstreamer-avifile.files:
37286         * debian/gstreamer-cdparanoia.files:
37287         * debian/gstreamer-colorspace.files:
37288         * debian/gstreamer-doc.files:
37289         * debian/gstreamer-dv.files:
37290         * debian/gstreamer-dvd.files:
37291         * debian/gstreamer-esd.files:
37292         * debian/gstreamer-festival.files:
37293         * debian/gstreamer-flac.files:
37294         * debian/gstreamer-gconf.conffiles:
37295         * debian/gstreamer-gconf.files:
37296         * debian/gstreamer-gconf.postinst:
37297         * debian/gstreamer-gnomevfs.files:
37298         * debian/gstreamer-gsm.files:
37299         * debian/gstreamer-http.files:
37300         * debian/gstreamer-jack.files:
37301         * debian/gstreamer-jpeg.files:
37302         * debian/gstreamer-mad.files:
37303         * debian/gstreamer-mikmod.files:
37304         * debian/gstreamer-misc.files:
37305         * debian/gstreamer-mpeg2dec.files:
37306         * debian/gstreamer-oss.files:
37307         * debian/gstreamer-plugin-apps.files:
37308         * debian/gstreamer-plugin-apps.manpages:
37309         * debian/gstreamer-plugin-libs-dev.files:
37310         * debian/gstreamer-plugin-libs.files:
37311         * debian/gstreamer-plugin-template.postinst:
37312         * debian/gstreamer-plugin-template.postrm:
37313         * debian/gstreamer-sdl.files:
37314         * debian/gstreamer-sid.files:
37315         * debian/gstreamer-vorbis.files:
37316         * debian/gstreamer-x.files:
37317         * debian/mk.control:
37318         * debian/rules:
37319         Debian package info not maintained here.
37320
37321 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37322
37323         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37324         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37325         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37326         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37327         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37328         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37329         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37330         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37331         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37332         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37333         * gst-libs/gst/colorbalance/colorbalance.c:
37334         (gst_color_balance_class_init):
37335         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37336         (gst_color_balance_channel_class_init):
37337         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37338         * gst-libs/gst/play/play.c: (gst_play_class_init):
37339         * gst-libs/gst/propertyprobe/propertyprobe.c:
37340         (gst_property_probe_iface_init):
37341         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37342         * gst-libs/gst/tuner/tunerchannel.c:
37343         (gst_tuner_channel_class_init):
37344         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37345         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37346         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37347         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37348         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37349         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37350         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37352         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37353           fix signals to use - instead of _
37354         * ext/libcaca/gstcacasink.h:
37355         * ext/sdl/sdlvideosink.h:
37356           fix header rename
37357
37358 2004-03-04  David Schleef  <ds@schleef.org>
37359
37360         * testsuite/gst-lint:  Add a check for bad signal names.
37361
37362 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37363
37364         reviewed by David Schleef
37365
37366         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37367         modified the alpha channel and caused a warning. (bug #136192)
37368
37369 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37370
37371         * gst-plugins.spec.in:
37372         Change names of plugins to actually be correct. Try to keep things
37373         alphabetical to avoid getting beat up by Thomas
37374
37375 2004-03-03  Julien MOUTTE <julien@moutte.net>
37376
37377         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37378         Using ximagesink as a default if no gconf key found. We should
37379         probably consider using alsasink instead of osssink for the audio
37380         part.
37381
37382 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37383
37384         * configure.ac:
37385           fix --with-plugins, don't think it ever worked before
37386         * gst-plugins.spec.in:
37387           even more updates
37388
37389 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37390
37391         * ext/sdl/sdlvideosink.h:
37392         * sys/ximage/ximagesink.h:
37393         * sys/xvideo/xvideosink.h:
37394         * sys/xvimage/xvimagesink.h:
37395           Fix for move of gstvideosink.h -> videosink.h.
37396
37397 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37398
37399         * gst-libs/gst/xwindowlistener/Makefile.am:
37400           this is a plugin library, not a library
37401
37402 2004-03-01  David Schleef  <ds@schleef.org>
37403
37404         * AUTHORS:  Added some names.  Add yourself if you're still
37405         missing.
37406
37407 2004-03-01  David Schleef  <ds@schleef.org>
37408
37409         * MAINTAINERS: Add
37410
37411 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37412
37413         * gst-plugins.spec.in: clean up spec file
37414
37415 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37416
37417         * gst-libs/gst/video/Makefile.am:
37418         * gst-libs/gst/video/gstvideosink.c:
37419         * gst-libs/gst/video/gstvideosink.h:
37420           rename gstvideosink.h to videosink.h to match other headers
37421         * gst/mixmatrix/Makefile.am:
37422           fix plugin filename
37423         * gst/tags/Makefile.am: fix plugin filename
37424
37425 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37426
37427         * gst/tags/Makefile.am: fix plugin filename
37428
37429 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37430
37431         * examples/gstplay/player.c: (got_time_tick), (main):
37432           add error handler
37433           display time_tick more readably
37434         * gst/mixmatrix/Makefile.am:
37435           fix plugin file name
37436
37437 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37438
37439         * sys/oss/gstosselement.c: (gst_osselement_probe),
37440         (device_combination_append), (gst_osselement_class_probe_devices):
37441         * sys/oss/gstosselement.h:
37442           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37443           on my system using alsa oss emulation, fixes bug #135597
37444
37445 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37446
37447         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37448         (gst_videodrop_chain), (gst_videodrop_change_state):
37449         * gst/videodrop/gstvideodrop.h:
37450           Work based on timestamp of input data, not based on the expected
37451           framerate from the input. The consequence is that this element now
37452           not only scales framerates, but also functions as a framerate
37453           corrector or framerate stabilizer/constantizer.
37454
37455 2004-02-27  David Schleef  <ds@schleef.org>
37456
37457         patches from jmmv@menta.net (Julio M. Merino Vidal)
37458
37459         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37460         GST_ELEMENT_ERROR call (bug #135634)
37461         * gst/interleave/interleave.c: (interleave_buffered_loop),
37462         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37463         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37464         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37465         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37466         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37467         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37468         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37469         Fix GST_ELEMENT_ERROR call.
37470         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37471         GST_ELEMENT_ERROR call.
37472
37473 2004-02-27  Benjamin Otte  <otte@gnome.org>
37474
37475         * gst-libs/gst/audio/audio.h:
37476           add macro to make sure header isn't included twice
37477         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37478           don't use gst_buffer_free
37479         * gst/playondemand/filter.func:
37480           don't use gst_data_free. Free data only once.
37481
37482 2004-02-26  David Schleef  <ds@schleef.org>
37483
37484         * gst-libs/gst/colorbalance/Makefile.am:
37485         * gst-libs/gst/mixer/Makefile.am:
37486         * gst-libs/gst/tuner/Makefile.am:
37487         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37488         should not be disted, -marshal.h files should not be installed,
37489         and -enum.h files _should_ be installed.  Fix to make this the
37490         case.
37491
37492 === release 0.7.5 ===
37493
37494 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37495
37496         * configure.ac: release 0.7.5, "Under The Sea"
37497
37498 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37499
37500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37501         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37502         * gst/videoscale/gstvideoscale.c:
37503         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37504           assorted debug/warning fixes
37505
37506 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37507
37508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37509         (gst_videoscale_init), (gst_videoscale_chain),
37510         (gst_videoscale_set_property), (plugin_init):
37511         * gst/videoscale/gstvideoscale.h:
37512         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37513         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37514         (gst_videoscale_planar400), (gst_videoscale_packed422),
37515         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37516         (gst_videoscale_24bit), (gst_videoscale_16bit),
37517         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37518         (gst_videoscale_scale_plane_slow),
37519         (gst_videoscale_scale_point_sample),
37520         (gst_videoscale_scale_nearest),
37521         (gst_videoscale_scale_nearest_str2),
37522         (gst_videoscale_scale_nearest_str4),
37523         (gst_videoscale_scale_nearest_32bit),
37524         (gst_videoscale_scale_nearest_24bit),
37525         (gst_videoscale_scale_nearest_16bit):
37526         add debugging category and use it properly
37527         fix use of GST_PTR_FORMAT
37528
37529 2004-02-25  Andy Wingo  <wingo@pobox.com>
37530
37531         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37532         push only when channel->buffer is NULL. Prevents segfaults doing
37533         the state change after a nonlocal exit, like a scheme exception.
37534
37535         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37536         Handle the case where the intersected caps is empty.
37537
37538 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * gst/law/mulaw-decode.c: (mulawdec_link):
37541         * gst/law/mulaw.c: (plugin_init):
37542           fix mulawdec so it actually works again
37543
37544 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37545
37546         reviewed by: David Schleef  <ds@schleef.org>
37547
37548         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37549         (gst_gamma_init), (gst_gamma_set_property),
37550         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37551         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37552         for RGB, with separate r g and b correction factors. (#131167)
37553
37554 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37555
37556         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37557           only signal tags for bitrate if they're > 0 (#134894)
37558
37559 2004-02-24  David Schleef  <ds@schleef.org>
37560
37561         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37562         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37563         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37564         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37565         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37566         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37567         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37568         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37569         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37570         category.  Attempt to fix timestamp calculation.
37571
37572 2004-02-24  Johan Dahlin  <johan@gnome.org>
37573
37574         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37575
37576 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37577
37578         * configure.ac:
37579         * gconf/Makefile.am:
37580         * gconf/gstreamer.schemas:
37581         * gst-libs/gst/gconf/Makefile.am:
37582         * gst-libs/gst/gconf/gconf.c:
37583           version gconf schemas and install locations
37584
37585 2004-02-23  Benjamin Otte  <otte@gnome.org>
37586
37587         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37588         (gst_xine_input_subclass_init):
37589           call parent dispose.
37590           change pad template for CD reader correctly
37591         * ext/xine/Makefile.am:
37592         * ext/xine/gstxine.h:
37593         * ext/xine/xine.c: (plugin_init):
37594         * ext/xine/xineaudiosink.c:
37595           wrap audio sinks, too
37596         * gst-libs/gst/resample/private.h:
37597         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37598         (gst_resample_reinit), (gst_resample_scale),
37599         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37600         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37601         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37602         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37603         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37604         * gst-libs/gst/resample/resample.h:
37605         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37606         (gst_audioscale_class_init), (gst_audioscale_link),
37607         (gst_audioscale_get_buffer), (gst_audioscale_init),
37608         (gst_audioscale_chain), (gst_audioscale_set_property),
37609         (gst_audioscale_get_property):
37610         * gst/audioscale/gstaudioscale.h:
37611           s/resample_*/gst_resample_*/i to not clobber namespaces
37612
37613 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37614
37615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37616         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37617         (gst_riff_create_video_template_caps),
37618         (gst_riff_create_audio_template_caps),
37619         (gst_riff_create_iavs_template_caps):
37620         * gst-libs/gst/riff/riff-media.h:
37621         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37622         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37623         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37624         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37626         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37627         (gst_matroska_demux_plugin_init): First batch implementing audio and
37628         video codec tags in demuxers.
37629
37630 2004-02-22  Benjamin Otte  <otte@gnome.org>
37631
37632         * ext/xine/Makefile.am:
37633         * ext/xine/gstxine.h:
37634         * ext/xine/xine.c: (plugin_init):
37635         * ext/xine/xineinput.c:
37636           add input plugin wrapper. Playback from files, http, mms and cdda
37637           works.
37638         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37639           remove leftover G_GNUC_UNUSED
37640         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37641         (gst_asf_demux_identify_guid):
37642           improve debugging output
37643
37644 2004-02-22  Benjamin Otte  <otte@gnome.org>
37645
37646         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37647
37648         * autogen.sh:
37649           replace test -e with test -x for mkinstalldirs to be more portable.
37650           (fixes #134816)
37651
37652 2004-02-22  Benjamin Otte  <otte@gnome.org>
37653
37654         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37655
37656         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37657           set rank to PRIMARY
37658         * gst/volume/gstvolume.c: (plugin_init):
37659           set rank to NONE
37660         fixes #134960
37661
37662 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37663
37664         reviewed by Benjamin Otte  <otte@gnome.org>
37665
37666         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37667           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37668
37669 2004-02-22  Benjamin Otte  <otte@gnome.org>
37670
37671         * configure.ac:
37672           export [_]*{gst,Gst,GST}.* symbols from plugins
37673
37674 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37675
37676         reviewed by: Benjamin Otte  <otte@gnome.org>
37677
37678         * ext/lame/gstlame.c: (add_one_tag):
37679         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37681         (gst_vorbisenc_metadata_set1):
37682         * gst/tags/gstid3tag.c:
37683         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37684           apply fixes from bugs #135042 (lame can't write tags) and #133817
37685           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37686
37687 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37688
37689         * configure.ac: Export only gst_plugin_desc from plugins.
37690          Note that this change only makes any effect with Linux using libtool
37691          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37692          fine. And don't try to have several versions of libtool in different
37693          directories.
37694
37695 2004-02-20  Andy Wingo  <wingo@pobox.com>
37696
37697         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37698         interleave respectively.
37699
37700         * gst/interleave/deinterleave.c: New plugin: deinterleave
37701         (replaces on oneton).
37702         * gst/interleave/interleave.c: New plugin: interleave.
37703         * gst/interleave/plugin.h: Support file.
37704         * gst/interleave/plugin.c: Support file.
37705
37706         * configure.ac: Remove intfloat and oneton, add interleave.
37707
37708         * ext/sndfile/gstsf.c: Handle events better.
37709
37710         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37711         and float2int operation. int2float has scheduling problems as
37712         noted in in2float_chain.
37713
37714 2004-02-20  Benjamin Otte  <otte@gnome.org>
37715
37716         * ext/xine/Makefile.am:
37717         * ext/xine/gstxine.h:
37718         * ext/xine/xine.c:
37719         * ext/xine/xineaudiodec.c:
37720         * ext/xine/xinecaps.c:
37721           add first version of xine plugin wrapper. Currently only wraps the
37722           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37723         * configure.ac:
37724         * ext/Makefile.am:
37725           add xine plugin wrapper, disabled by default. Use --enable-xine to
37726           build. Note that it'll segfault on gst-register if you don't remove
37727           the goom and tvtime post plugins from xine.
37728         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37729         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37730           add extradata parsing for QDM2.
37731           change around debugging prints.
37732
37733 2004-02-19  Benjamin Otte  <otte@gnome.org>
37734
37735         * ext/lame/gstlame.c: (gst_lame_chain):
37736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37737           use gst_tag_list_insert when you want to insert tags
37738
37739 2004-02-18  David Schleef  <ds@schleef.org>
37740
37741         * configure.ac:  Move massink to gst-rotten
37742         * ext/Makefile.am:
37743         * ext/mas/Makefile.am:
37744         * ext/mas/massink.c:
37745         * ext/mas/massink.h:
37746
37747 2004-02-18  David Schleef  <ds@schleef.org>
37748
37749         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37750         typefinding, since it seems to be worse than nothing.
37751         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37752         atom to recognize .mp4 and .m4a files as video/quicktime.
37753
37754 2004-02-18  David Schleef  <ds@schleef.org>
37755
37756         * gst/sine/demo-dparams.c: (quit_live),
37757         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37758         Use double dparams, not float.
37759         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37760         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37761         sync'd elements don't really work correctly.
37762         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37763         (volume_update_volume), (volume_get_property):  Change dparam
37764         to double.
37765
37766 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37767
37768         * sys/ximage/ximagesink.c:
37769         (gst_ximagesink_xwindow_update_geometry),
37770         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37771         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37772         (gst_ximagesink_init): Rework the way software video scaling works. So
37773         now we check on each chain call if the video frames are feeling the
37774         window. If not we try to renegotiate caps. On failure we memorize that
37775         and we won't try again for that PLAYING sessions.
37776         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37777         failure.
37778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37779         synchronous flag.
37780
37781 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37782
37783         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37784           break up _link so we can give a better debug message for errors
37785
37786 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37787
37788         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37789           set up debug category
37790
37791 2004-02-18  Julien MOUTTE <julien@moutte.net>
37792
37793         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37794         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37795         the way renegotiation work. The event handling function is not taking
37796         care of external windows and renegotiate method check for pad flags
37797         NEGOTIATING. Should fix : #133209
37798
37799 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37800
37801         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37802         pad is negotiating before trying renegotiation.
37803
37804 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37805
37806         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37807           pass on all possible mime types as typefind hints
37808
37809 2004-02-17  Julien MOUTTE <julien@moutte.net>
37810
37811         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37813         possible SHM leak if we crash. All other apps using XShm are doing
37814         that.
37815
37816 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37817
37818         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37819         (gst_ximagesink_expose): Renegotiate size on expose.
37820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37821         size on expose.
37822
37823 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37824
37825         * testsuite/alsa/sinesrc.c:
37826           cosmetic fix to fix compile issue with gcc 2.95.4
37827
37828 2004-02-16  Julien MOUTTE <julien@moutte.net>
37829
37830         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37831         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37832         failed opening the audio device.
37833         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37834         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37835         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37836         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37837         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37838         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37839         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37840         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37841         Removing some useless g_return_if_fail like wingo suggested.
37842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37843         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37844         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37845         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37846         (gst_xvimagesink_update_colorbalance),
37847         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37848         (gst_xvimagesink_xcontext_clear),
37849         (gst_xvimagesink_get_fourcc_from_caps),
37850         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37851         (gst_xvimagesink_set_xwindow_id),
37852         (gst_xvimagesink_colorbalance_list_channels),
37853         (gst_xvimagesink_colorbalance_set_value),
37854         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37855         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37856
37857 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37858
37859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37860           throw error when not negotiated instead of asserting
37861
37862 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37863
37864         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37865         correct data refcounting.
37866
37867 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37868
37869         * gst/switch/gstswitch.c: (gst_switch_change_state),
37870         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37871         change, mostly the EOS flag.
37872
37873 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37874
37875         * examples/gstplay/player.c: (got_eos), (main): Adding some
37876         output for debugging.
37877         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37878         timeouts if we go to any state different from PLAYING.
37879         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37880         more EOS bugs in riff lib.
37881
37882 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37883
37884         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37885         visualization until i find a way to fix switch correctly.
37886         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37887         EOS arrives.
37888         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37889         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37890         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37891         Reworked switch to get a more correct behaviour with events and refing
37892         of data stored in sinkpads.
37893         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37894         we don't pull from a pad in EOS.
37895
37896 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37897
37898         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37899           remove v1 tag even if we can't read it (makes sure we don't detect
37900           it again)
37901
37902 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37903
37904         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37905         (gst_alsa_xrun_recovery):
37906         * ext/alsa/gstalsa.h:
37907           try xrun recovery when wait failed. Make xrun recovery function
37908           return TRUE/FALSE to indicate success. (might fix #134354)
37909
37910 2004-02-13  David Schleef  <ds@schleef.org>
37911
37912         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37913         (dynparm_value_changed), (main): Convert from float to double.
37914         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37915
37916 2004-02-13  David Schleef  <ds@schleef.org>
37917
37918         * gst/silence/gstsilence.c: (gst_silence_class_init),
37919         (gst_silence_set_clock), (gst_silence_get),
37920         (gst_silence_set_property), (gst_silence_get_property):
37921         * gst/silence/gstsilence.h: Add sync property.
37922         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37923         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37924         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37925         * gst/sine/gstsinesrc.h: Add sync property.
37926
37927 2004-02-13  David Schleef  <ds@schleef.org>
37928
37929         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37930         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37931
37932 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37933
37934         * configure.ac:
37935         * ext/Makefile.am:
37936         * gst-libs/ext/Makefile.am:
37937           move ffmpeg plugin to gst-ffmpeg module
37938
37939 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37940
37941         * configure.ac: use GST_ARCH to detect architecture
37942
37943 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37944
37945         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37946
37947 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37948
37949         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37950           classify LADSPA plugins based on number of src/sink pads
37951           (#133663, Stefan Kost)
37952         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37953           fix dparams registration
37954           (#133528, Stefan Kost)
37955         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37956           fix use of isprint and use g_ascii_isprint instead
37957           (#133316, Stefan Kost)
37958
37959 2004-02-11  David Schleef  <ds@schleef.org>
37960
37961         Convert a few inner loops to use liboil.  This is currently
37962         optional, and is only enabled if liboil is present (duh!).
37963         * configure.ac: Check for liboil-0.1
37964         * gst/intfloat/Makefile.am:
37965         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37966         (gst_int2float_chain_gint16):
37967         * gst/videofilter/Makefile.am:
37968         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37969         (tablelookup_u8), (gst_videobalance_planar411):
37970         * gst/videotestsrc/Makefile.am:
37971         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37972         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37973         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37974         (paint_hline_RGB565), (paint_hline_xRGB1555):
37975
37976 2004-02-11  David Schleef  <ds@schleef.org>
37977
37978         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37979         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37980         (gst_colorspace_getcaps), (gst_colorspace_link),
37981         (gst_colorspace_base_init), (gst_colorspace_init),
37982         (gst_colorspace_chain), (gst_colorspace_change_state),
37983         (plugin_init): Merge Ronald's patch (bug #117897) and update
37984         for new caps and negotiation.  Seems to work, although it
37985         shows off bugs in lcs.
37986
37987 2004-02-11  David Schleef  <ds@schleef.org>
37988
37989         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37990         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37991
37992 2004-02-11  David Schleef  <ds@schleef.org>
37993
37994         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37995         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37996         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37997         Add server and port properties
37998
37999 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38000
38001         * m4/a52.m4:
38002         * m4/aalib.m4:
38003         * m4/as-ffmpeg.m4:
38004         * m4/as-liblame.m4:
38005         * m4/as-slurp-ffmpeg.m4:
38006         * m4/check-libheader.m4:
38007         * m4/esd.m4:
38008         * m4/freetype2.m4:
38009         * m4/gconf-2.m4:
38010         * m4/glib.m4:
38011         * m4/gst-alsa.m4:
38012         * m4/gst-artsc.m4:
38013         * m4/gst-ivorbis.m4:
38014         * m4/gst-matroska.m4:
38015         * m4/gst-sdl.m4:
38016         * m4/gst-shout2.m4:
38017         * m4/gst-sid.m4:
38018         * m4/gtk.m4:
38019         * m4/libdv.m4:
38020         * m4/libfame.m4:
38021         * m4/libmikmod.m4:
38022         * m4/ogg.m4:
38023         * m4/vorbis.m4:
38024           fix underquotedness of macros (#133800)
38025         * m4/as-avifile.m4:
38026         * m4/xmms.m4:
38027           removed because no longer used
38028
38029 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38030
38031         * configure.ac:
38032           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38033           by autopoint (fixes #132996)
38034
38035 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38036
38037         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38038         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38039         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38040         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38041           fix memleaks
38042
38043 2004-02-11  David Schleef  <ds@schleef.org>
38044
38045         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38046         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38047         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38048         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38049         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38050         (gst_jpegenc_class_init), (gst_jpegenc_init),
38051         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38052         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38053         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38054         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38055
38056 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38057
38058         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38059         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38060         * ext/mikmod/gstmikmod.h:
38061           fix caps negotiation in mikmod
38062         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38063           output debug information
38064
38065 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38066
38067         * gst-libs/gst/colorbalance/Makefile.am:
38068         * gst-libs/gst/navigation/Makefile.am:
38069         * gst-libs/gst/xoverlay/Makefile.am:
38070           remove unused GST_OPT_CFLAGS from Makefiles
38071           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38072
38073 2004-02-07  David Schleef  <ds@schleef.org>
38074
38075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38076         push events to pads that haven't been created (#133508)
38077
38078 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38079
38080         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38081         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38082         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38083         (gst_dvdec_loop), (gst_dvdec_change_state):
38084         Second attempt at committing a working dvdec element.
38085
38086 2004-02-06  David Schleef  <ds@schleef.org>
38087
38088         Build fixes for OS X: (see #129600)
38089         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38090         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38091         (gst_riff_read_strf_iavs):
38092         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38093         (gst_avi_demux_stream_odml):
38094         * gst/playondemand/Makefile.am:
38095         * gst/rtp/rtp-packet.c:
38096
38097 2004-02-05  David Schleef  <ds@schleef.org>
38098
38099         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38100         last change, because it Just Doesn't Compile.
38101
38102 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38103
38104         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38105           skip undecodable id3v2 tag instead of keeping it
38106
38107 2004-02-05  David Schleef  <ds@schleef.org>
38108
38109         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38110         Unref leaked buffer.  (Noticed by Ronald)
38111
38112 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38113
38114         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38115         Sync requires with other checks.  >= vs =.
38116
38117 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38118
38119         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38120         (gst_dvdec_video_link), (gst_dvdec_loop):
38121         * ext/dv/gstdvdec.h:
38122           rework the caps negotiation so that dvdec works again instead
38123           of just segfaulting.
38124
38125 === release 0.7.4 ===
38126
38127 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38128
38129         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38130         * configure.ac: changed for release
38131
38132 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38133
38134         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38135         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38136         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38137         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38138           reworked patch by David Lehn to fix libdir and includedir for
38139           uninstalled libraries
38140           removed play and gconf from gstreamer-libs since they have their
38141           own pkgconfig files
38142
38143 2004-02-04  David Schleef  <ds@schleef.org>
38144
38145         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38146         memleak.
38147
38148 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38149
38150         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38151           use correct GST_TAG_ENCODER tag
38152
38153 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38154
38155         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38156           be sure to stop the clock when going to paused
38157         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38158           reset number of transmitted when going to ready.
38159         fixes #132935
38160
38161 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38162
38163         reviewed by Benjamin Otte
38164
38165         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38166           extract track count (fixes #133410)
38167
38168 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38169
38170         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38171           that should be !=, not == (fixes #132519)
38172
38173 2004-02-04  David Schleef  <ds@schleef.org>
38174
38175         Make sure set_explicit_caps() is called before adding pad.
38176         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38177         * gst/id3/gstid3types.c: (gst_id3types_loop):
38178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38179         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38180
38181 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38182
38183         * configure.ac:
38184           bump nano to 2, first prerelease
38185           put back AM_PROG_LIBTOOL
38186
38187 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38188
38189         * testsuite/alsa/Makefile.am:
38190           these are user test apps, not automatic testsuite tests
38191
38192 2004-02-04  David Schleef  <ds@schleef.org>
38193
38194         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38195         * gst/mpeg1videoparse/gstmp1videoparse.c:
38196         (mp1videoparse_parse_seq):
38197         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38198         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38199         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38200         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38201         (gst_xvideosink_getcaps):
38202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38203         * testsuite/gst-lint: more tests
38204
38205 2004-02-04  David Schleef  <ds@schleef.org>
38206
38207         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38208         with the code that they would expand to.
38209         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38210         (gst_flacdec_get_src_query_types),
38211         (gst_flacdec_get_src_event_masks):
38212         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38213         (gst_gnomevfssrc_get_query_types),
38214         (gst_gnomevfssrc_get_event_mask):
38215
38216 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38217
38218         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38219         (gst_sinesrc_dispose):
38220           fix memleak by properly disposing sinesrc
38221
38222 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38223
38224         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38225         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38226         an overlay to redraw the image because it has been exposed.
38227         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38228         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38229         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38230         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38231         interface
38232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38233         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38234         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38235         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38236         interface
38237
38238 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38239
38240         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38241           more memleak fixage
38242
38243 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38244
38245         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38246         * gst/typefind/gsttypefindfunctions.c:
38247           fix memleaks shown by gst-typefind
38248
38249 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38250
38251         * common/glib-gen.mak:
38252           add hack rule to touch .Plo files
38253         * gst-libs/gst/colorbalance/Makefile.am:
38254         * gst-libs/gst/mixer/Makefile.am:
38255         * gst-libs/gst/play/Makefile.am:
38256         * gst-libs/gst/tuner/Makefile.am:
38257           remove glib_root variable
38258
38259 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38260
38261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38262           set explicit caps before adding the element, so the autopluggers can
38263           plug correctly.
38264         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38265         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38266         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38267         (dv_type_find):
38268           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38269           argument.
38270
38271 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38272
38273         * gst-libs/gst/colorbalance/Makefile.am:
38274         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38275         * gst-libs/gst/colorbalance/colorbalance.c:
38276         * gst-libs/gst/colorbalance/colorbalance.h:
38277         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38278         * gst-libs/gst/mixer/Makefile.am:
38279         * gst-libs/gst/mixer/mixer-marshal.list:
38280         * gst-libs/gst/mixer/mixer.c:
38281         * gst-libs/gst/mixer/mixer.h:
38282         * gst-libs/gst/mixer/mixermarshal.list:
38283         * gst-libs/gst/play/Makefile.am:
38284         * gst-libs/gst/play/play.h:
38285         * gst-libs/gst/tuner/Makefile.am:
38286         * gst-libs/gst/tuner/tuner-marshal.list:
38287         * gst-libs/gst/tuner/tuner.c:
38288         * gst-libs/gst/tuner/tuner.h:
38289         * gst-libs/gst/tuner/tunermarshal.list:
38290           use new glib-gen.mak snippet to clean up Makefile.am
38291           fix various bugs in Makefile.am's
38292
38293 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38294
38295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38296           handle chain parsing correctly in the multichain case
38297         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38298         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38299         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38300         (theora_dec_chain):
38301           handle events and queries correctly
38302
38303 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38304
38305         * .cvsignore:
38306         Ignore generated file _stdint.h.
38307
38308 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38309
38310         * gst-libs/gst/colorbalance/Makefile.am:
38311         * gst-libs/gst/colorbalance/colorbalance.h:
38312         * gst-libs/gst/mixer/Makefile.am:
38313         * gst-libs/gst/mixer/mixer.h:
38314         * gst-libs/gst/play/Makefile.am:
38315         * gst-libs/gst/play/play.h:
38316         * gst-libs/gst/tuner/Makefile.am:
38317         * gst-libs/gst/tuner/tuner.h:
38318         Generate enum type code with glib-mkenums.
38319         * gst-libs/gst/colorbalance/.cvsignore:
38320         * gst-libs/gst/mixer/.cvsignore:
38321         * gst-libs/gst/play/.cvsignore:
38322         * gst-libs/gst/tuner/.cvsignore:
38323         Ignore generated files.
38324
38325 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38326
38327         * gst-libs/gst/audio/.cvsignore:
38328         Ignore generated file.
38329         * gst-libs/gst/audio/Makefile.am:
38330         Do not install example filter.
38331
38332 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38333
38334         * examples/switch/.cvsignore:
38335         Ignore generated file.
38336
38337 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38338
38339         * common/m4/ax_create_stdint_h.m4:
38340         * configure.ac:
38341           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38342           _stdint.h.
38343         * Makefile.am:
38344           remove generated _stdint.h in DISTCLEANFILES
38345         * ext/a52dec/gsta52dec.c:
38346           include _stdint.h for a52dec. (should fix #133064)
38347
38348 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38349
38350         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38351         (gst_tag_to_vorbis_comments):
38352         Add replaygain support to vorbistag
38353
38354 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38355         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38356         (gst_ffmpeg_caps_to_extradata):
38357           Fix SVQ3 caps flag properties
38358           Use glib macro for bytes swap
38359
38360 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38361
38362         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38363         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38364         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38365         * ext/sndfile/gstsf.c: (plugin_init):
38366         * gst/avi/gstavi.c: (plugin_init):
38367         * sys/dxr3/dxr3init.c: (plugin_init):
38368         * sys/oss/gstossaudio.c: (plugin_init):
38369         * sys/v4l/gstv4l.c: (plugin_init):
38370         * sys/v4l2/gstv4l2.c: (plugin_init):
38371           remove textdomain calls
38372         * po/nl.po:
38373           update Dutch translation
38374
38375 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38376
38377         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38378         (gst_play_set_audio_sink): Moving volume in the audio thread for
38379         instantaneous volume change. Maybe i will add another volume in front
38380         of visualization later, not sure yet though.
38381
38382 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38383
38384         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38385         (gst_ximagesink_handle_xevents): Better X events handling, only take
38386         the latest events for configure and motion.
38387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38388
38389 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38390
38391         reviewed by: David Schleef  <ds@schleef.org>
38392
38393         Fix memory leaks:
38394         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38395         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38396
38397 2004-02-02  David Schleef  <ds@schleef.org>
38398
38399         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38400         of lines.
38401         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38402         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38403         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38404         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38405         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38406         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38407         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38408         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38409         (gst_float2_2_int_link):
38410         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38411         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38412         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38413         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38414         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38415         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38416         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38417         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38418         * testsuite/gst-lint: Add tests for bzero and ;;
38419
38420 2004-02-02  David Schleef  <ds@schleef.org>
38421
38422         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38423
38424 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38425
38426         * ext/aalib/gstaasink.c: (gst_aasink_open):
38427         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38429         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38430         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38431         (gst_afsink_close_file):
38432         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38433         (gst_afsrc_close_file):
38434         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38435         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38436         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38437         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38438         * ext/esd/esdmon.c: (gst_esdmon_get):
38439         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38440         * ext/faac/gstfaac.c: (gst_faac_chain):
38441         * ext/faad/gstfaad.c: (gst_faad_chain):
38442         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38443         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38444         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38445         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38446         (gst_flacdec_loop):
38447         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38448         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38449         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38450         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38451         (gst_gnomevfssink_close_file):
38452         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38453         (gst_gnomevfssrc_open_file):
38454         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38455         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38456         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38457         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38458         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38459         * ext/mad/gstmad.c: (gst_mad_chain):
38460         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38461         * ext/mpeg2dec/gstmpeg2dec.c:
38462         * ext/mpeg2enc/gstmpeg2enc.cc:
38463         * ext/mplex/gstmplex.cc:
38464         * ext/mplex/gstmplexibitstream.cc:
38465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38466         (gst_ogg_demux_push):
38467         * ext/raw1394/gstdv1394src.c:
38468         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38469         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38470         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38471         (gst_sf_loop):
38472         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38473         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38474         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38475         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38477         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38478         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38479         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38480         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38481         (gst_riff_read_element_data), (gst_riff_read_seek),
38482         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38483         * gst/adder/gstadder.c: (gst_adder_loop):
38484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38485         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38486         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38487         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38488         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38489         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38490         * gst/goom/gstgoom.c: (gst_goom_chain):
38491         * gst/id3/gstid3types.c: (gst_id3types_loop):
38492         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38493         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38494         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38495         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38496         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38497         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38498         (gst_ebml_read_float), (gst_ebml_read_header):
38499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38500         (gst_matroska_demux_parse_blockgroup):
38501         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38503         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38504         * gst/silence/gstsilence.c: (gst_silence_get):
38505         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38506         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38507         * gst/speed/gstspeed.c: (speed_loop):
38508         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38509         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38510         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38511         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38512         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38513         (gst_wavparse_loop):
38514         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38515         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38516         (dxr3audiosink_close):
38517         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38518         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38519         (dxr3videosink_close), (dxr3videosink_write_data):
38520         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38521         * sys/oss/gstosssink.c: (gst_osssink_chain):
38522         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38523         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38524         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38526         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38527         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38528         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38529         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38530         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38531         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38532         (gst_v4l_set_audio):
38533         * sys/v4l/v4l_calls.h:
38534         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38535         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38536         (gst_v4lmjpegsink_playback_init),
38537         (gst_v4lmjpegsink_playback_start):
38538         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38539         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38540         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38541         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38542         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38543         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38544         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38545         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38546         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38547         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38548         (gst_v4l2_get_output), (gst_v4l2_set_output),
38549         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38550         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38551         (gst_v4l2_set_attribute):
38552         * sys/v4l2/v4l2_calls.h:
38553         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38554         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38555         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38556         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38557         (gst_v4l2src_capture_stop):
38558         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38559         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38560         (gst_ximagesink_chain):
38561         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38562         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38563         (gst_xvideosink_xwindow_new):
38564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38565         (gst_xvimagesink_chain):
38566
38567 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38568
38569         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38570         (gst_volume_get_volume), (volume_class_init), (volume_init),
38571         (volume_chain_int16), (volume_update_volume):
38572         * gst/volume/gstvolume.h:
38573           make code more readable by removing magic numbers
38574           make mixer interface export 0-100 range
38575           make it internally map to 0.0-1.0 range so users don't distort
38576           output by putting the sliders at full volume
38577
38578 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38579
38580         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38581         (gst_play_state_change), (gst_play_seek_to_time):
38582         block the tick callback for 0.5 secs after doing a seek
38583
38584 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38585
38586         * gst-libs/gst/play/play.c: (gst_play_new):
38587           check for GError
38588
38589 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38590
38591         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38592         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38593         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38594         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38596         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38597
38598 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38599
38600         * configure.ac:
38601         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38602           check for a function added in vorbis 1.1
38603
38604 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38605
38606         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38607         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38608           really start/stop clock only on PLAYING <=> PAUSED
38609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38610           remove \n from debugging lines
38611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38612           make it work when seeking does not
38613         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38614           reset on DISCONT
38615
38616 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38617
38618         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38619           start clock on PAUSED=>PLAYING, not later
38620         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38621           extract correct time for different discont formats
38622         (gst_alsa_sink_get_time):
38623           don't segfault when no format is negotiated yet, just return 0
38624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38625         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38626         (gst_ogg_pad_push):
38627           handle flush and discont events correctly
38628         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38629           handle discont events correctly
38630
38631 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38632
38633         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38634         (gst_play_error_create), (gst_play_error_plugin),
38635         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38636         * gst-libs/gst/play/play.h:
38637           add error handling during creation
38638         * examples/gstplay/player.c: (main):
38639           use new gst_play_new
38640
38641
38642 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38643
38644         * ext/theora/theoradec.c: (theora_dec_chain):
38645           make comments work
38646         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38647         (vorbis_dec_src_event), (vorbis_dec_chain):
38648           add encoder tag, fix tag reading to be more error tolerant, change
38649           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38650           gst_pad_event_default.
38651         * gst/tags/gstvorbistag.c:
38652         (gst_tag_list_from_vorbiscomment_buffer):
38653           undefine function specific define at end of function
38654
38655 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38656
38657         * ext/flac/gstflac.c: (plugin_init):
38658         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38659         * ext/flac/gstflacdec.h:
38660         * ext/flac/gstflacenc.h:
38661           Fix typos
38662
38663 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38664
38665         * examples/gstplay/player.c: s/gstplay.h/play.h/
38666
38667 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38668
38669         * gst-libs/gst/play/Makefile.am:
38670         * gst-libs/gst/play/gstplay.c:
38671         * gst-libs/gst/play/gstplay.h:
38672         * gst-libs/gst/play/play.c:
38673           more surgery, operation complete
38674
38675 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38676
38677         * gst-libs/gst/play/play.old.c:
38678         * gst-libs/gst/play/play.old.h:
38679           after CVS surgery by moving, remove
38680         * gst-libs/gst/play/playpipelines.c:
38681           remove
38682
38683         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38684           add negotiation error
38685
38686 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38687
38688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38689         (gst_ogg_demux_push):
38690           add some seeking debug info
38691           send a flush when seeking
38692
38693 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38694
38695         * configure.ac:
38696           use AC_C_INLINE
38697         * configure.ac:
38698         * ext/Makefile.am:
38699         * ext/theora/Makefile.am:
38700         * ext/theora/theoradec.c:
38701           add theora video decoder. Does just do simple decoding for now and
38702           has been tested against Theora cvs only. It only works when theora
38703           is compiled with --enable-static.
38704         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38705           always reset packetno on DISCONT
38706
38707 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38708
38709         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38710           Fix audio.
38711
38712 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38713
38714         * gst/mpegaudioparse/gstmpegaudioparse.c:
38715         (mp3_type_frame_length_from_header):
38716           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38717
38718 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38719
38720         * ext/esd/esdsink.c: (gst_esdsink_init):
38721           Since we have static pad template caps, we don't need to negotiate;
38722           either the core errors out or we know the format.
38723
38724 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38725
38726         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38727         (gst_riff_read_seek):
38728         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38729         (gst_ebml_read_seek):
38730           Fix event handling.
38731
38732 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38733
38734         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38735           removee video/x-theora from vp3 decoder, it doesn't handle raw
38736           theora streams
38737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38738           fix bug with finalizing element that never went to PAUSED
38739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38740           length and position queries were swapped
38741         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38742         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38743         (vorbis_dec_src_event):
38744           implement querying time and bytes
38745
38746 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38747
38748         * just about every source file:
38749           gst_element_error -> GST_ELEMENT_ERROR
38750
38751 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38752
38753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38754         emiting FLUSH and even before DISCONT.
38755         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38756         get the best instant seeking as possible yay!
38757
38758 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38759
38760         * gst/mpeg1videoparse/gstmp1videoparse.c:
38761         (gst_mp1videoparse_real_chain):
38762           Committed wrong version last week... Grr... Didn't notice until now.
38763
38764 2004-01-29  Julien MOUTTE <julien@moutte.net>
38765
38766         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38768         have_xwindow_id signal in xwindow_create.
38769
38770 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38771
38772         * ext/ogg/gstoggdemux.c:
38773           lots of changes - mainly support for chained bitstreams, seeking,
38774           querying and bugfixes of course
38775         * ext/vorbis/Makefile.am:
38776         * ext/vorbis/vorbisdec.c:
38777         * ext/vorbis/vorbisdec.h:
38778           add vorbisdec raw vorbis decoder
38779         * ext/vorbis/vorbis.c: (plugin_init):
38780           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38781         * gst/intfloat/Makefile.am:
38782         * gst/intfloat/float22int.c:
38783         * gst/intfloat/float22int.h:
38784         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38785           add float2intnew plugin. It converts multichannel interleaved float to
38786           multichannel interleaved int. The name should probably be changed.
38787         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38788         (plugin_init):
38789           add typefinding for raw theora video so oggdemux can detect it.
38790
38791 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38792
38793         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38794         sink element first.
38795         * gst/videoscale/gstvideoscale.c:
38796         (gst_videoscale_handle_src_event): Fixing src event handler.
38797
38798 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38799
38800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38801         (gst_v4lsrc_open), (gst_v4lsrc_close),
38802         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38803         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38804         * sys/v4l/gstv4lsrc.h:
38805         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38806         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38807           Implement resizing... Hack. But that's why v4l is b0rked...
38808
38809 2004-01-28  Julien MOUTTE <julien@moutte.net>
38810
38811         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38812         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38813         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38814         (gst_ximagesink_xwindow_destroy):
38815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38816         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38817         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38818         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38819         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38820         correctly cleaning the image created to check xshm calls on succes,
38821         added a lot of XSync calls in X11 functions, and fixed a segfault when
38822         no image format was defined before negotiation happened.
38823
38824 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38825
38826         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38827           use gst_element_get_time to get correct time
38828
38829 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38830
38831         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38832         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38833         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38835         (gst_xvimagesink_check_xshm_calls),
38836         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38837         X plugins are now able to detect that XShm calls will fail even if the
38838         server claims that it has XShm support (remote displays most of the
38839         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38840         so that we use non XShm functions. This feature is almost useless for
38841         xvimagesink as Xv is not supported on remote displays anyway, but
38842         it might happen than even on the local display XShm calls fail.
38843
38844 2004-01-27  David Schleef  <ds@schleef.org>
38845
38846         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38847         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38848         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38849         changed esdsink to only use 44100,16,2, since esd sucks at rate
38850         conversion and esdsink has had difficulty negotiating.
38851
38852 2004-01-27  Julien MOUTTE <julien@moutte.net>
38853
38854         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38855         (gst_play_seek_to_time): Fixing the way to get current position.
38856
38857 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38858
38859         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38860           use gst_element_get_time to get correct time
38861
38862 2004-01-27  Julien MOUTTE <julien@moutte.net>
38863
38864         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38865         fix ever... Inverting 2 lines of code make spider autoplug correctly
38866         tagged mp3 !
38867
38868 2004-01-27  David Schleef  <ds@schleef.org>
38869
38870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38871         Use gst_pad_try_set_caps_nonfixed().
38872
38873 2004-01-27  David Schleef  <ds@schleef.org>
38874
38875         * gst/ac3parse/gstac3parse.c: update to checklist 5
38876         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38877         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38878         * gst/audioscale/gstaudioscale.c: same
38879         * gst/auparse/gstauparse.c: same
38880         * gst/avi/gstavidemux.c: same
38881
38882 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38883
38884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38885           stop processing after EOS
38886
38887 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38888
38889         * gst/asfdemux/asfheaders.h:
38890         * gst/asfdemux/gstasfdemux.c:
38891         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38892         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38893         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38894           lot's of fixes to make data extraction simpler and get the code
38895           architecture and compiler independant. Add debugging category
38896         * gst/goom/gstgoom.c: (gst_goom_change_state):
38897           reset channel count on PAUSED=>READY, not READY=>PAUSED
38898
38899 2004-01-26  Colin Walters  <walters@verbum.org>
38900
38901         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38902         code to pull a bigger buffer in iradio mode.  This as a side effect
38903         makes typefinding work.
38904
38905 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38906
38907         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38908         Fix SVQ3 decoding on PPC
38909
38910 2004-01-26  Julien MOUTTE <julien@moutte.net>
38911
38912         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38913         that one managed to stay there... Fixed.
38914
38915 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38916
38917         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38918         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38919         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38920         (qtdemux_video_caps):
38921         * gst/qtdemux/qtdemux.h:
38922         Add SVQ3 specific flags to qtdemux and ffmpeg
38923
38924 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38925
38926         * gst-libs/gst/audio/audio.h:
38927           remove buffer-frames from audio caps
38928         * gst/audioconvert/gstaudioconvert.c:
38929           fix plugin to really work.
38930
38931 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38932
38933         * gst-libs/gst/mixer/mixer.c:
38934         * gst-libs/gst/propertyprobe/propertyprobe.c:
38935         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38936         (gst_tuner_find_channel_by_name):
38937         * gst-libs/gst/tuner/tuner.h:
38938           Add gtk-doc style comments. Also fix a function name.
38939
38940 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38941
38942         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38943         (gst_divxdec_negotiate):
38944           Fix for new capsnego - also fixes gst-player with divxdec.
38945
38946 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38947
38948         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38949         (gst_play_identity_handoff), (gst_play_set_location),
38950         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38951         try in visualization implementation. Still have an issue with switch
38952         blocking when pulling from video_queue and only audio comes out of
38953         spider.
38954         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38955         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38956         release method. And check if the pad is usable before pulling.
38957
38958 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38959
38960         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38961         (gst_videobalance_init),
38962         (gst_videobalance_colorbalance_list_channels),
38963         (gst_videobalance_colorbalance_set_value),
38964         (gst_videobalance_colorbalance_get_value),
38965         (gst_videobalance_update_properties),
38966         (gst_videobalance_update_tables_planar411),
38967         (gst_videobalance_planar411):
38968         * gst/videofilter/gstvideobalance.h:
38969           Implement lookup-tables. +/- 10x faster.
38970
38971 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38972
38973         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38974         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38975           The index reading was broken. The rest worked fine, but the whole
38976           goal of my rewrite was to make avidemux readable, and this was
38977           not at all readable. Please use typed variables.
38978
38979 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38980
38981         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38982           Additional pad usability check.
38983         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38984         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38985         (gst_mp1videoparse_real_chain):
38986           Fix MPEG video stream parsing. The original plugin had several
38987           issues, including not timestamping streams where the source was
38988           not timestamped (this happens with PTS values in mpeg system
38989           streams, but MPEG video is also a valid stream on its own so
38990           that needs timestamps too). We use the display time code for that
38991           for now. Also, if one incoming buffer contains multiple valid
38992           frames, we push them all on correctly now, including proper EOS
38993           handling. Lastly, several potential segfaults were fixed, and we
38994           properly sync on new sequence/gop headers to include them in next,
38995           not previous frames (since they're header for the next frame, not
38996           the previous). Also see #119206.
38997         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38998         (bpf_from_header):
38999           Move caps setting so we only do it after finding several valid
39000           MPEG-1 fraes sequentially, not right after the first one (which
39001           might be coincidental).
39002         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39003         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39004         (plugin_init):
39005           Add unsynced MPEG video stream typefinding, and change some
39006           probability values so we detect streams rightly. The idea is as
39007           follows: I can have an unsynced system stream which contains
39008           video. In the current code, I would randomly get a type for either
39009           system or video stream type found, because the probabilities are
39010           being calculated rather randomly. I now use fixed values, so we
39011           always prefer system stream if that was found (and that is how it
39012           should be). If no system stream was found, we can still identity                the stream as video-only.
39013
39014 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39015
39016         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39017         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39018           don't write to buffer. Extract data without the need of
39019           __attribute__ ((packed))
39020
39021 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39022
39023         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39024         (mpeg1_sys_type_find):
39025           Fix MPEG-1 stream typefinding.
39026
39027 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39028
39029         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39030           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39031
39032 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39033
39034         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39035         * ext/esd/gstesd.c: (plugin_init):
39036           private debugging, better error reporting
39037
39038 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39039
39040         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39041         (gst_riff_read_init), (gst_riff_read_change_state):
39042         * gst-libs/gst/riff/riff-read.h:
39043           Remove stuff fromold metadata system.
39044
39045 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39046
39047         * ext/ogg/gstoggdemux.c:
39048           Fix wrong file comment.
39049         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39051           Add metadata reading properly.
39052
39053 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39054
39055         * ext/Makefile.am:
39056           Fix nas DIST_SUBDIRS
39057           Uraeus:
39058           Fix bug where make distcheck doesn't get run on adding stuff to
39059           the build.
39060
39061 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39062
39063         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39064         * ext/divx/gstdivxdec.h:
39065           Fix divx3 ("msmpeg4") playback using divxdec.
39066
39067 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39068
39069         * gst/typefind/gsttypefindfunctions.c:
39070         (mp3_type_frame_length_from_header): fix bug in length computation
39071         (mp3_type_find): improve debugging output
39072
39073 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39074
39075         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39076         (gst_play_set_location), (gst_play_seek_to_time),
39077         (gst_play_set_audio_sink), (gst_play_set_visualization),
39078         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39079         the pipeline from scratch. Visualization is back and switch went out as
39080         i realized it was not possible to use the way i wanted.
39081         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39082         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39083         clearing in state change from READY to NULL. So that one can clean the
39084         X ressources keeping the element.
39085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39086         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39087         (gst_xvimagesink_colorbalance_set_value),
39088         (gst_xvimagesink_colorbalance_get_value),
39089         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39090         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39091         change from READY to NULL and fixed some stupid bugs in colorbalance
39092         get/set values. Also added the following feature : when nobody tries to
39093         set some values to the colorbalance levels before the xcontext is
39094         grabbed, then when creating channels list from Xv attributes we set the
39095         internal values to the Xv defaults. This way we handle buggy Xv drivers
39096         that set default hue values far from the middle of the range (Thanks
39097         to Jon Trowbridge for pointing that issue).
39098         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39099         colorbalance levels have been set before xcontext is grabbed.
39100
39101 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39102
39103         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39104           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39105           it might block operations (which is bad for a mixer).
39106
39107 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39108
39109         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39110         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39111         (gmip_find_type_pre):
39112         * gst-libs/gst/media-info/media-info-priv.h:
39113         * gst-libs/gst/media-info/media-info.c:
39114         (gst_media_info_instance_init), (gst_media_info_read_idler):
39115         add fakesink to get caps on decoder src pad again
39116         fix callback prototype to match new have_type signal signature
39117
39118 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39119
39120         * gst/adder/gstadder.c: (gst_adder_link):
39121           fix non-compile and cut-n-paste code
39122
39123 2004-01-21  David Schleef  <ds@schleef.org>
39124
39125         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39126         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39127         (gst_swfdec_init), (gst_swfdec_change_state):
39128         * ext/swfdec/gstswfdec.h:
39129         Fix negotiation.
39130         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39131         (gst_adder_request_new_pad): Fix negotiation.
39132         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39133         Add a fixate function.
39134         * gst/intfloat/gstfloat2int.c:
39135         * gst/intfloat/gstfloat2int.h:
39136         * gst/intfloat/gstint2float.c:
39137         * gst/intfloat/gstint2float.h:
39138         Completely rewrite the negotiation.  Doesn't quite work yet,
39139         due to some buffer-frames problem.
39140
39141 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39142
39143         * ext/gnomevfs/gstgnomevfssrc.c:
39144         * sys/v4l2/v4l2_calls.h:
39145           fix includes for distcheck
39146
39147 2004-01-21  Christian Schaller <uraeus@gnome.org>
39148
39149         * ext/nas/
39150         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39151         based on earlier patch from Laurent Vivier
39152
39153 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39154
39155         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39156         Fix wma caps property
39157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39158         Fix typo (flags1 and flags2)
39159
39160 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39161
39162         * gst-libs/gst/media-info/media-info-priv.c:
39163         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39164         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39165         (gmip_find_stream), (gmip_find_track_metadata),
39166         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39167         (gmip_find_track_format):
39168         * gst-libs/gst/media-info/media-info-priv.h:
39169         * gst-libs/gst/media-info/media-info-test.c: (main):
39170         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39171         (gst_media_info_read_idler), (gst_media_info_read):
39172         * gst-libs/gst/media-info/media-info.h:
39173           register debugging category and use it for debugging
39174
39175 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39176
39177         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39178         (gst_vorbisfile_new_link):
39179           signal streaminfo through tags
39180
39181 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39182
39183         * ext/mplex/gstmplex.cc:
39184         * ext/mplex/gstmplexibitstream.cc:
39185           g++ doesn't like NULL in our i18n/error macros, should be
39186           either (NULL) or ("").
39187
39188 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39189
39190         * sys/dxr3/dxr3audiosink.c:
39191         * sys/dxr3/dxr3init.c:
39192         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39193         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39194           Fix more error error error errors (missing includes here).
39195
39196 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39197
39198         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39199           fix thomas' error errors.
39200
39201 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39202
39203         * ext/mpeg2enc/gstmpeg2enc.cc:
39204           fix error errors.
39205
39206 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39207
39208         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39209         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39210           Fix for new error system.
39211
39212 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39213
39214         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39215           fix for new error reporting
39216
39217 2004-01-20  David Schleef  <ds@schleef.org>
39218
39219         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39220         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39221         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39222         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39223         and neither is 100+, most likely.
39224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39225         (gst_xvimagesink_getcaps): same
39226
39227 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39228
39229         * configure.ac:
39230           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39231           clashes with ffmpeg.
39232
39233 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39234
39235         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39236         (gst_switch_init): Fixed switch element : proxying link and setting
39237         caps from src to sink on request.
39238
39239 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39240
39241         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39242         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39243         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39244         fix element_error
39245
39246 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39247
39248         * sys/v4l/v4l_calls.h:
39249         * sys/v4l2/v4l2_calls.h:
39250           element_error fixes
39251
39252 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39253
39254         * gst-libs/gst/gst-i18n-plugin.h:
39255           add locale.h
39256           remove config.h inclusion
39257
39258 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39259
39260         * autogen.sh:
39261           adding autopoint invocation
39262         * Makefile.am:
39263         * configure.ac:
39264         * gst-libs/gst/gettext.h:
39265           adding gettext bits
39266         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39267         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39268         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39269         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39270         (gst_gnomevfssink_close_file):
39271         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39272         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39273         * gst-libs/gst/gst-i18n-plugin.h:
39274         * gst/avi/gstavi.c: (plugin_init):
39275         * sys/dxr3/dxr3init.c: (plugin_init):
39276         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39277         * sys/oss/gstossaudio.c: (plugin_init):
39278         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39279         * sys/v4l/gstv4l.c: (plugin_init):
39280         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39281         * sys/v4l2/gstv4l2.c: (plugin_init):
39282         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39283         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39284         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39285         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39286         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39287         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39288           make sure locale and translation domain are set
39289           fix translated strings
39290         * po/.cvsignore:
39291         * po/LINGUAS:
39292         * po/Makevars:
39293         * po/POTFILES.in:
39294         * po/nl.po:
39295           put translation files into place
39296         * sys/xvideo/imagetest.c: (main):
39297         * ext/dv/demo-play.c: (main):
39298           fix unnecessary translations
39299
39300 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39301
39302         * ext/sndfile/gstsf.c:
39303         * gst/avi/gstavimux.c:
39304         * ext/audiofile/gstafsink.c:
39305         * ext/audiofile/gstafsrc.c:
39306         * ext/gnomevfs/gstgnomevfssink.c:
39307         * ext/gnomevfs/gstgnomevfssrc.c:
39308         * sys/oss/gstosselement.c:
39309         * sys/v4l/v4l_calls.h:
39310           fix i18n include
39311
39312 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39313
39314         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39315         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39316         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39317         (gst_v4l2_get_output), (gst_v4l2_set_output),
39318         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39319         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39320         (gst_v4l2_set_attribute):
39321         update to new error handling
39322
39323 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39324
39325         * ext/sidplay/gstsiddec.cc:
39326         * gst/modplug/gstmodplug.cc:
39327           parenthese NULL because C++ seems angry about it
39328
39329 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39330
39331         * gst-libs/gst/gst-i18n-plugin.h:
39332           add skeleton i18n stuff, but needs to be further implemented
39333
39334 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39335
39336         * examples/gstplay/player.c: (main):
39337         * ext/aalib/gstaasink.c: (gst_aasink_open):
39338         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39339         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39340         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39341         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39342         (gst_afsink_close_file):
39343         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39344         (gst_afsrc_close_file):
39345         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39346         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39347         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39348         * ext/esd/esdmon.c: (gst_esdmon_get):
39349         * ext/esd/esdsink.c: (gst_esdsink_chain):
39350         * ext/faac/gstfaac.c: (gst_faac_chain):
39351         * ext/faad/gstfaad.c: (gst_faad_chain):
39352         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39353         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39354         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39355         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39356         (gst_flacdec_loop):
39357         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39358         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39359         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39360         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39361         (gst_gnomevfssink_close_file):
39362         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39363         (gst_gnomevfssrc_open_file):
39364         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39365         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39366         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39367         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39368         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39369         * ext/mad/gstmad.c: (gst_mad_chain):
39370         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39371         * ext/mpeg2dec/gstmpeg2dec.c:
39372         * ext/mpeg2enc/gstmpeg2enc.cc:
39373         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39374         * ext/mplex/gstmplex.cc:
39375         * ext/mplex/gstmplexibitstream.cc:
39376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39377         (gst_ogg_demux_push), (gst_ogg_pad_push):
39378         * ext/raw1394/gstdv1394src.c:
39379         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39380         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39381         * ext/sidplay/gstsiddec.cc:
39382         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39383         (gst_sf_loop):
39384         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39385         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39386         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39387         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39388         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39389         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39390         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39391         * gst-libs/gst/Makefile.am:
39392         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39393         (gst_riff_read_element_data), (gst_riff_read_seek),
39394         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39395         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39397         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39398         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39399         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39400         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39401         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39402         * gst/goom/gstgoom.c: (gst_goom_chain):
39403         * gst/id3/gstid3types.c: (gst_id3types_loop):
39404         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39405         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39406         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39407         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39408         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39409         (gst_ebml_read_float), (gst_ebml_read_header):
39410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39411         (gst_matroska_demux_parse_blockgroup):
39412         * gst/modplug/gstmodplug.cc:
39413         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39414         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39415         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39416         * gst/silence/gstsilence.c: (gst_silence_get):
39417         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39418         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39419         * gst/speed/gstspeed.c: (speed_loop):
39420         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39421         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39422         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39423         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39424         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39425         (gst_wavparse_loop):
39426         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39427         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39428         (dxr3audiosink_close):
39429         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39430         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39431         (dxr3videosink_close), (dxr3videosink_write_data):
39432         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39433         * sys/oss/gstosselement.h:
39434         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39435         (gst_osssink_chain):
39436         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39437         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39438         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39440         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39441         (gst_v4l_enable_overlay):
39442         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39443         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39444         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39445         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39446         (gst_v4l_set_audio):
39447         * sys/v4l/v4l_calls.h:
39448         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39449         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39450         (gst_v4lmjpegsink_playback_init),
39451         (gst_v4lmjpegsink_playback_start):
39452         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39453         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39454         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39455         (gst_v4lmjpegsrc_requeue_frame):
39456         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39457         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39458         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39459         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39460         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39461         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39462         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39463         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39464         (gst_v4l2src_capture_stop):
39465         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39466         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39467         (gst_ximagesink_chain):
39468         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39469         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39470         (gst_xvideosink_xwindow_new):
39471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39472         (gst_xvimagesink_chain):
39473         use new error signal, function and categories
39474
39475 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39476
39477         * configure.ac:
39478         * ext/Makefile.am:
39479         * ext/musicbrainz/gsttrm.c:
39480         * ext/musicbrainz/gsttrm.h:
39481         * ext/musicbrainz/Makefile.am:
39482         Add a trm plugin
39483
39484 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39485
39486         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39487         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39488         synchronous property for debugging.
39489         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39491         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39492         smaller block, fixing indent.
39493
39494 2004-01-16  David Schleef  <ds@schleef.org>
39495
39496         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39497         property affects the video stream.
39498         * sys/xvimage/xvimagesink.c:
39499         * sys/xvimage/xvimagesink.h:
39500         Add synchronous property for debugging.  Should probably be
39501         disabled in non-CVS builds.  Make sure that the Xv attribute
39502         exists before we set it (crash!).  Fix a silly float bug that
39503         caused colorbalance to just not work.
39504
39505 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39506
39507         * tools/gst-launch-ext.in - update for new plugins
39508
39509 2004-01-16  David Schleef  <ds@schleef.org>
39510
39511         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39512         already-freed caps.
39513
39514 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39515
39516         * Update spec for new colorspace plugin and libcaca plugin
39517         * Fix compilation of libcaca plugin (clock -> id)
39518
39519 2004-01-16  Julien MOUTTE <julien@moutte.net>
39520
39521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39522         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39523         (gst_xvimagesink_set_xwindow_id),
39524         (gst_xvimagesink_colorbalance_set_value),
39525         (gst_xvimagesink_colorbalance_get_value),
39526         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39527         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39528         correct colorbalance properties. They can now be set when the element
39529         is still in NULL state. The values will be committed to the Xv Port
39530         when xcontext is initialized.
39531         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39532         brightness int values in the GstXvImagesink structure.
39533
39534 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39535
39536         * gst-libs/gst/Makefile.am:
39537           restructure so having local patches works easier.
39538
39539 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39540
39541         * ext/mpeg2enc/Makefile.am:
39542         * ext/mpeg2enc/gstmpeg2enc.cc:
39543         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39544           Bugfix with respect to EOS handling.
39545
39546 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39547
39548         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39549           Link with right caps (else, it segfaults).
39550         * ext/mplex/gstmplexjob.cc:
39551           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39552
39553 2004-01-15  David Schleef  <ds@schleef.org>
39554
39555         * gst-libs/gst/audio/Makefile.am:
39556         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39557         from the template.
39558         * gst-libs/gst/audio/gstaudiofilter.c:
39559         * gst-libs/gst/audio/gstaudiofilter.h:
39560         Add bytes_per_sample and size and n_samples calculation.
39561         * gst-libs/gst/audio/gstaudiofilterexample.c:
39562         Remove, now autogenerated.
39563         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39564         Moved from gstaudiofilterexample, object name changed, code added
39565         so that it actually works.
39566         * gst-libs/gst/audio/make_filter:
39567         Script to build an audiofilter subclass from the template.
39568         * gst/colorspace/Makefile.am:
39569         * gst/colorspace/yuv2yuv.c:
39570         Remove file, since it's GPL, and we don't use it.
39571
39572 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39573
39574         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39576         them use the buffer free function to test how the buffer was allocated.
39577
39578 2004-01-15  David Schleef  <ds@schleef.org>
39579
39580         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39581         that handles osssink fallback.
39582         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39583         (gst_audio_convert_getcaps):
39584         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39585         Add audio/x-qdm2 for QDM2 audio.
39586         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39587         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39588         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39589         Decrease minimum size to 16x16.
39590         * gst/wavparse/gstwavparse.c:
39591         Convert disabled pad template caps to new caps.
39592         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39594         (gst_xvimagesink_chain): Throw element error when display cannot
39595         be opened.  Increase minimum framerate to 1.0.  Check the data
39596         free function on a buffer to make sure it is the type we expect
39597         before manipulating it.
39598
39599 2004-01-15  Julien MOUTTE <julien@moutte.net>
39600
39601         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39602         (gst_videobalance_colorbalance_set_value): Implement passthru if
39603         settings are in the middle.
39604         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39605
39606 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39607
39608         * gst/videofilter/Makefile.am:
39609         * gst/volume/Makefile.am:
39610           Since we use videofilter symbols, link to it.
39611
39612 2004-01-15  Julien MOUTTE <julien@moutte.net>
39613
39614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39615         mixer interface type to HARDWARE.
39616         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39617         type to SOFTWARE.
39618         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39619         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39620         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39621         (gst_volume_interface_init), (gst_volume_list_tracks),
39622         (gst_volume_set_volume), (gst_volume_get_volume),
39623         (gst_volume_set_mute), (gst_volume_mixer_init),
39624         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39625         (volume_init): Implementing mixer interface.
39626         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39627         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39628         (gst_osselement_change_state): Removing some trailing commas in
39629         structures.
39630         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39631         interface type to HARDWARE.
39632         * sys/v4l/gstv4lcolorbalance.c:
39633         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39634         type to HARDWARE.
39635         * sys/v4l2/gstv4l2colorbalance.c:
39636         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39637         interface type to HARDWARE.
39638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39639         same code than ximagesink for event handling.
39640
39641 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39642
39643         * ext/snapshot/Makefile.am:
39644         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39645         (gst_snapshot_chain):
39646         * ext/snapshot/gstsnapshot.h:
39647           This has to be a joke... Snapshot should be connected to a tee,
39648           colorspace element before it and EOS after that, where the other
39649           src of the tee receives normal data.
39650           The current way is *wrong*.
39651
39652 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39653
39654         * ext/hermes/gsthermescolorspace.c:
39655           Fix another compile error. Same as below.
39656
39657 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39658
39659         * gst/colorspace/gstcolorspace.c:
39660         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39661         (gst_colorspace_i420_to_yv12):
39662           Fix compiling... Didn't test if it actually works.
39663
39664 2004-01-15  David Schleef  <ds@schleef.org>
39665
39666         * configure.ac:
39667         * gst/colorspace/Makefile.am:
39668         * gst/colorspace/gstcolorspace.c:
39669         * gst/colorspace/gstcolorspace.h:
39670         * gst/colorspace/yuv2rgb.c:
39671         * gst/colorspace/yuv2rgb.h:
39672         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39673         code and GPL code.  Fix for new caps negotiation.  Rewrite
39674         much of the format handling code, and some of the conversion
39675         code.  Basically, rewrote almost everything.  This element
39676         handles I420, YV12 to RGB conversions.
39677         * ext/hermes/Makefile.am:
39678         * ext/hermes/gsthermescolorspace.c:
39679         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39680         Remove non-Hermes related code.  This element handles lots of
39681         RGB to RGB conversions, but no YUV.
39682         * ext/hermes/gstcolorspace.c:
39683         * ext/hermes/gstcolorspace.h:
39684         * ext/hermes/rgb2yuv.c:
39685         * ext/hermes/yuv2rgb.c:
39686         * ext/hermes/yuv2rgb.h:
39687         * ext/hermes/yuv2rgb_mmx16.s:
39688         * ext/hermes/yuv2yuv.c:
39689         * ext/hermes/yuv2yuv.h:
39690         Remove old code.
39691
39692 2004-01-14  Colin Walters  <walters@verbum.org>
39693
39694         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39695         they've already been.
39696
39697 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39698
39699         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39700           assume tag mode when pad is not connected
39701
39702 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39703
39704         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39705           Don't update the time of the clock
39706         (gst_alsa_sink_loop):
39707           sync to the clock given to alsasink, not the own clock
39708         * sys/oss/gstosssink.c: (gst_osssink_chain):
39709           sync to the clock
39710         (gst_osssink_change_state):
39711           activate the clock
39712         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39714           remove bogus code that made DISCONT events unhandled
39715         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39716           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39717           #131502)
39718         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39719         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39720         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39721           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39722           2nd warning in bug #131502)
39723
39724 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39725
39726         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39727         (gst_videobalance_colorbalance_set_value),
39728         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39729         for colorbalance interface implementation.
39730         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39731         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39732         (gst_ximagesink_dispose), (gst_ximagesink_init),
39733         (gst_ximagesink_class_init): Adding DISPLAY property.
39734         * sys/ximage/ximagesink.h: Adding display_name to store display.
39735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39736         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39737         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39738         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39739         properties (they still need polishing though for gst-launch use : no
39740         xcontext yet, i ll do that tomorrow).
39741         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39742
39743 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39744
39745         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39746         (gst_play_set_location), (gst_play_set_visualization): Preparing
39747         switch integration, adding videobalance in the pipeline.
39748
39749 2004-01-14  Julien MOUTTE <julien@moutte.net>
39750
39751         * gst-libs/gst/colorbalance/colorbalance.c:
39752         (gst_color_balance_class_init): Adding a default type.
39753         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39754         the type.
39755         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39756         (gst_videobalance_dispose), (gst_videobalance_class_init),
39757         (gst_videobalance_init), (gst_videobalance_interface_supported),
39758         (gst_videobalance_interface_init),
39759         (gst_videobalance_colorbalance_list_channels),
39760         (gst_videobalance_colorbalance_set_value),
39761         (gst_videobalance_colorbalance_get_value),
39762         (gst_videobalance_colorbalance_init): Implementing colorbalance
39763         interface.
39764         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39765         list.
39766         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39767         bug which was triggering a BadAccess X error when setting an overlay
39768         before pad was really negotiated.
39769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39770         Using the colorbalance type macro.
39771
39772 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39773
39774         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39775         (gst_flacenc_chain):
39776           handle tags correctly
39777         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39778           extract ID3v1 tags correctly
39779
39780 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39781
39782         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39783         (plugin_init):
39784           Improve matroska typefinding for odd-typed headers...
39785
39786 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39787
39788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39789           Fix for using incremental number on padnames.
39790
39791 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39792
39793         * ext/divx/gstdivxdec.c:
39794         * ext/divx/gstdivxenc.c:
39795           Set category to divx4linux instead of divx (too generic).
39796         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39797         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39798         (gst_wavparse_loop), (gst_wavparse_change_state):
39799         * gst/wavparse/gstwavparse.h:
39800           fix parsing of WAV files with non-standard fmt-tag size and fix
39801           skipping of unrecognized chunks... Someone please fix this thing
39802           to use rifflib so all this is automated.
39803         * sys/v4l/Makefile.am:
39804         * sys/v4l2/Makefile.am:
39805           Add X_CFLAGS because we depend on X (for overlay).
39806
39807 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39808
39809         * ext/mpeg2dec/gstmpeg2dec.c:
39810           Don't issue a timestamp unless we tagged the frame
39811           with a PTS.
39812
39813 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39814
39815         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39816           Query the audio element to get the time, not the clock. We're
39817           interested in the element's time here.
39818
39819 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39820
39821         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39823         * ext/esd/esdsink.c: (gst_esdsink_chain):
39824         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39825         * ext/mas/massink.c: (gst_massink_chain):
39826         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39827         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39828         (gst_matroska_demux_parse_metadata):
39829         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39830         (gst_mpeg_parse_release_locks):
39831         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39832         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39833         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39834         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39835         (gst_osssink_change_state):
39836         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39837         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39838         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39839         (gst_xvideosink_release_locks):
39840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39841           use element time.
39842         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39843         (gst_alsa_clock_stop):
39844         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39845         (gst_audio_clock_get_internal_time):
39846           simplify for use with new clocking code.
39847         * testsuite/alsa/Makefile.am:
39848         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39849           fix testsuite for new caps system
39850
39851 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39852
39853         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39854         * ext/flac/gstflacenc.c: (add_one_tag):
39855           length is already host endian, no need to convert. Fixes playback of
39856           tagged files on PPC. (bug #128384)
39857
39858 2004-01-13  Julien MOUTTE <julien@moutte.net>
39859
39860         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39861         colorbalance interface stating if it is hardware based or software
39862         based.
39863         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39864         Removing a trailing comma.
39865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39866         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39867         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39868         the documentation seems to be wrong on the -1000 to 1000 interval.
39869
39870 2004-01-12  David Schleef  <ds@schleef.org>
39871
39872         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39873         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39874         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39875         Fix negotiation.  Add a bufferalloc function for the sink pad,
39876         and generally clean up some of the code.
39877
39878 2004-01-12  Julien MOUTTE <julien@moutte.net>
39879
39880         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39881         (gst_color_balance_channel_dispose): Adding safety check in dispose
39882         method.
39883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39884         (gst_xvimagesink_xcontext_clear),
39885         (gst_xvimagesink_interface_supported),
39886         (gst_xvimagesink_colorbalance_list_channels),
39887         (gst_xvimagesink_colorbalance_set_value),
39888         (gst_xvimagesink_colorbalance_get_value),
39889         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39890         Adding colorbalance interface support to set XV parameters such as
39891         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39892         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39893         interface.
39894
39895 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39896
39897         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39898         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39899         (gst_audio_convert_init), (gst_audio_convert_set_property),
39900         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39901         (gst_audio_convert_link),
39902         (gst_audio_convert_buffer_to_default_format),
39903         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39904           - implement _getcaps and use it
39905           - improve linking
39906           - remove float caps since no float conversion is actually done
39907           - remove properties and arguments that were to be used for rate
39908             conversion
39909
39910 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39911
39912         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39913         (gst_audio_structure_set_int):
39914         * gst-libs/gst/audio/audio.h:
39915           add helper functions for _getcaps matching the standard audio
39916           templates
39917
39918 2004-01-12  David Schleef  <ds@schleef.org>
39919
39920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39921         Test that pad is negotiated before getting its caps.
39922
39923 2004-01-12  Julien MOUTTE <julien@moutte.net>
39924
39925         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39926         analyzing the pads of an element the bin is mostly in READY state so
39927         no caps were negotiated. This helper function needs to work with
39928         _get_caps directly then. I was not freeing them though, added that to
39929         fix the mem leak.
39930
39931 2004-01-12  Julien MOUTTE <julien@moutte.net>
39932
39933         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39935         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39936         than the free_func.
39937
39938 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39939
39940         * sys/oss/gstossaudio.c: (plugin_init):
39941         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39942         * sys/oss/gstosselement.h:
39943           make an oss debugging category
39944           make failure more descriptive
39945
39946 2004-01-11  David Schleef  <ds@schleef.org>
39947
39948         * ext/ffmpeg/gstffmpeg.c:
39949         * ext/ffmpeg/gstffmpegcodecmap.c:
39950         * ext/ffmpeg/gstffmpegdec.c:
39951         * ext/ffmpeg/gstffmpegenc.c:
39952         * ext/ffmpeg/gstffmpegprotocol.c:
39953         * ext/gdk_pixbuf/gstgdkanimation.c:
39954         * ext/jpeg/gstjpeg.c:
39955         * ext/libpng/gstpng.c:
39956         * ext/mpeg2dec/perftest.c:
39957         * ext/speex/gstspeex.c:
39958         * gst-libs/gst/resample/dtos.c:
39959         * gst/intfloat/gstintfloatconvert.c:
39960         * gst/oneton/gstoneton.c:
39961         * gst/rtjpeg/RTjpeg.c:
39962         * gst/rtp/gstrtp.c:
39963         * sys/dxr3/dxr3init.c:
39964         * sys/glsink/gstgl_nvimage.c:
39965         * sys/glsink/gstgl_pdrimage.c:
39966         * sys/glsink/gstglsink.c:
39967         * testsuite/gst-lint:
39968         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39969
39970 2004-01-11  David Schleef  <ds@schleef.org>
39971
39972         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39973         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39974         * ext/gdk_pixbuf/gstgdkanimation.c:
39975         (gst_gdk_animation_iter_create_pixbuf):
39976         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39977         (gst_gdk_pixbuf_chain):
39978         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39979         * ext/jack/gstjack.c: (gst_jack_change_state):
39980         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39981         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39982         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39983         * gst/videofilter/gstvideofilter.c:
39984         (gst_videofilter_set_output_size):
39985         Remove all usage of gst_pad_get_caps(), and replace it with
39986         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39987
39988 2004-01-11  David Schleef  <ds@schleef.org>
39989
39990         * configure.ac:
39991         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39992         * ext/divx/gstdivxdec.c:
39993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39994         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39995         handle images that span multiple buffers.  Now work with both
39996         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39997         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39998         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39999         video/video.h changes
40000         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40002         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40003         of GstData free function.
40004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40005         same.
40006
40007 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40008
40009         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40010         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40011         (gst_v4l2element_get_property):
40012         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40013           add norm, channel and frequency properties.
40014         * sys/v4l2/gstv4l2tuner.c:
40015           fixes for tuner interface changes
40016         * sys/v4l2/gstv4l2element.h:
40017         * sys/v4l2/gstv4l2src.c:
40018         * sys/v4l2/gstv4l2src.h:
40019         * sys/v4l2/v4l2src_calls.c:
40020         * sys/v4l2/v4l2src_calls.h:
40021           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40022
40023 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40024
40025         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40026         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40027         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40028         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40029         * gst-libs/gst/tuner/tuner.h:
40030           GObjects aren't const.
40031           Add find_by_name functions.
40032           Add checks to _changed functions.
40033         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40034         (gst_v4l_tuner_get_norm):
40035           Fixes for above.
40036
40037 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40038
40039         * gst-libs/gst/video/video.h:
40040           Fix caps template names to be understandable.
40041           Prefix everything with GST_VIDEO.
40042         * ext/aalib/gstaasink.c:
40043         * ext/divx/gstdivxdec.c:
40044         * ext/divx/gstdivxenc.c:
40045         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40046         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40047         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40048         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40049         * ext/libcaca/gstcacasink.c:
40050         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40051         * ext/snapshot/gstsnapshot.c:
40052         * ext/swfdec/gstswfdec.c:
40053         * ext/xvid/gstxviddec.c:
40054         * ext/xvid/gstxvidenc.c:
40055         * gst/chart/gstchart.c:
40056         * gst/deinterlace/gstdeinterlace.c:
40057         * gst/effectv/gsteffectv.c:
40058         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40059         * gst/goom/gstgoom.c:
40060         * gst/median/gstmedian.c:
40061         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40062         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40063         * gst/overlay/gstoverlay.c:
40064         * gst/smooth/gstsmooth.c:
40065         * gst/smpte/gstsmpte.c:
40066         * gst/synaesthesia/gstsynaesthesia.c:
40067         * gst/videocrop/gstvideocrop.c:
40068         * gst/videodrop/gstvideodrop.c:
40069         * gst/y4m/gsty4mencode.c:
40070         * sys/qcam/gstqcamsrc.c:
40071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40072           Make them work with new video.h file.
40073         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40074         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40076         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40077           Make it work with new buffer allocation system.
40078
40079 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40080
40081         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40082         pad_alloc_buffer implementation to use ->srcpad
40083         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40084         pad_alloc_buffer implementation to use ->srcpad
40085         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40086         pad_alloc_buffer implementation to use ->srcpad
40087         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40088         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40089         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40090         a reference to everything we need.
40091         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40093         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40094         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40095         a reference to everything we need.
40096         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40097
40098 2004-01-11  David Schleef  <ds@schleef.org>
40099
40100         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40101         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40102         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40103         structure members.
40104         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40105         value during a resize/renegotiation.
40106         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40107         gst_pad_alloc_buffer();
40108         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40109         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40110         structure members.
40111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40112         Fix for rename of buffer private structure members.
40113         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40114         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40115         Fix for rename of buffer private structure members.
40116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40117         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40118         Fix for rename of buffer private structure members.
40119
40120 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40121
40122         reviewed by: David Schleef <ds@schleef.org>
40123
40124         * gst/videofilter/Makefile.am:
40125         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40126         from the patch by ds to fit in with recent make_filter changes.
40127
40128 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40129
40130         * configure.ac: Adding examples/switch/Makefile
40131         * examples/Makefile.am: Adding examples/switch
40132         * examples/switch/Makefile.am: Adding switcher example.
40133         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40134         (switch_timer), (main): Adding an example demonstrating switch usage
40135         with 2 videotestsrc showing different patterns.
40136         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40137         (gst_switch_init): Fixing switch with the new caps system.
40138
40139 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40140
40141         * gst-libs/gst/video/video.h:
40142           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40143           They should probably be like
40144           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40145
40146 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40147
40148         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40149         (qtdemux_parse_trak):
40150           fix audio chunk size/timestamp calculation
40151
40152 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40153
40154         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40155           fix SVQ3 caps
40156
40157 2004-01-11  Steve Baker  <steve@stevebaker.org>
40158
40159         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40160         (gst_agingtv_base_init), (gst_agingtv_class_init),
40161         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40162         (gst_agingtv_set_property), (gst_agingtv_get_property):
40163         Port agingTV to videofilter
40164
40165 2004-01-09  Julien MOUTTE <julien@moutte.net>
40166
40167         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40168         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40169
40170 2004-01-09  Julien MOUTTE <julien@moutte.net>
40171
40172         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40173         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40174         * gst-libs/gst/xoverlay/xoverlay.c:
40175         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40176         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40177         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40178         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40179         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40180         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40181         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40182         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40183         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40184         interface implementation to handle xid being 0 and fix some bugs
40185         triggered by Benjamin's testcase.
40186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40187         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40188         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40189         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40190         interface implementation to handle xid being 0 and fix some bugs
40191         triggered by Benjamin's testcase.
40192
40193 2004-01-09  David Schleef  <ds@schleef.org>
40194
40195         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40196         mouse pointer events.  It works.
40197
40198 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40199
40200         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40201           Use explicit caps - fix capsnego.
40202         * ext/xvid/gstxviddec.c:
40203         * ext/xvid/gstxvidenc.c:
40204           Remove macro-inside-macro which caused compile errors.
40205         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40206           Error out if it's not a RIFF file. Else we error out without
40207           gst_element_error() which is not good...
40208
40209 2004-01-08  David Schleef  <ds@schleef.org>
40210
40211         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40212         Fix pad_link function to handle formats that ffmpeg returns
40213         as multiple caps structures.
40214         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40215         Only complain if source buffer is _smaller_ than expected.
40216         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40217         (gst_videoscale_handle_src_event): Resize navigation events
40218         when passing them upstream.
40219         * gst/videotestsrc/gstvideotestsrc.c:
40220         * gst/videotestsrc/gstvideotestsrc.h:
40221         * gst/videotestsrc/videotestsrc.c:
40222         * gst/videotestsrc/videotestsrc.h:
40223         Rewrite many of the buffer painting functions to handle odd
40224         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40225         been verified to work with my video card.
40226         * testsuite/gst-lint:  Add check for elements calling
40227         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40228
40229 2004-01-08  David Schleef  <ds@schleef.org>
40230
40231         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40232         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40233
40234 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40235
40236         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40237         configure event is not emiting the desired size signal. That fixes
40238         aspect ratio issues with gst-player.
40239
40240 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40241
40242         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40243           Fix capsnego.
40244
40245 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40246
40247         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40248         public method to fire size signal.
40249
40250 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40251
40252         * examples/gstplay/Makefile.am: Adding the interface library.
40253         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40254         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40255         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40256         GST_IS_X_OVERLAY before signal connect.
40257         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40258         Removing the have_video_size signal.
40259         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40260         and associated public method.
40261         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40262         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40263         signal.
40264         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40265         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40266         signal.
40267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40268         Using XOverlay public method to fire size signal.
40269
40270 2004-01-07  David Schleef  <ds@schleef.org>
40271
40272         * gst/videofilter/Makefile.am:
40273         * gst/videofilter/gstvideotemplate.c:
40274         * gst/videofilter/make_filter:
40275         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40276         Convert make_filter to /bin/sh script.
40277
40278 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40279
40280         * gst/modplug/gstmodplug.cc: fix element description
40281
40282 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40283
40284         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40285         (got_video_size): Adding some new lines in g_print calls.
40286         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40287         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40288         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40289         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40290         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40291         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40292         Complete code review, reverting some stuff i disagree with, adding
40293         some fixes : time synchronization on invalid timestamps, renegotiation
40294         of private window.
40295         * sys/ximage/ximagesink.h:
40296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40297         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40298         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40299         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40300         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40301         (gst_xvimagesink_buffer_new),
40302         (gst_xvimagesink_navigation_send_event),
40303         (gst_xvimagesink_set_xwindow_id),
40304         (gst_xvimagesink_get_desired_size),
40305         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40306         stuff i disagree with, adding some fixes : Renegotiation of private
40307         window, implementing get_desired_size.
40308
40309 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40310
40311         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40312         (gst_afsink_handle_event):
40313         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40314         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40315         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40316         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40317         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40318           Fix for instantiate-test (see core). Also remove dead code from
40319           jpegenc (which still needs fixing, but that's lower on my TODO
40320           list...).
40321         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40322           Never return NULL as caps.
40323
40324 2004-01-07  David Schleef  <ds@schleef.org>
40325
40326         * configure.ac:
40327         * ext/Makefile.am:
40328         * ext/librfb/Makefile.am:
40329         * ext/librfb/gstrfbsrc.c:
40330         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40331         is the protocol used by VNC.
40332
40333 2004-01-07  David Schleef  <ds@schleef.org>
40334
40335         * gst/videofilter/gstvideotemplate.c:
40336         * gst/videofilter/gstvideotemplate.h:
40337         * gst/videofilter/make_filter:
40338         Merge videotemplate header into source file.
40339         * gst/effectv/Makefile.am:
40340         * gst/effectv/gsteffectv.c: (plugin_init):
40341         * gst/effectv/gstwarp.c:
40342         Make warpTV a subclass of videofilter.
40343
40344 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40345
40346         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40347           Add guard against invalid utf-8 conversions in mad. Just in case.
40348
40349 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40350
40351         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40352           Fix for bug shown by poisoning
40353
40354 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40355
40356         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40357         (gst_v4lmjpegsrc_buffer_free):
40358         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40359         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40360         (gst_v4lsrc_buffer_free):
40361           Fix for removed bufferpools.
40362
40363 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40364
40365         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40366         Fix caps negotiation.
40367
40368         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40369         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40370         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40371         (dvdnavsrc_event):
40372         * ext/mpeg2dec/gstmpeg2dec.c:
40373         * gst-libs/gst/navigation/navigation.c:
40374         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40375         * gst-libs/gst/navigation/navigation.h:
40376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40377         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40379         Super-simple first version of mouse and keyboard events. Clicking
40380         on a DVD menu now works, although it may not take you where you
40381         expected.
40382
40383         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40384         * gst/videotestsrc/gstvideotestsrc.c:
40385         (gst_videotestsrc_src_fixate):
40386         These fixate functions were broken - they never actually
40387         fixated :)
40388
40389 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40390
40391         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40392         (gst_icecastsend_init):
40393           fix for new caps system.
40394         * gst-libs/gst/mixer/mixertrack.h:
40395         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40396           Add 'master track' flag (for tools like ACME that only want to
40397           change the main volume).
40398
40399 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40400
40401         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40402         (gst_xvid_csp_to_caps):
40403         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40404         * ext/xvid/gstxvidenc.c:
40405         ifdef out ARGB type when it isn't available
40406         in xvidcore 1.0.0beta2
40407
40408 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40409
40410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40411           When we have received a new SCR right in the first buffer after
40412           a seek (so in the same cycle that handles the discont), we should
40413           handle the buffer instead of unreffing it, else we lose data.
40414
40415 2004-01-06  Iain <iain@prettypeople.org>
40416
40417         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40418           buffer-frames caps too.
40419
40420         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40421           caps that we need, don't destroy them all and rebuild them. And when
40422           creating src pads, use the src pad template rather than the sink...
40423
40424 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40425
40426         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40427           Add pad to element *after* setting functions such as event handler.
40428           Without this, the scheduler (opt) will link pads, set the event
40429           handler from the default event function (dispatcher in gstpad.c)
40430           and *after* that, we will set our own event function, which will
40431           thus never be used (and thus mpegdemux doesn't handle events).
40432
40433 2004-01-04  David Schleef  <ds@schleef.org>
40434
40435         Fix the fixate functions to handle new prototype:
40436         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40437         * gst/videotestsrc/gstvideotestsrc.c:
40438         (gst_videotestsrc_src_fixate):
40439         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40440         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40442
40443 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40444
40445         * sys/ximage/ximagesink.h:
40446         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40447         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40448         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40449         (gst_ximagesink_xoverlay_init):
40450           assorted fixes to make (re)embedding work
40451         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40452         (gst_ximagesink_get_desired_size):
40453           implement desired size additions to XOverlay
40454
40455 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40456
40457         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40458         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40459         (gst_x_overlay_got_desired_size):
40460         * gst-libs/gst/xoverlay/xoverlay.h:
40461           Add optional "desired size" signal and querying.
40462
40463 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40464
40465         * gst/matroska/matroska-demux.c:
40466         (gst_matroska_demux_parse_blockgroup):
40467           Fix EBML-laced block parsing. Diffs are relative to previous
40468           lace, not the first lace. Thanks to Mosu from the Matroska
40469           team for detecting this.
40470         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40471         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40472         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40473         (gst_wavparse_change_state):
40474         * gst/wavparse/gstwavparse.h:
40475           Quickfix for capsnego.
40476
40477 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40478
40479         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40480           Fix indenting, fix pad creation.
40481
40482 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40483
40484         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40485         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40486         (gst_xviddec_sink_link):
40487           Implement src_getcaps() so proper size caps is negotiated.
40488
40489 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40490
40491         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40492           Finish flac decoder on EOS. See #116178.
40493
40494 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40495
40496         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40497         (gst_matroska_demux_add_stream):
40498         * gst/matroska/matroska-ids.h:
40499           Add getcaps() function to fix capsnego...
40500
40501 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40502
40503         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40504         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40505         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40506           Fix more integer overflows. Again, see #126967.
40507
40508 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40509
40510         * ext/mpeg2dec/gstmpeg2dec.c:
40511           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40512           #130416.
40513
40514 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40515
40516         * configure.ac:
40517         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40518         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40519         * ext/xvid/gstxvid.h:
40520         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40521         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40522         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40523         (gst_xviddec_change_state):
40524         * ext/xvid/gstxviddec.h:
40525         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40526         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40527         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40528         (gst_xvidenc_link), (gst_xvidenc_set_property),
40529         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40530         * ext/xvid/gstxvidenc.h:
40531           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40532
40533 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40534
40535         * gst/rtp/rtp-packet.c:
40536           Add sys/types.h include, since OS X doesn't define in_addr_t
40537           in netinet/in.h, like it does on Linux (see #129600).
40538
40539 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40540
40541         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40542
40543         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40544           Correct logic of dispose function (see #129306).
40545
40546 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40547
40548         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40549         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40550         (gst_mpeg_parse_init):
40551         * gst/mpegstream/gstmpegparse.h:
40552           Remove clock (which was never provided, i.e. dead code), and
40553           also fix integer overflows at high PTS values (see #126967).
40554
40555 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40556
40557         * ext/flac/gstflacdec.c:
40558         * ext/libpng/gstpngenc.h:
40559         * ext/mikmod/gstmikmod.h:
40560           OS X fixes (see #126628).
40561
40562 2004-01-02  David Schleef  <ds@schleef.org>
40563
40564         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40565         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40566         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40567         (gst_mpeg_parse_class_init): Move pad template registration
40568         to class_init, since the derived class (mpegdemux) doesn't
40569         want them.
40570
40571 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40572
40573         * sys/ximage/Makefile.am:
40574         * sys/xvideo/Makefile.am:
40575         * sys/xvimage/Makefile.am:
40576           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40577           after installation (see #127664).
40578
40579 2004-01-02  David Schleef  <ds@schleef.org>
40580
40581         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40582         (gst_ffmpegenc_connect):  Negotiation fixes.
40583         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40584         Remove inappropriate gst_caps_free().
40585         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40586         Reenable Ronald's internal resize code, since the core handles
40587         it correctly now.
40588
40589 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40590
40591         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40594           Fix pad template stuff.
40595
40596 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40597
40598         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40599         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40600           fix signed integer reading/writing.
40601
40602 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40603
40604         * ext/alsa/README:
40605           Remove outdated document
40606
40607 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40608
40609         * gst/cutter/gstcutter.c: (gst_cutter_init):
40610           src pad was being created twice - oops.
40611
40612 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40613
40614         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40615           Comment out internal resize. It doesn't handle the resulting
40616           XEvent internally, does another try_set_caps() which leads to
40617           a really nice loop.
40618           Real fix will come when Julien and Dave are awake. ;).
40619
40620 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40621
40622         * ext/mpeg2enc/gstmpeg2enc.cc:
40623           fix const/nonconst compile issue.
40624
40625 2004-01-02  David Schleef  <ds@schleef.org>
40626
40627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40628         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40629         Add fixate function and a check for bad formats.
40630
40631 2004-01-01  David Schleef  <ds@schleef.org>
40632
40633         Negotiation fixes:
40634         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40635         (gst_audiofilter_init):
40636         * gst/debug/efence.c: (gst_efence_init):
40637         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40638         (gst_deinterlace_init):
40639         * gst/volume/gstvolume.c: (volume_connect):
40640
40641 2004-01-01  David Schleef  <ds@schleef.org>
40642
40643         Convert elements to use gst_pad_use_explicit_caps() where
40644         appropriate:
40645         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40646         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40647         (gst_afparse_open_file):
40648         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40649         (gst_afsrc_open_file):
40650         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40651         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40652         (gst_ffmpegdec_chain):
40653         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40654         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40655         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40656         (gst_gdk_pixbuf_chain):
40657         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40658         (gst_jpegdec_chain):
40659         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40660         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40661         (gst_mikmod_negotiate):
40662         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40663         (gst_mpeg2dec_negotiate_format):
40664         * ext/mpeg2enc/gstmpeg2enc.cc:
40665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40666         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40667         (gst_speexdec_sinkconnect):
40668         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40669         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40670         (gst_vorbisfile_new_link):
40671         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40672         (gst_ac3parse_chain):
40673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40674         (gst_asf_demux_setup_pad):
40675         * gst/auparse/gstauparse.c: (gst_auparse_init),
40676         (gst_auparse_chain):
40677         * gst/id3/gstid3types.c: (gst_id3types_loop):
40678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40679         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40680         (mp1videoparse_parse_seq):
40681         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40682         (bpf_from_header):
40683         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40684         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40685         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40686         (gst_mpeg_parse_send_data):
40687         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40688         (gst_qtdemux_add_stream):
40689         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40690         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40691         (gst_wavparse_parse_fmt):
40692
40693 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40694
40695         * configure.ac:
40696           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40697           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40698           it therefore uses the wrong include paths. Too bad... Note
40699           that 1.6.1.93 is not release yet. ;).
40700           Also add a check for mplex, which is now using the lib'ified
40701           mplex from mjpegtools, too.
40702         * ext/ffmpeg/gstffmpegcodecmap.c:
40703           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40704           issues. I don't think ffmpeg handles 3ivx correctly, so this
40705           probably won't work. But it won't hurt either.
40706         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40707         (gst_ffmpegdec_chain):
40708         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40709         (gst_ffmpegenc_chain_audio):
40710           Fix memleak in audio encoding. Close codec if open fails, this
40711           calls the cleanup routines so we can re-use the context.
40712         * ext/mpeg2enc/gstmpeg2enc.cc:
40713           Fix pad template names/types, fix memory issue with getcaps().
40714         * ext/mpeg2enc/gstmpeg2encoder.cc:
40715         * ext/mpeg2enc/gstmpeg2encoder.hh:
40716           Fix compile issue with new caps system (const thingy).
40717         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40718         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40719           We read a first frame right on initing, so that we have a caps
40720           when we init the output. This caps is cached in padprivate and
40721           read as first frame.
40722         * ext/mplex/Makefile.am:
40723         * ext/mplex/gstmplex.cc:
40724         * ext/mplex/gstmplex.h:
40725         * ext/mplex/gstmplex.hh:
40726         * ext/mplex/gstmplexibitstream.cc:
40727         * ext/mplex/gstmplexibitstream.hh:
40728         * ext/mplex/gstmplexjob.cc:
40729         * ext/mplex/gstmplexjob.hh:
40730         * ext/mplex/gstmplexoutputstream.cc:
40731         * ext/mplex/gstmplexoutputstream.hh:
40732           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40733           had issues, didn't do capsnego, supported only a subset of the
40734           mplex features and required a mplex fork in our local CVS. Plus
40735           that it worked agaist a very old mplex version. Rewriting was
40736           faster than updating it.
40737         * gst-libs/ext/Makefile.am:
40738         * gst-libs/ext/mplex/INSTRUCT:
40739         * gst-libs/ext/mplex/Makefile.am:
40740         * gst-libs/ext/mplex/README:
40741         * gst-libs/ext/mplex/TODO:
40742         * gst-libs/ext/mplex/ac3strm_in.cc:
40743         * gst-libs/ext/mplex/audiostrm.hh:
40744         * gst-libs/ext/mplex/audiostrm_out.cc:
40745         * gst-libs/ext/mplex/aunit.hh:
40746         * gst-libs/ext/mplex/bits.cc:
40747         * gst-libs/ext/mplex/bits.hh:
40748         * gst-libs/ext/mplex/buffer.cc:
40749         * gst-libs/ext/mplex/buffer.hh:
40750         * gst-libs/ext/mplex/fastintfns.h:
40751         * gst-libs/ext/mplex/format_codes.h:
40752         * gst-libs/ext/mplex/inputstrm.cc:
40753         * gst-libs/ext/mplex/inputstrm.hh:
40754         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40755         * gst-libs/ext/mplex/mjpeg_logging.cc:
40756         * gst-libs/ext/mplex/mjpeg_logging.h:
40757         * gst-libs/ext/mplex/mjpeg_types.h:
40758         * gst-libs/ext/mplex/mpastrm_in.cc:
40759         * gst-libs/ext/mplex/mpegconsts.cc:
40760         * gst-libs/ext/mplex/mpegconsts.h:
40761         * gst-libs/ext/mplex/mplexconsts.hh:
40762         * gst-libs/ext/mplex/multplex.cc:
40763         * gst-libs/ext/mplex/outputstream.hh:
40764         * gst-libs/ext/mplex/padstrm.cc:
40765         * gst-libs/ext/mplex/padstrm.hh:
40766         * gst-libs/ext/mplex/stillsstream.cc:
40767         * gst-libs/ext/mplex/stillsstream.hh:
40768         * gst-libs/ext/mplex/systems.cc:
40769         * gst-libs/ext/mplex/systems.hh:
40770         * gst-libs/ext/mplex/vector.cc:
40771         * gst-libs/ext/mplex/vector.hh:
40772         * gst-libs/ext/mplex/videostrm.hh:
40773         * gst-libs/ext/mplex/videostrm_in.cc:
40774         * gst-libs/ext/mplex/videostrm_out.cc:
40775         * gst-libs/ext/mplex/yuv4mpeg.cc:
40776         * gst-libs/ext/mplex/yuv4mpeg.h:
40777         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40778         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40779           We don't fork mjpegtools' mplex in our CVS anymore.
40780         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40781         (gst_avi_demux_add_stream):
40782         * gst/avi/gstavidemux.h:
40783           Add getcaps() function for proper caps nego. This makes some
40784           parts of AVI playback/reading work.
40785         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40786           Resize window on new capsnego. This is probably wrong, but
40787           I'm still committing it because with current capsnego, the
40788           first successfull capsnego is auto-fixated, therefore rounded
40789           down to the lowest values in the caps. this results in a 16x16
40790           XWindow that is not reized when real capsnego finishes.
40791           Dave, I see more cases of this, do you know a proper solution?
40792         * tools/gst-launch-ext.in:
40793           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40794
40795 2003-12-31  David Schleef  <ds@schleef.org>
40796
40797         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40798         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40799           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40800
40801 2003-12-30  David Schleef  <ds@schleef.org>
40802
40803         * ext/ffmpeg/gstffmpegcolorspace.c:
40804         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40805         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40806         (gst_ffmpegcsp_chain): Negotiation fixes
40807         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40809         (gst_audio_convert_link), (gst_audio_convert_channels):
40810         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40811         (gst_audioscale_link), (gst_audioscale_get_buffer),
40812         (gst_audioscale_chain): Negotiation fixes
40813         * gst/audioscale/gstaudioscale.h:
40814         * gst/videofilter/gstvideofilter.c:
40815         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40816         (gst_videofilter_link), (gst_videofilter_init),
40817         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40818         (gst_videofilter_find_format_by_structure):
40819         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40820         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40821         (gst_videoscale_link):
40822         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40823         (videoscale_find_by_structure), (gst_videoscale_setup):
40824         * gst/videoscale/videoscale.h: Negotiation fixes
40825         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40826         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40827         function, restrict resizing to a multiple of 4 (hack until
40828         everyone supports odd sizes correctly).
40829
40830 2003-12-29  Colin Walters  <walters@verbum.org>
40831
40832         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40833         signed.
40834
40835 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40836
40837         * ext/sndfile/gstsf.c: (gst_sf_loop):
40838           Fix warning about discarding const qualifier
40839
40840 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40841
40842         * gst/cutter/gstcutter.c:
40843         * gst/videoscale/gstvideoscale.c:
40844         * gst/volenv/gstvolenv.c:
40845         * gst-libs/gst/audio/audio.c:
40846         * gst-libs/gst/video/video.c:
40847           Fix warnings
40848
40849 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40850
40851         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40852           Don't send ALSA debugging to stderr.
40853         * ext/alsa/gstalsa.h:
40854           Use GST_WARNING instead of g_warning when ALSA functions fail.
40855
40856 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40857
40858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40859           Free XVAdapterInfo correctly.
40860
40861 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40862
40863         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40864         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40865           Make id3tag use correct caps nego.
40866
40867 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40868
40869         * ext/ivorbis/vorbis.c:
40870         * ext/ivorbis/vorbisenc.h:
40871         * ext/ivorbis/vorbisfile.c:
40872           Modify so that it uses the new caps things
40873
40874 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40875
40876         * testsuite/spider/spider1.c: (main):
40877         * testsuite/spider/spider2.c: (main):
40878         * testsuite/spider/spider3.c: (main):
40879           Make tests compile again. They probably don't work.
40880
40881 2003-12-24  Colin Walters  <walters@verbum.org>
40882
40883         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40884         we can't fixate the caps anymore.
40885
40886 2003-12-23  David Schleef  <ds@schleef.org>
40887
40888         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40889         * sys/oss/gstosssink.c: (gst_osssink_init),
40890         (gst_osssink_sink_fixate): Add fixate function.
40891
40892 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40893
40894         * ext/ffmpeg/gstffmpegcodecmap.c:
40895         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40896         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40897         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40898         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40899         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40900         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40901         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40902           fix typo in RGB masks, and move back to "old" colorspace
40903           capsnego code until whoever wrote this new crap has actually
40904           tested it so that it works.
40905           And yes, this works, keep it that way please.
40906
40907 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40908
40909         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40910         (gst_divxdec_init), (gst_divxdec_negotiate):
40911         * ext/divx/gstdivxdec.h:
40912         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40913         (gst_divxenc_init):
40914         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40915         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40916         * ext/mpeg2enc/gstmpeg2enc.cc:
40917         * ext/mpeg2enc/gstmpeg2encoder.cc:
40918         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40919         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40920         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40921         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40922         (dxr3spusink_init):
40923         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40924         (dxr3videosink_init):
40925           Fix caps breakage after Dave's caps branch merge.
40926
40927 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40928
40929         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40930           Fix for 24bpp display.
40931
40932 2003-12-23  Colin Walters  <walters@verbum.org>
40933
40934         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40935         a GnomeVFSHandle directly.
40936
40937 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40938
40939         * gst/volume/Makefile.am:
40940         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40941         (volume_base_init), (volume_init):
40942           Reenable volume element and fix to work with new caps stuff.
40943           Rhythmbox needs this.
40944
40945 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40946
40947         * gst/qtdemux/qtdemux.c: (plugin_init):
40948           qtdemux requires bytestream
40949
40950 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40951
40952         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40953           Fix remaining caps handling errors due to CAPS merge.
40954
40955 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40956
40957         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40958         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40959         (gst_faad_srcconnect):
40960           Port to new caps system.
40961
40962 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40963
40964         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40965         (got_video_size), (main): using g_print instead of g_message.
40966         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40967         signal which was not emitted because of "switch" element added to the
40968         bin but not connected. (Removing from the bin temporarily)
40969
40970 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40971
40972         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40973         find X development files. I don't understand the previous tests and
40974         they fail on my debian/ppc unstable. This one works.
40975         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40976         exiting.
40977         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40978         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40979         (gst_play_set_visualization): Add some safety checks in set_ methods
40980         and state_change. This was throwing some ugly CRITICAL messages when
40981         pipeline was getting disposed and casts were failing.
40982
40983 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40984
40985         * configure.ac:
40986           Improve mpeg2enc detection. This is for distributions that do
40987           ship mjpegtools, but without mpeg2enc. Also does object check
40988           for might there ever be ABI incompatibility.
40989         * ext/mpeg2enc/gstmpeg2enc.cc:
40990           Add Andrew as second maintainer (he's helping me), and also add
40991           an error if no caps was set. This happens if I pull before capsnego
40992           and that's something I should solve sometime else.
40993         * gst/matroska/matroska-demux.c:
40994         (gst_matroska_demux_parse_blockgroup):
40995           Fix time parsing.
40996         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40997         (gst_matroska_mux_track_header):
40998           Add caps to templates.
40999         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41000           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41001         * gst/mpegstream/gstmpegdemux.c:
41002           Remove layer since it causes warnings about unfixed caps.
41003         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41004           Fix obvious typo (we error out if caps were set, we should of
41005           course error out if *no* caps were set).
41006         * sys/oss/gstosselement.c: (gst_osselement_convert):
41007           Fix format conversion, we confused bits/bytes.
41008         * sys/oss/gstosselement.h:
41009           Improve documentation for 'bps'.
41010         * sys/v4l/TODO:
41011           Remove stuff about plugins that need removing - this was done
41012           ages ago.
41013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41014         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41015         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41016         (gst_v4lsrc_src_query):
41017         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41018         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41019           Add get_query_types(), get_formats() and query() functions.
41020
41021 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41022
41023         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41024           * moved CVS to freedesktop.org